summaryrefslogtreecommitdiff
path: root/Source/DOH
Commit message (Expand)AuthorAgeFilesLines
* Expand the family of debug print functions for displaying DOH types. Provide ...William S Fulton2010-09-153-10/+49
* Make argument of DohWrite() const.Vadim Zeitlin2010-07-225-5/+5
* DohDelete and DohCopy assertions called if not a DOH objectWilliam S Fulton2010-03-041-2/+14
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-2710-55/+70
* Merged revisions 11085-11086,11088-11089 via svnmerge from Haoyu Bai2009-01-302-4/+4
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-241-0/+3
* add parameter list (or void) to all C functionsWilliam S Fulton2008-11-114-6/+6
* customised ccache support: read the CCACHE_OUTFILES env variable and if exist...William S Fulton2008-11-033-11/+14
* Remove some vc++ /W4 warningsWilliam S Fulton2008-06-211-17/+14
* Fix handling of byte value 255 in input files on platforms whereOlly Betts2008-01-182-2/+2
* 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