about summary refs log tree commit diff
path: root/Src/zsh.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'typesettounset' into declarednull declarednullBart Schaefer2021-04-131-0/+1
|\
| * Change TYPESET_DOES_NOT_SET to TYPESET_TO_UNSET to avoid double-negativeBart Schaefer2021-04-121-1/+1
| * Add TYPESET_DOES_NOT_SET option (cf. 48469)Bart Schaefer2021-04-101-0/+1
| * Change DECLAREDNULL to DEFAULTEDBart Schaefer2021-04-101-1/+1
| * Choose a better bit-value for PM_DECLAREDBart Schaefer2021-04-101-1/+1
| * Add PM_DECLARED and PM_DECLAREDNULL parameter flags.Bart Schaefer2021-04-101-0/+2
* | Change DECLAREDNULL to DEFAULTEDBart Schaefer2021-04-131-1/+1
* | Choose a better bit-value for PM_DECLAREDBart Schaefer2021-04-131-1/+1
* | Add PM_DECLARED and PM_DECLAREDNULL parameter flags.Bart Schaefer2021-04-131-0/+2
* | 47913: implement CASE_PATHS option to make NO_CASE_GLOB more sensibleBart Schaefer2021-04-101-0/+1
|/
* 47510: drop code that avoided termcap for named coloursOliver Kiddle2021-04-031-8/+2
* 47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}Bart Schaefer2020-09-131-0/+1
* 47300: Document the EC_NODUP, EC_DUP, EC_DUPTOK triplet.Daniel Shahaf2020-08-081-3/+20
* unposted: comments explaining how hashtable must be createdRoman Perepelitsa2020-07-291-1/+4
* 46275: eliminate undefined behavior caused by redefinition of hashtableRoman Perepelitsa2020-07-291-4/+0
* users/24971: ${(-)var} sorts on signed integersPeter Stephenson2020-07-031-3/+4
* 46026: Add CLOBBER_EMPTY option.Peter Stephenson2020-06-091-0/+1
* Add SHORT_REPEAT optionMikael Magnusson2020-04-021-0/+1
* 45583/0004: internal: Add some comments around wordcodes. No functional change.Daniel Shahaf2020-03-221-2/+6
* 45583/0003: internal: Add some comments around Eccstr. No functional change.Daniel Shahaf2020-03-221-2/+22
* 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