about summary refs log tree commit diff
path: root/Src/zsh.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typos reported by codespell in Src/Mikael Magnusson2020-01-091-1/+1
* 45269: Fix misspellings in completions and elsewhere.Jens Schleusener2020-01-091-1/+1
* 45058: internal: Add symbolic names to possible values of zexit()'s "from_whe...Daniel Shahaf2019-12-171-0/+8
* 45004: Fix typos in commentsMartijn Dekker2019-12-111-8/+8
* 44198: Add cd_silent option to suppress all cd outputdana2019-04-121-0/+1
* 43759: add support for true colour terminalsOliver Kiddle2018-11-051-9/+24
* 43747: new module to map colours from hex triplets to the nearest matching co...Oliver Kiddle2018-11-051-0/+7
* 43674: Split more PM_ flags for variables and functions.Peter Stephenson2018-10-121-20/+19
* 43616: Various parameter setting and display fixes.Peter Stephenson2018-10-081-9/+14
* 43446: More entersubsh() / addproc() wiring.Peter Stephenson2018-09-121-0/+8
* users/23472: Add $sysparams[procsubstpid] to zsh/systemPeter Stephenson2018-06-151-0/+1
* 42793: Always define FDT_PROC_SUBST even if not needed.Peter Stephenson2018-05-171-3/+2
* 42322 (tweaked): Fix interactive_comments history with just a coment.Peter Stephenson2018-01-241-0/+1
* 42245: Abort last word on interactve comment.Peter Stephenson2018-01-081-0/+1
* 42156: new CHECK_RUNNING_JOBS option demanded by bash groupiesPeter Stephenson2017-12-221-0/+1
* 33395: Improvments for function managment.Peter Stephenson2017-12-221-0/+1
* Add typeset -p1, like typeset -p with newlinesPeter Stephenson2017-10-011-5/+6
* 41764 (test tweaked): allow [key]+=value when modifying arraysPeter Stephenson2017-09-271-1/+3
* 41747: Don't create hash entry if just checking existence.Peter Stephenson2017-09-251-0/+1
* Updates for ksh array element syntax.Peter Stephenson2017-09-241-4/+16
* First go at var=([key]=value) syntax.Peter Stephenson2017-09-131-2/+15
* 41668: New --emulate option on invocation.Peter Stephenson2017-09-111-0/+8
* 41590 modified as 41595: make ERR_RETURN more logical.Peter Stephenson2017-08-241-0/+11
* posted but has not shown up: fix fd problem in subshell.Peter Stephenson2017-08-151-0/+12
* 41402: Add hasher to ecstrcode to reduce string comparisonsSebastian Gniazdowski2017-07-091-0/+1
* Delay processing "disown" for superjob.Peter Stephenson2017-07-041-0/+1
* 41239: Save and restore default history event on context stack.Peter Stephenson2017-06-071-0/+1
* 41164: Don't free a history entry if it's curline.Peter Stephenson2017-05-301-1/+0
* 41113 (tweaked): Save current line linkage to history ring.Peter Stephenson2017-05-181-0/+1
* 41090: Replace iswprint() if unicode9 is enabled.Jun-ichi Takimoto2017-05-121-11/+1
* 40760: Always tokenize unquoted - to Dash.Peter Stephenson2017-03-071-0/+10
* 40536: Prepend directory to $fpath.Peter Stephenson2017-02-131-0/+1
* 40439: PAT_HEAPDUP definition just for clarityBarton E. Schaefer2017-01-281-0/+1
* 40391: Add WARN_NESTED_VAR option and functions -W.Peter Stephenson2017-01-231-1/+9
* 40335: More care with autoload function path.Peter Stephenson2017-01-121-0/+1
* Add features associated with autoloading a function using an absolutePeter Stephenson2017-01-111-1/+4
* 40306 with doc tweaks: Change behaviour expanding alias in () function defini...Peter Stephenson2017-01-101-0/+1
* 40119: correct typo in commentOliver Kiddle2016-12-081-2/+2
* Extra case for ERR_RETURN and ERR_EXIT.Peter Stephenson2016-12-051-0/+1
* 40037: Unicode 9 character width support.Joshua Rubin2016-11-291-1/+3
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-291-1/+1
* 39521: Refactor start of execcmd().Peter Stephenson2016-10-031-0/+16
* 39498: use PRIVILEGED option to decide on problematic parameter importsPeter Stephenson2016-09-301-1/+1
* 39460: Don't import PS4 if running as root.Peter Stephenson2016-09-281-0/+1
* 39331: Reparent subjob on fork with exited superjob.Peter Stephenson2016-09-161-1/+4
* zsh-users/21903: Fix ${...?...} in interactive shell.Peter Stephenson2016-09-141-1/+8
* 39292: Distinguish "=" and "==" tests in output.Peter Stephenson2016-09-131-16/+23
* 39181: Add PM_SINGLE and use for compstate.Peter Stephenson2016-09-061-0/+1
* 38809: fix tracking of colour attributes and restore them when turning bold offOliver Kiddle2016-07-081-1/+1
* 37700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.Daniel Shahaf2016-01-291-0/+1