summaryrefslogtreecommitdiffstats
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 54889: comparguments: always parse optargs as optargsdana22 hours1-0/+3
* 54876: comparguments: search more thoroughly for foreign-set optionsdana22 hours1-18/+20
* 54831: comparguments: treat empty description as if missingdana10 days1-0/+3
* 54792: prevent named references from being entered as named directoriesPhilippe Altherr11 days1-2/+3
* 47546: builtin: trivial cleanupFelipe Contreras11 days1-11/+6
* 54822: the ::= fix in 54674 was incompleteMikael Magnusson13 days1-7/+19
* 54773: params: make out-of-range (w) subscript index work like othersdana13 days1-5/+5
* 54767: zformat: replace -qn by spec quoting indicator syntaxdana13 days1-28/+30
* 54801: fix two more warnings from 54710Mikael Magnusson2026-06-182-4/+7
* 54776: fix warnings from 54710Mikael Magnusson2026-06-165-26/+34
* 54771: fix a bug in nosort deduplicationMikael Magnusson2026-06-161-3/+5
* 54764: zerrmsg: handle null pointers with %s/%ldana2026-06-151-2/+2
* 54762: make curjob and prevjob work betterMikael Magnusson2026-06-141-14/+19
* 54753: zpty: register pty fd as FDT_MODULE so it isn't closed when forkingMikael Magnusson2026-06-141-2/+1
* 54721: illegal -> invalid, invalid option -> bad optionMikael Magnusson2026-06-1413-31/+31
* 54715: compctl: print multibyte errors correctly (phew)Mikael Magnusson2026-06-141-67/+69
* 54714: add MB_NICECHAR and use itMikael Magnusson2026-06-144-18/+10
* 54713: fix multibyte error reporting in zparseoptsMikael Magnusson2026-06-141-3/+12
* 54712: handle the Pound token in error messageMikael Magnusson2026-06-141-1/+1
* 54711: print invalid option to getopts correctlyMikael Magnusson2026-06-141-3/+6
* 54710: handle multibyte arguments in error messagesMikael Magnusson2026-06-1412-59/+78
* unposted: kill: fix -l argument error, add testsdana2026-06-101-0/+1
* 54731: Adapt gdbm code to named referencesPhilippe Altherr2026-06-091-23/+14
* 54727: Implement references to positional parametersPhilippe Altherr2026-06-091-0/+67
* 54722: Fix nameref issues in builtin "unset"Philippe Altherr2026-06-092-18/+43
* 54707: fix autoload +X nonexist leaving funcdef at dummyMikael Magnusson2026-06-101-4/+4
* 54705: ksh93: fix use after free of .sh.edcharMikael Magnusson2026-06-101-2/+1
* 54704 + 54728: remove obsolete workaround in ksh93 moduleMikael Magnusson2026-06-101-10/+0
* 54696: unset REPLY before e:: and oe:: so things don't break if it had acquir...Mikael Magnusson2026-06-101-0/+2
* 54693: show ARGV0 and - precommand more clearly in xtrace outputMikael Magnusson2026-06-101-4/+6
* 54692: untokenize string sent to matheval for (#) flagMikael Magnusson2026-06-101-0/+2
* 54691: fix :W and :w duplicating inputMikael Magnusson2026-06-101-1/+1
* 54688: handle Stéphane correctlyMikael Magnusson2026-06-101-4/+13
* 54687: fix brace completionMikael Magnusson2026-06-105-7/+11
* 54686: count lines in showmsg more correctlyMikael Magnusson2026-06-101-3/+3
* 54683: fix for ctrl-r with combining characters or nonprintable wide charsMikael Magnusson2026-06-101-18/+75
* 54674: ::= didn't respect parameter flagsMikael Magnusson2026-06-101-3/+13
* 54676: preserve COLUMNS + LINES from the environmentdana2026-06-083-2/+24
* 54659: comparguments: support zsh-style '-' terminator with -S -Sdana2026-06-081-4/+6
* 54718: Remove support for named references to subscripted variablesPhilippe Altherr2026-06-083-100/+13
* 54475: Don't perform dereferencing when looking up certain special parametersPhilippe Altherr2026-06-087-20/+21
* 54700: Refine string and array slice assignmentsPhilippe Altherr2026-06-081-117/+75
* 54294: Fix %- (prevjob) picking wrong job after resumingMikel Ward2026-06-081-13/+25
* 54278: Detect invalid variable names in reference initializersPhilippe Altherr2026-06-081-2/+6
* 54277: reference loops are detected at create time, remove loop taggingPhilippe Altherr2026-06-081-9/+1
* unposted: fix NULL termination in ksh93Mikael Magnusson2026-06-081-0/+1
* 54672: use bangchar instead of this hardcoded !Mikael Magnusson2026-06-071-2/+2
* 54671: fix anchored pattern with --disable-multibyteMikael Magnusson2026-06-071-2/+12
* 54669: add --disable-link-all-libs configure optionMikael Magnusson2026-06-076-24/+9
* 54328: Only ever turn global parameters into named directoriesPhilippe Altherr2026-06-032-7/+2