Bart Schaefer
|
acb15e3cc9
|
51403: Tests and documentation for 51402, clean up some other tests.
|
2023-02-12 11:57:31 -08:00 |
|
elig0n
|
6152200c9b
|
github #88: Fix typo
|
2022-03-31 19:23:08 -05:00 |
|
Daniel Shahaf
|
cc833e01fe
|
45583/0004: docs: Document that hook functions may rely on $? (see workers/48570).
|
2021-04-15 16:27:53 +00:00 |
|
Daniel Shahaf
|
32336eab92
|
45583/0001: docs: Minor markup tweak
|
2021-04-15 16:27:52 +00:00 |
|
Jun-ichi Takimoto
|
d5ba08af49
|
unposted: a few cosmetic format fixes in docs
|
2015-11-13 01:03:38 +09:00 |
|
Peter Stephenson
|
041a85243e
|
34558: preexec doc fix.
It was wrongly claming the first parameter was empty if the line was
removed from the history.
|
2015-02-16 16:12:07 +00:00 |
|
Peter Stephenson
|
73ececfd01
|
31830: New feature for zshaddhistory hooks.
If the first non-zero return status is 2, save the line on the
internal history list, but don't write it out.
|
2013-10-17 10:14:25 +01:00 |
|
Peter Stephenson
|
441c19c161
|
31872: zshaddhistory hook example needs options.
Only works with INCAPPENDHISTORY or SHAREHISTORY set.
|
2013-10-16 09:49:55 +01:00 |
|
Peter Stephenson
|
f6967bb745
|
Fix trivial typo in zshaddhistory doc.
|
2013-10-15 18:02:09 +01:00 |
|
Peter Stephenson
|
d48faef8cd
|
29633: more care with anonymous and other functions
|
2011-08-03 18:45:17 +00:00 |
|
Peter Stephenson
|
6062529d3f
|
29492: add argument handling to anonymous functions
|
2011-06-19 20:12:00 +00:00 |
|
Peter Stephenson
|
11075eff1b
|
c.f. 28628: some extra notes on traps
|
2011-01-13 09:31:07 +00:00 |
|
Peter Stephenson
|
7541f37b63
|
28626: summarize differences between two types of trap
|
2011-01-11 11:47:32 +00:00 |
|
Peter Stephenson
|
83e3d2eb49
|
26580: Mikael: typo.
|
2009-02-18 17:17:27 +00:00 |
|
Peter Stephenson
|
83b83db015
|
26579: fix hook function documentation
|
2009-02-18 17:12:59 +00:00 |
|
Peter Stephenson
|
7ce1d57358
|
25615: $ZSH_DEBUG_CMD for use in DEBUG traps
|
2008-09-05 09:05:21 +00:00 |
|
Peter Stephenson
|
342999a629
|
unposted: prvent zshaddhistory() from looking like a Yodl macro
|
2008-08-11 09:18:18 +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
|
8a466992da
|
cross-reference to DEBUG_BEFORE_CMD option
|
2008-07-30 19:46:14 +00:00 |
|
Peter Stephenson
|
0409391c7d
|
25272: add zshaddhistory hook
|
2008-07-17 11:27:55 +00:00 |
|
Peter Stephenson
|
950756d579
|
25255: add anonymous function capability
|
2008-06-30 10:37:11 +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
|
0af9ef0d58
|
23883: improve precmd documentation
Daniel Qarras: users/11915: .version quoting in _module completion
|
2007-10-02 09:08:26 +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
|
7929d97254
|
22984: add zshexit hook
|
2006-11-09 11:04:10 +00:00 |
|
Peter Stephenson
|
aba936b17c
|
22981: Zvi Har'el: bad call from 22952
22980: add hook array for special functions
|
2006-11-08 10:38:05 +00:00 |
|
Peter Stephenson
|
40df7069cb
|
22360, 22365: support version 2 of Yodl
|
2006-03-20 11:06:22 +00:00 |
|
Peter Stephenson
|
4ecc04ec8b
|
Fix docs for TRAPNAL function return
|
2005-10-02 19:04:35 +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 |
|
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
|
f7323823c3
|
20024: Improve documentation for TRAPNAL functions
|
2004-06-08 13:31:53 +00:00 |
|
Bart Schaefer
|
5fcfa125bd
|
Better indexing and misc. cleanup in the first tenth or so of the doc.
|
2001-07-10 08:59:17 +00:00 |
|
Oliver Kiddle
|
56528ccb66
|
spelling corrections
|
2001-05-29 17:54:08 +00:00 |
|
Wayne Davison
|
50a2ef61bf
|
Updated the "preexec" docs.
|
2001-04-11 05:27:24 +00:00 |
|
Sven Wischnowsky
|
62df18f0d8
|
cleanup (12896)
|
2000-10-05 08:41:35 +00:00 |
|
Bart Schaefer
|
9e61d4ba48
|
11483: Fix formatting and other small errors.
|
2000-05-22 05:26:38 +00:00 |
|
Peter Stephenson
|
26cc1ad1df
|
doc changes; typo in _jobs; integer builtin understands `-i base'
|
2000-05-14 22:08:41 +00:00 |
|
Tanaka Akira
|
c175751b50
|
Initial revision
|
1999-04-15 18:05:35 +00:00 |
|