Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-22 | unposted: Fix some typos and markup. | Daniel Shahaf | 1 | -1/+4 | |
2017-05-11 | 41096: Don't assume null termination copying string. | Peter Stephenson | 1 | -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. | |||||
2016-11-09 | 39875: add dupstring_glen to avoid redundant strlen calls | Sebastian Gniazdowski | 1 | -0/+17 | |
2016-11-08 | 39871: cut down number of strlen()s in getstrvalue() | Sebastian Gniazdowski | 1 | -0/+13 | |
2011-02-28 | Frank, 28812 as modified in 28813: | Peter Stephenson | 1 | -1/+1 | |
fix allocation of wide array in wcs_ztrdup() | |||||
2007-07-06 | 23665: autoloading of module features and related tweaks | Peter Stephenson | 1 | -1/+1 | |
2007-02-02 | 23143: make =-expansion with metacharacters more consistent | Peter Stephenson | 1 | -1/+1 | |
2005-10-28 | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 1 | -2/+2 | |
use multibyte versions of nicechar wherever possible. | |||||
2005-08-17 | Marked some #ifdef ZLE_UNICODE_SUPPORT lines (and their #endif lines) | Wayne Davison | 1 | -0/+2 | |
with /**/ so that they would get copied to the .epro file. | |||||
2005-08-15 | 21619: define wide versions of zarrdup, zputs, niceztrlen. | Clint Adams | 1 | -0/+16 | |
2004-10-18 | Added bicat() that works like dyncat(), but uses permanent memory | Wayne Davison | 1 | -0/+17 | |
instead of the heap. | |||||
2001-02-19 | 13280: NewImproved handling of colon modifiers w.r.t. paths | Peter Stephenson | 1 | -1/+13 | |
2000-09-27 | 12863: remove ztrdupstrip, use VARARR in ztat | Clint Adams | 1 | -20/+0 | |
2000-09-22 | 12859: dynamically-allocate buffer in ztat(), ztrdupstring() | Clint Adams | 1 | -0/+20 | |
2000-09-19 | 12846: moved simple string manipulation functions to string.c | Clint Adams | 1 | -0/+135 | |