summaryrefslogtreecommitdiffstats
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* 53732: avoid tail-call exec in always blockPhilippe Altherr2025-10-261-1/+1
* 54002: silence compiler warning for static functionOliver Kiddle2025-10-241-1/+0
* 54001: add missing uses of mod_exportOliver Kiddle2025-10-245-7/+8
* 53988: fix zparseopts segfaultJoshua Krusell2025-10-241-0/+4
* 53999: remove further remnants of ansi2knr support from AIX specific codeOliver Kiddle2025-10-231-6/+6
* 53992: check for declaration of fpurge() instead of link-abilityMike Gilbert2025-10-211-1/+1
* 53907: re-apply 6d40d9b (Handle SIGIOT as an alias to SIGABRT)Jun-ichi Takimoto2025-09-031-0/+5
* 53820: detect integer overflow when parsing history word designators.Bart Schaefer2025-07-131-0/+5
* 53738: Fix memory leak in command substitution.Peter Stephenson2025-06-101-0/+2
* 53713: ${ ... } should not clobber $REPLYBart Schaefer2025-05-311-1/+1
* unposted: fix silly bug wherein ${(!)ref} uppercased the referent nameBart Schaefer2025-05-141-1/+2
* 53607: Stop printing /usr/bin/foo -> /usr/bin/foo in 'whence -s'.Daniel Shahaf2025-05-141-1/+13
* 53588: zsystem flock: handle optargs in the same worddana2025-05-131-3/+3
* 53602: "typeset -nu" always refers to at a call level above the declarationBart Schaefer2025-05-121-5/+6
* unposted: fix bad pointer found by valgrindBart Schaefer2025-05-091-0/+1
* 53568: fix additional problems with reference scoping, update documentationBart Schaefer2025-05-091-4/+12
* 53546,53557 (plus test): Fix scoping of "placeholder" named referencesBart Schaefer2025-05-061-6/+22
* 53483: zparseopts -G: accept only '--' as parsing terminatordana2025-04-191-3/+3
* 53482: zparseopts -G: always add options with optional args to array with =dana2025-04-191-3/+3
* 53454: fix interrupt handling in savehistfile()Bart Schaefer2025-04-151-5/+8
* 53431: fix assignment via named reference to parameters in outer scopesBart Schaefer2025-03-311-1/+5
* 53399: don't load ZLE early to set keymapOliver Kiddle2025-03-034-27/+15
* 53394: drop OSC and DCS sequences in key inputOliver Kiddle2025-03-031-2/+26
* 53368: ignore no-op changes to EMACS/VI optionsBart Schaefer2025-03-021-1/+7
* 53378: support new pipebuf resource limit on FreeBSDOliver Kiddle2025-02-271-0/+4
* 53363: permit "typeset -n +m pattern"Bart Schaefer2025-02-151-4/+3
* 53360: domenuselect() fails if the previous completion did not generate a listBart Schaefer2025-02-121-0/+3
* 53348: Revise handling of incompatible typeset options when used with -nBart Schaefer2025-02-121-3/+12
* 53337: allow nameref -pOliver Kiddle2025-01-301-1/+1
* 53335: Remove unused dupstring_glen() functionOliver Kiddle2025-01-306-44/+19
* 53332, 53334: Avoid strlen calls after sprintfOliver Kiddle2025-01-305-33/+21
* 53329: adapt .zle.sgr for CSI sequences that use : instead of ;Oliver Kiddle2025-01-271-3/+8
* github #126: Fix some typosWu, Zhenyu2025-01-275-6/+6
* 53294: fix multibyte handling in "select" promptsBart Schaefer2025-01-031-3/+15
* 53260: zparseopts: add options -v (argv) and -G (GNU-style parsing)dana2024-12-261-20/+96
* 53257: use monotonic clock where appropriatedana2024-12-2612-84/+135
* 53243: fix use of vi-fetch-history with a rangeOliver Kiddle2024-11-231-4/+17
* 53209 + tests: do not unmetafy via string pointers into global parameter tableBart Schaefer2024-11-051-1/+2
* 53146: flags cannot be copied from an undefined function (cf. ca6f4466)Bart Schaefer2024-10-161-1/+2
* 53094: remove unused autoconf testsOliver Kiddle2024-09-181-5/+0
* 53093: silence compiler warning when USE_LSEEK is not definedOliver Kiddle2024-09-181-7/+4
* 53092: silence deprecated header warning on older Linux systemsOliver Kiddle2024-09-181-1/+1
* 53088: enable `time' on builtins, assignments, and current-shell actionsBart Schaefer2024-09-142-6/+77
* 53085: support for BSDs in $ZSH_EXEPATH implementationOliver Kiddle2024-09-141-8/+26
* 53083: handle Haiku specific resource limit for open vnode monitorsOliver Kiddle2024-09-141-0/+4
* 53081: remove old BeOS support codeOliver Kiddle2024-09-144-34/+2
* 53080: remove code for systems that only have the old pre-POSIX signal()Oliver Kiddle2024-09-143-233/+5
* 53060: silence build warningsClinton Bunch2024-08-311-0/+4
* 53056: new zsh/random module defining an SRANDOM parameter and zrand_float() ...Clinton Bunch2024-08-313-0/+542
* unposted: fix parsing of Bang token in value side of array element assignmentBart Schaefer2024-08-151-1/+2