| Commit message (Expand) | Author | Age | Files | Lines |
* | Document the new options to "fc". | Wayne Davison | 2004-05-20 | 1 | -0/+19 |
* | - Added functions to push and pop the current history list, allowing | Wayne Davison | 2004-05-20 | 1 | -16/+135 |
* | - Added the -p (push) and -P (pop) options to the "fc" builtin. | Wayne Davison | 2004-05-20 | 1 | -4/+42 |
* | unposted: _perforce: minor tweak to revision syntax | Peter Stephenson | 2004-05-19 | 2 | -3/+19 |
* | Added a comment to resizehistents() to explain why the function is | Wayne Davison | 2004-05-18 | 1 | -0/+2 |
* | 19941: fix (( 3, )) | Peter Stephenson | 2004-05-13 | 3 | -2/+27 |
* | 19936: zcalc temp history file name | Peter Stephenson | 2004-05-13 | 2 | -2/+7 |
* | fix bug I missed, somehow | Peter Stephenson | 2004-05-12 | 1 | -12/+14 |
* | 19920: attempt to improve hrealloc() | Peter Stephenson | 2004-05-12 | 2 | -39/+119 |
* | 19893 | Wayne Davison | 2004-05-11 | 1 | -0/+5 |
* | Fix the potential for an infinite loop in lockhistfile() if the | Wayne Davison | 2004-05-11 | 1 | -2/+4 |
* | 19878 | Wayne Davison | 2004-05-05 | 1 | -0/+5 |
* | Set the first character of buf to '\1' before the strftime() call so | Wayne Davison | 2004-05-05 | 1 | -1/+1 |
* | 19877: improved test for empty strftime strings | Peter Stephenson | 2004-05-04 | 4 | -7/+28 |
* | * 19869: Src/prompt.c, Src/utils.c: avoid segfault when | Clint Adams | 2004-05-04 | 3 | -2/+11 |
* | Fix TRAPS_ASYNC so that it handles signals correctly. | Peter Stephenson | 2004-05-02 | 6 | -54/+35 |
* | * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo: | Clint Adams | 2004-05-01 | 3 | -0/+19 |
* | * 19845: Completion/Debian/Command/_apt-move: apt-move | Clint Adams | 2004-04-28 | 4 | -13/+66 |
* | 19839, 19842: improve handling of #q in qualifiers | Peter Stephenson | 2004-04-27 | 2 | -2/+11 |
* | 19840: vared takes one normal argument | Peter Stephenson | 2004-04-27 | 2 | -6/+4 |
* | 19837: restore vared -e | Peter Stephenson | 2004-04-27 | 2 | -1/+6 |
* | unposted: aap short and long options are mutually exclusive | Doug Kearns | 2004-04-26 | 2 | -17/+22 |
* | 19825: add changes style | Peter Stephenson | 2004-04-23 | 2 | -2/+13 |
* | 19810: ksh autoloading | Peter Stephenson | 2004-04-23 | 3 | -10/+17 |
* | 19809: improve NO_TRAPS_ASYNC by queueing traps alone | Peter Stephenson | 2004-04-21 | 4 | -10/+48 |
* | 19806: fix bug with %v prompt expansion and negative index beyond array start | Oliver Kiddle | 2004-04-21 | 2 | -1/+5 |
* | 19801: implement autoloading of trap functions | Peter Stephenson | 2004-04-20 | 2 | -3/+26 |
* | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 2004-04-20 | 1 | -7/+9 |
* | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 2004-04-20 | 13 | -80/+116 |
* | 19800: reverse sense of `declare +m' test, -m now being allowed for declare | Oliver Kiddle | 2004-04-20 | 2 | -5/+9 |
* | 19798: rudimentary completion for bogoutil. | Clint Adams | 2004-04-19 | 3 | -0/+64 |
* | zsh-users/7365: new TRAPS_ASYNC option | Peter Stephenson | 2004-04-19 | 7 | -4/+35 |
* | * 19792: Completion/X/Command/_mplayer: complete .m2v and .m2p, | Clint Adams | 2004-04-18 | 2 | -1/+6 |
* | 19790: complete functions after -a and allow multiple -z/-k options | Oliver Kiddle | 2004-04-17 | 2 | -14/+22 |
* | 19775: new completion for php | Doug Kearns | 2004-04-16 | 4 | -2/+45 |
* | see 19778 etc.: remove Doc change from 19735 | Peter Stephenson | 2004-04-15 | 2 | -1/+5 |
* | * 19606: Completion/Unix/Command/_tla: switch tla completion to | Clint Adams | 2004-04-15 | 2 | -7/+971 |
* | * Jay Berkenbilt: 19769: Completion/Unix/Command/_rsync: | Clint Adams | 2004-04-14 | 2 | -2/+7 |
* | Ingo Rohlfs: 19747: complete files/urls for svn cp and mv commands | Oliver Kiddle | 2004-04-14 | 2 | -1/+4 |
* | add missing local declaration | Oliver Kiddle | 2004-04-14 | 2 | -1/+3 |
* | 19768: add clue to insecure directories warning and send errors to stderr | Oliver Kiddle | 2004-04-14 | 2 | -9/+15 |
* | 19741 and 19743. | Wayne Davison | 2004-04-06 | 1 | -0/+7 |
* | Test the new F glob qualifier. | Wayne Davison | 2004-04-06 | 1 | -6/+17 |
* | 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 | 3 | -6/+18 |
* | make expn change clearer, suggested by Wayne | Peter Stephenson | 2004-04-06 | 2 | -2/+5 |
* | Peter Castro: Cygwin improvements for dynamic libraries, text/binary, paths | Peter Stephenson | 2004-04-06 | 7 | -6/+81 |
* | 19733 with docs tweaked: keymaps for vared and zed | Peter Stephenson | 2004-04-06 | 6 | -86/+147 |
* | 19728: note on (^F) qualifier | Peter Stephenson | 2004-04-05 | 2 | -1/+7 |
* | restore comment in ChangeLog | Peter Stephenson | 2004-04-05 | 1 | -1/+2 |