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