about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 25267: fix problem with menu on ambiguous completion without matchingPeter Stephenson2008-07-061-0/+39
|
* 25266: always use EXTENDED_GLOB for patterns in ZLS_COLORSPeter Stephenson2008-07-051-0/+6
|
* 25262: suspicious error checking in braceless function definitionPeter Stephenson2008-07-011-2/+1
|
* 25259: improve getquery() handling of unhandled charactersPeter Stephenson2008-07-011-15/+29
|
* 25255: add anonymous function capabilityPeter Stephenson2008-06-301-28/+50
|
* 25242: Mikael V prompt test for contents of psvarPeter Stephenson2008-06-241-0/+6
|
* 25167: patch from Petr Salinger to define _GNU_SOURCE (for /dev/ptmx) when ↵Clint Adams2008-06-161-1/+1
| | | | glibc is being used on non-linux platforms.
* 25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedencePeter Stephenson2008-06-123-117/+231
|
* 25145: make sure XTRACE output is redirected with stderrPeter Stephenson2008-06-111-7/+8
|
* Mikael: 25146: export pattern_match_equivalence()Peter Stephenson2008-06-101-1/+3
|
* Mikael: 25143: spelling correctionsPeter Stephenson2008-06-103-3/+5
| | | | | 25144: report supported bases 25139: fix number
* unposted: silence compiler in pattern_match_restrict()Peter Stephenson2008-06-091-1/+1
|
* 25138(? mailing list stuck): rewrite of completion matching.Peter Stephenson2008-06-086-287/+1468
| | | | Will one day use multibyte/wide characters, doesn't yet.
* 25126: reformatting for 25124Clint Adams2008-06-011-3/+2
|
* 25124: work with --(disable|enable)-largefile instead of ↵Clint Adams2008-06-011-1/+2
| | | | --(disable|enable)-lfs, since the latter is no longer functional.