about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
...
* 25651: make getpermtext() output indentation more logicalPeter Stephenson2008-09-116-17/+10
|
* 25643: keep DEBUG and ZERR traps in subshellsPeter Stephenson2008-09-111-1/+2
|
* 25641: add emulation option (NO_)MULTI_FUNC_DEFPeter Stephenson2008-09-113-0/+5
|
* 25639: free ptr2 if hsubl is NULL.Clint Adams2008-09-101-1/+3
|
* 25638: remove unnecessary ternary expression in match_str.Clint Adams2008-09-101-1/+1
|
* 25637: dereference prog after the NULL check.Clint Adams2008-09-101-1/+2
|
* 25636: free s before returning with an error condition.Clint Adams2008-09-081-1/+7
|
* 25634: free t before returning if both t and errflag are set.Clint Adams2008-09-081-0/+2
|
* 25627: add $ZSH_SUBSHELLPeter Stephenson2008-09-052-1/+10
|
* 25615: $ZSH_DEBUG_CMD for use in DEBUG trapsPeter Stephenson2008-09-052-2/+17
|
* 25611, 25613: protect against two possible NULL dereferences.Clint Adams2008-09-051-18/+22
|
* 25612: remove dead code.Clint Adams2008-09-051-5/+2
|
* 25610: remove dead code.Clint Adams2008-09-041-4/+0
|
* 25609: initialize sz variable.Clint Adams2008-09-041-1/+1
|
* 25595: fix line numbers with EVAL_LINENO,Peter Stephenson2008-09-035-24/+84
| | | | | try to fix oddities with funcstack and sourced files, simplify use of caller element of funcstack
* 25587: fix a==(stuff) and associated stuff.Peter Stephenson2008-09-013-0/+20
|
* 25571: when parsing use line numbers for the start of a token, not the endPeter Stephenson2008-08-312-1/+16
| | | | add test and move debug trap tests to new file
* 25570: line numbers of complex sublists were wrong, plus testPeter Stephenson2008-08-312-2/+2
| | | | make lineno zlong in another place
* users/13169: really restore emulation mode after 'emulate -L'Andrey Borzenkov2008-08-311-1/+3
|
* 25568: Frank Terbeck & pws: invalid continue and break argumentsPeter Stephenson2008-08-311-0/+5
| | | | also tests for control commands
* 25532: problem skipping assignments etc. with setopt ERREXITPeter Stephenson2008-08-251-3/+4
|
* 25508: set file name if function came from dump filePeter Stephenson2008-08-221-1/+4
|
* 25490: make zties dynamic so there can be more than one gdbm handle in use ↵Clint Adams2008-08-192-17/+34
| | | | at a time.
* 25448: add $funcfiletrace to show absolute line number for callerPeter Stephenson2008-08-135-2/+58
|
* 25443 (tweaked): allow $functrace to show sourced filesPeter Stephenson2008-08-121-11/+12
|
* 25247 with further modifications: add $funcsourcetracePeter Stephenson2008-08-119-17/+108
|
* 25418: set PROMPT_SUBST for all Bourne-style shellsPeter Stephenson2008-08-071-1/+1
|
* 25415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson2008-08-076-49/+101
| | | | | Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code.
* 25409: fix eval's use of lastvalPeter Stephenson2008-08-061-6/+8
|
* 25405: return status from anonymous functions was not handledPeter Stephenson2008-08-061-2/+3
|
* 25389: rearrange precedence of ZLS_COLORS alternatives.Bart Schaefer2008-08-061-15/+15
|
* 25385: fix another bug with trapreturn trampling on statusPeter Stephenson2008-08-041-1/+1
|
* 25384: fix problem with incorrect autoloads of zsh/zlePeter Stephenson2008-08-041-8/+16
|
* users/13093: HashNode changes for AIXPeter Stephenson2008-08-041-3/+3
|
* 25373: trashzleptr() -> zleentry(ZLE_CMD_TRASH)Bart Schaefer2008-08-021-1/+1
|
* fix problems with trapreturn, in particular in source inside trapPeter Stephenson2008-08-013-2/+20
|
* 25364: fix k flag in hash subscriptPeter Stephenson2008-07-311-1/+5
|
* 25345, 25347: neaten interface from main shell to zlePeter Stephenson2008-07-3112-120/+196
|
* following discussion, change fc error messagePeter Stephenson2008-07-271-1/+2
|
* 25338: disallow usage of current history line in fcPeter Stephenson2008-07-251-0/+14
|
* 25329: build the curses module if we've got any usable curses header, not ↵Clint Adams2008-07-231-1/+1
| | | | just curses.h.
* 25236: don't recalculate prompt if not redisplayingPeter Stephenson2008-07-221-1/+1
|
* 25324: Danek Duvall: some Solaris and more general completionsPeter Stephenson2008-07-211-25/+57
|
* 25322: fix printing of keys.Clint Adams2008-07-211-0/+1
|
* 25321: delete gdbm node when corresponding hash entry is unset.Clint Adams2008-07-211-1/+6
|
* 25320: fix read and write of elements by key.Clint Adams2008-07-211-16/+28
|
* 25319: fix zuntie, add -f option to ztie.Clint Adams2008-07-212-0/+252
|
* 25272: add zshaddhistory hookPeter Stephenson2008-07-176-40/+71
|
* users/13036: "." is a valid character in a user namePeter Stephenson2008-07-151-1/+1
|
* 25267: ambiguous pattern matching fix: missing logPeter Stephenson2008-07-071-1/+1
| | | | 25269: Frank Terbeck: typo