summaryrefslogtreecommitdiff
path: root/Src/string.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-28Frank, 28812 as modified in 28813:Peter Stephenson1-1/+1
fix allocation of wide array in wcs_ztrdup()
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-1/+1
2007-02-0223143: make =-expansion with metacharacters more consistentPeter Stephenson1-1/+1
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-2/+2
use multibyte versions of nicechar wherever possible.
2005-08-17Marked some #ifdef ZLE_UNICODE_SUPPORT lines (and their #endif lines)Wayne Davison1-0/+2
with /**/ so that they would get copied to the .epro file.
2005-08-1521619: define wide versions of zarrdup, zputs, niceztrlen.Clint Adams1-0/+16
2004-10-18Added bicat() that works like dyncat(), but uses permanent memoryWayne Davison1-0/+17
instead of the heap.
2001-02-1913280: NewImproved handling of colon modifiers w.r.t. pathsPeter Stephenson1-1/+13
2000-09-2712863: remove ztrdupstrip, use VARARR in ztatClint Adams1-20/+0
2000-09-2212859: dynamically-allocate buffer in ztat(), ztrdupstring()Clint Adams1-0/+20
2000-09-1912846: moved simple string manipulation functions to string.cClint Adams1-0/+135