about summary refs log tree commit diff
path: root/Src/zsh.h
Commit message (Expand)AuthorAgeFilesLines
* Add typeset -C to control whether to assert the cached length mikachu/badarraysMikael Magnusson2016-05-081-1/+2
* Add typeset -c to control when cached length is usedMikael Magnusson2016-05-081-1/+2
* UncontroversialDaniel Shahaf2016-05-081-0/+1
* 37700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.Daniel Shahaf2016-01-291-0/+1
* 37689: ! and ^ need to be tokenised in character setsPeter Stephenson2016-01-191-7/+9
* 37678: Now possible to quote "-" in pattern rangePeter Stephenson2016-01-191-6/+12
* 37344: restore old printable quoting, add ${(q+)...}.Peter Stephenson2015-12-071-1/+7
* 37314: upgrade quotedzputs() for non-printable output.Peter Stephenson2015-12-061-0/+6
* 37092: make nested ${(P)name} properly refer to parameter on returnPeter Stephenson2015-11-111-12/+39
* 37022: add GLOB_STAR_SHORT option to abbreviate ** and ***Peter Stephenson2015-10-301-0/+1
* 37014: Improved internal parameter setting.Peter Stephenson2015-10-291-3/+0
* 36941: Mark file descripors in ztcp as used.Peter Stephenson2015-10-241-4/+11
* 36700: unmetafy early for parameter matchPeter Stephenson2015-09-291-0/+26
* 36682: expand pattern interface to optimise unmetaficationPeter Stephenson2015-09-281-0/+10
* 36577: supplement 36559 to using LONG_MAX for 64-bit longPeter Stephenson2015-09-211-0/+4
* unposted: typo in 36559Peter Stephenson2015-09-211-1/+1
* 36559: test earlier for overflow in pattern rangePeter Stephenson2015-09-191-0/+7
* 36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests.Peter Stephenson2015-09-101-3/+14
* 35793: avoid undefined behaviour shifting signed numberPeter Stephenson2015-07-231-3/+4
* 35668: Improved fix for command/proc subst starting in alias.Peter Stephenson2015-07-021-1/+1
* 35667: fix command substitution that starts but doesn't finish in aliasPeter Stephenson2015-07-011-0/+1
* 35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBERPeter Stephenson2015-06-291-0/+1
* 35623: All is_array assignments should be treated as having a value.Peter Stephenson2015-06-271-5/+3
* various posts: Implement assignment parsing for typeset.Peter Stephenson2015-06-241-24/+63
* Add non-metafied character length handling.Peter Stephenson2015-06-121-1/+11
* 35386: expand tabs where useful in builtins outputing function.Peter Stephenson2015-06-051-3/+6
* 35078: Add backslash quoting to parameter (b) flag from 35067.Peter Stephenson2015-05-111-1/+1
* 35067: Add (b) parameter flag for pattern char backslashing.Peter Stephenson2015-05-101-0/+10
* Don't treat NUL as a combining characterMikael Magnusson2015-05-101-2/+2
* 34784: fix old bug with history word selectionPeter Stephenson2015-03-261-2/+3
* 34776: improve suppression of alias expansions from history.Peter Stephenson2015-03-251-1/+0
* 34570: Another nasty command / math substituion thing.Peter Stephenson2015-02-191-21/+23
* 34560: Fix $(( that's actually a multiline cmd subst.Peter Stephenson2015-02-161-0/+1
* 34234: use structures for normal and raw lexical buffer statePeter Stephenson2015-01-111-6/+23
* Rearrange context saving.Peter Stephenson2015-01-091-0/+65
* Fix command substitutions to parse contents as they are read in.Peter Stephenson2015-01-081-0/+9
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-0/+14
* 33655: remove overlap of node flagsPeter Stephenson2014-11-081-3/+3
* 33285: apply function definition redirections at executionPeter Stephenson2014-09-291-0/+1
* 33276: safer import of numerical variables from environmentPeter Stephenson2014-09-291-1/+2
* 32768 with further modifications: LOCAL_LOOPS option.Peter Stephenson2014-06-131-0/+1
* 32682 with tweaks: Add INC_APPEND_HISTORY_TIME.Peter Stephenson2014-06-061-0/+1
* 32634: add POSIX_ARGZERO optionBarton E. Schaefer2014-06-011-0/+1
* 32412 / 32415: New giga- and terabyte units for glob qualifiersManuel Presnitz2014-03-011-3/+26
* 32136: fix problem with kshglob.Peter Stephenson2013-12-161-1/+5
* 31830: New feature for zshaddhistory hooks.Peter Stephenson2013-10-171-0/+1
* users:18023: Add PIPEFAIL optionPeter Stephenson2013-10-061-0/+1
* users/17908: Keep history line in sync between ZLE and shell.Peter Stephenson2013-08-081-1/+2
* 31549: Fix third problem with file descriptor management.Peter Stephenson2013-07-211-1/+0
* 31528: use job table to record file descriptors associated with process substPeter Stephenson2013-07-171-3/+16