about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 12804: Fix "typeset -m".Bart Schaefer2000-09-141-0/+1
|
* 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson2000-08-081-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 assumptionsPeter Stephenson2000-07-281-2/+0
|
* Removed call to remhist().Wayne Davison2000-07-191-2/+0
|
* Changed several references to curhist into curline.histnum so thatWayne Davison2000-07-181-5/+7
| | | | | they would work right even if we didn't store the current command in the history.
* unposted: move poll_readPeter Stephenson2000-06-261-89/+1
|
* 12073: read -t to test for available input before readingPeter Stephenson2000-06-261-8/+116
|
* 12044: read -A bugPeter Stephenson2000-06-231-1/+10
|
* 12040: typeset -r bugPeter Stephenson2000-06-221-1/+2
|
* 11867: restrict typeset -H applicationPeter Stephenson2000-06-121-1/+1
|
* 11838: typeset -HPeter Stephenson2000-06-091-7/+7
|
* some more memory leak fixes (11745)Sven Wischnowsky2000-06-051-1/+1
|
* 11607: For "read -q", open shout if necessaryBart Schaefer2000-05-271-0/+3
| | | | | even when SHTTY is already a valid descriptor.
* fix for read -q without a shout (11524)Sven Wischnowsky2000-05-231-2/+2
|
* 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