Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 19971: Fix environment nastiness in zexecve() | Peter Stephenson | 2004-05-21 | 2 | -7/+3 |
| | |||||
* | - Added functions to push and pop the current history list, allowing | Wayne Davison | 2004-05-20 | 1 | -16/+135 |
| | | | | | | | functions to more easily switch to their own private history. - Changed the existing history push/pop code in savehistfile() (which uses a separate history buf to allow it to rewrite the on-disk version of the history file without disturbing the in-memory list). | ||||
* | - Added the -p (push) and -P (pop) options to the "fc" builtin. | Wayne Davison | 2004-05-20 | 1 | -4/+42 |
| | | | | | | - Allow -p/-P to be given to "history". - On exit, save & pop any pushed history stacks before we call the normal savehistfile() function. | ||||
* | Added a comment to resizehistents() to explain why the function is | Wayne Davison | 2004-05-18 | 1 | -0/+2 |
| | | | | weirder than expected at first glance. | ||||
* | 19941: fix (( 3, )) | Peter Stephenson | 2004-05-13 | 1 | -2/+2 |
| | |||||
* | fix bug I missed, somehow | Peter Stephenson | 2004-05-12 | 1 | -12/+14 |
| | |||||
* | 19920: attempt to improve hrealloc() | Peter Stephenson | 2004-05-12 | 1 | -39/+114 |
| | |||||
* | Fix the potential for an infinite loop in lockhistfile() if the | Wayne Davison | 2004-05-11 | 1 | -2/+4 |
| | | | | link() calls fails for some other reason than EEXIST. | ||||
* | 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 | 3 | -7/+22 |
| | |||||
* | * 19869: Src/prompt.c, Src/utils.c: avoid segfault when | Clint Adams | 2004-05-04 | 2 | -2/+5 |
| | | | | | prompt-expanding '%D{%p}' or '%D{%P}' under locales with null strings for am_pm. | ||||
* | Fix TRAPS_ASYNC so that it handles signals correctly. | Peter Stephenson | 2004-05-02 | 4 | -49/+24 |
| | |||||
* | 19840: vared takes one normal argument | Peter Stephenson | 2004-04-27 | 1 | -6/+1 |
| | |||||
* | 19837: restore vared -e | Peter Stephenson | 2004-04-27 | 1 | -1/+1 |
| | |||||
* | 19810: ksh autoloading | Peter Stephenson | 2004-04-23 | 2 | -10/+8 |
| | | | | 19812: autoloaded traps which are still buggy. | ||||
* | 19809: improve NO_TRAPS_ASYNC by queueing traps alone | Peter Stephenson | 2004-04-21 | 3 | -10/+41 |
| | |||||
* | 19806: fix bug with %v prompt expansion and negative index beyond array start | Oliver Kiddle | 2004-04-21 | 1 | -1/+1 |
| | |||||
* | 19801: implement autoloading of trap functions | Peter Stephenson | 2004-04-20 | 1 | -3/+21 |
| | |||||
* | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 2004-04-20 | 1 | -7/+9 |
| | | | | completion system to be used with ksh_autoload set | ||||
* | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 2004-04-20 | 4 | -23/+40 |
| | | | | completion system to be used with ksh_autoload set | ||||
* | zsh-users/7365: new TRAPS_ASYNC option | Peter Stephenson | 2004-04-19 | 4 | -4/+14 |
| | |||||
* | Minor optimization to qualnonemptydir() when a dir has a subdir. | Wayne Davison | 2004-04-06 | 1 | -2/+8 |
| | |||||
* | 19712, 19740: allow assigning to associations with i and r subscript flags | Oliver Kiddle | 2004-04-06 | 1 | -1/+8 |
| | |||||
* | Peter Castro: Cygwin improvements for dynamic libraries, text/binary, paths | Peter Stephenson | 2004-04-06 | 4 | -3/+71 |
| | |||||
* | 19733 with docs tweaked: keymaps for vared and zed | Peter Stephenson | 2004-04-06 | 2 | -65/+89 |
| | |||||
* | 19717: (F) glob qualifier for full directories | Peter Stephenson | 2004-04-01 | 1 | -0/+24 |
| | |||||
* | 19707: negative index into arrays should return scalar and not one element array | Oliver Kiddle | 2004-03-30 | 1 | -1/+2 |
| | |||||
* | 19683: Work around dllwrap problem on Cygwin | Peter Stephenson | 2004-03-25 | 1 | -0/+13 |
| | |||||
* | 19682: Don't run ZERR, DEBUG or EXIT traps inside other traps. | Peter Stephenson | 2004-03-25 | 1 | -1/+23 |
| | |||||
* | 19674, modified: support for non-standard ports in zftp. | Peter Stephenson | 2004-03-24 | 1 | -9/+63 |
| | |||||
* | 19671: error in zle-line-init caused infinite loop | Peter Stephenson | 2004-03-22 | 1 | -0/+1 |
| | |||||
* | unposted: make 19655 a bit safer | Peter Stephenson | 2004-03-18 | 1 | -0/+1 |
| | |||||
* | 19655, 19656, 19657: Memory leaks spotted by valgrind. | Peter Stephenson | 2004-03-18 | 3 | -10/+30 |
| | | | | Also bug with multiple math function autoloads. | ||||
* | * 19641: Src/Modules/pcre.c: implement -pcre-match conditional | Clint Adams | 2004-03-16 | 1 | -14/+66 |
| | | | | suggested by Oliver. | ||||
* | 19629: fix zpty on HP-UX | Peter Stephenson | 2004-03-16 | 1 | -6/+23 |
| | |||||
* | * 19640: Src/Modules/pcre.c: improve error reporting a bit. | Clint Adams | 2004-03-16 | 1 | -4/+4 |
| | |||||
* | * 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfault | Clint Adams | 2004-03-16 | 1 | -1/+8 |
| | | | | | when pcre_study is called before pcre_compile; documentation on pcre_compile options. | ||||
* | 19140: release process group on exit if acquired | Peter Stephenson | 2004-03-16 | 1 | -0/+3 |
| | |||||
* | zsh-users/7160: Check and fix mod_export entries. | Peter Stephenson | 2004-03-12 | 2 | -2/+2 |
| | |||||
* | 19602: cope with output from the preprocessor on HP/UX, Itanium II | Oliver Kiddle | 2004-03-12 | 1 | -1/+1 |
| | |||||
* | 19596: include dlfcn.h instead of dl.h on HP/UX 11 | Oliver Kiddle | 2004-03-11 | 1 | -1/+1 |
| | |||||
* | 19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1 | Oliver Kiddle | 2004-03-11 | 5 | -7/+7 |
| | |||||
* | 19575: Fix problem with trap on EXIT overriding status | Peter Stephenson | 2004-03-10 | 1 | -18/+35 |
| | |||||
* | 19554: make nocaseglob more efficient on Cygwin | Peter Stephenson | 2004-03-08 | 1 | -1/+10 |
| | |||||
* | 19553: rename c in zle to lastchar | Peter Stephenson | 2004-03-08 | 8 | -376/+386 |
| | |||||
* | 19552: missing mod_export | Peter Stephenson | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | 19549: correct buffer size for printf spec | Oliver Kiddle | 2004-03-07 | 1 | -1/+1 |
| | |||||
* | zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbing | Peter Stephenson | 2004-03-06 | 3 | -1/+6 |
| | |||||
* | 19474: fix a calculation when displaying completions which are | Geoff Wing | 2004-03-05 | 1 | -2/+2 |
| | | | | screen width or multiples of that wide, and ALWAYS_LAST_PROMPT | ||||
* | Fixed two cases where unmetify() was using an int* to store a value | Wayne Davison | 2004-03-03 | 1 | -3/+6 |
| | | | | into a size_t variable. |