Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2012-08-17 | 30627: support RLIMIT_NTHR as on NetBSD | Peter Stephenson | 1 | -2/+6 | |
2012-08-16 | 30169: repeat "typeset -T" with same two first arguments is not an error | Peter Stephenson | 1 | -1/+3 | |
2012-03-07 | 30320: "emulate" accepts invocation-time flags; other small doc tweaks. | Bart Schaefer | 1 | -12/+20 | |
2012-03-01 | 30303: emulate inside function marked for execution tracing enables xtrace | Peter Stephenson | 1 | -0/+7 | |
2011-06-03 | 29413: "print -S" for saving to history with lexical word split | Peter Stephenson | 1 | -1/+10 | |
2011-05-19 | 29307, 29308 + replies: Fix some doubled words in docs and comments. | Mikael Magnusson | 1 | -1/+1 | |
2011-03-03 | 28805: move stray text about the sched builtin away from the set builtin. | Bart Schaefer | 1 | -4/+0 | |
2010-12-06 | Mikael: 28487: fix docs to refer to current directory | Peter Stephenson | 1 | -1/+1 | |
rather than $PWD | |||||
2010-09-12 | unposted: note exit trap runs before exit hook | Peter Stephenson | 1 | -1/+2 | |
2010-02-04 | 27661: Ben: typo in manual page references | Peter Stephenson | 1 | -1/+1 | |