Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | The PROMPT_SP output should be prior to the job notifications too. | Wayne Davison | 2005-07-27 | 1 | -7/+7 | |
| | ||||||
* | Moved the PROMPT_SP output into preprompt() so that it takes effect | Wayne Davison | 2005-07-26 | 1 | -0/+9 | |
| | | | | prior to things like precmd(), the mail-check output, etc. | |||||
* | If getkeystring() finds a \c escape (when looking for such escapes), | Wayne Davison | 2005-07-26 | 1 | -1/+3 | |
| | | | | truncate the returned string at the escape. | |||||
* | Improved the function comment for getkeystring(). | Wayne Davison | 2005-07-24 | 1 | -10/+11 | |
| | ||||||
* | Added missing "goto" in handling of 'c' escape (fix from | Wayne Davison | 2005-07-24 | 1 | -0/+2 | |
| | | | | Thorsten Dahlheimer). | |||||
* | 21049: Don't close process substitution file descriptors for external programmes | Peter Stephenson | 2005-03-31 | 1 | -5/+6 | |
| | ||||||
* | Belated commit of 20892: improvements to correct/correctall behavior. | Bart Schaefer | 2005-03-11 | 1 | -13/+48 | |
| | ||||||
* | 20921: using UCS-4BE instead of ISO-10646 to identify character encoding | Oliver Kiddle | 2005-03-03 | 1 | -3/+3 | |
| | | | | | is more portable, find more encodings in iconv completion on Solaris 20924: make error message more specific | |||||
* | 20863: fix history (i)searching for Unicode | Peter Stephenson | 2005-02-25 | 1 | -30/+0 | |
| | ||||||
* | 20862: attempt to fix configure scripts to detect iconv properly | Oliver Kiddle | 2005-02-24 | 1 | -6/+6 | |
| | ||||||
* | 20844: prune trailing slashes from named directory | Peter Stephenson | 2005-02-22 | 1 | -1/+13 | |
| | ||||||
* | 20759, 20760, 20765: Improve Cygwin configuration | Peter Stephenson | 2005-02-01 | 1 | -2/+2 | |
| | ||||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -14/+3 | |
| | | | | unposted: update version to 4.2.3-dev-1 | |||||
* | 20572: Allow alternative signal names | Peter Stephenson | 2004-11-22 | 1 | -21/+0 | |
| | ||||||
* | Added gettempfile(), which works like a custom mkstemp() (in addition | Wayne Davison | 2004-10-21 | 1 | -0/+41 | |
| | | | | to the existing gettempname(), which works like a custom mktemp()). | |||||
* | Made gettempname() take a prefix arg and a use_heap arg. When prefix is | Wayne Davison | 2004-10-18 | 1 | -9/+15 | |
| | | | | non-NULL, it uses the specified prefix instead of $TMPPREFIX. | |||||
* | Made zclose() avoid calling close() when fd < 0. | Wayne Davison | 2004-10-18 | 1 | -1/+2 | |
| | ||||||
* | 20412, tweaked: Make test builtin more POSIX compatible | Peter Stephenson | 2004-10-05 | 1 | -4/+6 | |
| | | | | 20435: Make pattern.c not alter strings. | |||||
* | 20378: Matthias B.: fix bugs joining with metafied chars. | Peter Stephenson | 2004-09-17 | 1 | -3/+1 | |
| | ||||||
* | 20251: integer conversion truncation | Peter Stephenson | 2004-08-16 | 1 | -6/+45 | |
| | | | | | | 20258: save command status in prompt substitution update FAQ rename version to 4.2.1-dev-1 | |||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -2/+2 | |
| | ||||||
* | Silenced two signed/unsigned comparison compiler warnings. | Wayne Davison | 2004-05-28 | 1 | -2/+2 | |
| | ||||||
* | Set the first character of buf to '\1' before the strftime() call so | Wayne Davison | 2004-05-05 | 1 | -1/+1 | |
| | | | | | we can try to distinguish a zero-length string from an error return (a minor fix to Peter's patch). | |||||
* | 19877: improved test for empty strftime strings | Peter Stephenson | 2004-05-04 | 1 | -2/+12 | |
| | ||||||
* | * 19869: Src/prompt.c, Src/utils.c: avoid segfault when | Clint Adams | 2004-05-04 | 1 | -1/+2 | |
| | | | | | prompt-expanding '%D{%p}' or '%D{%P}' under locales with null strings for am_pm. | |||||
* | 19683: Work around dllwrap problem on Cygwin | Peter Stephenson | 2004-03-25 | 1 | -0/+13 | |
| | ||||||
* | 19308: zsh crashes with $((##)) | Oliver Kiddle | 2003-12-17 | 1 | -1/+4 | |
| | ||||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -8/+8 | |
| | ||||||
* | 19168: Various problems with size of buffers and pointer usage in ztrftime | Peter Stephenson | 2003-10-06 | 1 | -9/+59 | |
| | ||||||
* | 19129: extra argument to typeset -T gives character for joining array | Peter Stephenson | 2003-09-24 | 1 | -4/+18 | |
| | ||||||
* | 18920: fix unset IFS betterer | Peter Stephenson | 2003-08-01 | 1 | -0/+2 | |
| | ||||||
* | 18916: unsetting IFS could cause segfault | Peter Stephenson | 2003-08-01 | 1 | -4/+6 | |
| | ||||||
* | 18525: add manual UTF-8 conversion so \u and \U should work on more systems | Oliver Kiddle | 2003-05-13 | 1 | -42/+101 | |
| | ||||||
* | 18524: sepjoin !heap bug cause problem in vared | Peter Stephenson | 2003-05-12 | 1 | -1/+1 | |
| | ||||||
* | 18492: Provide partial fix for multios and output process substitution | Peter Stephenson | 2003-05-02 | 1 | -4/+4 | |
| | | | | asynchronicity problem. Document workarounds for remaining problems. | |||||
* | Fixed zjoin() when it returns an empty string that should be allocated. | Wayne Davison | 2003-03-25 | 1 | -1/+1 | |
| | ||||||
* | 18376: Fix headers for wchar.h and some related gcc waringnings | Peter Stephenson | 2003-03-24 | 1 | -3/+3 | |
| | ||||||
* | 18359: fix bug where not enough memory was allocated if MB_LEN_MAX < 6 | Oliver Kiddle | 2003-03-18 | 1 | -4/+1 | |
| | ||||||
* | 18343, 18348: handle \u and \U escapes for specifying unicode characters | Oliver Kiddle | 2003-03-14 | 1 | -2/+90 | |
| | ||||||
* | 18195: Timeouts for read builtin. | Peter Stephenson | 2003-02-05 | 1 | -2/+6 | |
| | ||||||
* | 18086: I don't know how this got missed out... | Peter Stephenson | 2003-02-05 | 1 | -0/+4 | |
| | ||||||
* | * 17810 (Martin Waitz): Src/utils.c: bung up memory leak with | Clint Adams | 2002-10-11 | 1 | -1/+4 | |
| | | | | POSIX.1e capabilities. | |||||
* | 17503: fix various typos and spelling mistakes in source code comments | Oliver Kiddle | 2002-08-05 | 1 | -1/+1 | |
| | ||||||
* | 17141 plus mods: add `zle -F fd handler' feature. | Peter Stephenson | 2002-05-21 | 1 | -20/+26 | |
| | ||||||
* | 15746: remove (with #if) an incorrect optimization in the maildir version | Bart Schaefer | 2002-01-06 | 1 | -1/+6 | |
| | | | | of mailstat(). | |||||
* | 16158: interpret TAB as "yes" only in spckword() | Bart Schaefer | 2001-11-03 | 1 | -3/+4 | |
| | | | | 16201: introduce the PM_NAMEDDIR flag | |||||
* | Fix segfault in checkrmall(). | Bart Schaefer | 2001-10-20 | 1 | -0/+2 | |
| | ||||||
* | fix return code and tests of printf and comment above bslashquote func (16064) | Oliver Kiddle | 2001-10-16 | 1 | -2/+3 | |
| | ||||||
* | Removed bogus mkstemp() code. | Wayne Davison | 2001-06-15 | 1 | -3/+0 | |
| | ||||||
* | Use mkstemp where available | Peter Stephenson | 2001-06-15 | 1 | -0/+3 | |
| |