Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Avoid double-initialization in KWSys String | Brad King | 2009-06-12 | 1 | -1/+1 |
| | | | | | | The KWSys String implementation of strcasecmp initialized 'result' immediately before assigning to it. Borland produces a warning in this case, so this commit removes the extra initialization. | ||||
* | COMP: Avoid String.c inclusion by Compaq templates | Brad King | 2009-06-10 | 1 | -0/+10 |
| | | | | | | | | The Compaq compiler (on VMS) includes 'String.c' in source files that use the stl string while looking for template definitions. This was the true cause of double-inclusion of the 'kwsysPrivate.h' header. We work around the problem by conditionally compiling the entire source file on a condition only true when really building the source. | ||||
* | ENH: Added C String utilities to KWSys. Implemented strcasecmp and strncasecmp. | Brad King | 2007-12-11 | 1 | -0/+107 |