- 24 Apr, 2020 2 commits
- 07 Apr, 2020 2 commits
- 19 Mar, 2020 1 commit
-
-
rswindell authored
these are printf-style functions for inserting or appending a string into a string list.
-
- 08 Feb, 2019 1 commit
-
-
rswindell authored
a caller-supplied function (callback) which can modify each string or leave the string in tact by returning NULL. Shrinking strings is trivial while expanding strings (making them bigger) is a little more involved, probably using the cbdata to pass a temporary buffer around to store each expanded string or returning a new globally-valid pointer. Removed the malloc.h #include as we haven't used alloca() here for a while.
-
- 09 Jun, 2017 1 commit
-
-
rswindell authored
- strListTruncateStrings() - strListTruncateTrailingWhitespaces() - strListTruncateTrailingLineEndings()
-
- 02 Jan, 2016 1 commit
-
-
rswindell authored
value comparison (rather than pointer comparison), either case sensitive or insensitive.
-
- 09 Feb, 2014 1 commit
-
-
deuce authored
-
- 05 Oct, 2013 1 commit
-
-
deuce authored
-
- 14 Aug, 2009 1 commit
-
-
rswindell authored
strListSplit().
-
- 24 Feb, 2008 1 commit
-
-
rswindell authored
-
- 12 Oct, 2005 1 commit
-
-
rswindell authored
-
- 18 Apr, 2005 1 commit
-
-
rswindell authored
-
- 26 Mar, 2005 3 commits
- 21 Jul, 2004 1 commit
-
-
rswindell authored
-
- 28 May, 2004 4 commits
-
-
rswindell authored
Removed pad argument from strListReadFile().
-
rswindell authored
Changed some return types to more logical/useful values.
-
rswindell authored
#define STR_LIST_APPEND and FIRST_NODE constants More work on strListReadFile().
-
rswindell authored
Removed ustrListAddAt() (not needed). Created iniReadFile() and iniWriteFile().
-
- 27 May, 2004 3 commits
- 20 May, 2004 2 commits
- 19 May, 2004 1 commit
-
-
rswindell authored
-
- 17 May, 2004 1 commit
-
-
rswindell authored
-
- 11 May, 2004 3 commits
- 21 Jul, 2002 1 commit
-
-
rswindell authored
-
- 25 Apr, 2002 1 commit
-
-
rswindell authored
-
- 10 Apr, 2002 1 commit
-
-
rswindell authored
-
- 06 Apr, 2002 1 commit
-
-
rswindell authored
wrapper functions.
-
- 02 Feb, 2002 1 commit
-
-
rswindell authored
-
- 19 Sep, 2001 1 commit
-
-
rswindell authored
-
- 02 Nov, 2000 1 commit
-
-
rswindell authored
-
- 10 Oct, 2000 1 commit
-
-
rswindell authored
-