summaryrefslogtreecommitdiff
path: root/Src/zsh.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-0339521: Refactor start of execcmd().Peter Stephenson1-0/+16
2016-09-3039498: use PRIVILEGED option to decide on problematic parameter importsPeter Stephenson1-1/+1
2016-09-2839460: Don't import PS4 if running as root.Peter Stephenson1-0/+1
2016-09-1639331: Reparent subjob on fork with exited superjob.Peter Stephenson1-1/+4
2016-09-14zsh-users/21903: Fix ${...?...} in interactive shell.Peter Stephenson1-1/+8
2016-09-1339292: Distinguish "=" and "==" tests in output.Peter Stephenson1-16/+23
2016-09-0639181: Add PM_SINGLE and use for compstate.Peter Stephenson1-0/+1
2016-07-0838809: fix tracking of colour attributes and restore them when turning bold offOliver Kiddle1-1/+1
2016-01-2937700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.Daniel Shahaf1-0/+1
2016-01-1937689: ! and ^ need to be tokenised in character setsPeter Stephenson1-7/+9
2016-01-1937678: Now possible to quote "-" in pattern rangePeter Stephenson1-6/+12
2015-12-0737344: restore old printable quoting, add ${(q+)...}.Peter Stephenson1-1/+7
2015-12-0637314: upgrade quotedzputs() for non-printable output.Peter Stephenson1-0/+6
2015-11-1137092: make nested ${(P)name} properly refer to parameter on returnPeter Stephenson1-12/+39
2015-10-3037022: add GLOB_STAR_SHORT option to abbreviate ** and ***Peter Stephenson1-0/+1
2015-10-2937014: Improved internal parameter setting.Peter Stephenson1-3/+0
2015-10-2436941: Mark file descripors in ztcp as used.Peter Stephenson1-4/+11
2015-09-2936700: unmetafy early for parameter matchPeter Stephenson1-0/+26
2015-09-2836682: expand pattern interface to optimise unmetaficationPeter Stephenson1-0/+10
2015-09-2136577: supplement 36559 to using LONG_MAX for 64-bit longPeter Stephenson1-0/+4
2015-09-21unposted: typo in 36559Peter Stephenson1-1/+1
2015-09-1936559: test earlier for overflow in pattern rangePeter Stephenson1-0/+7
2015-09-1036478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests.Peter Stephenson1-3/+14
2015-07-2335793: avoid undefined behaviour shifting signed numberPeter Stephenson1-3/+4
2015-07-0235668: Improved fix for command/proc subst starting in alias.Peter Stephenson1-1/+1
2015-07-0135667: fix command substitution that starts but doesn't finish in aliasPeter Stephenson1-0/+1
2015-06-2935655: APPEND_CREATE option for POSIX copmatible NO_CLOBBERPeter Stephenson1-0/+1
2015-06-2735623: All is_array assignments should be treated as having a value.Peter Stephenson1-5/+3
2015-06-24various posts: Implement assignment parsing for typeset.Peter Stephenson1-24/+63
2015-06-12Add non-metafied character length handling.Peter Stephenson1-1/+11
2015-06-0535386: expand tabs where useful in builtins outputing function.Peter Stephenson1-3/+6
2015-05-1135078: Add backslash quoting to parameter (b) flag from 35067.Peter Stephenson1-1/+1
2015-05-1035067: Add (b) parameter flag for pattern char backslashing.Peter Stephenson1-0/+10
2015-05-10Don't treat NUL as a combining characterMikael Magnusson1-2/+2
2015-03-2634784: fix old bug with history word selectionPeter Stephenson1-2/+3
2015-03-2534776: improve suppression of alias expansions from history.Peter Stephenson1-1/+0
2015-02-1934570: Another nasty command / math substituion thing.Peter Stephenson1-21/+23
2015-02-1634560: Fix $(( that's actually a multiline cmd subst.Peter Stephenson1-0/+1
2015-01-1134234: use structures for normal and raw lexical buffer statePeter Stephenson1-6/+23
2015-01-09Rearrange context saving.Peter Stephenson1-0/+65
2015-01-08Fix command substitutions to parse contents as they are read in.Peter Stephenson1-0/+9
2014-12-1133876: etc.: Separate errors and keyboards interruptsPeter Stephenson1-0/+14
2014-11-0833655: remove overlap of node flagsPeter Stephenson1-3/+3
2014-09-2933285: apply function definition redirections at executionPeter Stephenson1-0/+1
2014-09-2933276: safer import of numerical variables from environmentPeter Stephenson1-1/+2
2014-06-1332768 with further modifications: LOCAL_LOOPS option.Peter Stephenson1-0/+1
2014-06-0632682 with tweaks: Add INC_APPEND_HISTORY_TIME.Peter Stephenson1-0/+1
2014-06-0132634: add POSIX_ARGZERO optionBarton E. Schaefer1-0/+1
2014-03-0132412 / 32415: New giga- and terabyte units for glob qualifiersManuel Presnitz1-3/+26
2013-12-1632136: fix problem with kshglob.Peter Stephenson1-1/+5