summaryrefslogtreecommitdiff
path: root/cord/cordbscs.c
Commit message (Expand)AuthorAgeFilesLines
* Move fields common between Concatenation and Function to Generic structureIvan Maidanski2022-10-201-93/+84
* Remove extra space after comma in license termsIvan Maidanski2022-05-011-1/+1
* Remove extra parentheses in return statementIvan Maidanski2022-05-011-70/+65
* Eliminate stringop-overflow gcc-12 warning in CORD__nextIvan Maidanski2022-02-071-7/+7
* Move public header files to include/gc in source treeIvan Maidanski2021-11-251-2/+3
* Guard against potential buffer overflow in CORD_next and CORD_pos_fetchIvan Maidanski2018-11-121-7/+18
* Workaround 'potential non-terminated string' false positive in cordbscsIvan Maidanski2018-11-121-1/+7
* Eliminate 'different const qualifiers' MS VC warnings in cordbscsIvan Maidanski2018-09-061-2/+2
* New public API (PTR_STORE_AND_DIRTY) to simplify store-and-dirty operationIvan Maidanski2018-07-011-12/+4
* Add GC_reachable_here after GC_END_STUBBORN_CHANGE in cordsIvan Maidanski2018-06-211-4/+10
* Fix cords for MANUAL_VDBIvan Maidanski2018-05-231-0/+4
* Eliminate C++ warning about deprecated register keyword (cord)Jay Krell2018-02-221-99/+87
* Convert cord source files to valid C++ codeIvan Maidanski2018-02-141-9/+15
* Eliminate 'possible loss of data' compiler warnings in cord (MS VC)Ivan Maidanski2017-04-201-8/+8
* Fix conditional expression in pos_fetch, next non-macro definitions (cord)Ivan Maidanski2016-10-271-2/+2
* Eliminate 'printf format specifies type void*' GCC pedantic warningsIvan Maidanski2016-10-211-2/+2
* Eliminate 'write to memory that was const-qualified' code analyzer warningIvan Maidanski2016-09-281-5/+9
* Revert "Workaround 'struct member Generic::null never used' cppcheck style wa...Ivan Maidanski2016-09-281-1/+0
* Fix CORD_substr_closure for the case when CORD_from_fn returns C stringIvan Maidanski2016-09-281-5/+5
* Workaround 'struct member Generic::null never used' cppcheck style warningIvan Maidanski2016-09-011-0/+1
* Eliminate 'checking if unsigned variable is <0' cppcheck style warningIvan Maidanski2016-08-291-4/+2
* Eliminate 'scope of variable can be reduced' cppcheck warningsIvan Maidanski2016-08-271-9/+11
* Remove duplicate new-line in OUT_OF_MEMORY message (cord)Ivan Maidanski2016-02-121-1/+1
* Fix 'value truncated' compiler warning in CORD_cat (MS VC)Ivan Maidanski2015-09-191-2/+4
* cord: Change no-argument functions declaration style to ANSI CIvan Maidanski2014-02-161-1/+1
* Fix typos in commentsOndrej Bilka2013-07-111-1/+1
* Fix null-pointer dereference in CORD_substr_closureIvan Maidanski2012-09-111-0/+1
* Include "config.h" instead of "private/config.h" on HAVE_CONFIG_HIvan Maidanski2012-08-301-1/+1
* Use memcpy (BCOPY) instead of strcpy (to suppress GCC warning)Ivan Maidanski2012-07-201-4/+4
* Fix CORD_cat_char_star to prevent SEGV in case of out-of-memoryIvan Maidanski2012-06-081-0/+1
* Minor adjustment of libcord visibility fixIvan Maidanski2012-01-161-0/+7
* Remove non-STDC code and comments.Ivan Maidanski2011-09-131-5/+0
* Remove information about the authors from the source files.Ivan Maidanski2011-08-251-3/+1
* 2011-07-05 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-358/+360
* gc6.2 tarball importgc6_2Ivan Maidanski2011-07-261-2/+6
* gc4.13 tarball importgc4_13Ivan Maidanski2011-07-261-1/+0
* gc4.11 tarball importgc4_11Ivan Maidanski2011-07-261-3/+3
* gc4.8 tarball importgc4_8Ivan Maidanski2011-07-261-23/+26
* gc4.1 tarball importgc4_1Ivan Maidanski2011-07-261-0/+913