summaryrefslogtreecommitdiff
path: root/Source/DOH
Commit message (Expand)AuthorAgeFilesLines
* String copying patch from Josh Cherry reducing memory consumption by about 25%.William S Fulton2007-03-231-5/+3
* API cleanup. DocumentationDave Beazley2007-01-032-46/+19
* API cleanup. Documentation.Dave Beazley2006-12-303-54/+29
* Changed Header keyword to IdDave Beazley2006-12-0510-10/+10
* Remove cvsignore files: this is stored on svn:igonre property nowJohn Lenz2006-12-031-2/+0
* beautify/format source code with gnu indentWilliam S Fulton2006-11-0110-1553/+1504
* 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-242-9/+15
* Use Strchr/strchr instead of Strstr/strstr when searching for a singleOlly Betts2006-09-231-1/+1
* Deal with Microsofts attempt at deprecating C standard runtime functions for ...William S Fulton2006-02-192-5/+9
* fix several compiler warningsMarcelo Matus2006-01-231-4/+4
* add checking code for fwrite, problem reported by Michal MarekMarcelo Matus2006-01-171-1/+3
* fix seg fault with feature:callbackMarcelo Matus2006-01-022-3/+14
* use const in HashGetAttrMarcelo Matus2006-01-022-3/+3
* fixes and docs in %renameMarcelo Matus2006-01-011-1/+2
* add better support for encoder, command includingMarcelo Matus2005-12-311-3/+25
* fix confusion with --/++Marcelo Matus2005-12-141-3/+3
* more memory leaks fixesMarcelo Matus2005-12-042-23/+19
* fix many/many memory leaksMarcelo Matus2005-11-301-2/+5
* fix compiler warningsMarcelo Matus2005-11-291-4/+3
* remove many memory leaks and cleanupMarcelo Matus2005-11-293-8/+19
* add NewStringEmpty, use more StringEuqual and less StrcmpMarcelo Matus2005-11-286-12/+44
* extra check only in debug modeMarcelo Matus2005-11-281-0/+3
* add direct methods StringLen and HashGetAttrMarcelo Matus2005-11-283-12/+49
* add direct HashCheckAttrMarcelo Matus2005-11-273-18/+53
* add the Equal method to the DOH objects and other speed upsMarcelo Matus2005-11-278-29/+140
* last performance improvements, and typemaps fixesMarcelo Matus2005-11-241-2/+2
* improve cpp performanceMarcelo Matus2005-11-232-21/+51
* add GetFlagAttr/SetFlagAttr to deal with flag attributes as callbak and ref/u...Marcelo Matus2005-10-072-8/+28
* New functions GetFlag and SetFlagWilliam S Fulton2005-09-302-2/+31
* minor typoWilliam S Fulton2005-09-081-1/+1
* Better error message displayed when file cannot be openedWilliam S Fulton2005-09-082-0/+17
* 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
* gcc-4.0 warning fixesWilliam S Fulton2005-04-243-5/+8
* fix string cmp old changeMarcelo Matus2005-03-221-13/+17
* const warning fixesWilliam S Fulton2005-02-152-3/+3
* - Improve the runtime type sytesmJohn Lenz2005-02-012-0/+17
* warning fixWilliam S Fulton2004-10-291-1/+1
* Fix to keep gcc-3.4 happyWilliam S Fulton2004-10-261-5/+5
* fix '0' array fillingMarcelo Matus2004-10-181-1/+1
* 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-264-24/+49
* added basic Modula-3 supportHenning Thielemann2004-03-191-3/+1
* 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-154-4/+7
* [ 829317 ] Adds DohSplitLines functionDave Beazley2003-10-312-0/+33
* Major refactoring of DOH List/Hash iterators. See CHANGESDave Beazley2003-09-119-174/+163