Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |