Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Previously uncommitted bits of 19785. | Bart Schaefer | 2004-06-22 | 2 | -33/+22 |
| | |||||
* | * 20081: Doc/Zsh/mod_pcre.yo: document -pcre-match condition. | Clint Adams | 2004-06-20 | 2 | -0/+16 |
| | |||||
* | 20077: fix completion of reserved words | Oliver Kiddle | 2004-06-18 | 3 | -2/+7 |
| | |||||
* | _arguments fix for configure, unconfirmed | Peter Stephenson | 2004-06-18 | 2 | -2/+7 |
| | |||||
* | 20069: complete character encodings case-insensitively for GNU iconv | Oliver Kiddle | 2004-06-17 | 2 | -25/+28 |
| | |||||
* | 20059: check for systems using . separator instead of for those using : | Oliver Kiddle | 2004-06-17 | 2 | -3/+8 |
| | |||||
* | users/7553: include zsh version in dump file to avoid problems with upgrades | Oliver Kiddle | 2004-06-16 | 3 | -2/+9 |
| | |||||
* | 20055: Completion/Unix/Command/_tla: additions and fixes from Jason McCarty. | Clint Adams | 2004-06-15 | 2 | -748/+505 |
| | |||||
* | c.f. 20034: zsh/mathfunc tests | Peter Stephenson | 2004-06-09 | 2 | -0/+111 |
| | |||||
* | 20029: fix randomness of mathfunc rand48(seed) | Peter Stephenson | 2004-06-08 | 2 | -1/+6 |
| | |||||
* | 20026: INSTALL nitpick. | Peter Stephenson | 2004-06-08 | 2 | -5/+8 |
| | |||||
* | 20025: --with-tcsetpgrp from Philippe Troin | Peter Stephenson | 2004-06-08 | 3 | -9/+47 |
| | |||||
* | 20024: Improve documentation for TRAPNAL functions | Peter Stephenson | 2004-06-08 | 2 | -0/+23 |
| | |||||
* | 20002 -- fix for matching spec core dump | Felix Rosencrantz | 2004-06-04 | 2 | -1/+6 |
| | |||||
* | 20017: zsh.html was missing from doc distributino | Peter Stephenson | 2004-06-03 | 2 | -1/+3 |
| | |||||
* | users/7467: quoted commands weren't found in dispatcher lokoup | Peter Stephenson | 2004-06-03 | 2 | -0/+9 |
| | |||||
* | UNUSED() | Wayne Davison | 2004-06-02 | 1 | -0/+19 |
| | |||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 58 | -593/+641 |
| | |||||
* | Define the new UNUSED() macro for marking function parameters. | Wayne Davison | 2004-06-02 | 1 | -0/+7 |
| | |||||
* | 19980 | Wayne Davison | 2004-05-28 | 1 | -0/+10 |
| | |||||
* | Silenced one signed/unsigned comparison compiler warning. | Wayne Davison | 2004-05-28 | 5 | -5/+5 |
| | |||||
* | Silenced three signed/unsigned comparison compiler warnings. | Wayne Davison | 2004-05-28 | 2 | -6/+6 |
| | |||||
* | Silenced one signed/unsigned comparison compiler warning. | Wayne Davison | 2004-05-28 | 2 | -2/+2 |
| | |||||
* | Silenced two signed/unsigned comparison compiler warnings. | Wayne Davison | 2004-05-28 | 4 | -8/+8 |
| | |||||
* | Fixed two signed/unsigned comparisons. | Wayne Davison | 2004-05-28 | 1 | -4/+3 |
| | |||||
* | - Added missing struct initializers to two last-in-list values. | Wayne Davison | 2004-05-28 | 1 | -5/+7 |
| | | | | - Fixed a few signed/unsigned comparisons. | ||||
* | Made a variable (t2) size_t so that it matched the size of the | Wayne Davison | 2004-05-28 | 1 | -1/+2 |
| | | | | other variable it gets compared with (fw). | ||||
* | Changed a few job-table variables into ints. | Wayne Davison | 2004-05-28 | 1 | -4/+4 |
| | |||||
* | Supply all initializers for the final struct reswd element. | Wayne Davison | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | Fixed signed/unsigned compiler warning. | Wayne Davison | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | * 19991: Completion/Unix/Command/_lynx: complete .htm files too. | Clint Adams | 2004-05-28 | 2 | -1/+6 |
| | |||||
* | 19976: fix spurious job table full messages | Peter Stephenson | 2004-05-25 | 3 | -1/+9 |
| | |||||
* | c.f users/7474: reorder option descriptions in subheadings. | Peter Stephenson | 2004-05-25 | 2 | -776/+827 |
| | |||||
* | 19967+ | Wayne Davison | 2004-05-21 | 1 | -0/+7 |
| | |||||
* | Added a call to saveandpophiststack(0) to endparamscope() to enable | Wayne Davison | 2004-05-21 | 1 | -0/+1 |
| | | | | the new auto-pop feature. | ||||
* | - pushhiststack() now takes a level value and remembers it. If it was | Wayne Davison | 2004-05-21 | 1 | -9/+21 |
| | | | | | | | the locallevel (instead of -1), the history list is marked to auto-pop on function exit. - The saveandpophiststack() function now interprets a 0 arg as a request to do an auto-pop. | ||||
* | - Added the -a option to "fc" and "history". | Wayne Davison | 2004-05-21 | 1 | -4/+5 |
| | | | | - Call saveandpophiststack() using the newest calling syntax. | ||||
* | Use the new `history -ap' command to restore the history instead of | Wayne Davison | 2004-05-21 | 1 | -10/+3 |
| | | | | using a trap function. | ||||
* | Document the new -a option to `fc -p' and improved the documentation for | Wayne Davison | 2004-05-21 | 1 | -11/+25 |
| | | | | the history push/pop in other ways. | ||||
* | 19971: Fix environment nastiness in zexecve() | Peter Stephenson | 2004-05-21 | 3 | -7/+8 |
| | |||||
* | 19962 | Wayne Davison | 2004-05-20 | 1 | -0/+7 |
| | |||||
* | Use the new history push/pop options to fc to save and restore the | Wayne Davison | 2004-05-20 | 1 | -13/+4 |
| | | | | current history buffer. | ||||
* | 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 |
| | | | | | | | 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. | ||||
* | 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 |
| | | | | weirder than expected at first glance. | ||||
* | 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 |
| |