Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 51758: Make dynamic dir completion easier to implement | Marlon Richert | 2023-05-21 | 4 | -35/+56 | |
| | ||||||
* | 51722: Safety for extracting elements of $historywords | Peter Stephenson | 2023-05-13 | 2 | -2/+14 | |
| | ||||||
* | 51738: support pcre's alternative DFA matching algorithm | Oliver Kiddle | 2023-05-13 | 4 | -18/+49 | |
| | ||||||
* | 51728: assign pcre named capture groups to a hash | Oliver Kiddle | 2023-05-13 | 4 | -14/+56 | |
| | ||||||
* | 51723: migrate pcre module to pcre2 | Oliver Kiddle | 2023-05-13 | 4 | -149/+110 | |
| | ||||||
* | 50612: vcs_info: fix typo | Felipe Contreras | 2023-05-13 | 2 | -1/+3 | |
| | ||||||
* | github #98: feat: add `shortcuts` completions | Vidhan Bhatt | 2023-05-13 | 2 | -0/+93 | |
| | ||||||
* | users/29070: clean up tokens in cmdstr before compctl completion | Bart Schaefer | 2023-05-11 | 2 | -0/+5 | |
| | ||||||
* | 51609: fix reference to select(2) | Jim | 2023-05-11 | 2 | -1/+4 | |
| | ||||||
* | 51340: update _rake for version 13 | Shohei YOSHIDA | 2023-05-11 | 2 | -3/+17 | |
| | ||||||
* | 51331: update _pydoc for version 3.11 | Shohei YOSHIDA | 2023-05-11 | 2 | -2/+8 | |
| | ||||||
* | 51593: improve search for command name after skipping prefix assignments | Bart Schaefer | 2023-05-10 | 2 | -3/+8 | |
| | | | | | | | This is aimed mostly at use of run-help as a standalone function rather than as a widget. When run-help is invoked outside widget context, there's no source line to search for the original command name, so this attempts searching the arguments. | |||||
* | 51692: not skip tests for [[ -r/-N file ]] on Cygwin | Jun-ichi Takimoto | 2023-05-08 | 2 | -7/+6 | |
| | ||||||
* | 51670: prevent possible underflow in gettext() | Bart Schaefer | 2023-04-22 | 2 | -1/+5 | |
| | ||||||
* | 51663: fix a typo in 51582 (_ssh) | Jun-ichi Takimoto | 2023-04-18 | 2 | -1/+5 | |
| | ||||||
* | 51652: fix running of TRAPEXIT explicitly. | Peter Stephenson | 2023-04-17 | 3 | -1/+49 | |
| | | | | | | This is a special case where TRAPEXIT is unset within a TRAPEXIT as it should never run in a nested context, so just save the function structure temporarily on the heap. | |||||
* | Add missed ChangeLog entry for 12e5db14 | Peter Stephenson | 2023-04-13 | 1 | -0/+5 | |
| | ||||||
* | 51639: new parameter ZSH_EXEPATH (full path of zsh executable) | Jun-ichi Takimoto | 2023-04-11 | 4 | -1/+145 | |
| | | | | | | The full pathname is obatined by a reliable method on macOS and systems that support procfs. But on other systems (FreeBSD, OpenBSD, ...) it is guessed from argv[0], PWD and PATH. | |||||
* | 51631: initialize $_ by copying it from environment | Jun-ichi Takimoto | 2023-04-09 | 3 | -4/+13 | |
| | ||||||
* | 51632: nmetafy $_ when exporting it to child | Jun-ichi Takimoto | 2023-04-09 | 2 | -1/+5 | |
| | ||||||
* | 51597: fix 'vared -c var' when var is unset | Jun-ichi Takimoto | 2023-04-03 | 2 | -1/+6 | |
| | ||||||
* | 51604: %M in TIMEFMT should report in kilobytes | Jun-ichi Takimoto | 2023-03-30 | 3 | -7/+21 | |
| | ||||||
* | 51608: Don't execute commands after "continue &&" | Peter Stephenson | 2023-03-29 | 2 | -2/+38 | |
| | | | | Also ! continue || | |||||
* | 51602: Handle SIGIOT as an alias to SIGABRT if they are the same signal number | Mikael Magnusson | 2023-03-28 | 3 | -4/+15 | |
| | ||||||
* | 51589: Update nm options | Shohei YOSHIDA | 2023-03-27 | 2 | -4/+11 | |
| | | | | | - Update Binutils nm 2.40.0 - Update elftoolchain nm 0.7.1 | |||||
* | 51603: complete dates and times in the form that git accepts | Oliver Kiddle | 2023-03-27 | 2 | -20/+88 | |
| | ||||||
* | 58586: print "%s" with invalid multibyte character | Peter Stephenson | 2023-03-22 | 2 | -13/+20 | |
| | | | | Treat each byte that is invalid or part of an incopmlete set as a single byte. | |||||
* | 51583: update completion of git attributes | Oliver Kiddle | 2023-03-16 | 2 | -45/+39 | |
| | ||||||
* | 51582: openssh 9.3 completion update | Oliver Kiddle | 2023-03-16 | 2 | -66/+120 | |
| | ||||||
* | 51581: update completions to cover changes in OpenBSD 7.2 | Oliver Kiddle | 2023-03-16 | 6 | -6/+15 | |
| | ||||||
* | 51573: additional "typset -p -m" fix for namespaces | Bart Schaefer | 2023-03-14 | 2 | -3/+9 | |
| | | | | | | | | The "-m pattern" option is supposed to enable printing namespaces, but that didn't work when combined with -p. The -p option could also cause an unset parameter to become set if a named reference pointed at it. | |||||
* | 51572: fix "shift" error when running standalone | Bart Schaefer | 2023-03-13 | 2 | -3/+5 | |
| | ||||||
* | Sven Joachim: 51563: Fix unmatched double quote | Sven Joachim | 2023-03-13 | 2 | -1/+5 | |
| | ||||||
* | Merge intervening change by OPK. | Bart Schaefer | 2023-03-11 | 2 | -14/+33 | |
|\ | ||||||
| * | 51539: don't complete diff options to git blame | Oliver Kiddle | 2023-03-11 | 2 | -14/+33 | |
| | | ||||||
* | | 51558: Clarify "for" with positional parameters and named reference. | Bart Schaefer | 2023-03-11 | 2 | -1/+6 | |
| | | ||||||
* | | 51557: Clarify availability of ksh-mode parameters, improve vi-mode detection. | Bart Schaefer | 2023-03-11 | 3 | -5/+13 | |
|/ | ||||||
* | 51534: update for recent changes in zsh.h | Bart Schaefer | 2023-03-07 | 2 | -4/+13 | |
| | ||||||
* | 51511: More discussion of unsupported ksh features | Bart Schaefer | 2023-03-06 | 2 | -17/+56 | |
| | ||||||
* | 51511: Documentation for namespaces | Bart Schaefer | 2023-03-06 | 3 | -1/+30 | |
| | ||||||
* | 51510: Skip namespaces in "set"/"typeset" output, add tests, fix bug | Bart Schaefer | 2023-03-06 | 6 | -8/+130 | |
| | ||||||
* | 51509 (+ fix typo): Add ${(!)name} for the referred-to name of a named reference | Bart Schaefer | 2023-03-06 | 4 | -9/+41 | |
| | | | | Extend ${!name} in ksh emulation for same | |||||
* | 51524: dependency on zsh/zle for linkage | Bart Schaefer | 2023-03-06 | 2 | -0/+6 | |
| | ||||||
* | 51486: clarify module development section | Bart Schaefer | 2023-03-05 | 2 | -7/+12 | |
| | ||||||
* | 51485: module for several ksh93 features, mostly enabled only in ksh emulation. | Bart Schaefer | 2023-03-05 | 6 | -2/+490 | |
| | ||||||
* | 51484: Extend named reference handling for special parameters, improve doc. | Bart Schaefer | 2023-03-05 | 3 | -44/+69 | |
| | ||||||
* | 51483: Enable assignment and expansion of parameters with ksh-like namespace ↵ | Bart Schaefer | 2023-03-05 | 9 | -19/+45 | |
| | | | | prefixes. | |||||
* | unposted: fix memory leak flagged by coverity | Bart Schaefer | 2023-03-05 | 2 | -0/+5 | |
| | ||||||
* | 51491: Check should use zlemetacs instead of zlecs | Mikael Magnusson | 2023-02-28 | 2 | -1/+6 | |
| | | | | | | Coverity noticed that this first branch of the if statement has "meta" added to all the variable names except this zlecs at the end, so change it to match. | |||||
* | 51464: utility to interpret zsh.h constants | Bart Schaefer | 2023-02-26 | 2 | -0/+603 | |
| |