about summary refs log tree commit diff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 53137 + 53213: support creating intro.htmlJun-ichi Takimoto9 days2-8/+45
* 53174: add Completion/Base/Utility/_as_ifEric Cook10 days1-0/+8
* 53060: silence build warningsClinton Bunch2024-08-311-1/+1
* 53056: new zsh/random module defining an SRANDOM parameter and zrand_float() ...Clinton Bunch2024-08-312-1/+57
* unposted: remove reference to removed sample codeJun-ichi Takimoto2024-08-261-4/+0
* 52968: use pdfroff to create intro.pdfJun-ichi Takimoto2024-06-241-5/+3
* 52915: be explicit about pattern syntax in conditionsPeter Stephenson2024-05-081-1/+5
* 52865: Documentation update for 52864Bart Schaefer2024-04-012-8/+9
* 52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.Bart Schaefer2024-03-171-0/+3
* 52753: Clarify "nocorrect" when introducing precommand modifiers.Bart Schaefer2024-03-131-6/+6
* unposted: update doc for "colors" for workers/47489,50212 (italic and bright)Bart Schaefer2024-03-131-2/+6
* 52704: improve zsh_eval_context documentationStephane Chazelas2024-03-081-5/+6
* 52692: local typeset of the name of a named reference hides the referenceBart Schaefer2024-03-051-2/+3
* 52685: fix typo in the name of bash's BASH_ENV variable.Stephane Chazelas2024-03-051-1/+1
* 52650 plus minor fixes: add -u for named references pointing to "upper" scopeBart Schaefer2024-03-044-8/+34
* 52646: extend support for highlight groups to completion explanation strings ...Oliver Kiddle2024-03-052-3/+4
* 52641: incarg: add a backward variant and make it repeatablemidchildan2024-03-051-3/+5
* 52594: support for POSIX real-time signals with kill and trapOliver Kiddle2024-02-282-3/+8
* 52559: revise "typeset -p" with respect to local readonly special parametersBart Schaefer2024-02-202-3/+12
* 52549: document return works in a scriptPeter Stephenson2024-02-191-1/+3
* 52523: fixes to preceding incarg patchmidchildan2024-02-151-2/+3
* 52520: add new features and improvements to the "incarg" ZLE widgetmidchildan2024-02-151-6/+24
* 52535: documentation for highlight groups and layersOliver Kiddle2024-02-154-1/+46
* cf. users/29635: additional detail of parameter expansion in math context.Bart Schaefer2024-02-041-0/+5
* 52513: fixes and doc for using nofork substitutions with private parametersBart Schaefer2024-02-031-2/+7
* 52510: document how ${ ... } et al. affect use of "private"; add index entriesBart Schaefer2024-01-282-0/+6
* 52496 + 52377: clarify SPROMPT behavior when CORRECT_ALL is setBart Schaefer2024-01-242-4/+14
* 52473: zstyle -q for testing existence of a zstyle settingBart Schaefer2024-01-241-0/+7
* 52465: use NULL_GLOB when expanding zmv input pattern to avoid NOMATCH exitBart Schaefer2024-01-051-4/+4
* 52326, 52372: add -q option to kill for sigqueueOliver Kiddle2023-12-051-1/+4
* 52356: add missing function index entriesJun-ichi Takimoto2023-12-041-0/+3
* 52325: Clarify doc for edge cases of named references and nofork substitutionBart Schaefer2023-11-233-11/+14
* Unposted (cf. 52296): correct description of "vared -e"Bart Schaefer2023-11-181-1/+1
* 52253: support pcre callouts with shell evaluation of the callout stringOliver Kiddle2023-11-021-0/+5
* 52222: Document bracketed-paste-url-magicMikael Magnusson2023-10-171-0/+27
* 52180: clarify array behavior of ${|var|...} and REPLYBart Schaefer2023-09-231-2/+3
* 51980: Add glob qualifier grouping operator to completionAtte Peltomäki2023-09-201-3/+4
* 52154, 52155: Implement, document, and test non-forking command substitution.Bart Schaefer2023-09-161-6/+38
* 52028: improvements to _shadow / _unshadow, plus helper and docBart Schaefer2023-08-272-23/+51
* 29130, 21931 (Ray): document what typeset -t is for.Peter Stephenson2023-08-161-2/+4
* unposted (cf. 51968): improve documentation of typeset -gn and -rBart Schaefer2023-07-261-2/+2
* 51945: assorted documentation improvements, bug fixes, and new testBart Schaefer2023-07-263-4/+16
* unposted (cf. 51899): document _shadowBart Schaefer2023-07-261-0/+44
* 51884: reset IFS if it contains invalid charactersJun-ichi Takimoto2023-06-261-2/+5
* 51862: support texinfo-7.0Jun-ichi Takimoto2023-06-191-1/+2
* 51816: add :S history modifier with pattern matchPeter Stephenson2023-06-061-6/+12
* 51760: r and R were listed in the wrong order.Marlon Richert2023-05-211-3/+3
* 51758: Make dynamic dir completion easier to implementMarlon Richert2023-05-211-27/+17
* 51738: support pcre's alternative DFA matching algorithmOliver Kiddle2023-05-131-1/+5
* 51728: assign pcre named capture groups to a hashOliver Kiddle2023-05-131-4/+6