summaryrefslogtreecommitdiff
path: root/Src/zsh.h
AgeCommit message (Collapse)AuthorFilesLines
2010-09-1228253: document -h argument to atribute commandsPeter Stephenson1-0/+1
2010-05-2727965, 27966: Improve ${(q)...}: newline appears as $'\n;,Peter Stephenson1-1/+5
2010-03-1627793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson1-0/+1
2010-03-1127785: IFS doesn't have a null in it in POSIXPeter Stephenson1-0/+4
unposted: note & needs quoting in :s in glob qualifier
2010-02-2427754 plus NEWS change: add "zsystem flock"Peter Stephenson1-1/+10
2010-01-2727638, based on Frank Terbeck, 27633: SOURCETRACE optionPeter Stephenson1-0/+1
2009-07-1927167: add POSIX_CD option to test "." after CDPATHPeter Stephenson1-0/+1
2009-07-1127129: fix status at start of function, command subst, etc.Peter Stephenson1-0/+11
2009-07-1027106: reset status on command that expands to emptyPeter Stephenson1-0/+2
27122: add POSIX_JOBS option
2009-07-0227087: change return codes from failed "."Peter Stephenson1-3/+3
2009-07-0127083: non-zero status on failures to find or execute file in "."Peter Stephenson1-0/+11
2009-06-0527304: add ${(q-)..} flagPeter Stephenson1-0/+7
2009-03-2426772: better error handling and fix runaway chdir on failed cdPeter Stephenson1-0/+1
2009-03-0326675: add POSIX_ALIASES optionPeter Stephenson1-0/+1
2009-02-1926583: use HOOK_FUNCTIONS more widelyPeter Stephenson1-0/+9
2009-02-1126546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson1-0/+15
environments, plus documentation
2008-11-1826061: fix clash between process subst and numeric globPeter Stephenson1-9/+10
26062: additional compmatch change, missed from 26047
2008-10-3025971: fix options handling for builtins that handle their ownPeter Stephenson1-0/+6
2008-10-0925831: fix empty return values from subscript matches with RC_EXPAND_PARAMPeter Stephenson1-10/+19
2008-09-2925775: fix logical problem with function line numbering inside eval-style trapsPeter Stephenson1-0/+4
2008-09-2925771: shell function context for substitution functionsPeter Stephenson1-0/+1
2008-09-1125641: add emulation option (NO_)MULTI_FUNC_DEFPeter Stephenson1-0/+1
2008-09-0325595: fix line numbers with EVAL_LINENO,Peter Stephenson1-1/+9
try to fix oddities with funcstack and sourced files, simplify use of caller element of funcstack
2008-08-3125570: line numbers of complex sublists were wrong, plus testPeter Stephenson1-1/+1
make lineno zlong in another place
2008-08-1925490: make zties dynamic so there can be more than one gdbm handle in use ↵Clint Adams1-0/+1
at a time.
2008-08-1325448: add $funcfiletrace to show absolute line number for callerPeter Stephenson1-1/+2
2008-08-1125247 with further modifications: add $funcsourcetracePeter Stephenson1-1/+5
2008-08-0725415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson1-1/+21
Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code.
2008-07-3125345, 25347: neaten interface from main shell to zlePeter Stephenson1-5/+15
2008-06-1225149: add C_PRECEDENCES option to make arithmetic have C/Perl precedencePeter Stephenson1-0/+1
2008-06-0825138(? mailing list stuck): rewrite of completion matching.Peter Stephenson1-0/+42
Will one day use multibyte/wide characters, doesn't yet.
2008-06-0125126: reformatting for 25124Clint Adams1-3/+2
2008-06-0125124: work with --(disable|enable)-largefile instead of ↵Clint Adams1-1/+2
--(disable|enable)-lfs, since the latter is no longer functional.
2008-05-1225002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson1-1/+1
2008-05-1124996: improve xtrace output for patternsPeter Stephenson1-0/+9
2008-05-0924986: prompt escapes for coloursPeter Stephenson1-12/+40
2008-05-0824980: zmodload -mFPeter Stephenson1-0/+11
2008-05-0624932: try to fix up code that regularizes attributes after right promptPeter Stephenson1-0/+2
2008-05-02users/12812: fix hang with confusion over process numbersPeter Stephenson1-18/+18
2008-04-2924894: enable colouring of highlighted text in editorPeter Stephenson1-13/+46
2008-04-2624878: add incremental pattern searchesPeter Stephenson1-0/+16
2008-04-2324864: Jun. T: typos in alternative wcwidth().Peter Stephenson1-1/+1
2008-04-2224861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson1-8/+22
slightly improve test for overwriting with combining characters.
2008-04-2124856: add IS_COMBINING() and IS_BASECHAR() and widen testsPeter Stephenson1-2/+29
2008-04-2024853: use metafied strings for inner loops over historyPeter Stephenson1-6/+5
2008-04-1724818: add HIST_FCNTL_LOCK.Peter Stephenson1-0/+1
unposted: update NEWS with new features
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-0/+11
2008-04-0324782: initial go at highlighting of characters in zle command linesPeter Stephenson1-1/+7
2008-03-1424711: fix re-presentation of here-documents munged internallyPeter Stephenson1-0/+12
to here-strings
2007-12-1624264: restrict effect of 24234 to parameter substitution code and documentPeter Stephenson1-1/+2