summaryrefslogtreecommitdiff
path: root/Source/DOH/string.c
Commit message (Expand)AuthorAgeFilesLines
* update fortran branch. merge of 12160:12460a11426-fortranDerrick2011-02-141-35/+35
|\
| * Some more constness added to DOH and code comment consistency changesWilliam S Fulton2010-12-231-34/+34
| * function prototype in comment fixWilliam S Fulton2010-12-081-1/+1
| * Make argument of DohWrite() const.Vadim Zeitlin2010-07-221-1/+1
* | Adding support for new typemap attributes extraparm and replaceparm. TheDerrick2010-07-211-0/+5
|/
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-5/+7
* add parameter list (or void) to all C functionsWilliam S Fulton2008-11-111-1/+1
* Fix handling of byte value 255 in input files on platforms whereOlly Betts2008-01-181-1/+1
* String copying patch from Josh Cherry reducing memory consumption by about 25%.William S Fulton2007-03-231-5/+3
* API cleanup. DocumentationDave Beazley2007-01-031-11/+12
* Changed Header keyword to IdDave Beazley2006-12-051-1/+1
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-396/+392
* Fix #1450661. String_seek truncating strings.William S Fulton2006-10-061-2/+2
* Fix String_delslice() to update s->sp and s->lines correctly.Olly Betts2006-09-241-9/+14
* fix several compiler warningsMarcelo Matus2006-01-231-4/+4
* fix seg fault with feature:callbackMarcelo Matus2006-01-021-1/+7
* fix confusion with --/++Marcelo Matus2005-12-141-3/+3
* more memory leaks fixesMarcelo Matus2005-12-041-21/+18
* remove many memory leaks and cleanupMarcelo Matus2005-11-291-3/+7
* add NewStringEmpty, use more StringEuqual and less StrcmpMarcelo Matus2005-11-281-5/+30
* add direct methods StringLen and HashGetAttrMarcelo Matus2005-11-281-10/+32
* add direct HashCheckAttrMarcelo Matus2005-11-271-2/+2
* add the Equal method to the DOH objects and other speed upsMarcelo Matus2005-11-271-23/+83
* last performance improvements, and typemaps fixesMarcelo Matus2005-11-241-2/+2
* improve cpp performanceMarcelo Matus2005-11-231-21/+25
* fix sorting problem with template types, strcmp can't be used directly with t...Marcelo Matus2005-08-261-23/+18
* fix fabrice sort problem, maybeMarcelo Matus2005-08-231-1/+1
* Fix for crash in DohStrstr, bug #1190921William S Fulton2005-05-211-1/+1
* fix string cmp old changeMarcelo Matus2005-03-221-13/+17
* Just fixed comment (strncmp is ANSI C so will be present on all systems as SW...William S Fulton2004-09-271-1/+1
* back to strncmp, is not clear if memcmp is fasterMarcelo Matus2004-09-271-10/+11
* CHANGES.currentMarcelo Matus2004-09-261-16/+16
* Eric Sunshine patch - Mods to work on NextStepWilliam S Fulton2004-01-221-1/+3
* Various warning fixes for .NET 2003 cl /W4 to work barring one warning and fo...William S Fulton2004-01-151-0/+3
* Major refactoring of DOH List/Hash iterators. See CHANGESDave Beazley2003-09-111-2/+2
* Warning cleanup. Etc.Dave Beazley2003-08-151-5/+5
* Memory diagnostics. Huge memory leak cleanup related to templatesDave Beazley2003-03-271-1/+1
* String enhancements. Slice deletionDave Beazley2003-03-261-0/+67
* Fixed problem with NOQUOTE string replacement.Dave Beazley2003-03-251-5/+11
* Refinement of noquote string replace to fixDave Beazley2003-02-201-0/+16
* String replacement enhancements to help with preprocessor fixesDave Beazley2003-02-111-1/+36
* Major cleanupDave Beazley2002-12-031-0/+911