summaryrefslogtreecommitdiff
path: root/Src/utils.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-17Marked some #ifdef ZLE_UNICODE_SUPPORT lines (and their #endif lines)Wayne Davison1-0/+8
2005-08-1521619: define wide versions of zarrdup, zputs, niceztrlen.Clint Adams1-0/+101
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-1/+1
2005-08-0921577 (adapted): Dan Bullok: improved window resize handling, againPeter Stephenson1-1/+2
2005-08-0821567: Dan Bullok: trashzle on updating window sizePeter Stephenson1-1/+1
2005-07-27The PROMPT_SP output should be prior to the job notifications too.Wayne Davison1-7/+7
2005-07-26Moved the PROMPT_SP output into preprompt() so that it takes effectWayne Davison1-0/+9
2005-07-26If getkeystring() finds a \c escape (when looking for such escapes),Wayne Davison1-1/+3
2005-07-24Improved the function comment for getkeystring().Wayne Davison1-10/+11
2005-07-24Added missing "goto" in handling of 'c' escape (fix fromWayne Davison1-0/+2
2005-03-3121049: Don't close process substitution file descriptors for external programmesPeter Stephenson1-5/+6
2005-03-11Belated commit of 20892: improvements to correct/correctall behavior.Bart Schaefer1-13/+48
2005-03-0320921: using UCS-4BE instead of ISO-10646 to identify character encodingOliver Kiddle1-3/+3
2005-02-2520863: fix history (i)searching for UnicodePeter Stephenson1-30/+0
2005-02-2420862: attempt to fix configure scripts to detect iconv properlyOliver Kiddle1-6/+6
2005-02-2220844: prune trailing slashes from named directoryPeter Stephenson1-1/+13
2005-02-0120759, 20760, 20765: Improve Cygwin configurationPeter Stephenson1-2/+2
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-14/+3
2004-11-2220572: Allow alternative signal namesPeter Stephenson1-21/+0
2004-10-21Added gettempfile(), which works like a custom mkstemp() (in additionWayne Davison1-0/+41
2004-10-18Made gettempname() take a prefix arg and a use_heap arg. When prefix isWayne Davison1-9/+15
2004-10-18Made zclose() avoid calling close() when fd < 0.Wayne Davison1-1/+2
2004-10-0520412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson1-4/+6
2004-09-1720378: Matthias B.: fix bugs joining with metafied chars.Peter Stephenson1-3/+1
2004-08-1620251: integer conversion truncationPeter Stephenson1-6/+45
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-2/+2
2004-05-28Silenced two signed/unsigned comparison compiler warnings.Wayne Davison1-2/+2
2004-05-05Set the first character of buf to '\1' before the strftime() call soWayne Davison1-1/+1
2004-05-0419877: improved test for empty strftime stringsPeter Stephenson1-2/+12
2004-05-04 * 19869: Src/prompt.c, Src/utils.c: avoid segfault whenClint Adams1-1/+2
2004-03-2519683: Work around dllwrap problem on CygwinPeter Stephenson1-0/+13
2003-12-1719308: zsh crashes with $((##))Oliver Kiddle1-1/+4
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-8/+8
2003-10-0619168: Various problems with size of buffers and pointer usage in ztrftimePeter Stephenson1-9/+59
2003-09-2419129: extra argument to typeset -T gives character for joining arrayPeter Stephenson1-4/+18
2003-08-0118920: fix unset IFS bettererPeter Stephenson1-0/+2
2003-08-0118916: unsetting IFS could cause segfaultPeter Stephenson1-4/+6
2003-05-1318525: add manual UTF-8 conversion so \u and \U should work on more systemsOliver Kiddle1-42/+101
2003-05-1218524: sepjoin !heap bug cause problem in varedPeter Stephenson1-1/+1
2003-05-0218492: Provide partial fix for multios and output process substitutionPeter Stephenson1-4/+4
2003-03-25Fixed zjoin() when it returns an empty string that should be allocated.Wayne Davison1-1/+1
2003-03-2418376: Fix headers for wchar.h and some related gcc waringningsPeter Stephenson1-3/+3
2003-03-1818359: fix bug where not enough memory was allocated if MB_LEN_MAX < 6Oliver Kiddle1-4/+1
2003-03-1418343, 18348: handle \u and \U escapes for specifying unicode charactersOliver Kiddle1-2/+90
2003-02-0518195: Timeouts for read builtin.Peter Stephenson1-2/+6
2003-02-0518086: I don't know how this got missed out...Peter Stephenson1-0/+4
2002-10-11* 17810 (Martin Waitz): Src/utils.c: bung up memory leak withClint Adams1-1/+4
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle1-1/+1
2002-05-2117141 plus mods: add `zle -F fd handler' feature.Peter Stephenson1-20/+26
2002-01-0615746: remove (with #if) an incorrect optimization in the maildir versionBart Schaefer1-1/+6