about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
Commit message (Collapse)AuthorAgeFilesLines
...
* 37467: add "print -v var" / "printf -v var"Barton E. Schaefer2015-12-311-2/+8
|
* 37310: effect of disabling typeset reserved wordPeter Stephenson2015-12-071-1/+4
|
* unposted: a few cosmetic format fixes in docsJun-ichi Takimoto2015-11-131-2/+1
|
* 37038: add -l option to emulate to list options in emulationsPeter Stephenson2015-11-011-1/+9
|
* remove sentence fragmentBarton E. Schaefer2015-09-301-2/+1
|
* cf. users/20606: zcompile prepares scripts for sourcing, not for executionBarton E. Schaefer2015-09-191-1/+1
|
* cf. users/20586: clean up cross-references to the "Autoloading Functions" docBarton E. Schaefer2015-09-181-8/+10
|
* 36067: fix typo and format in the documentationJun T2015-08-111-8/+8
|
* various posts: Implement assignment parsing for typeset.Peter Stephenson2015-06-241-19/+72
| | | | | | | | | | | | Typeset assignments now work like raw assignments except for no "+=" and no GLOB_ASSIGN. Documented in typeset builtin doc and mentioned in release notes. Tests to ensure basic sanity. Enabled by default, can be turned off by "disable -r" with typeset family of commands.
* 35350: extend "fc -I" to cover listing of "internal" history events onlyBarton E. Schaefer2015-06-061-31/+31
|
* 35386: expand tabs where useful in builtins outputing function.Peter Stephenson2015-06-051-5/+20
| | | | | | Also add to zed -f. Option is -x <numm>.
* 35353: print -x and print -X expand tabsPeter Stephenson2015-06-021-1/+22
|
* users/20238: add "fc -L" to operate only on the local shell historyBarton E. Schaefer2015-05-301-6/+10
| | | | Also avoid invoking the editor on empty results.
* 35318: POSIX_BUILTINS behaviour for getopts.Peter Stephenson2015-05-281-1/+2
| | | | | It needs to keep OPTIND, as well as the index within the string pointed to by OPTIND, global in this case.
* 35289: fix typos in the description of emulateJun-ichi Takimoto2015-05-261-2/+2
| | | | based on 34981 by Han Pingtian
* 35193: Add "unalias -a".Peter Stephenson2015-05-181-1/+8
|
* 35075: improve manual formatJun-ichi Takimoto2015-05-121-12/+17
| | | | also fixed a ChangeLog entry for 35034 (2015-05-06)
* 35059: fix, document, test readonly -p.Peter Stephenson2015-05-081-0/+5
| | | | | | Don't output specials as can't be reconstructed. Output arrays in a useful order.
* 35034: improve manual format up to Chapter18Jun-ichi Takimoto2015-05-061-44/+50
|
* 35008: clarify description of 'exec' and 'return'Jun-ichi Takimoto2015-05-011-6/+12
|
* 34992: POSIX fix for readonly variables.Peter Stephenson2015-04-291-0/+7
| | | | | With POSIXBUILTINS, variables can be marked readonly if unset. Also, variables can't have the readonly flag removed.
* 34643: clarify documentation for print and bindkeyJun-ichi Takimoto2015-03-061-3/+6
|
* unposted: fix formatting of "--".Barton E. Schaefer2015-02-031-2/+2
|
* unposted: fix other typeset doc errorsBarton E. Schaefer2015-01-281-10/+14
|
* 34421: clean up typeset documentationBarton E. Schaefer2015-01-281-47/+75
| | | | Also remove duplicated ChangeLog entry for 34365.
* 34373, 34374: update completion of builtin commands, modifiers,Oliver Kiddle2015-01-251-1/+1
| | | | parameter and globbing flags
* 34329: add -S option to which and wherePeter Stephenson2015-01-201-2/+2
|
* users/19682: document recommended use of whencePeter Stephenson2015-01-041-1/+6
|
* users/19667: whence -S shows intermediate steps in symlink expansionPeter Stephenson2015-01-021-2/+7
|
* zsh-users/19551: history documentation.Peter Stephenson2014-12-171-0/+6
| | | | | Note in a couple of places that history file reading and writing is only done in interactive shells.
* 33746: read -q doc refers to -tDaniel Hahler2014-11-241-4/+4
|
* 33531 with additions: retain status of exited background jobs.Peter Stephenson2014-10-261-0/+16
| | | | | | | | Add linked list of unwaited-for background jobs. Truncate at value of _SC_CHILD_MAX discarding oldest. Remove old lastpid_status mechanism for latest exited process only. Slightly tighten safety of permanently allocated linked lists so that this doesn't compromise signal handling.
* Fix some typos in the documentationMikael Magnusson2014-10-031-1/+1
|
* 33323: fix bug in removing math functions and complete -M option to functionsOliver Kiddle2014-10-021-1/+1
|
* 33312: document redirections applied to function definitionsPeter Stephenson2014-10-011-0/+14
|
* 33091: improve documentation for ttyctlPeter Stephenson2014-09-041-3/+15
|
* 32944: read -qs is handled correctly by current codePeter Stephenson2014-08-031-2/+1
|
* force retention of whitespace in "fc" item prototypeBarton E. Schaefer2014-07-201-1/+1
|
* 32799: resource NTHR not well handled on NetBSDPeter Stephenson2014-06-261-0/+3
|
* unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMDBarton E. Schaefer2014-02-171-0/+3
|
* Minor indexing changes to generate more consistent page layoutsBarton E. Schaefer2014-02-021-2/+2
|
* 32246: option "shift -p" pops arguments from end of arrayPeter Stephenson2014-01-111-1/+4
|
* users/18210: document "print -D" betterPeter Stephenson2013-12-091-2/+2
|
* 31936: Rationalise limits for threadsStefan Neudorf2013-11-031-2/+2
|
* 31935: further updates to limits for BSDStefan Neudorf2013-11-031-10/+8
|
* 31930 / 31934: New limits from BSD.Stefan Neudorf2013-10-311-1/+10
| | | | Avoid clash of uses for ulimit -k.
* 31873: Document conventions for command options in builtinsPeter Stephenson2013-10-231-1/+35
|
* Users/18033: Documentation for exit and ERR_EXIT.Peter Stephenson2013-10-161-0/+5
| | | | | Notes about interaction with asynchronous jobs such as process substitution and multios.
* 31805: Update _enable and _disable for -p, fix related typo in docsMikael Magnusson2013-10-111-1/+1
|
* 31592: improve documentary for handling of named directories.Manuel Presnitz2013-07-281-1/+3
| | | | Minor changes of phrasing.