about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Collapse)AuthorAgeFilesLines
* 11461: Make "read" interruptible even when used in the tail of a pipeline.Bart Schaefer2000-05-191-4/+11
|
* Add -L option to the hash builtinOliver Kiddle2000-05-151-4/+7
|
* doc changes; typo in _jobs; integer builtin understands `-i base'Peter Stephenson2000-05-141-1/+1
|
* 11314: fix for typeset -U not updating value in environmentPeter Stephenson2000-05-101-5/+14
|
* Wayne: fix for print -s when called from widget; added lines are not ↵Sven Wischnowsky2000-05-051-1/+1
| | | | immediately available, though (11171)
* allow calling `print -s' in widgets, avoid duplicated history numberSven Wischnowsky2000-05-031-1/+1
|
* 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer2000-05-021-6/+4
| | | | some redundant close() calls; relocate a misplaced redirection.
* 11057: getopts bugPeter Stephenson2000-05-021-1/+9
|
* 11026: fix for unfunction of trap with localtraps bugPeter Stephenson2000-04-301-3/+1
|
* 11015: `unfunction TRAPxxx' now works with localtraps in effect. I'm notBart Schaefer2000-04-291-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 OpenBSDPeter Stephenson2000-04-161-1/+2
|
* 10738: pws: local parameters can be exportedPeter Stephenson2000-04-131-16/+10
|
* make read -[kq] always print the prompt, if any; after all they make sure ↵Sven Wischnowsky2000-04-131-6/+15
| | | | they have a terminal anyway (10727)
* missing initialisation for next field in assignments for substitutions for ↵Sven Wischnowsky2000-04-121-0/+1
| | | | fc builtin (10692)
* better error handling for zwc filesSven Wischnowsky2000-04-041-6/+3
|
* keep association elements from being exportedSven Wischnowsky2000-04-041-1/+2
|
* Updated from list as far as 10376Peter Stephenson2000-04-011-527/+985
|
* Initial revisionTanaka Akira1999-04-151-0/+3599