Peter Stephenson
|
9fdcd824d8
|
30627: support RLIMIT_NTHR as on NetBSD
|
2012-08-17 11:12:34 +00:00 |
|
Peter Stephenson
|
268e56a144
|
30169: repeat "typeset -T" with same two first arguments is not an error
|
2012-08-16 14:00:11 +00:00 |
|
Bart Schaefer
|
fa8a0e241c
|
30320: "emulate" accepts invocation-time flags; other small doc tweaks.
|
2012-03-07 06:10:42 +00:00 |
|
Peter Stephenson
|
7614be7fe1
|
30303: emulate inside function marked for execution tracing enables xtrace
|
2012-03-01 13:00:52 +00:00 |
|
Peter Stephenson
|
12e246495c
|
29413: "print -S" for saving to history with lexical word split
|
2011-06-03 19:54:43 +00:00 |
|
Mikael Magnusson
|
72cb7cfc6f
|
29307, 29308 + replies: Fix some doubled words in docs and comments.
|
2011-05-19 16:10:46 +00:00 |
|
Bart Schaefer
|
e58ad7548f
|
28805: move stray text about the sched builtin away from the set builtin.
|
2011-03-03 05:06:14 +00:00 |
|
Peter Stephenson
|
32ce1cdd79
|
Mikael: 28487: fix docs to refer to current directory
rather than $PWD
|
2010-12-06 13:53:15 +00:00 |
|
Peter Stephenson
|
ed7798ed07
|
unposted: note exit trap runs before exit hook
|
2010-09-12 19:01:39 +00:00 |
|
Peter Stephenson
|
fdb266d819
|
27661: Ben: typo in manual page references
|
2010-02-04 17:40:06 +00:00 |
|
Peter Stephenson
|
8ac97f3308
|
27648, 267650/1, unposted README change:
Turn off repeat and turn on ulimit in emulation modes
|
2010-02-03 18:34:32 +00:00 |
|
Peter Stephenson
|
f80bc2b5f6
|
27566: add ulimit -c hard and immediate return on argument error
|
2010-01-05 16:29:35 +00:00 |
|
Peter Stephenson
|
418fc360ec
|
Darel Henman: users/14412: fix confusion in getopts documentation
|
2009-09-19 16:29:16 +00:00 |
|
Peter Stephenson
|
2f7f3307fa
|
Mikael: 27279: doc tweaks
|
2009-09-18 09:50:49 +00:00 |
|
Peter Stephenson
|
4ede75ed0e
|
Greg Klanderman: 27255: some consistency fixes
|
2009-09-09 17:54:24 +00:00 |
|
Peter Stephenson
|
72f0b14a04
|
27188: improve read -q by using read -k code
|
2009-07-24 18:35:49 +00:00 |
|
Peter Stephenson
|
606cfb5a5e
|
27167: add POSIX_CD option to test "." after CDPATH
|
2009-07-19 19:07:14 +00:00 |
|
Peter Stephenson
|
5c5a388ed7
|
27087: change return codes from failed "."
|
2009-07-02 13:46:36 +00:00 |
|
Peter Stephenson
|
041057687f
|
27083: non-zero status on failures to find or execute file in "."
|
2009-07-01 15:07:25 +00:00 |
|
Peter Stephenson
|
535afe3b2a
|
26614 + 26615: history -t <fmt> plus ztrftime "-" format modifier
|
2009-03-02 10:11:45 +00:00 |
|
Peter Stephenson
|
9e51292273
|
26560: document autoload -z/-k (finally)
|
2009-02-12 09:56:25 +00:00 |
|
Peter Stephenson
|
c7d8b0dfb8
|
26546, 26556: sticky emulation for functions defined in emulate ... -c ...
environments, plus documentation
|
2009-02-11 20:42:15 +00:00 |
|
Andrey Borzenkov
|
453597547a
|
26530: emulate -c restores all options on return
|
2009-02-08 08:09:18 +00:00 |
|
Peter Stephenson
|
bb02ef15c7
|
unposted: typo in previous patch spotted by Mikael
|
2009-02-06 11:03:28 +00:00 |
|
Peter Stephenson
|
1c165c8aa4
|
26517: fix naming of prompt expansion section in Unix manual
|
2009-02-06 09:59:38 +00:00 |
|
Andrey Borzenkov
|
665b7d1f93
|
26425: allow "emulate sh -c command" to eval command under sh emulation
|
2009-01-25 18:19:28 +00:00 |
|
Peter Stephenson
|
976cb71d6f
|
Richard Hartmann: 26155: quote use of . for a command in text
|
2008-12-18 09:49:04 +00:00 |
|
Peter Stephenson
|
fb67cd46ea
|
25643: keep DEBUG and ZERR traps in subshells
|
2008-09-11 14:47:18 +00:00 |
|
Peter Stephenson
|
7ce1d57358
|
25615: $ZSH_DEBUG_CMD for use in DEBUG traps
|
2008-09-05 09:05:21 +00:00 |
|
Peter Stephenson
|
2e485d60ff
|
unposted: prvent command(s) from looking like a Yodl macro
|
2008-08-11 09:20:38 +00:00 |
|
Peter Stephenson
|
2706eac454
|
25415: Make DEBUG_BEFORE_CMD the default.
Reuse ERR_EXIT in DEBUG traps.
Clean up trapreturn code.
|
2008-08-07 16:25:14 +00:00 |
|
Peter Stephenson
|
c4f33330f6
|
25409: fix eval's use of lastval
|
2008-08-06 19:51:04 +00:00 |
|
Peter Stephenson
|
1c29f641c6
|
Mikael: 25143: spelling corrections
25144: report supported bases
25139: fix number
|
2008-06-10 08:50:35 +00:00 |
|
Peter Stephenson
|
b86c191af5
|
25025: check radix for integer constants is between 2 and 36 inclusive
|
2008-05-14 10:48:26 +00:00 |
|
Peter Stephenson
|
547adf2021
|
25018: Omari Norman: completion for awk, join, sort
|
2008-05-13 16:08:35 +00:00 |
|
Peter Stephenson
|
fbfbc7636f
|
24980: zmodload -mF
|
2008-05-08 12:07:04 +00:00 |
|
Peter Stephenson
|
50d9cdeae4
|
24768: add -q option to cd, chdir, pushd, popd
use in _canonical_paths
add 4.3.6 release note with this and other stuff
|
2008-03-28 09:59:06 +00:00 |
|
Clint Adams
|
3c8d53036c
|
24513, 24514, 24515, 24516, 24517, 24518, 24519, 24520, 24521: typo fixes from A. Costa.
|
2008-02-01 19:59:45 +00:00 |
|
Peter Stephenson
|
2d03aa87fb
|
24264: restrict effect of 24234 to parameter substitution code and document
|
2007-12-16 14:05:14 +00:00 |
|
Peter Stephenson
|
64c85ae68a
|
users/12325: implement OSI rules for test & [, add more doc warnings
|
2007-12-12 18:43:28 +00:00 |
|
Peter Stephenson
|
765f73823e
|
users/12305: option output not well documented
-c and SHIN_STDIN inconsistent with manual
|
2007-12-12 13:46:35 +00:00 |
|
Peter Stephenson
|
9421f9449c
|
unposted, c.f. users/11935: quoting of arguments to unalias
|
2007-10-05 19:31:01 +00:00 |
|
Peter Stephenson
|
34570ca318
|
23778: document KSH_TYPESET behaviour in typeset manual entry
|
2007-08-18 10:08:41 +00:00 |
|
Peter Stephenson
|
1b52f47cf2
|
23665: autoloading of module features and related tweaks
|
2007-07-06 21:52:38 +00:00 |
|
Peter Stephenson
|
0a1de76213
|
23578: make standard features autoloadable,
use feature notation for .mdd autoloads
|
2007-06-20 20:59:15 +00:00 |
|
Peter Stephenson
|
f3e92a52d9
|
23553: bit missed out
|
2007-06-15 09:21:40 +00:00 |
|
Peter Stephenson
|
b0c5f09169
|
see 23479: add initial features support for modules
|
2007-05-28 22:57:39 +00:00 |
|
Peter Stephenson
|
8ce657c2cb
|
Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility options
|
2007-05-08 10:02:58 +00:00 |
|
Peter Stephenson
|
f69f1ded8c
|
unposted: nitpicked version of zmodload doc tweak
|
2007-03-23 17:14:05 +00:00 |
|
Peter Stephenson
|
11bbce3a66
|
23232: minor tweaks to zmodload
|
2007-03-23 14:24:33 +00:00 |
|
Peter Stephenson
|
8b800f8fd1
|
document OS may handle negative or zero PID in kill
|
2006-12-19 10:35:54 +00:00 |
|
Peter Stephenson
|
d8e36bffa2
|
23052: multibyte characters in typeset -L/R/Z padding
|
2006-12-13 22:30:37 +00:00 |
|
Peter Stephenson
|
254b3f1a6b
|
22992: make $? available in exit traps/hooks
22993: slightly more effective _make variable fix
|
2006-11-10 09:59:26 +00:00 |
|
Peter Stephenson
|
2bfad02a94
|
22742: parameter padding uses string lengths unless (m) flag set
22743: restrict sh "- [args]" -> "-xv [-- args]" hack to sh mode
|
2006-09-20 09:22:34 +00:00 |
|
Peter Stephenson
|
50e9ab122b
|
22556: Multibyte separators and delimiters
|
2006-07-24 22:00:19 +00:00 |
|
Peter Stephenson
|
b7474e065b
|
22416, tweaked: math functions via shell functions
unposted: add styles to pick-web-browser
|
2006-04-19 16:09:06 +00:00 |
|
Peter Stephenson
|
40df7069cb
|
22360, 22365: support version 2 of Yodl
|
2006-03-20 11:06:22 +00:00 |
|
Clint Adams
|
d71fbc9c69
|
22165: change "zshparams" to "zshparam".
|
2006-01-18 03:37:41 +00:00 |
|
Peter Stephenson
|
b71a632d2f
|
22118: fix cdpath documentation
|
2006-01-05 16:13:17 +00:00 |
|
Peter Stephenson
|
e366ca8dbf
|
users/9638: tweaks for FCEDIT etc.
21986: rewrite completion suffixes for wide characters
|
2005-11-07 09:37:34 +00:00 |
|
Wayne Davison
|
e7ff1931ea
|
A couple more minor tweaks to the "trap" section.
|
2005-08-10 07:47:49 +00:00 |
|
Wayne Davison
|
2d97a73417
|
Changes based on Thorsten's message #21581.
|
2005-08-09 07:08:45 +00:00 |
|
Peter Stephenson
|
772007e76c
|
21296: Add ERR alias for ZERR where possible.
"trap" reports alias names.
|
2005-06-01 10:45:32 +00:00 |
|
Bart Schaefer
|
337a2e3bfd
|
Minor tweak to _generic plus doc fixes for info interpretation of hyphens.
|
2005-04-24 18:38:01 +00:00 |
|
Peter Stephenson
|
db44e186c9
|
c.f. 21071: always use "status" in return and exit status docs
|
2005-04-01 12:03:53 +00:00 |
|
Peter Stephenson
|
af1c6ecdc7
|
20888: allow signal names to have the SIG prefix included
|
2005-02-28 14:29:09 +00:00 |
|
Peter Stephenson
|
f8d74c1aab
|
20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,
also use ulimit -x for RLIMIT_LOCK
|
2005-01-19 13:03:33 +00:00 |
|
Peter Stephenson
|
69b4b8bdde
|
20605: Use separate structure with get/set/unset methods fro parameters.
Separate justification width of parameters from base/precision.
|
2004-12-07 16:54:58 +00:00 |
|
Peter Stephenson
|
5141e68daa
|
20572: Allow alternative signal names
|
2004-11-22 10:33:03 +00:00 |
|
Peter Stephenson
|
46141be5f9
|
20412, tweaked: Make test builtin more POSIX compatible
20435: Make pattern.c not alter strings.
|
2004-10-05 10:39:41 +00:00 |
|
Peter Stephenson
|
bf21478722
|
20118: improvements to limits builtins
|
2004-06-30 11:10:35 +00:00 |
|
Bart Schaefer
|
43c232e2a3
|
Previously uncommitted bits of 19785.
|
2004-06-22 07:02:35 +00:00 |
|
Wayne Davison
|
f0742aeaa5
|
Document the new -a option to `fc -p' and improved the documentation for
the history push/pop in other ways.
|
2004-05-21 20:04:59 +00:00 |
|
Wayne Davison
|
690866621a
|
Document the new options to "fc".
|
2004-05-20 22:23:05 +00:00 |
|
Peter Stephenson
|
83b0fd3674
|
19682: Don't run ZERR, DEBUG or EXIT traps inside other traps.
|
2004-03-25 10:07:12 +00:00 |
|
Peter Stephenson
|
eeb9ec4714
|
19129: extra argument to typeset -T gives character for joining array
|
2003-09-24 14:55:32 +00:00 |
|
Oliver Kiddle
|
6e09c17757
|
19059: add -v, -V and -p flags required by POSIX to the command builtin
|
2003-09-11 07:00:05 +00:00 |
|
Peter Stephenson
|
3ffb3ad2f2
|
19014: add alias -s suf=handler
|
2003-09-03 10:15:32 +00:00 |
|
Peter Stephenson
|
0f080f741c
|
18908: use print/read -u in completion system and tweak builtin doc
|
2003-07-25 10:53:44 +00:00 |
|
Oliver Kiddle
|
09c5818b39
|
18530: print option states with set -o' or set +o'
|
2003-05-15 09:39:55 +00:00 |
|
Peter Stephenson
|
c34176365e
|
18431: Another attempt to fix the problems with RLIMIT definitions
|
2003-04-03 09:55:40 +00:00 |
|
Oliver Kiddle
|
d8fac9fb23
|
18343, 18348: handle \u and \U escapes for specifying unicode characters
|
2003-03-14 13:36:07 +00:00 |
|
Oliver Kiddle
|
5164c6a3c9
|
18242: add -d option to read for specifying delimiter to terminate input
|
2003-02-17 10:07:53 +00:00 |
|
Oliver Kiddle
|
6d2921542e
|
18223: satisfy POSIX requirement for a -v flag to unset
|
2003-02-13 13:46:00 +00:00 |
|
Peter Stephenson
|
4f3b9e43d2
|
18204: KSH_ARRAYS
|
2003-02-07 17:05:09 +00:00 |
|
Peter Stephenson
|
590a26709a
|
18195: Timeouts for read builtin.
|
2003-02-05 11:56:55 +00:00 |
|
Peter Stephenson
|
bbbc5536da
|
17940: Add -C and -a options to print builtin
|
2002-11-20 12:37:43 +00:00 |
|
Oliver Kiddle
|
770d437504
|
17682: add support for -H and -p in typeset completion
|
2002-09-16 18:10:49 +00:00 |
|
Peter Stephenson
|
25e363df2b
|
17602, 17603: Rationalise option handling, in particular for cd, pushd, popd.
|
2002-09-03 09:33:35 +00:00 |
|
Peter Stephenson
|
9634760d5e
|
17582: Improved option argument handling.
unposted: Updated version to 4.1.0-dev-6 because of interface change.
|
2002-08-27 21:10:30 +00:00 |
|
Peter Stephenson
|
7123f4413b
|
17544: implement read -s to suppress tty echo
|
2002-08-22 12:57:43 +00:00 |
|
Clint Adams
|
c6b5b1f147
|
17558: zsh/net/socket , zsocket builtin
|
2002-08-18 02:12:39 +00:00 |
|
Peter Stephenson
|
a8f7d57e83
|
17504: note that getopts doesn't handle a single `-' as an option argument
|
2002-08-06 13:05:48 +00:00 |
|
Oliver Kiddle
|
ed89700265
|
17503: fix various typos, spelling mistakes and poor wordings in the docs
|
2002-08-05 12:33:27 +00:00 |
|
Peter Stephenson
|
19817c34d1
|
17334: TYPESET_SILENT shell option and typeset -p option
|
2002-06-20 16:39:47 +00:00 |
|
Peter Stephenson
|
cf00466e13
|
users/4951: make ulimit documentation clearer
|
2002-05-10 09:52:25 +00:00 |
|
Oliver Kiddle
|
6febc8fe67
|
16619, 16676: add -c, -l and -p options to the dirs builtin
|
2002-02-20 12:51:51 +00:00 |
|
Sven Wischnowsky
|
90bbd87734
|
fixes for completion of signal names with SIG prefix and for completing command names instead of pids (16406)
|
2002-01-07 14:38:13 +00:00 |
|
Oliver Kiddle
|
0e1845cbc6
|
16228: allow widths and precisions to work with printf's %b format specifier
|
2001-11-09 16:47:43 +00:00 |
|
Oliver Kiddle
|
d39feeffc4
|
16224: add -n option to kill and complete options from _kill
|
2001-11-06 15:06:59 +00:00 |
|