aboutsummaryrefslogtreecommitdiff
path: root/Source/DOH/string.c
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainllvm-r522817Alistair Delva
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
2013-01-12Remove cvs/svn Id stringsWilliam S Fulton
2012-12-02Fix Strcmp - it didn't have consistent null pointer handling - revert to what...William S Fulton
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-07-22Make argument of DohWrite() const.Vadim Zeitlin
2010-02-27SWIG license change - Source moves to GPLv3William S Fulton
2008-11-11add parameter list (or void) to all C functionsWilliam 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-05Changed Header keyword to IdDave Beazley
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-01-23fix several compiler warningsMarcelo Matus
2006-01-02fix seg fault with feature:callbackMarcelo Matus
2005-12-14fix confusion with --/++Marcelo Matus
2005-12-04more memory leaks fixesMarcelo Matus
2005-11-29remove many memory leaks and cleanupMarcelo Matus
2005-11-28add NewStringEmpty, use more StringEuqual and less StrcmpMarcelo Matus
2005-11-28add direct methods StringLen and HashGetAttrMarcelo Matus
2005-11-27add direct HashCheckAttrMarcelo Matus
2005-11-27add the Equal method to the DOH objects and other speed upsMarcelo Matus
2005-11-24last performance improvements, and typemaps fixesMarcelo Matus
2005-11-23improve cpp performanceMarcelo Matus
2005-08-26fix sorting problem with template types, strcmp can't be used directly with t...Marcelo Matus
2005-08-23fix fabrice sort problem, maybeMarcelo Matus
2005-05-21Fix for crash in DohStrstr, bug #1190921William S Fulton
2005-03-22fix string cmp old changeMarcelo Matus
2004-09-27Just fixed comment (strncmp is ANSI C so will be present on all systems as SW...William S Fulton
2004-09-27back to strncmp, is not clear if memcmp is fasterMarcelo Matus
2004-09-26CHANGES.currentMarcelo Matus
2004-01-22Eric Sunshine patch - Mods to work on NextStepWilliam S Fulton
2004-01-15Various warning fixes for .NET 2003 cl /W4 to work barring one warning and fo...William S Fulton
2003-09-11Major refactoring of DOH List/Hash iterators. See CHANGESDave Beazley
2003-08-15Warning cleanup. Etc.Dave Beazley
2003-03-27Memory diagnostics. Huge memory leak cleanup related to templatesDave Beazley
2003-03-26String enhancements. Slice deletionDave Beazley
2003-03-25Fixed problem with NOQUOTE string replacement.Dave Beazley
2003-02-20Refinement of noquote string replace to fixDave Beazley
2003-02-11String replacement enhancements to help with preprocessor fixesDave Beazley
2002-12-03Major cleanupDave Beazley