summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2023-02-1251403: Tests and documentation for 51402, clean up some other tests.Bart Schaefer1-0/+4
2023-02-1251402: Some ksh/bash features, additional sanity checkingBart Schaefer1-0/+5
* Add "unset -n" * Allow and enforce "typeset -n -r" for read-only references * "can't change type via subscript reference" error * Better checking for self-referential declarations/assignments * Ksh-style "foo=bar; typeset -n foo" creates foo=bar reference * Support "typeset -n ref; for ref in ..." * Subscripted references use NO_EXEC for safety * References assigned in called scopes reset scope at end * Allow named references to $! $? $$ $- $0 $_
2023-02-1251375: Clarify documentation, fix typos, add indexing.Bart Schaefer1-0/+3
2023-02-1251374: Expose named references in $parameters, fix substitution error.Bart Schaefer1-0/+4
2023-02-1251362: Begin documentation for named references.Bart Schaefer1-0/+3
2023-02-1251361: Tests for 51360.Bart Schaefer1-0/+3
2023-02-1251360: Initial implementation of named references.Bart Schaefer1-0/+4
2023-02-1251404: Nullify filelist after deleting (fix segfault)Bart Schaefer1-0/+4
2023-02-0951320, 51383: fixes to prevent later reappearance of old attributesOliver Kiddle1-0/+7
Also associated test updates and a test fix for TERM=dumb.
2023-02-0651350: ${(S)...//#%...} didn't match the whole stringPeter Stephenson1-0/+5
2023-02-0251354: Fix markup in man page versionDaniel Shahaf1-0/+4
2023-02-0251306: error message in ${unset?error} should be expandedPeter Stephenson1-0/+3
2023-02-0251307: Improve error on attempt to define function from aliased namePeter Stephenson1-0/+6
2023-01-3151342: update PARAMDEF descriptionBart Schaefer1-0/+2
2023-01-3151337: parameter attributes cross-reference typeset equivalents (or lack ↵Bart Schaefer1-0/+5
thereof)
2023-01-27unposted (cribbed from users/28784 by Roman): Add XFail tests for ↵Daniel Shahaf1-0/+6
substituting a single-quoting backslash.
2023-01-2751330: Update python3 completion for version 3.11Shohei YOSHIDA1-0/+5
2023-01-27unposted: Fix typo in an X-Seq number in an old ChangeLog entryDaniel Shahaf1-1/+1
2023-01-2451326: Improve -fsanitize option completionShohei YOSHIDA1-0/+5
- Support comma separated completion - Accept multiple `-fsanitize` options
2023-01-2251322 (+ minor tweak): Update gnu make completion for version 4.4Shohei YOSHIDA1-0/+5
Add `--jobserver-style`, `--shuffle` and `--trace` options And delete '--warn-undefined-functions' option. This option was implemented only in redhat's older make and the official gnu make has never supported it.
2023-01-2151313: fix "git rerere forget" completionBart Schaefer1-0/+2
2023-01-2151310: zle -F handlers preserve LASTWIDGETBart Schaefer1-1/+5
Also fix email address in an old ChangeLog entry
2023-01-1651278: make (i) subscript flag for zero-length string consistentPeter Stephenson1-0/+6
2023-01-1151297: update expected test results to match more optimised escape sequences ↵Oliver Kiddle1-0/+3
with recent changes
2023-01-1151256: Add --refetch to completions of git-fetchJörg Sommer1-0/+3
2023-01-11unposted: mention attributes changes, fix renumbering mistake and allow ↵Oliver Kiddle1-0/+4
completion to offer prompt escapes for PROMPT_EOL_MARK
2023-01-1151295: where the end of a region coincides with the end of PREDISPLAY, don't ↵Oliver Kiddle1-0/+5
extend it to include new text Also fix issue where an int was used for a copy of attributes which breaks if int is smaller than zattr.
2023-01-1051292: fix dynamic updates of region_highlight to account for PREDISPLAYOliver Kiddle1-0/+3
2023-01-1051291: support for highlighting ellipses in the line editorOliver Kiddle1-0/+3
2023-01-1051290: fix display of control characters with SINGLE_LINE_ZLE setOliver Kiddle1-0/+3
2023-01-1051289: don't disable non-colour attributes in prompts for SINGLE_LINE_ZLE ↵Oliver Kiddle1-0/+4
and remove superfluous extra escapes to disable attributes
2023-01-1051281: keep track of attributes left on at the end of left and right prompts ↵Oliver Kiddle1-0/+4
and reapply them explicitly as appropriate
2023-01-1051280: add support for italic and faint fonts in the line editorOliver Kiddle1-0/+4
2023-01-1051258, 51272: refactor handling of terminal attributes, removing OFF flags ↵Oliver Kiddle1-0/+8
in zattr
2023-01-1051276: Fix diff completion for non GNU / FreeBSD platformsNathan Houghton1-0/+5
On OpenBSD, "diff -urpN dir1/ di<TAB>" would refuse to complete a second filename/directory name. This was caused by the -u and -U options getting dropped from args (overwriting args vs appending).
2023-01-08unposted: In a comment, replace a C variables glob pattern with its matches, ↵Daniel Shahaf1-0/+5
for greppability.
2023-01-06unposted (cf. users/28616): _svnadmin: Add comment noting a case that's not ↵Daniel Shahaf1-0/+6
completed correctly.
2022-12-3151263: fix typo - `an path` -> `a path`Max Coplan1-0/+2
2022-12-3151255: Update erb completion for version 4.0.2Shohei YOSHIDA1-0/+3
2022-12-3151254: Add irb completion for version 1.6.2Shohei YOSHIDA1-0/+3
2022-12-3151253: Update ruby completion for version 3.2.0Shohei YOSHIDA1-0/+3
2022-12-3151233: Update sanitizer list to GCC 12Shohei YOSHIDA1-0/+5
Add following sanitizers - bounds-strict - hwaddress - kernel-address - kernel-hwaddress - leak - pointer-compare - pointer-subtract - shadow-call-stack - shift-base - shift-exponent - thread - undefined And sort the list in alphabetical order
2022-12-3051249: use of --force-local with tar completionDaniel Shahaf1-0/+5
2022-12-1751214: handle read -d and a delimiter that can't be decoded into a characterOliver Kiddle1-0/+4
Terminate input at the raw byte value of the delimiter. Also document and test the use of an empty string as a way to specify NUL as the delimiter.
2022-12-1751207: fix for read -d when the delimiter is a byte >= 0x80Jun-ichi Takimoto1-0/+3
2022-12-1651212: remove STOUC() macroOliver Kiddle1-0/+12
This served as a workaround for ancient compilers where casts to unsigned char were broken.
2022-12-1651215: consume whole CSI sequences from the inputOliver Kiddle1-0/+6
This affects CSI sequences that aren't explicitly bound but arrive within the usual KEYTIMEOUT time limits. A single undefined-key widget is run instead of unintended bindings for Escape and other characters in the sequence.
2022-12-16unpasted: add missing ChangeLog entryPeter Stephenson1-0/+4
2022-12-15unposted: Follow-up to the last commit: Fix a typo in a comment.Daniel Shahaf1-0/+3
2022-12-15unposted: zsh.h: lextok: Add an explanatory comment with a cross-reference.Daniel Shahaf1-0/+5