summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 54579: docs: clarify zformat -F ternary behaviourdana30 hours1-3/+5
|
* github #161 (tweaked): zkbd: allow zkbd to generate config in a custom directorysph6 days1-3/+5
| | | | + check for empty arg
* github #170 (tweaked): Clarify the documentation about -d flag in compaddMichael Baikov6 days1-2/+6
| | | | + adjusted quote placement
* 54568: zformat: fix some misparse and overrun issuesMikael Magnusson6 days1-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 Magnusson6 days1-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 Magnusson6 days1-1/+1
|
* 54325: docs: swap eval contexts for <(...) and >(...)dana7 days1-2/+2
|
* 54504: docs: fix more warningsdana11 days3-337/+339
|
* 54499: Add missing detailmenu texi markupMikael Magnusson11 days2-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 Magnusson11 days1-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 Magnusson11 days1-1/+6
|
* 54486: fix reading outside string issue reported by valgrindOliver Kiddle12 days1-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
|
* unposted: fix a reference to Arithmetic EvaluationJun-ichi Takimoto2026-04-071-1/+1
|
* 54159: strftime: respect empty TZdana2026-04-051-1/+1
| | | | + README update due to potential compatibility breakage
* 54241 + 54242: use extra-verbose style in _parametersJun-ichi Takimoto2026-03-241-3/+6
| | | | add notes in the description of extra-verbose style in zshcompsys(1)
* fix an error in yodl macro nmref()Jun-ichi Takimoto2026-03-091-1/+1
|
* unposted: fix a format error introduced by commit 33aafecJun-ichi Takimoto2026-02-041-1/+1
|
* 54143: Bind '_' to vi-first-non-blank in vicmd keymapAidan Van Duyne2025-12-161-1/+1
|
* 54074, 54082: add an opaque key for use in zle_highlight/region_highlight to ↵Oliver Kiddle2025-11-171-1/+8
| | | | allow mixing of colours
* 54075: allow highlighting to be reset in prompts using %H without following ↵Oliver Kiddle2025-11-171-0/+1
| | | | braces
* 53964 (+ tiny change): improve the description of parameter RANDOMJun-ichi Takimoto2025-11-131-0/+6
|
* 53775: Fix some documentation typosLawrence Velázquez2025-11-127-10/+10
|
* 54043, 54055: allow highlighing attributes to be turned back offOliver Kiddle2025-11-121-12/+31
|
* 53402, 54042: make timeout for terminal queries configurable via a ↵Oliver Kiddle2025-11-102-87/+126
| | | | | | .term.querywait variable Also clarify documentation and include fewer of the new extensions by default
* 53438: support for changing terminal cursor shape and colourOliver Kiddle2025-11-102-0/+79
|
* 53404: terminal integration with semantic markersOliver Kiddle2025-11-101-12/+36
|
* 53379, 53380: autoload nearcolor based on truecolor detectionOliver Kiddle2025-11-101-1/+1
|
* 53377: support OSC52 paste sequence with the "* and "+ vi registersOliver Kiddle2025-11-101-3/+2
|
* 53372, 53375: query terminal properties on ZLE startupOliver Kiddle2025-11-101-0/+71
|
* 53808: docs: clarify Yn globqual explanationdana2025-08-161-1/+3
|
* 53821: add missing manpage name in cross referenceJun-ichi Takimoto2025-07-1845-775/+486
| | | | | and many small improvements. See comments in zman.yo for the usage of new yodl macros for cross reference.
* 53709: docs: clarify glob-qualifier syntaxdana2025-06-032-8/+19
|
* 53664: remove a slightly confusing exampleMikael Magnusson2025-05-231-2/+1
|
* 53660: Clarify namespaces starting with a .Mikael Magnusson2025-05-222-5/+6
|