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