Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 36067: fix typo and format in the documentation | Jun T | 2015-08-11 | 1 | -8/+8 | |
| | ||||||
* | various posts: Implement assignment parsing for typeset. | Peter Stephenson | 2015-06-24 | 1 | -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 only | Barton E. Schaefer | 2015-06-06 | 1 | -31/+31 | |
| | ||||||
* | 35386: expand tabs where useful in builtins outputing function. | Peter Stephenson | 2015-06-05 | 1 | -5/+20 | |
| | | | | | | Also add to zed -f. Option is -x <numm>. | |||||
* | 35353: print -x and print -X expand tabs | Peter Stephenson | 2015-06-02 | 1 | -1/+22 | |
| | ||||||
* | users/20238: add "fc -L" to operate only on the local shell history | Barton E. Schaefer | 2015-05-30 | 1 | -6/+10 | |
| | | | | Also avoid invoking the editor on empty results. | |||||
* | 35318: POSIX_BUILTINS behaviour for getopts. | Peter Stephenson | 2015-05-28 | 1 | -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 emulate | Jun-ichi Takimoto | 2015-05-26 | 1 | -2/+2 | |
| | | | | based on 34981 by Han Pingtian | |||||
* | 35193: Add "unalias -a". | Peter Stephenson | 2015-05-18 | 1 | -1/+8 | |
| | ||||||
* | 35075: improve manual format | Jun-ichi Takimoto | 2015-05-12 | 1 | -12/+17 | |
| | | | | also fixed a ChangeLog entry for 35034 (2015-05-06) | |||||
* | 35059: fix, document, test readonly -p. | Peter Stephenson | 2015-05-08 | 1 | -0/+5 | |
| | | | | | | Don't output specials as can't be reconstructed. Output arrays in a useful order. | |||||
* | 35034: improve manual format up to Chapter18 | Jun-ichi Takimoto | 2015-05-06 | 1 | -44/+50 | |
| | ||||||
* | 35008: clarify description of 'exec' and 'return' | Jun-ichi Takimoto | 2015-05-01 | 1 | -6/+12 | |
| | ||||||
* | 34992: POSIX fix for readonly variables. | Peter Stephenson | 2015-04-29 | 1 | -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 bindkey | Jun-ichi Takimoto | 2015-03-06 | 1 | -3/+6 | |
| | ||||||
* | unposted: fix formatting of "--". | Barton E. Schaefer | 2015-02-03 | 1 | -2/+2 | |
| | ||||||
* | unposted: fix other typeset doc errors | Barton E. Schaefer | 2015-01-28 | 1 | -10/+14 | |
| | ||||||
* | 34421: clean up typeset documentation | Barton E. Schaefer | 2015-01-28 | 1 | -47/+75 | |
| | | | | Also remove duplicated ChangeLog entry for 34365. | |||||
* | 34373, 34374: update completion of builtin commands, modifiers, | Oliver Kiddle | 2015-01-25 | 1 | -1/+1 | |
| | | | | parameter and globbing flags | |||||
* | 34329: add -S option to which and where | Peter Stephenson | 2015-01-20 | 1 | -2/+2 | |
| | ||||||
* | users/19682: document recommended use of whence | Peter Stephenson | 2015-01-04 | 1 | -1/+6 | |
| | ||||||
* | users/19667: whence -S shows intermediate steps in symlink expansion | Peter Stephenson | 2015-01-02 | 1 | -2/+7 | |
| | ||||||
* | zsh-users/19551: history documentation. | Peter Stephenson | 2014-12-17 | 1 | -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 -t | Daniel Hahler | 2014-11-24 | 1 | -4/+4 | |
| | ||||||
* | 33531 with additions: retain status of exited background jobs. | Peter Stephenson | 2014-10-26 | 1 | -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 documentation | Mikael Magnusson | 2014-10-03 | 1 | -1/+1 | |
| | ||||||
* | 33323: fix bug in removing math functions and complete -M option to functions | Oliver Kiddle | 2014-10-02 | 1 | -1/+1 | |
| | ||||||
* | 33312: document redirections applied to function definitions | Peter Stephenson | 2014-10-01 | 1 | -0/+14 | |
| | ||||||
* | 33091: improve documentation for ttyctl | Peter Stephenson | 2014-09-04 | 1 | -3/+15 | |
| | ||||||
* | 32944: read -qs is handled correctly by current code | Peter Stephenson | 2014-08-03 | 1 | -2/+1 | |
| | ||||||
* | force retention of whitespace in "fc" item prototype | Barton E. Schaefer | 2014-07-20 | 1 | -1/+1 | |
| | ||||||
* | 32799: resource NTHR not well handled on NetBSD | Peter Stephenson | 2014-06-26 | 1 | -0/+3 | |
| | ||||||
* | unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMD | Barton E. Schaefer | 2014-02-17 | 1 | -0/+3 | |
| | ||||||
* | Minor indexing changes to generate more consistent page layouts | Barton E. Schaefer | 2014-02-02 | 1 | -2/+2 | |
| | ||||||
* | 32246: option "shift -p" pops arguments from end of array | Peter Stephenson | 2014-01-11 | 1 | -1/+4 | |
| | ||||||
* | users/18210: document "print -D" better | Peter Stephenson | 2013-12-09 | 1 | -2/+2 | |
| | ||||||
* | 31936: Rationalise limits for threads | Stefan Neudorf | 2013-11-03 | 1 | -2/+2 | |
| | ||||||
* | 31935: further updates to limits for BSD | Stefan Neudorf | 2013-11-03 | 1 | -10/+8 | |
| | ||||||
* | 31930 / 31934: New limits from BSD. | Stefan Neudorf | 2013-10-31 | 1 | -1/+10 | |
| | | | | Avoid clash of uses for ulimit -k. | |||||
* | 31873: Document conventions for command options in builtins | Peter Stephenson | 2013-10-23 | 1 | -1/+35 | |
| | ||||||
* | Users/18033: Documentation for exit and ERR_EXIT. | Peter Stephenson | 2013-10-16 | 1 | -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 docs | Mikael Magnusson | 2013-10-11 | 1 | -1/+1 | |
| | ||||||
* | 31592: improve documentary for handling of named directories. | Manuel Presnitz | 2013-07-28 | 1 | -1/+3 | |
| | | | | Minor changes of phrasing. | |||||
* | 31444: Basic code for enable/disable -p | Peter Stephenson | 2013-06-13 | 1 | -8/+94 | |
| | ||||||
* | 30780: document that set -o failures are hard but setopt failures are soft | Peter Stephenson | 2012-11-08 | 1 | -0/+5 | |
| | ||||||
* | 30726: make shell options passed to emulate stick along with the emulation | Peter Stephenson | 2012-10-11 | 1 | -0/+4 | |
| | ||||||
* | 30718: emulate command evaluations should apply sticky emulation | Peter Stephenson | 2012-10-07 | 1 | -5/+18 | |
| | | | | to autoloads, too | |||||
* | 30692: allow autoload +X -m to work | Peter Stephenson | 2012-09-21 | 1 | -1/+4 | |
| | | | | change to _path_files to make it load in that fashion | |||||
* | 30633: "functions -T" only traces marked function, not called functions | Peter Stephenson | 2012-08-21 | 1 | -11/+14 | |
| | ||||||
* | 30629 plus unposted formatting changes: | Peter Stephenson | 2012-08-17 | 1 | -5/+6 | |
| | | | | | support socket buffer size limit properly in ulimit; improve consistency of output and documentation and tweak formatting appropriately |