summaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Collapse)AuthorFilesLines
2025-04-30Merge branch 'upstream' into debianJoe Rayhawk28-247/+1290
2025-04-2853527: remove zgetoptdana1-79/+0
reverts most of 84ef0c523, 0e369f37d, and 9b68cf38f feature was not ready. may be re-added after 5.10 release
2025-04-27unposted: document zparseopts's lack of support for abbreviating long optionsdana2-1/+5
per workers/53520
2025-04-27unposted: docs: adjust zgetopt wordingdana1-7/+7
per workers/53518
2025-04-2753516: add zgetopt contrib functiondana1-0/+78
2025-04-1953483: zparseopts -G: accept only '--' as parsing terminatordana1-5/+9
2025-02-2753378: support new pipebuf resource limit on FreeBSDOliver Kiddle1-2/+12
Also add other newer limits to the documentation.
2025-02-1253348: Revise handling of incompatible typeset options when used with -nBart Schaefer1-4/+6
2025-02-04unposted: remove a few more files by 'make clean'Jun-ichi Takimoto1-1/+1
Doc/zsh.{idx,kys} and Etc/FAQ{01-06}.html. These files are already in .gitignore
2025-01-3053337: allow nameref -pOliver Kiddle1-1/+1
2025-01-3053336: avoid GNU make specific use of $< in a non-inference ruleOliver Kiddle1-3/+3
2025-01-0353293: fix menu() and texinode() in yodl docsJun-ichi Takimoto3-7/+8
2024-12-2653260: zparseopts: add options -v (argv) and -G (GNU-style parsing)dana1-6/+38
2024-12-2653257: use monotonic clock where appropriatedana2-6/+15
update the following features to use the monotonic clock for calculating time deltas and intervals: * MAILCHECK parameter * PERIOD parameter * SECONDS parameter * %(nS.t.f) prompt-expansion sequence * time built-in's elapsed time and cpu % values * zsh/zftp ZFTP_TMOUT parameter * zsh/zprof timings also use CLOCK_MONOTONIC_RAW instead of CLOCK_MONOTONIC on macOS
2024-12-1652108: docs: document benefits of `_normal -p`dana1-3/+9
note: commit was severely delayed
2024-11-1253137 + 53213: support creating intro.htmlJun-ichi Takimoto2-8/+45
2024-11-1153174: add Completion/Base/Utility/_as_ifEric Cook1-0/+8
2024-08-3153060: silence build warningsClinton Bunch1-1/+1
2024-08-3153056: new zsh/random module defining an SRANDOM parameter and zrand_float() ↵Clinton Bunch2-1/+57
and zrand_int() math functions
2024-08-26unposted: remove reference to removed sample codeJun-ichi Takimoto1-4/+0
the example in expn.yo was mdified by commit bb441f77a7 and does not use _wanted any more
2024-06-2452968: use pdfroff to create intro.pdfJun-ichi Takimoto1-5/+3
roff2ps is removed in groff-1.23.0 (Jul. 2023). The "doubled output" problem was fixed in groff-1.22.3 (Nov. 2014).
2024-05-0852915: be explicit about pattern syntax in conditionsPeter Stephenson1-1/+5
2024-04-0152865: Documentation update for 52864Bart Schaefer2-8/+9
2024-03-1752759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.Bart Schaefer1-0/+3
2024-03-1352753: Clarify "nocorrect" when introducing precommand modifiers.Bart Schaefer1-6/+6
2024-03-13unposted: update doc for "colors" for workers/47489,50212 (italic and bright)Bart Schaefer1-2/+6
2024-03-0852704: improve zsh_eval_context documentationStephane Chazelas1-5/+6
2024-03-0552692: local typeset of the name of a named reference hides the referenceBart Schaefer1-2/+3
2024-03-0552685: fix typo in the name of bash's BASH_ENV variable.Stephane Chazelas1-1/+1
2024-03-0452650 plus minor fixes: add -u for named references pointing to "upper" scopeBart Schaefer4-8/+34
2024-03-0552646: extend support for highlight groups to completion explanation strings ↵Oliver Kiddle2-3/+4
and WATCHFMT
2024-03-0552641: incarg: add a backward variant and make it repeatablemidchildan1-3/+5
2024-02-2852594: support for POSIX real-time signals with kill and trapOliver Kiddle2-3/+8
Also add new -L option to kill for a more verbose listing of signals
2024-02-2052559: revise "typeset -p" with respect to local readonly special parametersBart Schaefer2-3/+12
Update doc and tests to describe handling of global readonly specials and to account for side-effects on zsh/param/private.
2024-02-1952549: document return works in a scriptPeter Stephenson1-1/+3
2024-02-1552523: fixes to preceding incarg patchmidchildan1-2/+3
2024-02-1552520: add new features and improvements to the "incarg" ZLE widgetmidchildan1-6/+24
- Decrement integers without defining a new widget - Preserve the number of leading zeros - Increment binaries, octals, and hexadecimals - Move the cursor to the end of the incremented integer - Create a sequence of integers across terminal panes - Add a Vim variant - Also add tests
2024-02-1552535: documentation for highlight groups and layersOliver Kiddle4-1/+46
2024-02-04cf. users/29635: additional detail of parameter expansion in math context.Bart Schaefer1-0/+5
2024-02-0352513: fixes and doc for using nofork substitutions with private parametersBart Schaefer1-2/+7
Also fixes a crash bug with {fd}>&N redirections and private parameters
2024-01-2852510: document how ${ ... } et al. affect use of "private"; add index entriesBart Schaefer2-0/+6
2024-01-2452496 + 52377: clarify SPROMPT behavior when CORRECT_ALL is setBart Schaefer2-4/+14
2024-01-2452473: zstyle -q for testing existence of a zstyle settingBart Schaefer1-0/+7
2024-01-0552465: use NULL_GLOB when expanding zmv input pattern to avoid NOMATCH exitBart Schaefer1-4/+4
2023-12-0552326, 52372: add -q option to kill for sigqueueOliver Kiddle1-1/+4
2023-12-0452356: add missing function index entriesJun-ichi Takimoto1-0/+3
2023-11-2352325: Clarify doc for edge cases of named references and nofork substitutionBart Schaefer3-11/+14
Unposted whitespace change avoids a parse error in ${ ... } with comments.
2023-11-18Unposted (cf. 52296): correct description of "vared -e"Bart Schaefer1-1/+1
2023-11-0252253: support pcre callouts with shell evaluation of the callout stringOliver Kiddle1-0/+5
2023-10-1752222: Document bracketed-paste-url-magicMikael Magnusson1-0/+27