Summary Period: 2000-04-20 to 2000-11-26
15 (0.0%)
48 (0.0%)
Directory | Changes | Lines of code | Lines per change |
---|---|---|---|
Totals | 15 (100.0%) | 48 (100.0%) | 3.2 |
CS/plugins/video/renderer/software/i386/ | 1 (6.7%) | 19 (39.6%) | 19.0 |
CS/libs/cssys/win32/ | 4 (26.7%) | 11 (22.9%) | 2.7 |
CS/libs/csutil/ | 2 (13.3%) | 7 (14.6%) | 3.5 |
CS/include/csgeom/ | 2 (13.3%) | 6 (12.5%) | 3.0 |
CS/include/csengine/ | 1 (6.7%) | 2 (4.2%) | 2.0 |
CS/mk/ | 1 (6.7%) | 1 (2.1%) | 1.0 |
CS/libs/cssys/general/ | 1 (6.7%) | 1 (2.1%) | 1.0 |
CS/include/cssys/ | 1 (6.7%) | 1 (2.1%) | 1.0 |
CS/include/csutil/ | 1 (6.7%) | 0 (0.0%) | 0.0 |
CS/include/cssys/win32/ | 1 (6.7%) | 0 (0.0%) | 0.0 |
Fixed a few problems that were stopping Borland from Compiling
8 lines of code changed in:
Various cleanups
4 lines of code changed in:
Changed inline asm code to be Borland Compatible
23 lines of code changed in:
macro for strcasecomp and strncasecomp was undoing a
previous (correct one) in csosdefs.h.
My fix gives error if csosdefs.h hasn't been included yet.
5 lines of code changed in:
fix for borland (doesn't know _getpid())
3 lines of code changed in:
The original below causes warnings
//#define strcasecmp(s1,s2) stricmp(s1,s2)
//#define strncasecmp(s1,s2,n) strnicmp(s1,s2,n)
changed to
#define stricmp strcasecmp
#define strnicmp strncasecmp
5 lines of code changed in:
Generated by StatCvs v0.2-dev