about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 52641: incarg: add a backward variant and make it repeatablemidchildan2024-03-051-0/+5
|
* 52652: fix obscure bug unsetting the array part of a tied parameter pairBart Schaefer2024-03-021-0/+3
|
* 52635: show file name when test has crashedJun. T2024-03-021-0/+2
|
* 52612: %l replacment of zwarning() does literal string outputBart Schaefer2024-03-021-0/+6
|
* 52645: unset through a nameref keep up-scope parameters declared unsetBart Schaefer2024-03-011-0/+5
| | | | | Othewise unset of a reference to a global wipes out all parameters of the same name.
* 52619 (plus tests): no empty element when appending array to unset scalarBart Schaefer2024-02-281-1/+6
|
* 52622 (tweaked, c.f. 52626): adjust number of columns and drop ↵Oliver Kiddle2024-02-281-0/+3
| | | | right-parenthesis in "kill -L" output
* 52623: add some Solaris signal descriptionsOliver Kiddle2024-02-281-0/+4
|
* 52594: support for POSIX real-time signals with kill and trapOliver Kiddle2024-02-281-0/+9
| | | | Also add new -L option to kill for a more verbose listing of signals
* 52597: fix character counts in context of operator and operand errorsBart Schaefer2024-02-241-0/+3
|
* 52596: metafy interpreter name for error messageBart Schaefer2024-02-241-0/+2
|
* 52591: printf builtin must pass metafied strings to math evaluationStephane Chazelas2024-02-241-0/+5
|
* 52583: extra check for proper scope and existence of readonly specialsBart Schaefer2024-02-231-0/+6
|
* 52552: newer Java supports passing source files directly to javaOliver Kiddle2024-02-221-0/+5
|
* 52559: revise "typeset -p" with respect to local readonly special parametersBart Schaefer2024-02-201-0/+9
| | | | | Update doc and tests to describe handling of global readonly specials and to account for side-effects on zsh/param/private.
* 52549: document return works in a scriptPeter Stephenson2024-02-191-1/+6
|
* * 52544: _diff_options: support macOS Ventura or newerJun-ichi Takimoto2024-02-191-0/+5
|
* 52558: word splitting differences of nofork; update ToC; formatting fixesBart Schaefer2024-02-181-0/+5
|
* 45837: fix process group restoration upon exitStephane Chazelas2024-02-181-0/+6
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBart Schaefer2024-02-181-0/+5
|\
| * 52515: (+ tests in 52527) avoid sh errors when running shebang-less scripts ↵Stephane Chazelas2024-02-181-0/+5
| | | | | | | | with paths starting with - or +
* | 52556: regression test for unset referent (left out of last commit)Bart Schaefer2024-02-181-0/+2
|/
* 52556: fix crash when changing type of unset referent via named referenceBart Schaefer2024-02-171-0/+5
|
* 52546: incarg: avoid unneeded subshellMikael Magnusson2024-02-161-0/+4
|
* 52520: add new features and improvements to the "incarg" ZLE widgetmidchildan2024-02-151-0/+4
| | | | | | | | | | - Decrement integers without defining a new widget - Preserve the number of leading zeros - Increment binaries, octals, and hexadecimals - Move the cursor to the end of the incremented integer - Create a sequence of integers across terminal panes - Add a Vim variant - Also add tests
* github #112: Completion: todo.sh uses shorthelp and not showhelpPoncho2024-02-151-0/+3
|
* 52535: documentation for highlight groups and layersOliver Kiddle2024-02-151-0/+3
|
* 52533: add module to provide alternate readonly views of the content of ↵Oliver Kiddle2024-02-151-0/+6
| | | | .zle.hlgroups
* 52526: metafy terminfo capabilitiesMikael Magnusson2024-02-091-0/+4
|
* cf. users/29635: additional detail of parameter expansion in math context.Bart Schaefer2024-02-041-0/+3
|
* 52521: mapfile (mis)handling of empty/unreadable filesBart Schaefer2024-02-041-0/+4
|
* 52517: ensure that %H is followed by {Mikael Magnusson2024-02-041-0/+2
| | | | | The previous code would accept any character after %H assuming it was a {, which was probably also a buffer overrun sometimes.
* 52516: fix crash in %H when hlgroups is emptyMikael Magnusson2024-02-041-0/+4
| | | | typeset -A .zle.hlgroups; print -P %H
* unposted: updates and fixed omissions for the printdefines utilityBart Schaefer2024-02-031-0/+2
|
* unposted: elaboration on Roman's "slurp" implementation from zsh-usersBart Schaefer2024-02-031-0/+3
|
* unposted: Record as comments some notes about namespace usage exceptions.Bart Schaefer2024-02-031-0/+3
|
* 52513: fixes and doc for using nofork substitutions with private parametersBart Schaefer2024-02-031-0/+7
| | | | Also fixes a crash bug with {fd}>&N redirections and private parameters
* 52510: document how ${ ... } et al. affect use of "private"; add index entriesBart Schaefer2024-01-281-0/+3
|
* 52509: manage internals of stdio objects when performing redirections.Bart Schaefer2024-01-281-0/+5
|
* 52500: add layer token to zle attributesOliver Kiddle2024-01-281-0/+4
| | | | | This provide control over the precedence of highlighting where different regions overlap.
* 52499: support highlight groupsOliver Kiddle2024-01-281-0/+4
| | | | | These are defined in a .zle.hlgroups associative array and referenced using %H in prompt strings or hl= in zle_highlight/region_highlight.
* unposted: remove unused variable to silence compiler warningOliver Kiddle2024-01-281-0/+3
|
* 52442: mark hookdef.name as constJörg Sommer2024-01-281-0/+2
| | | | | At least *zle_main* uses const strings to initialize its structure *zlehooks*.
* 52444: module: Mark name argument of some functions constJörg Sommer2024-01-281-0/+3
|
* 52441: zle_vi: Mark variables with const init as constJörg Sommer2024-01-281-0/+2
| | | | | | Because these variables are initialized with as constant string, they should be marked as *const* to make the compiler running with `-Wwrite-strings` more happy.
* 52440: zle.textobjects: Mark variables as constJörg Sommer2024-01-281-0/+4
| | | | | | Because these variables are initialized with as constant string, they should be marked as *const* to make the compiler running with `-Wwrite-strings` more happy.
* 52405, 52502: add empty elements to $match for optional captures that don't ↵Oliver Kiddle2024-01-261-0/+3
| | | | match
* github #110: Fix incorrect completion for `dnf --showduplicates`OpenSauce2024-01-261-0/+3
|
* github #108: add perlbrew completionAurélien Olivier2024-01-261-0/+5
|
* 52385: avoid "tr" in test output formattingBart Schaefer2024-01-251-0/+4
|