randyk 2004/06/20 21:19:49
Modified:lib/ModPerl CScan.pm
Log:
style indentation fix.
Revision ChangesPath
1.6 +1 -1 modperl-2.0/lib/ModPerl/CScan.pm
Index: CScan.pm
===
RCS file: /home/cv
randyk 2004/06/18 16:51:14
Modified:lib/ModPerl CScan.pm
Log:
oops - move definition of WIN32 constant to package where it's used.
Revision ChangesPath
1.5 +1 -1 modperl-2.0/lib/ModPerl/CScan.pm
Index: CScan.pm
==
randyk 2004/06/18 16:48:35
Modified:lib/ModPerl CScan.pm
Log:
Reviewed by: stas
Use a different syntax for calling cppstdin on Win32 (using cl -nologo -E
for cppstdin).
Revision ChangesPath
1.4 +4 -2 modperl-2.0/lib/ModPerl/CScan.pm
Index: CScan.pm
stas2004/06/15 10:50:34
Modified:lib/ModPerl CScan.pm
Log:
help avoid confusion with Data::Flow being a requirement, when it's not
Revision ChangesPath
1.3 +4 -0 modperl-2.0/lib/ModPerl/CScan.pm
Index: CScan.pm
===
stas2004/04/30 14:55:53
Modified:lib/ModPerl CScan.pm
Log:
support embedded enum-in-struct definitions, last source scanning problem
eliminated (as of now :)
Revision ChangesPath
1.2 +1 -1 modperl-2.0/lib/ModPerl/CScan.pm
Index: CScan.pm
==
stas2004/04/13 20:35:39
Added: lib/ModPerl CScan.pm
Log:
more fixes to Doug's fork of C::Scan is now part of the modperl, so people
don't have to figure out where to get the fix of the fix version
Revision ChangesPath
1.1 modperl-2.0/lib/ModPerl/C