aboutsummaryrefslogtreecommitdiff
path: root/Source/DOH
AgeCommit message (Expand)Author
2013-07-02Fix comment typoOlly Betts
2013-01-12Remove cvs/svn Id stringsWilliam S Fulton
2013-01-08Fix assorted typos.Olly Betts
2012-12-15Rework warning fixes in rev 13512 as it introduces dead code flagged by sun s...William S Fulton
2012-12-02Fix Strcmp - it didn't have consistent null pointer handling - revert to what...William S Fulton
2012-11-26const char * correctness fixes (in C code)William S Fulton
2012-11-18Suppress some unchecked return value warnings for CoverityWilliam S Fulton
2012-11-16Add some assertions around use of TellWilliam S Fulton
2012-11-14Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...William S Fulton
2012-08-05Correct accidental turning on of DOH_DEBUG_MEMORY_POOLSWilliam S Fulton
2012-08-05Error checking for stale DOH object use - also with documentation.William S Fulton
2012-08-05Add some error checking for stale DOH object useWilliam S Fulton
2012-08-05Fix pedantic warnings in fio.c methods.Oliver Buchtala
2012-07-21Fix display of pointers on 64 bit systems, only 32 bit values were being shown.William S Fulton
2012-04-29Warning fixes using clangWilliam S Fulton
2012-03-23revert objinfo fix. If objinfo is null then we haveJoseph Wang
2012-03-18check for null pointer in inString to prevent segfaultsJoseph Wang
2011-11-28Fix #3433541 %typemap(in, numinputs=0) with 10+ arguments.William S Fulton
2011-03-14Remove redundant code highlighted by warnings in gcc-4.6William S Fulton
2010-12-23Some more constness added to DOH and code comment consistency changesWilliam S Fulton
2010-12-08function prototype in comment fixWilliam S Fulton
2010-09-15Expand the family of debug print functions for displaying DOH types. Provide ...William S Fulton
2010-07-22Make argument of DohWrite() const.Vadim Zeitlin
2010-03-04DohDelete and DohCopy assertions called if not a DOH objectWilliam S Fulton
2010-02-27SWIG license change - Source moves to GPLv3William S Fulton
2009-01-30Merged revisions 11085-11086,11088-11089 via svnmerge from Haoyu Bai
2009-01-24Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai
2008-11-11add parameter list (or void) to all C functionsWilliam S Fulton
2008-11-03customised ccache support: read the CCACHE_OUTFILES env variable and if exist...William S Fulton
2008-06-21Remove some vc++ /W4 warningsWilliam S Fulton
2008-01-18Fix handling of byte value 255 in input files on platforms whereOlly Betts
2007-03-23String copying patch from Josh Cherry reducing memory consumption by about 25%.William S Fulton
2007-01-03API cleanup. DocumentationDave Beazley
2006-12-30API cleanup. Documentation.Dave Beazley
2006-12-05Changed Header keyword to IdDave Beazley
2006-12-03Remove cvsignore files: this is stored on svn:igonre property nowJohn Lenz
2006-11-01beautify/format source code with gnu indentWilliam S Fulton
2006-10-06Fix #1450661. String_seek truncating strings.William S Fulton
2006-09-24Fix String_delslice() to update s->sp and s->lines correctly.Olly Betts
2006-09-23Use Strchr/strchr instead of Strstr/strstr when searching for a singleOlly Betts
2006-02-19Deal with Microsofts attempt at deprecating C standard runtime functions for ...William S Fulton
2006-01-23fix several compiler warningsMarcelo Matus
2006-01-17add checking code for fwrite, problem reported by Michal MarekMarcelo Matus
2006-01-02fix seg fault with feature:callbackMarcelo Matus
2006-01-02use const in HashGetAttrMarcelo Matus
2006-01-01fixes and docs in %renameMarcelo Matus
2005-12-31add better support for encoder, command includingMarcelo Matus
2005-12-14fix confusion with --/++Marcelo Matus
2005-12-04more memory leaks fixesMarcelo Matus
2005-11-30fix many/many memory leaksMarcelo Matus