Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $* and $@ are special | Peter Stephenson | 2001-06-14 | 1 | -1/+8 |
| | |||||
* | 14348: fix globalexport with typeset -g | Peter Stephenson | 2001-05-15 | 1 | -1/+1 |
| | |||||
* | More parameter/subscript cleanup. | Bart Schaefer | 2001-04-21 | 1 | -3/+32 |
| | |||||
* | Parameter repairs, mostly for subscripting. | Bart Schaefer | 2001-04-20 | 1 | -11/+6 |
| | |||||
* | disallow changing of parameter type | Peter Stephenson | 2001-03-29 | 1 | -4/+10 |
| | | | | for autoloadable parameter (bug 219459 on Sourceforge). | ||||
* | 13478: whence shouldn't segfault on an empty path component | Clint Adams | 2001-02-14 | 1 | -4/+4 |
| | |||||
* | 13389: normalize path in cd_do_chdir on Cygwin to get rid of DOS names | Andrey Borzenkov | 2001-01-26 | 1 | -6/+23 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -18/+108 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | 13215: echotc, echoti, terminfo | Clint Adams | 2000-12-03 | 1 | -71/+0 |
| | |||||
* | Sven: 13108: Handle traps synchronously | Peter Stephenson | 2000-11-11 | 1 | -5/+7 |
| | | | | pws: 13109, 13111: clear up zle display when output produced in trap. | ||||
* | Change some zerr to zwarn for consistency. | Bart Schaefer | 2000-10-02 | 1 | -4/+3 |
| | |||||
* | 12847: dynamically allocate buf and z in bin_whence() | Clint Adams | 2000-09-19 | 1 | -8/+6 |
| | |||||
* | 12823: use zsh heap in lieu of perm. heap in bin_dot | Clint Adams | 2000-09-18 | 1 | -4/+4 |
| | |||||
* | 12821: bin_dot is now independent of PATH_MAX | Clint Adams | 2000-09-17 | 1 | -9/+8 |
| | |||||
* | "typeset +m ..." and "typeset +g -m ..." | Bart Schaefer | 2000-09-17 | 1 | -2/+11 |
| | |||||
* | 12804: Fix "typeset -m". | Bart Schaefer | 2000-09-14 | 1 | -0/+1 |
| | |||||
* | 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo, | Peter Stephenson | 2000-08-08 | 1 | -1/+1 |
| | | | | | Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]' | ||||
* | 12411, 12419: Andrej: environment handling with fewer assumptions | Peter Stephenson | 2000-07-28 | 1 | -2/+0 |
| | |||||
* | Removed call to remhist(). | Wayne Davison | 2000-07-19 | 1 | -2/+0 |
| | |||||
* | Changed several references to curhist into curline.histnum so that | Wayne Davison | 2000-07-18 | 1 | -5/+7 |
| | | | | | they would work right even if we didn't store the current command in the history. | ||||
* | unposted: move poll_read | Peter Stephenson | 2000-06-26 | 1 | -89/+1 |
| | |||||
* | 12073: read -t to test for available input before reading | Peter Stephenson | 2000-06-26 | 1 | -8/+116 |
| | |||||
* | 12044: read -A bug | Peter Stephenson | 2000-06-23 | 1 | -1/+10 |
| | |||||
* | 12040: typeset -r bug | Peter Stephenson | 2000-06-22 | 1 | -1/+2 |
| | |||||
* | 11867: restrict typeset -H application | Peter Stephenson | 2000-06-12 | 1 | -1/+1 |
| | |||||
* | 11838: typeset -H | Peter Stephenson | 2000-06-09 | 1 | -7/+7 |
| | |||||
* | some more memory leak fixes (11745) | Sven Wischnowsky | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | 11607: For "read -q", open shout if necessary | Bart Schaefer | 2000-05-27 | 1 | -0/+3 |
| | | | | | even when SHTTY is already a valid descriptor. | ||||
* | fix for read -q without a shout (11524) | Sven Wischnowsky | 2000-05-23 | 1 | -2/+2 |
| | |||||
* | 11461: Make "read" interruptible even when used in the tail of a pipeline. | Bart Schaefer | 2000-05-19 | 1 | -4/+11 |
| | |||||
* | Add -L option to the hash builtin | Oliver Kiddle | 2000-05-15 | 1 | -4/+7 |
| | |||||
* | doc changes; typo in _jobs; integer builtin understands `-i base' | Peter Stephenson | 2000-05-14 | 1 | -1/+1 |
| | |||||
* | 11314: fix for typeset -U not updating value in environment | Peter Stephenson | 2000-05-10 | 1 | -5/+14 |
| | |||||
* | Wayne: fix for print -s when called from widget; added lines are not ↵ | Sven Wischnowsky | 2000-05-05 | 1 | -1/+1 |
| | | | | immediately available, though (11171) | ||||
* | allow calling `print -s' in widgets, avoid duplicated history number | Sven Wischnowsky | 2000-05-03 | 1 | -1/+1 |
| | |||||
* | 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminate | Bart Schaefer | 2000-05-02 | 1 | -6/+4 |
| | | | | some redundant close() calls; relocate a misplaced redirection. | ||||
* | 11057: getopts bug | Peter Stephenson | 2000-05-02 | 1 | -1/+9 |
| | |||||
* | 11026: fix for unfunction of trap with localtraps bug | Peter Stephenson | 2000-04-30 | 1 | -3/+1 |
| | |||||
* | 11015: `unfunction TRAPxxx' now works with localtraps in effect. I'm not | Bart Schaefer | 2000-04-29 | 1 | -1/+3 |
| | | | | | very happy with having to play with `noerrs' but I don't see any other way to silence the warning from bin_unhash(). | ||||
* | 10771: new GLOBAL_EXPORT option; successful compilation on OpenBSD | Peter Stephenson | 2000-04-16 | 1 | -1/+2 |
| | |||||
* | 10738: pws: local parameters can be exported | Peter Stephenson | 2000-04-13 | 1 | -16/+10 |
| | |||||
* | make read -[kq] always print the prompt, if any; after all they make sure ↵ | Sven Wischnowsky | 2000-04-13 | 1 | -6/+15 |
| | | | | they have a terminal anyway (10727) | ||||
* | missing initialisation for next field in assignments for substitutions for ↵ | Sven Wischnowsky | 2000-04-12 | 1 | -0/+1 |
| | | | | fc builtin (10692) | ||||
* | better error handling for zwc files | Sven Wischnowsky | 2000-04-04 | 1 | -6/+3 |
| | |||||
* | keep association elements from being exported | Sven Wischnowsky | 2000-04-04 | 1 | -1/+2 |
| | |||||
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 1 | -527/+985 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+3599 |