about summary refs log tree commit diff
path: root/Src/zsh.h
Commit message (Expand)AuthorAgeFilesLines
* 52750: remove ansi2knr support for old pre-ansi K&R compilersOliver Kiddle2024-03-181-46/+46
* 52442: mark hookdef.name as constJörg Sommer2024-01-281-1/+1
* 51510: Skip namespaces in "set"/"typeset" output, add tests, fix bugBart Schaefer2023-03-061-0/+1
* 51509 (+ fix typo): Add ${(!)name} for the referred-to name of a named referenceBart Schaefer2023-03-061-0/+1
* 51483: Enable assignment and expansion of parameters with ksh-like namespace ...Bart Schaefer2023-03-051-0/+2
* 51402: Some ksh/bash features, additional sanity checkingBart Schaefer2023-02-121-0/+4
* 51360: Initial implementation of named references.Bart Schaefer2023-02-121-3/+5
* unposted: mention attributes changes, fix renumbering mistake and allow compl...Oliver Kiddle2023-01-111-1/+1
* 51281: keep track of attributes left on at the end of left and right prompts ...Oliver Kiddle2023-01-101-1/+2
* 51280: add support for italic and faint fonts in the line editorOliver Kiddle2023-01-101-22/+30
* 51258, 51272: refactor handling of terminal attributes, removing OFF flags in...Oliver Kiddle2023-01-101-37/+8
* 51212: remove STOUC() macroOliver Kiddle2022-12-161-13/+0
* unposted: Follow-up to the last commit: Fix a typo in a comment.Daniel Shahaf2022-12-151-1/+1
* unposted: zsh.h: lextok: Add an explanatory comment with a cross-reference.Daniel Shahaf2022-12-151-0/+3
* 51098: remove unreachable NOERREXIT_UNTIL_EXEC code and effectsPhilippe Altherr2022-12-031-2/+0
* 49989: Single byte versions of nice quoting.Peter Stephenson2022-04-051-2/+3
* unposted: Fix some typos and markup.Daniel Shahaf2022-02-221-1/+1
* 48560: add TYPESET_TO_UNSET option to remove initialization of parametersBart Schaefer2021-04-181-0/+3
* 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