about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoBart Schaefer2023-02-261-0/+2
|
* 51460: avoid crash on bad parameter autofeatureBart Schaefer2023-02-261-0/+4
|
* 51473: Update cal/ncal completionShohei YOSHIDA2023-02-241-0/+3
| | | | | - Support util-linux and bsdmainutils cal on Linux - Support each BSD's implementations
* 51470 (tweaked, c.f. 51476): Separate cdpath elements in path-directories ↵Sebastian Stark2023-02-241-0/+4
| | | | completion
* 51474: make -e and --vault-id options repeatable and update for new options ↵Oliver Kiddle2023-02-241-0/+5
| | | | to ansible 2.13.2
* Fix access to autoloaded parameter.Peter Stephenson2023-02-211-0/+4
| | | | Namerefef resolution needs to happen on the parameter after autoload.
* 51431: "typeset -p" shouldn't change parameter flagsBart Schaefer2023-02-201-0/+4
|
* 51456: complete only modified files with git add -uOliver Kiddle2023-02-191-0/+3
| | | | | Also fix a typo, add a missing =, add a prompt for function name after git blame -L and git worktree --force has gained a short -f form.
* 51455, 51461: new completion for the OpenLDAP client tools including a ↵Oliver Kiddle2023-02-191-0/+7
| | | | helper function for LDAP search filters
* 51447: silence compiler maybe-uninitialized warning by combining a couple of ↵Oliver Kiddle2023-02-171-0/+3
| | | | variables
* 51391: complete remote branch names respecting --delete for git pushØystein Walle2023-02-171-0/+5
|
* 51437: Fix incorrectly-passed test case, masked by unrelated bug.Bart Schaefer2023-02-141-0/+5
| | | | | | A bug with zmodload when unloading/reloading a static module caused the state of the shell options to change during K01 test. Worked around it. Also changed warnnestedvar messages to look more like other such.
* 51424: $(<...) shouldn't try to open a file with NO_EXECPeter Stephenson2023-02-141-0/+5
|
* 51430: Misc. problems with typeset and $parametersBart Schaefer2023-02-131-0/+7
| | | | | | * Fix and test for regression of assignment when using typeset command * Fix output of typeset +m and $parameters[ref] * Prevent segfault in typeset
* 51417: Check subscripts in named reference values more rigorously.Bart Schaefer2023-02-121-0/+3
|
* 51403: Tests and documentation for 51402, clean up some other tests.Bart Schaefer2023-02-121-0/+4
|
* 51402: Some ksh/bash features, additional sanity checkingBart Schaefer2023-02-121-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 $_
* 51375: Clarify documentation, fix typos, add indexing.Bart Schaefer2023-02-121-0/+3
|
* 51374: Expose named references in $parameters, fix substitution error.Bart Schaefer2023-02-121-0/+4
|
* 51362: Begin documentation for named references.Bart Schaefer2023-02-121-0/+3
|
* 51361: Tests for 51360.Bart Schaefer2023-02-121-0/+3
|
* 51360: Initial implementation of named references.Bart Schaefer2023-02-121-0/+4
|
* 51404: Nullify filelist after deleting (fix segfault)Bart Schaefer2023-02-121-0/+4
|
* 51320, 51383: fixes to prevent later reappearance of old attributesOliver Kiddle2023-02-091-0/+7
| | | | Also associated test updates and a test fix for TERM=dumb.
* 51350: ${(S)...//#%...} didn't match the whole stringPeter Stephenson2023-02-061-0/+5
|
* 51354: Fix markup in man page versionDaniel Shahaf2023-02-021-0/+4
|
* 51306: error message in ${unset?error} should be expandedPeter Stephenson2023-02-021-0/+3
|
* 51307: Improve error on attempt to define function from aliased namePeter Stephenson2023-02-021-0/+6
|
* 51342: update PARAMDEF descriptionBart Schaefer2023-01-311-0/+2
|
* 51337: parameter attributes cross-reference typeset equivalents (or lack ↵Bart Schaefer2023-01-311-0/+5
| | | | thereof)
* unposted (cribbed from users/28784 by Roman): Add XFail tests for ↵Daniel Shahaf2023-01-271-0/+6
| | | | substituting a single-quoting backslash.
* 51330: Update python3 completion for version 3.11Shohei YOSHIDA2023-01-271-0/+5
|
* unposted: Fix typo in an X-Seq number in an old ChangeLog entryDaniel Shahaf2023-01-271-1/+1
|
* 51326: Improve -fsanitize option completionShohei YOSHIDA2023-01-241-0/+5
| | | | | - Support comma separated completion - Accept multiple `-fsanitize` options
* 51322 (+ minor tweak): Update gnu make completion for version 4.4Shohei YOSHIDA2023-01-221-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.
* 51313: fix "git rerere forget" completionBart Schaefer2023-01-211-0/+2
|
* 51310: zle -F handlers preserve LASTWIDGETBart Schaefer2023-01-211-1/+5
| | | | Also fix email address in an old ChangeLog entry
* 51278: make (i) subscript flag for zero-length string consistentPeter Stephenson2023-01-161-0/+6
|
* 51297: update expected test results to match more optimised escape sequences ↵Oliver Kiddle2023-01-111-0/+3
| | | | with recent changes
* 51256: Add --refetch to completions of git-fetchJörg Sommer2023-01-111-0/+3
|
* unposted: mention attributes changes, fix renumbering mistake and allow ↵Oliver Kiddle2023-01-111-0/+4
| | | | completion to offer prompt escapes for PROMPT_EOL_MARK
* 51295: where the end of a region coincides with the end of PREDISPLAY, don't ↵Oliver Kiddle2023-01-111-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.
* 51292: fix dynamic updates of region_highlight to account for PREDISPLAYOliver Kiddle2023-01-101-0/+3
|
* 51291: support for highlighting ellipses in the line editorOliver Kiddle2023-01-101-0/+3
|
* 51290: fix display of control characters with SINGLE_LINE_ZLE setOliver Kiddle2023-01-101-0/+3
|
* 51289: don't disable non-colour attributes in prompts for SINGLE_LINE_ZLE ↵Oliver Kiddle2023-01-101-0/+4
| | | | and remove superfluous extra escapes to disable attributes
* 51281: keep track of attributes left on at the end of left and right prompts ↵Oliver Kiddle2023-01-101-0/+4
| | | | and reapply them explicitly as appropriate
* 51280: add support for italic and faint fonts in the line editorOliver Kiddle2023-01-101-0/+4
|
* 51258, 51272: refactor handling of terminal attributes, removing OFF flags ↵Oliver Kiddle2023-01-101-0/+8
| | | | in zattr
* 51276: Fix diff completion for non GNU / FreeBSD platformsNathan Houghton2023-01-101-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).