index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
zsh.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-18
52750: remove ansi2knr support for old pre-ansi K&R compilers
Oliver Kiddle
1
-46
/
+46
2024-01-28
52442: mark hookdef.name as const
Jörg Sommer
1
-1
/
+1
2023-03-06
51510: Skip namespaces in "set"/"typeset" output, add tests, fix bug
Bart Schaefer
1
-0
/
+1
2023-03-06
51509 (+ fix typo): Add ${(!)name} for the referred-to name of a named reference
Bart Schaefer
1
-0
/
+1
2023-03-05
51483: Enable assignment and expansion of parameters with ksh-like namespace ...
Bart Schaefer
1
-0
/
+2
2023-02-12
51402: Some ksh/bash features, additional sanity checking
Bart Schaefer
1
-0
/
+4
2023-02-12
51360: Initial implementation of named references.
Bart Schaefer
1
-3
/
+5
2023-01-11
unposted: mention attributes changes, fix renumbering mistake and allow compl...
Oliver Kiddle
1
-1
/
+1
2023-01-10
51281: keep track of attributes left on at the end of left and right prompts ...
Oliver Kiddle
1
-1
/
+2
2023-01-10
51280: add support for italic and faint fonts in the line editor
Oliver Kiddle
1
-22
/
+30
2023-01-10
51258, 51272: refactor handling of terminal attributes, removing OFF flags in...
Oliver Kiddle
1
-37
/
+8
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
1
-13
/
+0
2022-12-15
unposted: Follow-up to the last commit: Fix a typo in a comment.
Daniel Shahaf
1
-1
/
+1
2022-12-15
unposted: zsh.h: lextok: Add an explanatory comment with a cross-reference.
Daniel Shahaf
1
-0
/
+3
2022-12-03
51098: remove unreachable NOERREXIT_UNTIL_EXEC code and effects
Philippe Altherr
1
-2
/
+0
2022-04-05
49989: Single byte versions of nice quoting.
Peter Stephenson
1
-2
/
+3
2022-02-22
unposted: Fix some typos and markup.
Daniel Shahaf
1
-1
/
+1
2021-04-18
48560: add TYPESET_TO_UNSET option to remove initialization of parameters
Bart Schaefer
1
-0
/
+3
2021-04-10
47913: implement CASE_PATHS option to make NO_CASE_GLOB more sensible
Bart Schaefer
1
-0
/
+1
2021-04-03
47510: drop code that avoided termcap for named colours
Oliver Kiddle
1
-8
/
+2
2020-09-13
47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}
Bart Schaefer
1
-0
/
+1
2020-08-08
47300: Document the EC_NODUP, EC_DUP, EC_DUPTOK triplet.
Daniel Shahaf
1
-3
/
+20
2020-07-29
unposted: comments explaining how hashtable must be created
Roman Perepelitsa
1
-1
/
+4
2020-07-29
46275: eliminate undefined behavior caused by redefinition of hashtable
Roman Perepelitsa
1
-4
/
+0
2020-07-03
users/24971: ${(-)var} sorts on signed integers
Peter Stephenson
1
-3
/
+4
2020-06-09
46026: Add CLOBBER_EMPTY option.
Peter Stephenson
1
-0
/
+1
2020-04-02
Add SHORT_REPEAT option
Mikael Magnusson
1
-0
/
+1
2020-03-22
45583/0004: internal: Add some comments around wordcodes. No functional change.
Daniel Shahaf
1
-2
/
+6
2020-03-22
45583/0003: internal: Add some comments around Eccstr. No functional change.
Daniel Shahaf
1
-2
/
+22
2020-01-09
Fix typos reported by codespell in Src/
Mikael Magnusson
1
-1
/
+1
2020-01-09
45269: Fix misspellings in completions and elsewhere.
Jens Schleusener
1
-1
/
+1
2019-12-17
45058: internal: Add symbolic names to possible values of zexit()'s "from_whe...
Daniel Shahaf
1
-0
/
+8
2019-12-11
45004: Fix typos in comments
Martijn Dekker
1
-8
/
+8
2019-04-12
44198: Add cd_silent option to suppress all cd output
dana
1
-0
/
+1
2018-11-05
43759: add support for true colour terminals
Oliver Kiddle
1
-9
/
+24
2018-11-05
43747: new module to map colours from hex triplets to the nearest matching co...
Oliver Kiddle
1
-0
/
+7
2018-10-12
43674: Split more PM_ flags for variables and functions.
Peter Stephenson
1
-20
/
+19
2018-10-08
43616: Various parameter setting and display fixes.
Peter Stephenson
1
-9
/
+14
2018-09-12
43446: More entersubsh() / addproc() wiring.
Peter Stephenson
1
-0
/
+8
2018-06-15
users/23472: Add $sysparams[procsubstpid] to zsh/system
Peter Stephenson
1
-0
/
+1
2018-05-17
42793: Always define FDT_PROC_SUBST even if not needed.
Peter Stephenson
1
-3
/
+2
2018-01-24
42322 (tweaked): Fix interactive_comments history with just a coment.
Peter Stephenson
1
-0
/
+1
2018-01-08
42245: Abort last word on interactve comment.
Peter Stephenson
1
-0
/
+1
2017-12-22
42156: new CHECK_RUNNING_JOBS option demanded by bash groupies
Peter Stephenson
1
-0
/
+1
2017-12-22
33395: Improvments for function managment.
Peter Stephenson
1
-0
/
+1
2017-10-01
Add typeset -p1, like typeset -p with newlines
Peter Stephenson
1
-5
/
+6
2017-09-27
41764 (test tweaked): allow [key]+=value when modifying arrays
Peter Stephenson
1
-1
/
+3
2017-09-25
41747: Don't create hash entry if just checking existence.
Peter Stephenson
1
-0
/
+1
2017-09-24
Updates for ksh array element syntax.
Peter Stephenson
1
-4
/
+16
2017-09-13
First go at var=([key]=value) syntax.
Peter Stephenson
1
-2
/
+15
[next]