| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 52652: fix obscure bug unsetting the array part of a tied parameter pair | Bart Schaefer | 2024-03-02 | 2 | -2/+8 |
| | | |||||
| * | 52635: show file name when test has crashed | Jun. T | 2024-03-02 | 2 | -0/+3 |
| | | |||||
| * | 52612: %l replacment of zwarning() does literal string output | Bart Schaefer | 2024-03-02 | 4 | -16/+25 |
| | | |||||
| * | 52645: unset through a nameref keep up-scope parameters declared unset | Bart Schaefer | 2024-03-01 | 2 | -0/+11 |
| | | | | | | 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 scalar | Bart Schaefer | 2024-02-28 | 3 | -6/+24 |
| | | |||||
| * | 52622 (tweaked, c.f. 52626): adjust number of columns and drop ↵ | Oliver Kiddle | 2024-02-28 | 2 | -6/+12 |
| | | | | | right-parenthesis in "kill -L" output | ||||
| * | 52623: add some Solaris signal descriptions | Oliver Kiddle | 2024-02-28 | 2 | -0/+7 |
| | | |||||
| * | 52594: support for POSIX real-time signals with kill and trap | Oliver Kiddle | 2024-02-28 | 14 | -63/+249 |
| | | | | | Also add new -L option to kill for a more verbose listing of signals | ||||
| * | Fix META_NOALLOC to META_STATIC in 'bad interpreter' metafy | Bart Schaefer | 2024-02-24 | 1 | -2/+2 |
| | | |||||
| * | 52597: fix character counts in context of operator and operand errors | Bart Schaefer | 2024-02-24 | 2 | -7/+21 |
| | | |||||
| * | 52596: metafy interpreter name for error message | Bart Schaefer | 2024-02-24 | 2 | -3/+5 |
| | | |||||
| * | 52591: printf builtin must pass metafied strings to math evaluation | Stephane Chazelas | 2024-02-24 | 2 | -4/+11 |
| | | |||||
| * | 52583: extra check for proper scope and existence of readonly specials | Bart Schaefer | 2024-02-23 | 3 | -2/+70 |
| | | |||||
| * | 52552: newer Java supports passing source files directly to java | Oliver Kiddle | 2024-02-22 | 2 | -1/+9 |
| | | |||||
| * | 52559: revise "typeset -p" with respect to local readonly special parameters | Bart Schaefer | 2024-02-20 | 8 | -12/+69 |
| | | | | | | 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 script | Peter Stephenson | 2024-02-19 | 2 | -2/+9 |
| | | |||||
| * | * 52544: _diff_options: support macOS Ventura or newer | Jun-ichi Takimoto | 2024-02-19 | 2 | -2/+11 |
| | | |||||
| * | 52558: word splitting differences of nofork; update ToC; formatting fixes | Bart Schaefer | 2024-02-18 | 2 | -24/+41 |
| | | |||||
| * | unposted: referent of named reference cannot start with digits | Bart Schaefer | 2024-02-18 | 1 | -0/+2 |
| | | | | | This duplicates ksh behavior and doesn't change useful functionality. | ||||
| * | 45837: fix process group restoration upon exit | Stephane Chazelas | 2024-02-18 | 4 | -9/+19 |
| | | |||||
| * | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Bart Schaefer | 2024-02-18 | 3 | -4/+34 |
| |\ | |||||
| | * | 52515: (+ tests in 52527) avoid sh errors when running shebang-less scripts ↵ | Stephane Chazelas | 2024-02-18 | 3 | -4/+34 |
| | | | | | | | | | with paths starting with - or + | ||||
| * | | 52556: regression test for unset referent (left out of last commit) | Bart Schaefer | 2024-02-18 | 2 | -0/+13 |
| |/ | |||||
| * | 52556: fix crash when changing type of unset referent via named reference | Bart Schaefer | 2024-02-17 | 2 | -2/+9 |
| | | |||||
| * | 52546: incarg: avoid unneeded subshell | Mikael Magnusson | 2024-02-16 | 2 | -2/+5 |
| | | |||||
| * | 52523: fixes to preceding incarg patch | midchildan | 2024-02-15 | 1 | -2/+3 |
| | | |||||
| * | 52520: add new features and improvements to the "incarg" ZLE widget | midchildan | 2024-02-15 | 4 | -37/+630 |
| | | | | | | | | | | | - 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 showhelp | Poncho | 2024-02-15 | 2 | -1/+4 |
| | | |||||
| * | 52535: documentation for highlight groups and layers | Oliver Kiddle | 2024-02-15 | 6 | -1/+55 |
| | | |||||
| * | 52533: add module to provide alternate readonly views of the content of ↵ | Oliver Kiddle | 2024-02-15 | 4 | -0/+252 |
| | | | | | .zle.hlgroups | ||||
| * | 52526: metafy terminfo capabilities | Mikael Magnusson | 2024-02-09 | 2 | -2/+6 |
| | | |||||
| * | cf. users/29635: additional detail of parameter expansion in math context. | Bart Schaefer | 2024-02-04 | 2 | -0/+8 |
| | | |||||
| * | 52521: mapfile (mis)handling of empty/unreadable files | Bart Schaefer | 2024-02-04 | 2 | -0/+7 |
| | | |||||
| * | 52517: ensure that %H is followed by { | Mikael Magnusson | 2024-02-04 | 2 | -4/+8 |
| | | | | | | 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 empty | Mikael Magnusson | 2024-02-04 | 2 | -1/+5 |
| | | | | | typeset -A .zle.hlgroups; print -P %H | ||||
| * | unposted: updates and fixed omissions for the printdefines utility | Bart Schaefer | 2024-02-03 | 2 | -23/+53 |
| | | |||||
| * | unposted: elaboration on Roman's "slurp" implementation from zsh-users | Bart Schaefer | 2024-02-03 | 2 | -0/+34 |
| | | |||||
| * | Typos in previous commit comments | Bart Schaefer | 2024-02-03 | 2 | -2/+2 |
| | | |||||
| * | unposted: Record as comments some notes about namespace usage exceptions. | Bart Schaefer | 2024-02-03 | 4 | -1/+10 |
| | | |||||
| * | 52513: fixes and doc for using nofork substitutions with private parameters | Bart Schaefer | 2024-02-03 | 5 | -34/+170 |
| | | | | | Also fixes a crash bug with {fd}>&N redirections and private parameters | ||||
| * | 52510: document how ${ ... } et al. affect use of "private"; add index entries | Bart Schaefer | 2024-01-28 | 3 | -0/+9 |
| | | |||||
| * | 52509: manage internals of stdio objects when performing redirections. | Bart Schaefer | 2024-01-28 | 3 | -1/+28 |
| | | |||||
| * | 52500: add layer token to zle attributes | Oliver Kiddle | 2024-01-28 | 4 | -46/+88 |
| | | | | | | This provide control over the precedence of highlighting where different regions overlap. | ||||
| * | 52499: support highlight groups | Oliver Kiddle | 2024-01-28 | 2 | -2/+52 |
| | | | | | | 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 warning | Oliver Kiddle | 2024-01-28 | 2 | -2/+4 |
| | | |||||
| * | 52442: mark hookdef.name as const | Jörg Sommer | 2024-01-28 | 2 | -1/+3 |
| | | | | | | At least *zle_main* uses const strings to initialize its structure *zlehooks*. | ||||
| * | 52444: module: Mark name argument of some functions const | Jörg Sommer | 2024-01-28 | 2 | -7/+11 |
| | | |||||
| * | 52441: zle_vi: Mark variables with const init as const | Jörg Sommer | 2024-01-28 | 2 | -1/+3 |
| | | | | | | | 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 const | Jörg Sommer | 2024-01-28 | 2 | -3/+7 |
| | | | | | | | 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 Kiddle | 2024-01-26 | 3 | -1/+12 |
| | | | | | match | ||||
