Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 19242: Make job table dynamically reallocatable. | Peter Stephenson | 2003-11-13 | 1 | -6/+6 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -4/+4 |
| | |||||
* | 19044: typo in setting $saliases elements | Peter Stephenson | 2003-09-08 | 1 | -4/+4 |
| | |||||
* | 19014: add alias -s suf=handler | Peter Stephenson | 2003-09-03 | 1 | -69/+162 |
| | |||||
* | 18880: Don't return unset parameters in $parameters | Peter Stephenson | 2003-07-22 | 1 | -0/+2 |
| | |||||
* | 18325: options on by default weren't printed correctly by zsh/parameter | Peter Stephenson | 2003-03-07 | 1 | -1/+8 |
| | |||||
* | handle possible NULL pointer returned from bufferwords() (15717) | Sven Wischnowsky | 2001-08-28 | 1 | -3/+3 |
| | |||||
* | 15327: always use local LINENOs in parse_string(). | Peter Stephenson | 2001-07-09 | 1 | -1/+1 |
| | |||||
* | fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵ | Sven Wischnowsky | 2001-05-31 | 1 | -0/+1 |
| | | | | array accesses, plus some defensive programming for heap allocated param structs (14605) | ||||
* | show current/previous job in $jobstates (3503) | Sven Wischnowsky | 2000-11-02 | 1 | -4/+11 |
| | |||||
* | make assignament to $nameddirs behave like hash -d (13095) | Sven Wischnowsky | 2000-10-30 | 1 | -9/+18 |
| | |||||
* | make $modules report aliases correctly (12654) | Sven Wischnowsky | 2000-08-16 | 1 | -3/+5 |
| | |||||
* | 12604: Remove calls to zpathmax(), minor fixes to zopenmax(). | Bart Schaefer | 2000-08-14 | 1 | -6/+4 |
| | |||||
* | 15216: Rewrite pathconf() support. | Bart Schaefer | 2000-08-04 | 1 | -28/+4 |
| | |||||
* | quoting | Sven Wischnowsky | 2000-08-03 | 1 | -2/+2 |
| | |||||
* | 12489: pathconf for unlimited fs | Clint Adams | 2000-08-02 | 1 | -4/+7 |
| | |||||
* | 12472: limited pathconf support | Clint Adams | 2000-08-02 | 1 | -0/+22 |
| | |||||
* | shut compiler up | Peter Stephenson | 2000-07-04 | 1 | -1/+1 |
| | |||||
* | 11838: typeset -H | Peter Stephenson | 2000-06-09 | 1 | -3/+6 |
| | |||||
* | some more memory leak fixes (11745) | Sven Wischnowsky | 2000-06-05 | 1 | -2/+3 |
| | |||||
* | Changed the array "len" to be "end" -- a 1-relative index of the last | Wayne Davison | 2000-06-02 | 1 | -5/+5 |
| | | | | item (or you can think of it as pointing one past the last item). | ||||
* | Wayne: pattern.c unitialised var | Peter Stephenson | 2000-05-31 | 1 | -10/+10 |
| | | | | Zero-length arrays now possible with $array[1,0] | ||||
* | Wayne: Fix two history bugs that were causing the | Bart Schaefer | 2000-05-30 | 1 | -2/+2 |
| | | | | failure of `print -s'. | ||||
* | new (z) parameter flag to do shell-word splitting on the value (11113) | Sven Wischnowsky | 2000-05-03 | 1 | -1/+1 |
| | |||||
* | new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing ↵ | Sven Wischnowsky | 2000-04-12 | 1 | -1/+5 |
| | | | | to find word (10685) | ||||
* | more careful with checking index of $history (10614) | Sven Wischnowsky | 2000-04-10 | 1 | -1/+13 |
| | |||||
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 1 | -199/+1500 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-05-19 | 1 | -0/+662 |