Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 52214: allow extra byte for nul terminator in allocation | Oliver Kiddle | 2023-10-11 | 1 | -1/+1 |
| | |||||
* | 52204: fix thinko, unmeta() buffer should not be freed | Bart Schaefer | 2023-10-05 | 1 | -2/+0 |
| | |||||
* | 52198: put back incorrectly removed zfree() | Bart Schaefer | 2023-10-03 | 1 | -0/+1 |
| | |||||
* | 52195: cached_username is already metafied when initializing LOGNAME | Bart Schaefer | 2023-10-01 | 1 | -4/+3 |
| | |||||
* | 52193: handle UTF8-encoded USERNAME and therefore home directory in zcompile | Bart Schaefer | 2023-10-01 | 4 | -7/+13 |
| | | | | Includes one unposted thinko fix ztrdup -> dupstring | ||||
* | 52169: a few more improvements of (#) flag | Jun-ichi Takimoto | 2023-09-27 | 2 | -124/+121 |
| | | | | | | fix (#X) in C locale in FreeBSD, DragonFly, NetBSD. Negative values such as ${(#X):--1} are now error. UCS4 is limited to < 0x8000_0000 (in OSes without __STDC_ISO_10646__). | ||||
* | 52176: metafy return from ${ ... } substitution | Bart Schaefer | 2023-09-22 | 1 | -3/+4 |
| | |||||
* | users/29160, workers/52156: Fix repetition of substitution modifier. | Bart Schaefer | 2023-09-16 | 1 | -2/+4 |
| | |||||
* | 52154, 52155: Implement, document, and test non-forking command substitution. | Bart Schaefer | 2023-09-16 | 2 | -19/+210 |
| | | | | | | Comprises workers/51957, 51985, 51987, 51988, 51993, 52131, 52139, plus fixes for return values, parse errors, and trailing newlines (which were incorrectly removed) in ${ ... } | ||||
* | 52153: mapfile without HAVE_MMAP should not trim newlines | Bart Schaefer | 2023-09-16 | 2 | -13/+41 |
| | |||||
* | 52122 + 52129: fix (#) parameter expansion flag | Jun-ichi Takimoto | 2023-09-13 | 1 | -3/+10 |
| | | | | Without the X flag, null string "" is substituted for bad math expression. | ||||
* | 52125: getoutput() must not free() after gettempname(..., 1) for heap | Bart Schaefer | 2023-09-10 | 1 | -1/+0 |
| | |||||
* | 52115: permit repeated "private" declarations as long as types aren't changed | Bart Schaefer | 2023-09-05 | 1 | -3/+46 |
| | |||||
* | users/29220: fix bug with assignment to private following explicit unset | Bart Schaefer | 2023-09-03 | 1 | -11/+18 |
| | |||||
* | 52053: whitelist capability CAP_WAKE_ALARM | Robert Woods | 2023-08-27 | 1 | -3/+3 |
| | | | | | | | | Since the systemd update v254 from July 28, 2023, the capability 'CAP_WAKE_ALARM' is passed by default to some user process (especially desktop managers). Since 'CAP_WAKE_ALARM' is very narrow in focus, it is preferable that zsh does not consider it as a 'privileged' capability. | ||||
* | users/29175: Don't need to forget zle edits if none | Nojus Gudinavičius | 2023-08-22 | 1 | -0/+12 |
| | |||||
* | 52008: Pattern bug with branches + exclusion | Peter Stephenson | 2023-08-01 | 1 | -2/+20 |
| | | | | Add tests. | ||||
* | 51945: assorted documentation improvements, bug fixes, and new test | Bart Schaefer | 2023-07-26 | 2 | -13/+42 |
| | | | | | | | | | | | | | | 1) Document the behavior of "typeset -n existing_var" (via Jun T. comment) 2) Prohibit "typeset -nm pattern" because, well, it's insane. Add test. 3) Improve doc for ${(!)ref} including ${{t!)ref} (Jun T.) 4) Fix doc for how-to unset of a named ref (Jun T.) 5) Allow "typeset +r -n ref" and "typeset +r +n ref" (Jun T.) 6) Fix "typeset -r -n ref=param" to create readonly references 7) Avoid accidental removal of PM_UNSET flag (Jun T.) and update test 8) Fix "typeset -gn ref=value" and add a test for it 9) Add tests for read-only reference behavior 10) Fix infinite recursion when resolving scope of an unset local named reference, add test. | ||||
* | 51969: read -d and -s should not reset terminal state when stdin is redirected | Bart Schaefer | 2023-07-26 | 1 | -3/+3 |
| | |||||
* | 51950 (tweak per 51949): correct Thingy refcount in raw_getbyte() | Bart Schaefer | 2023-07-26 | 1 | -1/+2 |
| | |||||
* | 51977: PIPEFAIL interaction with ERREXIT / ERRRETURN | Peter Stephenson | 2023-07-20 | 1 | -5/+11 |
| | | | | | | Ensure the list-level error handling code is executed if we detect pipe failure for a foreground job. Add tests. | ||||
* | 51890: fix "whence -wa" for multiple arguments | Bart Schaefer | 2023-07-09 | 1 | -0/+1 |
| | |||||
* | 51889: fix module loading problem with full RELRO | Jun-ichi Takimoto | 2023-06-26 | 2 | -1/+25 |
| | | | | | | | | If full RELRO (relocation read-only, one of the security enhancement methods for ELF-based systems) is used when building zsh (as in binary packages of most Linuxes), loading a module (e.g. zsh/zftp) fails unless all the modules it depends on are already loaded. With this patch the necessary modules are automatically loaded. | ||||
* | 51884: reset IFS if it contains invalid characters | Jun-ichi Takimoto | 2023-06-26 | 2 | -16/+29 |
| | | | | This happens only if MULTIBYTE option is on. | ||||
* | 51887: namespaces recognized in math, incorrect usages rejected. | Bart Schaefer | 2023-06-22 | 2 | -4/+33 |
| | |||||
* | 51877: do not build pcre module if pcre2-config is not found | Jun-ichi Takimoto | 2023-06-20 | 1 | -1/+1 |
| | |||||
* | 51826: correctly read metafied null character from history file | Jun-ichi Takimoto | 2023-06-08 | 1 | -2/+8 |
| | |||||
* | 51816: add :S history modifier with pattern match | Peter Stephenson | 2023-06-06 | 2 | -8/+21 |
| | |||||
* | 51739: detect invalid history word beginning | Peter Stephenson | 2023-05-25 | 1 | -1/+6 |
| | |||||
* | 51769: fix compilation when HAVE_GETRUSAGE is not defined | Oliver Kiddle | 2023-05-21 | 2 | -1/+3 |
| | | | | Also silence compiler warning when HAVE_SETUPTERM is not defined. | ||||
* | 51722: Safety for extracting elements of $historywords | Peter Stephenson | 2023-05-13 | 1 | -2/+9 |
| | |||||
* | 51738: support pcre's alternative DFA matching algorithm | Oliver Kiddle | 2023-05-13 | 1 | -17/+36 |
| | |||||
* | 51728: assign pcre named capture groups to a hash | Oliver Kiddle | 2023-05-13 | 1 | -10/+33 |
| | |||||
* | 51723: migrate pcre module to pcre2 | Oliver Kiddle | 2023-05-13 | 1 | -136/+87 |
| | |||||
* | users/29070: clean up tokens in cmdstr before compctl completion | Bart Schaefer | 2023-05-11 | 1 | -0/+2 |
| | |||||
* | 51670: prevent possible underflow in gettext() | Bart Schaefer | 2023-04-22 | 1 | -1/+1 |
| | |||||
* | 51652: fix running of TRAPEXIT explicitly. | Peter Stephenson | 2023-04-17 | 1 | -1/+33 |
| | | | | | | 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. | ||||
* | 51639: new parameter ZSH_EXEPATH (full path of zsh executable) | Jun-ichi Takimoto | 2023-04-11 | 1 | -1/+116 |
| | | | | | | 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 | 1 | -3/+6 |
| | |||||
* | 51632: nmetafy $_ when exporting it to child | Jun-ichi Takimoto | 2023-04-09 | 1 | -1/+1 |
| | |||||
* | 51597: fix 'vared -c var' when var is unset | Jun-ichi Takimoto | 2023-04-03 | 1 | -1/+2 |
| | |||||
* | 51604: %M in TIMEFMT should report in kilobytes | Jun-ichi Takimoto | 2023-03-30 | 1 | -7/+7 |
| | |||||
* | 51608: Don't execute commands after "continue &&" | Peter Stephenson | 2023-03-29 | 1 | -2/+2 |
| | | | | Also ! continue || | ||||
* | 51602: Handle SIGIOT as an alias to SIGABRT if they are the same signal number | Mikael Magnusson | 2023-03-28 | 2 | -4/+10 |
| | |||||
* | 58586: print "%s" with invalid multibyte character | Peter Stephenson | 2023-03-22 | 1 | -13/+14 |
| | | | | Treat each byte that is invalid or part of an incopmlete set as a single byte. | ||||
* | 51573: additional "typset -p -m" fix for namespaces | Bart Schaefer | 2023-03-14 | 1 | -3/+5 |
| | | | | | | | | 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. | ||||
* | 51557: Clarify availability of ksh-mode parameters, improve vi-mode detection. | Bart Schaefer | 2023-03-11 | 1 | -2/+3 |
| | |||||
* | 51510: Skip namespaces in "set"/"typeset" output, add tests, fix bug | Bart Schaefer | 2023-03-06 | 4 | -8/+19 |
| | |||||
* | 51509 (+ fix typo): Add ${(!)name} for the referred-to name of a named reference | Bart Schaefer | 2023-03-06 | 3 | -9/+37 |
| | | | | Extend ${!name} in ksh emulation for same | ||||
* | 51524: dependency on zsh/zle for linkage | Bart Schaefer | 2023-03-06 | 1 | -0/+2 |
| |