about summary refs log tree commit diff
path: root/Src/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 18525: add manual UTF-8 conversion so \u and \U should work on more systemsOliver Kiddle2003-05-131-42/+101
* 18524: sepjoin !heap bug cause problem in varedPeter Stephenson2003-05-121-1/+1
* 18492: Provide partial fix for multios and output process substitutionPeter Stephenson2003-05-021-4/+4
* Fixed zjoin() when it returns an empty string that should be allocated.Wayne Davison2003-03-251-1/+1
* 18376: Fix headers for wchar.h and some related gcc waringningsPeter Stephenson2003-03-241-3/+3
* 18359: fix bug where not enough memory was allocated if MB_LEN_MAX < 6Oliver Kiddle2003-03-181-4/+1
* 18343, 18348: handle \u and \U escapes for specifying unicode charactersOliver Kiddle2003-03-141-2/+90
* 18195: Timeouts for read builtin.Peter Stephenson2003-02-051-2/+6
* 18086: I don't know how this got missed out...Peter Stephenson2003-02-051-0/+4
* * 17810 (Martin Waitz): Src/utils.c: bung up memory leak withClint Adams2002-10-111-1/+4
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-1/+1
* 17141 plus mods: add `zle -F fd handler' feature.Peter Stephenson2002-05-211-20/+26
* 15746: remove (with #if) an incorrect optimization in the maildir versionBart Schaefer2002-01-061-1/+6
* 16158: interpret TAB as "yes" only in spckword()Bart Schaefer2001-11-031-3/+4
* Fix segfault in checkrmall().Bart Schaefer2001-10-201-0/+2
* fix return code and tests of printf and comment above bslashquote func (16064)Oliver Kiddle2001-10-161-2/+3
* Removed bogus mkstemp() code.Wayne Davison2001-06-151-3/+0
* Use mkstemp where availablePeter Stephenson2001-06-151-0/+3
* Fix problems with zwcstat() on systems that do not USE_MMAP.Bart Schaefer2001-06-091-19/+0
* 14815: fix thinkoClint Adams2001-06-081-1/+3
* 14813: autoload functions from deleted .zwc filesClint Adams2001-06-081-0/+17
* 14541: %# with capabilities prompt-expand to # iff Effective set non-empty or...Clint Adams2001-05-291-5/+1
* add mod_export in a couple of places where it was missingOliver Kiddle2001-05-231-1/+1
* remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky2001-01-161-37/+21
* avoid compiler warningSven Wischnowsky2000-11-291-1/+2
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-2/+28
* Try blocking read() in read_poll() only if select() returns error (orBart Schaefer2000-11-081-1/+1
* Make zpty more like eval.Bart Schaefer2000-11-061-2/+2
* Assorted read_poll() and zpty cleanup.Bart Schaefer2000-11-051-20/+14
* make non-blocking IO on ptys work again; add -t option to test if command is ...Sven Wischnowsky2000-10-191-1/+1
* Change some zerr to zwarn for consistency.Bart Schaefer2000-10-021-2/+1
* 12846: moved simple string manipulation functions to string.cClint Adams2000-09-191-80/+0
* Improve upon some of the PATH_MAX changes.Bart Schaefer2000-09-181-11/+62
* 12828: dynamically allocate 'dir' in mailstatClint Adams2000-09-181-31/+26
* 12827: dynamically allocate 'file' in mailstatClint Adams2000-09-181-20/+18
* unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefinedClint Adams2000-09-181-4/+0
* 12823: use zsh heap in lieu of perm. heap in bin_dotClint Adams2000-09-181-0/+14
* 12719: quoting arrays in vared with real backslashesPeter Stephenson2000-08-291-3/+6
* 12415: fix bug in last patch when quoting metafied field separator.Peter Stephenson2000-07-271-0/+2
* 12414: vared quotes separators when editing arraysPeter Stephenson2000-07-271-9/+34
* Belatedly fold in 12162, to replace command subst with eval.Bart Schaefer2000-07-261-1/+2
* 12121: stopmsg in precmdPeter Stephenson2000-07-031-4/+10
* unposted: move poll_readPeter Stephenson2000-06-261-0/+99
* 12073: read -t to test for available input before readingPeter Stephenson2000-06-261-8/+25
* FR & pws: promptexpand memory leaks; NEWS notesPeter Stephenson2000-06-011-0/+1
* 11473: Turn off xtrace while printing PS4.Bart Schaefer2000-05-201-1/+3
* fix for empty (s::) separator and strings with meta-characters (11368)Sven Wischnowsky2000-05-151-1/+8
* 11044, 11260: DVORAK options for spell checking.Peter Stephenson2000-05-081-1/+18
* Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524Peter Stephenson2000-04-051-1/+1
* $PENDING special zle parameter, giving number of un-read bytesSven Wischnowsky2000-04-051-809/+760