summaryrefslogtreecommitdiff
path: root/Src/zsh.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-1731830: New feature for zshaddhistory hooks.Peter Stephenson1-0/+1
2013-10-06users:18023: Add PIPEFAIL optionPeter Stephenson1-0/+1
2013-08-08users/17908: Keep history line in sync between ZLE and shell.Peter Stephenson1-1/+2
2013-07-2131549: Fix third problem with file descriptor management.Peter Stephenson1-1/+0
2013-07-1731528: use job table to record file descriptors associated with process substPeter Stephenson1-3/+16
2013-06-1331444: Basic code for enable/disable -pPeter Stephenson1-0/+16
2013-06-0131441: use array to decide which forms of pattern are enabledPeter Stephenson1-1/+39
2013-03-05users/17665: add FORCE_FLOAT optionPeter Stephenson1-0/+1
2012-11-1530789: Add CONTINUE_ON_ERROR for old behaviour.Peter Stephenson1-0/+1
2012-10-1130726: make shell options passed to emulate stick along with the emulationPeter Stephenson1-1/+29
2012-10-0530715: use enum lextok for variables containing lexical tokensPeter Stephenson1-1/+1
2012-08-23Jun T.: 30640: MacOS doesn't define __STDC_ISO_10646__ but we needPeter Stephenson1-1/+8
2012-08-2130633: "functions -T" only traces marked function, not called functionsPeter Stephenson1-0/+1
2012-08-16Hiramatsu Yoshifumi: 30621 patch-ab (from NetBSD pkgsrc):compilation onPeter Stephenson1-0/+2
2012-08-07YAMAMOTO Takashi: 30599: don't use replacement wcwidth if not ISO-10646Peter Stephenson1-1/+1
2012-02-1230181, plus rename of PF_* flags to PREFORK_*:Peter Stephenson1-3/+12
2012-01-0830101: add HASH_EXECUTABLES_ONLY optionPeter Stephenson1-0/+1
2011-12-0829955++: IGNORE_CLOSE_BRACES optionPeter Stephenson1-0/+1
2011-08-1429677: Do not allow external processes in a pipeline to become suspendedBart Schaefer1-0/+2
2011-05-1429276: always typedef Heapid for use by auto-generated header files.Bart Schaefer1-1/+2
2011-05-1429267: add -enable-zsh-debug and use for debugging completion matcher groupsPeter Stephenson1-0/+60
2011-01-1928638: add $usergroups parameterPeter Stephenson1-0/+17
2011-01-0628578: fix handling of numeric escapes that expand to "%" in printfBart Schaefer1-3/+8
2010-12-14lexsave/lexrestore lexflagsPeter Stephenson1-3/+9