summaryrefslogtreecommitdiff
path: root/Src/builtin.c
AgeCommit message (Collapse)AuthorFilesLines
2000-05-2711607: For "read -q", open shout if necessaryBart Schaefer1-0/+3
even when SHTTY is already a valid descriptor.
2000-05-23fix for read -q without a shout (11524)Sven Wischnowsky1-2/+2
2000-05-1911461: Make "read" interruptible even when used in the tail of a pipeline.Bart Schaefer1-4/+11
2000-05-15Add -L option to the hash builtinOliver Kiddle1-4/+7
2000-05-14doc changes; typo in _jobs; integer builtin understands `-i base'Peter Stephenson1-1/+1
2000-05-1011314: fix for typeset -U not updating value in environmentPeter Stephenson1-5/+14
2000-05-05Wayne: fix for print -s when called from widget; added lines are not ↵Sven Wischnowsky1-1/+1
immediately available, though (11171)
2000-05-03allow calling `print -s' in widgets, avoid duplicated history numberSven Wischnowsky1-1/+1
2000-05-0211036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer1-6/+4
some redundant close() calls; relocate a misplaced redirection.
2000-05-0211057: getopts bugPeter Stephenson1-1/+9
2000-04-3011026: fix for unfunction of trap with localtraps bugPeter Stephenson1-3/+1
2000-04-2911015: `unfunction TRAPxxx' now works with localtraps in effect. I'm notBart Schaefer1-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().
2000-04-1610771: new GLOBAL_EXPORT option; successful compilation on OpenBSDPeter Stephenson1-1/+2
2000-04-1310738: pws: local parameters can be exportedPeter Stephenson1-16/+10
2000-04-13make read -[kq] always print the prompt, if any; after all they make sure ↵Sven Wischnowsky1-6/+15
they have a terminal anyway (10727)
2000-04-12missing initialisation for next field in assignments for substitutions for ↵Sven Wischnowsky1-0/+1
fc builtin (10692)
2000-04-04better error handling for zwc filesSven Wischnowsky1-6/+3
2000-04-04keep association elements from being exportedSven Wischnowsky1-1/+2
2000-04-01Updated from list as far as 10376Peter Stephenson1-527/+985
1999-04-15Initial revisionTanaka Akira1-0/+3599