Commit Graph

15 Commits (master)

Author SHA1 Message Date
Daniel Shahaf 45182eb4d4 unposted: Fix some typos and markup. 2 years ago
Peter Stephenson 4bb81eefbd 41096: Don't assume null termination copying string.
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.
7 years ago
Sebastian Gniazdowski 49407686b4 39875: add dupstring_glen to avoid redundant strlen calls 8 years ago
Sebastian Gniazdowski 06e4ec853a 39871: cut down number of strlen()s in getstrvalue() 8 years ago
Peter Stephenson 5035892725 Frank, 28812 as modified in 28813:
fix allocation of wide array in wcs_ztrdup()
13 years ago
Peter Stephenson 1b52f47cf2 23665: autoloading of module features and related tweaks 17 years ago
Peter Stephenson 54d692c4b5 23143: make =-expansion with metacharacters more consistent 18 years ago
Peter Stephenson aea7715261 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
use multibyte versions of nicechar wherever possible.
19 years ago
Wayne Davison 610a691e1c Marked some #ifdef ZLE_UNICODE_SUPPORT lines (and their #endif lines)
with /**/ so that they would get copied to the .epro file.
19 years ago
Clint Adams 987033eaf9 21619: define wide versions of zarrdup, zputs, niceztrlen. 19 years ago
Wayne Davison 7f1ad7a40e Added bicat() that works like dyncat(), but uses permanent memory
instead of the heap.
20 years ago
Peter Stephenson cd02c345af 13280: NewImproved handling of colon modifiers w.r.t. paths 24 years ago
Clint Adams f42bd3a3f9 12863: remove ztrdupstrip, use VARARR in ztat 24 years ago
Clint Adams 2a625db39d 12859: dynamically-allocate buffer in ztat(), ztrdupstring() 24 years ago
Clint Adams 946085efa5 12846: moved simple string manipulation functions to string.c 24 years ago