aboutsummaryrefslogtreecommitdiff
path: root/Source/DOH
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainllvm-r522817Alistair Delva
2019-07-31Remove all generated files on error.William S Fulton
2019-07-31Remove deprecated DohClose in DOHWilliam S Fulton
2018-05-04Remove use of 'register' in C sourceWilliam S Fulton
2015-07-03Warning fixes for 64bit visual c++ on WindowsWilliam S Fulton
2014-11-08Fixes for clang -fsanitize=undefined-trap -fsanitize-undefined-trap-on-errorWilliam S Fulton
2014-06-01Fix bug in DohNewStringWithSize(): guarantee string is nul-terminatedKarl Wette
2014-04-08DOH readme correctionWilliam S Fulton
2014-04-06Update documentation for deprecation and removal of Close()Olly Betts
2014-02-01Fix gcc strict aliasing warnings with function pointers too.Vadim Zeitlin
2014-01-10Work around gcc warning about function pointers conversions.Vadim Zeitlin
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