about summary refs log tree commit diff
path: root/Src/string.c
Commit message (Collapse)AuthorAgeFilesLines
* 41096: Don't assume null termination copying string.Peter Stephenson2017-05-111-1/+2
| | | | | | | At this point the string may contain embedded nulls or not have a null termination at all. Also, as we always have the length memcpy() is more efficient.
* 39875: add dupstring_glen to avoid redundant strlen callsSebastian Gniazdowski2016-11-091-0/+17
|
* 39871: cut down number of strlen()s in getstrvalue()Sebastian Gniazdowski2016-11-081-0/+13
|
* Frank, 28812 as modified in 28813:Peter Stephenson2011-02-281-1/+1
| | | | fix allocation of wide array in wcs_ztrdup()
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-1/+1
|
* 23143: make =-expansion with metacharacters more consistentPeter Stephenson2007-02-021-1/+1
|
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-2/+2
| | | | use multibyte versions of nicechar wherever possible.
* Marked some #ifdef ZLE_UNICODE_SUPPORT lines (and their #endif lines)Wayne Davison2005-08-171-0/+2
| | | | with /**/ so that they would get copied to the .epro file.
* 21619: define wide versions of zarrdup, zputs, niceztrlen.Clint Adams2005-08-151-0/+16
|
* Added bicat() that works like dyncat(), but uses permanent memoryWayne Davison2004-10-181-0/+17
| | | | instead of the heap.
* 13280: NewImproved handling of colon modifiers w.r.t. pathsPeter Stephenson2001-02-191-1/+13
|
* 12863: remove ztrdupstrip, use VARARR in ztatClint Adams2000-09-271-20/+0
|
* 12859: dynamically-allocate buffer in ztat(), ztrdupstring()Clint Adams2000-09-221-0/+20
|
* 12846: moved simple string manipulation functions to string.cClint Adams2000-09-191-0/+135