summaryrefslogtreecommitdiff
path: root/Src/builtin.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-1514348: fix globalexport with typeset -gPeter Stephenson1-1/+1
2001-04-21More parameter/subscript cleanup.Bart Schaefer1-3/+32
2001-04-20Parameter repairs, mostly for subscripting.Bart Schaefer1-11/+6
2001-03-29disallow changing of parameter typePeter Stephenson1-4/+10
2001-02-1413478: whence shouldn't segfault on an empty path componentClint Adams1-4/+4
2001-01-2613389: normalize path in cd_do_chdir on Cygwin to get rid of DOS namesAndrey Borzenkov1-6/+23
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky1-18/+108
2000-12-0313215: echotc, echoti, terminfoClint Adams1-71/+0
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-5/+7
2000-10-02Change some zerr to zwarn for consistency.Bart Schaefer1-4/+3
2000-09-1912847: dynamically allocate buf and z in bin_whence()Clint Adams1-8/+6
2000-09-1812823: use zsh heap in lieu of perm. heap in bin_dotClint Adams1-4/+4
2000-09-1712821: bin_dot is now independent of PATH_MAXClint Adams1-9/+8
2000-09-17"typeset +m ..." and "typeset +g -m ..."Bart Schaefer1-2/+11
2000-09-1412804: Fix "typeset -m".Bart Schaefer1-0/+1
2000-08-0812561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson1-1/+1
2000-07-2812411, 12419: Andrej: environment handling with fewer assumptionsPeter Stephenson1-2/+0
2000-07-19Removed call to remhist().Wayne Davison1-2/+0
2000-07-18Changed several references to curhist into curline.histnum so thatWayne Davison1-5/+7
2000-06-26unposted: move poll_readPeter Stephenson1-89/+1
2000-06-2612073: read -t to test for available input before readingPeter Stephenson1-8/+116
2000-06-2312044: read -A bugPeter Stephenson1-1/+10
2000-06-2212040: typeset -r bugPeter Stephenson1-1/+2
2000-06-1211867: restrict typeset -H applicationPeter Stephenson1-1/+1
2000-06-0911838: typeset -HPeter Stephenson1-7/+7
2000-06-05some more memory leak fixes (11745)Sven Wischnowsky1-1/+1
2000-05-2711607: For "read -q", open shout if necessaryBart Schaefer1-0/+3
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 immediat...Sven Wischnowsky1-1/+1
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
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
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 the...Sven Wischnowsky1-6/+15
2000-04-12missing initialisation for next field in assignments for substitutions for fc...Sven Wischnowsky1-0/+1
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