about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* 14348: fix globalexport with typeset -gPeter Stephenson2001-05-151-1/+1
* More parameter/subscript cleanup.Bart Schaefer2001-04-211-3/+32
* Parameter repairs, mostly for subscripting.Bart Schaefer2001-04-201-11/+6
* disallow changing of parameter typePeter Stephenson2001-03-291-4/+10
* 13478: whence shouldn't segfault on an empty path componentClint Adams2001-02-141-4/+4
* 13389: normalize path in cd_do_chdir on Cygwin to get rid of DOS namesAndrey Borzenkov2001-01-261-6/+23
* remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky2001-01-161-18/+108
* 13215: echotc, echoti, terminfoClint Adams2000-12-031-71/+0
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-5/+7
* Change some zerr to zwarn for consistency.Bart Schaefer2000-10-021-4/+3
* 12847: dynamically allocate buf and z in bin_whence()Clint Adams2000-09-191-8/+6
* 12823: use zsh heap in lieu of perm. heap in bin_dotClint Adams2000-09-181-4/+4
* 12821: bin_dot is now independent of PATH_MAXClint Adams2000-09-171-9/+8
* "typeset +m ..." and "typeset +g -m ..."Bart Schaefer2000-09-171-2/+11
* 12804: Fix "typeset -m".Bart Schaefer2000-09-141-0/+1
* 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson2000-08-081-1/+1
* 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
* 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
* 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 immediat...Sven Wischnowsky2000-05-051-1/+1
* 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
* 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
* 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 the...Sven Wischnowsky2000-04-131-6/+15
* missing initialisation for next field in assignments for substitutions for fc...Sven Wischnowsky2000-04-121-0/+1
* 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