summaryrefslogtreecommitdiff
path: root/Src/zsh.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-1145004: Fix typos in commentsMartijn Dekker1-8/+8
2019-04-1244198: Add cd_silent option to suppress all cd outputdana1-0/+1
2018-11-0543759: add support for true colour terminalsOliver Kiddle1-9/+24
2018-11-0543747: new module to map colours from hex triplets to the nearest matching co...Oliver Kiddle1-0/+7
2018-10-1243674: Split more PM_ flags for variables and functions.Peter Stephenson1-20/+19
2018-10-0843616: Various parameter setting and display fixes.Peter Stephenson1-9/+14
2018-09-1243446: More entersubsh() / addproc() wiring.Peter Stephenson1-0/+8
2018-06-15users/23472: Add $sysparams[procsubstpid] to zsh/systemPeter Stephenson1-0/+1
2018-05-1742793: Always define FDT_PROC_SUBST even if not needed.Peter Stephenson1-3/+2
2018-01-2442322 (tweaked): Fix interactive_comments history with just a coment.Peter Stephenson1-0/+1
2018-01-0842245: Abort last word on interactve comment.Peter Stephenson1-0/+1
2017-12-2242156: new CHECK_RUNNING_JOBS option demanded by bash groupiesPeter Stephenson1-0/+1
2017-12-2233395: Improvments for function managment.Peter Stephenson1-0/+1
2017-10-01Add typeset -p1, like typeset -p with newlinesPeter Stephenson1-5/+6
2017-09-2741764 (test tweaked): allow [key]+=value when modifying arraysPeter Stephenson1-1/+3
2017-09-2541747: Don't create hash entry if just checking existence.Peter Stephenson1-0/+1
2017-09-24Updates for ksh array element syntax.Peter Stephenson1-4/+16
2017-09-13First go at var=([key]=value) syntax.Peter Stephenson1-2/+15
2017-09-1141668: New --emulate option on invocation.Peter Stephenson1-0/+8
2017-08-2441590 modified as 41595: make ERR_RETURN more logical.Peter Stephenson1-0/+11
2017-08-15posted but has not shown up: fix fd problem in subshell.Peter Stephenson1-0/+12
2017-07-0941402: Add hasher to ecstrcode to reduce string comparisonsSebastian Gniazdowski1-0/+1
2017-07-04Delay processing "disown" for superjob.Peter Stephenson1-0/+1
2017-06-0741239: Save and restore default history event on context stack.Peter Stephenson1-0/+1
2017-05-3041164: Don't free a history entry if it's curline.Peter Stephenson1-1/+0
2017-05-1841113 (tweaked): Save current line linkage to history ring.Peter Stephenson1-0/+1
2017-05-1241090: Replace iswprint() if unicode9 is enabled.Jun-ichi Takimoto1-11/+1
2017-03-0740760: Always tokenize unquoted - to Dash.Peter Stephenson1-0/+10
2017-02-1340536: Prepend directory to $fpath.Peter Stephenson1-0/+1
2017-01-2840439: PAT_HEAPDUP definition just for clarityBarton E. Schaefer1-0/+1
2017-01-2340391: Add WARN_NESTED_VAR option and functions -W.Peter Stephenson1-1/+9
2017-01-1240335: More care with autoload function path.Peter Stephenson1-0/+1
2017-01-11Add features associated with autoloading a function using an absolutePeter Stephenson1-1/+4
2017-01-1040306 with doc tweaks: Change behaviour expanding alias in () function defini...Peter Stephenson1-0/+1
2016-12-0840119: correct typo in commentOliver Kiddle1-2/+2
2016-12-05Extra case for ERR_RETURN and ERR_EXIT.Peter Stephenson1-0/+1
2016-11-2940037: Unicode 9 character width support.Joshua Rubin1-1/+3
2016-11-2940035: Cosmetic fixes for comments and documentation.Eitan Adler1-1/+1
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