summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 54950: docs: clarify $line contentsdana2 days1-1/+5
|
* 54912: _call_program: add -qQ options, etcdana10 days1-1/+10
|
* 54871: compwid.yo: add index markup for the Completion Condition CodesŠtěpán Němec2026-06-301-0/+4
|
* 54870: Fix some doc typosŠtěpán Němec2026-06-304-5/+5
|
* 54869: compsys.yo: move 'expl' index annotation to (more) proper place(s)Štěpán Němec2026-06-301-1/+2
|
* 54818: docs: clarify _arguments {...} action behaviourdana2026-06-231-5/+5
|
* 54823: docs: clarify ::= behaviourdana2026-06-231-1/+1
| | | | see 54822
* 54767: zformat: replace -qn by spec quoting indicator syntaxdana2026-06-201-12/+16
|
* 54665: new utility function for mixing in extra valuesOliver Kiddle2026-06-141-0/+18
|
* unposted: add some usage notes to zpty -d and -tMikael Magnusson2026-06-141-7/+11
|
* 54721: illegal -> invalid, invalid option -> bad optionMikael Magnusson2026-06-142-2/+2
| | | | Combinations of options can remain invalid, though.
* 54695: regexp-replace and ^, word boundary or look-behind operators (and more).Stephane Chazelas2026-06-101-2/+4
|
* 54676: preserve COLUMNS + LINES from the environmentdana2026-06-081-0/+7
|
* 54659: comparguments: support zsh-style '-' terminator with -S -Sdana2026-06-081-0/+4
|
* unposted: zsh/nearcolor: update docs, add testsdana2026-06-061-4/+8
| | | | per w/53379
* unposted: docs: mention support for %H in WATCHFMT (w/52646)dana2026-06-061-1/+6
|
* 54328: Only ever turn global parameters into named directoriesPhilippe Altherr2026-06-031-1/+1
| | | | see also 54299, 54309, 54340
* 54625: remove .cvsignoredana2026-05-293-25/+0
|
* 54603 (tweaked): zsh_eval_context: add math contextdana2026-05-271-1/+7
| | | | | | tweaked to add void to prototype + NEWS update
* unposted: zformat: pass through %) with -qdana2026-05-271-4/+5
| | | | the behaviour in the original patch was not actually desirable
* 54602: zformat: add -qQ options to auto-escape %sdana2026-05-271-8/+46
| | | | + NEWS update
* 54585: disown: add -a optiondana2026-05-231-1/+2
|
* 54579: docs: clarify zformat -F ternary behaviourdana2026-05-211-3/+5
|
* github #161 (tweaked): zkbd: allow zkbd to generate config in a custom directorysph2026-05-161-3/+5
| | | | + check for empty arg
* github #170 (tweaked): Clarify the documentation about -d flag in compaddMichael Baikov2026-05-161-2/+6
| | | | + adjusted quote placement
* 54568: zformat: fix some misparse and overrun issuesMikael Magnusson2026-05-161-1/+1
| | | | | | | | | | | | Not closing a %( would simply read garbage memory % zformat -f result 'before%(a-after' 'a:hello' ; echo $result beforeaftera:hello % zformat -f result 'before%(a-after' 'a:hello' ; echo $result beforeafter# It was possible to overwrite the %% and %) sequences with arbitrary text, and %% was also undocumented. Hopefully nobody relied on this spacekey heater.
* 54562: random: Fix some bugs in the random moduleMikael Magnusson2026-05-161-11/+13
| | | | | | | | | | | | | | | | % echo $(( zrand_int(4294967295) )) zsh: Upper bound (4294967295) out of range: 0-4294967295 3910196459 read loop had incorrect condition as well as passing negative status codes on to the pointer arithmetic clz64 shifted by 1 bit instead of 2 remove incorrect comment (it applies to the case where max is 1, which is not very interesting) and some minor stuff
* 54530: Fix typo in default value for avoid-completerMikael Magnusson2026-05-161-1/+1
|
* 54325: docs: swap eval contexts for <(...) and >(...)dana2026-05-151-2/+2
|
* 54504: docs: fix more warningsdana2026-05-113-337/+339
|
* 54499: Add missing detailmenu texi markupMikael Magnusson2026-05-112-0/+8
| | | | ref https://www.gnu.org/software/texinfo//manual/texinfo/html_node/Master-Menu-Parts.html
* 54495: Add ztcp -s to shutdown a tcp fdMikael Magnusson2026-05-111-3/+28
| | | | | This lets you close tcp connections without losing data. Updating zshtcpsys is left as an exercise for someone else.
* 54494: Add zsocket -s to shutdown() a socket fdMikael Magnusson2026-05-111-1/+6
|
* 54486: fix reading outside string issue reported by valgrindOliver Kiddle2026-05-101-1/+1
|
* 54471: getopts: don't look for +o with posix_builtins, add -pdana2026-05-062-15/+24
|
* 54450 (tweaked): docs: improve _describe documentationdana2026-05-041-7/+13
| | | | tweaked to fix white-space inconsistencies
* 54424: ZSH_EXEPATH: improve documentation, add testdana2026-05-021-0/+3
|
* 54423 (tweaked): compinit: improve and document -wdana2026-05-021-1/+2
| | | | | | also add new-line after compaudit prompt tweaked -D/-w exclusions in _compinit
* 54376: zparseopts: use standard option parsingdana2026-04-291-10/+13
|
* 54381: zparseopts -M: use last as-given option name in arraysdana2026-04-291-1/+4
|
* 54395: contrib: add zgetopt (again)dana2026-04-291-0/+73
|
* 54406: Fix my yodl code and another instance in arith.yoMikael Magnusson2026-04-292-2/+2
| | | | | | I had blissfully forgotten about the LPAR()RPAR() stuff, and apparently I was not alone :). The formatting for the isnan example was horribly mangled.
* 54403: Add some more details on pcre calloutsMikael Magnusson2026-04-281-7/+15
|
* 54362: zparseopts: support empty optspecdana2026-04-191-3/+13
|
* 54361 (tweaked): zparseopts: print friendlier usage errors, add -n optiondana2026-04-191-1/+7
| | | | tweaked to adjust order of options in documentation
* 54181, 54331: remove support for restricted shellOliver Kiddle2026-04-148-107/+7
| | | | | This is in response to a security report. There are too many potential ways to break out of a restricted shell and more secure, modern alternatives exist.
* 54329 + 54339: docs: replace pdfroff by `groff -Tpdf`dana2026-04-132-2/+3
| | | | with intro.ms fix from Jun T to retain navigable toc/outline
* 54318: mathfunc: add isnan() and isinf(). also document NaN + Infdana2026-04-132-2/+29
|
* unposted: missing space in list of cmdsubst constructsMikael Magnusson2026-04-091-1/+1
|
* 54295: document that floating point exceptions are ignoredJun-ichi Takimoto2026-04-081-0/+2
|