1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-18 00:51:07 +02:00
Commit graph

895 commits

Author SHA1 Message Date
Peter Stephenson
7f03c3d851 23375: Phil Pennock: =~, zsh/regex etc. etc. 2007-05-01 22:05:03 +00:00
Peter Stephenson
eb4c3d4bf2 unposted: typo in widget name in contrib doc 2007-05-01 12:42:24 +00:00
Peter Stephenson
19dccc355a 23363: fake-files now allows patterns 2007-05-01 09:29:35 +00:00
Peter Stephenson
c6dfb2999d users/11419: zle copy-region-as-kill <string>
adds text to the kill ring
2007-04-19 14:16:22 +00:00
Peter Stephenson
4b7b7f56f1 unposted: more random calendar system fixes and improvements 2007-03-26 14:33:31 +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
Clint Adams
335fcaa9c5 23205: fix misspelling of "effect". 2007-03-05 17:35:17 +00:00
Peter Stephenson
c8d1071cd8 23198: improve _values -s
unposted: document _regex_words -t
2007-02-27 20:44:00 +00:00
Bart Schaefer
236d910fb3 unposted (based on users/10881,10884): add auto-previous zstyle, update
smart-insert-last-word to use auto-suffix-retain, "always" block, etc.
2007-02-26 07:43:39 +00:00
Bart Schaefer
3fc59a0f09 23176: apply the (X) parameter flag to the (#) flag; fix comment typo. 2007-02-25 23:41:03 +00:00
Peter Stephenson
d98959ab67 23186: _ip completion and regex handling additions 2007-02-25 22:44:51 +00:00
Peter Stephenson
2c92d005d7 23165: fix problems with bases: error if over 36 and don't interpret octal 2007-02-12 16:43:40 +00:00
Peter Stephenson
62b671f0d1 23159 plus minor doc tweaks: leave BAUD parameter unset by default 2007-02-08 10:43:28 +00:00
Peter Stephenson
483810a525 23142: calendar enhancements: relative times, recurring events 2007-01-31 16:53:31 +00:00
Peter Stephenson
553e011320 23118: improve sorting to make it work with locales 2007-01-21 22:47:36 +00:00
Peter Stephenson
de272e0309 23115: ";|" at end of case clause causes later patterns to be tested 2007-01-19 21:36:00 +00:00
Peter Stephenson
a5729be835 unposted: typo in calendar_scandate doc 2007-01-18 18:55:29 +00:00
Peter Stephenson
5a6ac4ed43 unposted: typo in calendar_scandate doc 2007-01-18 18:52:11 +00:00
Peter Stephenson
e8b56578db users/11111: add DEBUG_BEFORE_CMD option 2007-01-09 21:59:31 +00:00
Peter Stephenson
aab842a0c6 23091: *roff problems noticed by doclifter 2007-01-05 20:55:01 +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
2c6bf597b9 23060: make everything in Doc makes info 2006-12-17 16:02:01 +00:00
Peter Stephenson
937dc9a84d users/11083: functions for handling shell arguments in ZLE 2006-12-15 11:44:26 +00:00
Peter Stephenson
d8e36bffa2 23052: multibyte characters in typeset -L/R/Z padding 2006-12-13 22:30:37 +00:00
Peter Stephenson
b8108d295f users/11079: 1(2##) 2006-12-12 10:55:35 +00:00
Peter Stephenson
25134bc341 unposted: improve CUTBUFFER and killring documentation
23044: print -c and print -C didn't handle unmetafied input
2006-12-10 23:27:01 +00:00
Peter Stephenson
8c46ae708b 23028: use texi2pdf where available 2006-12-04 11:24:10 +00:00
Peter Stephenson
7960ae5d4c Vin Shelton: 23027: typo in calsys.yo
unposted: missing autoload in calendar_add, improve age date shortcuts
2006-12-04 10:59:10 +00:00
Peter Stephenson
ac05bc6e02 unposted: fix calendar stuff 2006-12-01 12:54:20 +00:00
Peter Stephenson
026bf11566 c.f. 23023: typo 2006-12-01 10:31:29 +00:00
Peter Stephenson
6b1b34d1da c.f. 23023: new calendar function system. 2006-12-01 10:23:06 +00:00
Peter Stephenson
181e491deb users/10989: add fake-always pattern that overrides ignored-patterns 2006-11-15 16:27:14 +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
f367a90505 22980: 22952 messed up parameter padding flag optional arguments 2006-11-07 22:47:07 +00:00
Peter Stephenson
9471bbcfa0 22934, modified, see 22937: add HIST_SUBST_PATTERN option
make ${.../#%...} anchor at both ends
2006-11-01 12:25:18 +00:00
Peter Stephenson
ff9f2bb88e 22913: set $! on "bg" 2006-10-30 10:37:17 +00:00
Peter Stephenson
cc34ebd89a boring .distfiles stuff 2006-10-25 09:46:44 +00:00
Geoff Wing
b5124578e1 archive.progeny.com will be decommissioned around 2006-10-22
Remove from lists
2006-10-16 09:05:52 +00:00
Bart Schaefer
caa53459fa Doc for auto-suffix-remove/retain. 2006-10-16 02:23:25 +00:00
Peter Stephenson
c5492635d8 22873: typo in expn.yo 2006-10-13 21:49:52 +00:00
Peter Stephenson
966a330649 22854: replace-string-again 2006-10-10 11:24:38 +00:00
Peter Stephenson
d4d6cb5494 22852: users style effect changed in 22191
22853: unquoted ^ at end of bindkey string treated literally
2006-10-10 09:37:19 +00:00
Peter Stephenson
52f132de62 22819: bits missed for some reason 2006-10-07 12:15:57 +00:00
Peter Stephenson
298a8b8130 22818: improved subscript flag doc
unposted: trivial _perforce tweak
2006-10-05 13:28:24 +00:00
Peter Stephenson
966ff3a185 22780: add _arguments/comparguments -n to set index of first non-option arg 2006-09-27 16:53:58 +00:00
Peter Stephenson
4fdf7ec7b7 22752: improved introduction to completion 2006-09-21 19:54:31 +00:00
Peter Stephenson
286ca1d487 users/10748: improve a couple of minor things in compsys doc 2006-09-20 14:09:56 +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
Clint Adams
a7c0640c0a 22728: $functrace parameter for function backtraces. 2006-09-17 19:28:45 +00:00
Peter Stephenson
bb3628e898 assume width 1 for control characters;
don't crash if width of repeated padding string is 0
2006-09-15 13:17:27 +00:00
Peter Stephenson
a82ac460c2 22692: additional notes on a couple of parameter expansion features 2006-09-14 09:03:16 +00:00
Peter Stephenson
a242b1eb35 22705: make ${(l...)...} and ${(r...)...} handle multibyte characters 2006-09-13 20:55:29 +00:00
Peter Stephenson
0f4d595902 unposted: Mikael Magnusson: typos in sched doc 2006-09-11 20:04:07 +00:00
Peter Stephenson
b726ead94e 22676, 22678: extend sched and make it able to run events when waiting for
input
2006-09-10 15:24:26 +00:00
Peter Stephenson
0113199a8b unposted: tweak completion docs 2006-08-21 14:24:48 +00:00
Peter Stephenson
d0b9eddd9a 22613: add strftime -r to use strptime() if available 2006-08-17 15:28:11 +00:00
Peter Stephenson
72f362cf2c 22610: allow zstyle -L to have arguments 2006-08-16 09:06:39 +00:00
Peter Stephenson
6a77c04ce0 22608: improve doc for match-word-context 2006-08-14 16:58:47 +00:00
Peter Stephenson
3a97920199 22606: add match-word-context.
Remove workaround from match-words-by-style
2006-08-14 16:14:41 +00:00
Peter Stephenson
36c7a0a0b3 unposted: trivial typo in compsys.yo 2006-08-10 17:17:26 +00:00
Peter Stephenson
9c33cf4434 post-22593 typo fix 2006-08-09 16:33:34 +00:00
Peter Stephenson
5bfe4cb650 22593: add handle-nonexistent style to MIME handler 2006-08-09 16:17:12 +00:00
Peter Stephenson
901e6c7387 22592: add tcp_send -c option for cat 2006-08-08 11:27:39 +00:00
Peter Stephenson
6d61a3859e 22578: ensure HISTCHARS/histchars never contains non-ASCII characters 2006-08-02 17:16:37 +00:00
Peter Stephenson
21c83849a9 unposted: yet more history-beginning-search-menu fixes 2006-08-02 09:59:23 +00:00
Peter Stephenson
7d77bc95b2 22574: more history-beginning-search-menu fixes 2006-08-01 20:28:35 +00:00
Peter Stephenson
ba22472b7f 22573: smooth interface to history-beginning-search-menu
document how to quote metacharacters for reverse array subscript
2006-08-01 17:35:17 +00:00
Peter Stephenson
d88220042d 22559: add history-beginning-search-menu 2006-07-28 09:52:34 +00:00
Peter Stephenson
09bc7ee2b5 22557: turn on multibyte option by default 2006-07-25 18:10:37 +00:00
Peter Stephenson
50e9ab122b 22556: Multibyte separators and delimiters 2006-07-24 22:00:19 +00:00
Peter Stephenson
4a67f24798 22544: Improve use of ztype tests for multibyte characters. Add
POSIX_IDENTIFIERS option to control allowability of multibyte
alphanumeric characters in parameter and module names.
2006-07-10 13:08:22 +00:00
Peter Stephenson
4cd7b957f3 22529: multibyte conversion in math expressions 2006-06-30 09:41:34 +00:00
Peter Stephenson
92737d2c42 22526: enhance ${(#)...} to handle Unicode 2006-06-28 14:34:27 +00:00
Peter Stephenson
8346a5e8d2 22483: add $sysparams to zsh/system 2006-06-05 13:21:56 +00:00
Peter Stephenson
81bdedf6cf 22451: cross-reference ${^spec} in brace expansion 2006-05-22 09:52:34 +00:00
Peter Stephenson
518f437c68 22440: _list_files loaded zsh/stat too early
unposted: document the use of stat builtin
unposted: improve docs for $$ and $PPID
2006-05-12 14:58:43 +00:00
Peter Stephenson
a2d5ebe3c0 22427: zle <widget> -w sets the environment for <widget> 2006-04-25 10:10:49 +00:00
Peter Stephenson
85f25bb845 users/10172: new zle command read-command 2006-04-23 23:13:47 +00:00
Peter Stephenson
6555629356 unposted: documentation for execute-as-is fix in 22417 2006-04-19 18:03:00 +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
Wayne Davison
242556158d Use the --info-dir option with install-info instead of --dir-file. 2006-04-11 17:39:28 +00:00
Peter Stephenson
ef330a5dfd 22408: support for multibyte characters in patterns 2006-04-09 21:47:21 +00:00
Peter Stephenson
2930828678 22394, 22043: execute-as-is style for MIME suffixes 2006-04-05 10:26:30 +00:00
Peter Stephenson
fd92cf5686 22393, 22402: use-ip and known-hosts-files styles 2006-04-05 10:04:31 +00:00
Peter Stephenson
116d5b0fea 22375: doc for ${(0)...} splitting 2006-04-05 09:58:39 +00:00
Peter Stephenson
855f73c600 users/10107: shell ignores SIGQUIT 2006-03-29 19:25:13 +00:00
Peter Stephenson
7b7905fedb 22638: MACHINES: IRIX
users/10047: zle widget -K keymap
2006-03-21 19:19:05 +00:00
Peter Stephenson
40df7069cb 22360, 22365: support version 2 of Yodl 2006-03-20 11:06:22 +00:00
Wayne Davison
d74e163121 Added missing <D> for HIST_SAVE_BY_COPY. 2006-03-09 18:13:47 +00:00
Peter Stephenson
e17fc50793 22328, modified: add -o option to compadd
add _list_files helper to handle new file-list style for _path_files
2006-03-07 12:50:56 +00:00
Peter Stephenson
e43a5fc8ea users/1097: rehash style for external commands 2006-03-06 11:36:02 +00:00
Peter Stephenson
36e3a1735a 22305: no default for pine-directory
unposted: a couple of small doc fixes
2006-02-28 11:57:18 +00:00
Peter Stephenson
e66dce41bc 22285: assorted fixes:
_imagemagick files
intro.yo list of other manual pages
pick-web-browser: add firefox
zsh-mime-setup: list consistent with styles for zsh-mime-handler
2006-02-19 21:20:43 +00:00
Wayne Davison
1b16d04063 A few more improvements about word splitting. 2006-02-16 20:24:09 +00:00
Wayne Davison
e8e9708d4c Document that quoting may be used in the word portion of the
${name:+word} and ${name:-word} expansions.
2006-02-15 10:13:46 +00:00
Wayne Davison
00f35c2460 Mention that the user can request field-splitting in
addition to choosing to use an array.
2006-02-15 09:43:38 +00:00
Peter Stephenson
30176eaf63 22198: do always set HOME in native emulation 2006-02-07 11:29:30 +00:00
Peter Stephenson
4b3cdcdb69 22169: hook function zle-keymap-select called when $KEYMAP changes 2006-01-28 15:02:25 +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
Wayne Davison
b5f2902241 A couple more improvements to the HIST_SAVE_BY_COPY section. 2005-12-27 07:08:52 +00:00
Wayne Davison
4c323c984e Changed a UTF-8 closing-single-quote into an ASCII apostrophe. 2005-12-18 20:12:29 +00:00
Peter Stephenson
b5a83cc754 users/9788: add (oN) glob qualifier for no sorting
22076: more documentation for multibyte handling
2005-12-15 10:38:55 +00:00
Peter Stephenson
405fd07656 22057: don't use zsh/newuser in emulation
22058: tweak docs for release
2005-12-09 12:49:29 +00:00
Peter Stephenson
e66af50a98 22014: argument-base, insert-unicode-char 2005-11-24 10:25:33 +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
Peter Stephenson
325f9c5dea users/9618, modified: :G for global substution modifier 2005-11-04 16:20:32 +00:00
Peter Stephenson
f42d15278d 21967: add ${(#)...} substitution 2005-11-01 18:04:24 +00:00
Peter Stephenson
5898ff44f9 unposted: minor tweaks to roadmap 2005-10-30 20:50:04 +00:00
Peter Stephenson
a1bf618b56 21933: R. Ramkumar: three new styles for MIME handler
21935: documentation for same.
2005-10-25 22:50:46 +00:00
Peter Stephenson
1f6bc666ae Mikael Magnusson, 21905: typos in roadmap 2005-10-21 21:56:55 +00:00
Peter Stephenson
c2ff977ddb 21898: insert-composed-char can take command line argument
21899: add "roadmap" to manual
2005-10-21 09:51:54 +00:00
Peter Stephenson
2120942203 21891: compose double width characters with ^A etc. 2005-10-19 22:49:36 +00:00
Peter Stephenson
20d2f66849 unposted: a few more miscellaneous composable symbols 2005-10-17 09:51:48 +00:00
Wayne Davison
5ee38b811e Updated PROMPT_SP to mention what inverse+bold char is now output. 2005-10-04 17:28:19 +00:00
Peter Stephenson
4ecc04ec8b Fix docs for TRAPNAL function return 2005-10-02 19:04:35 +00:00
Peter Stephenson
81a331a3ea 21779 plus unposted catch change: exception improvementss 2005-09-28 15:26:44 +00:00
Peter Stephenson
4431ebe7c1 unposted: alter reference to process substitutions in redriction docs 2005-09-26 18:34:51 +00:00
Peter Stephenson
ad2bd42c85 21758: optimise =(<<<...) to run within the shell. 2005-09-23 17:03:16 +00:00
Peter Stephenson
f13252c310 Unposted, c.f. 21752: Expand insert-composed-char. 2005-09-22 22:23:44 +00:00
Peter Stephenson
ce43e4a22c unposted c.f. 21735: document return as exit in try block in script 2005-09-19 15:19:21 +00:00
Peter Stephenson
d39b9fabdb 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on invalid characters or EOF 2005-09-09 11:48:27 +00:00
Peter Stephenson
1eb5efc826 21695: rewrite entry for (u) globbing flag 2005-09-02 11:38:42 +00:00
Wayne Davison
4495adee6d A more comprehensive apostrophe fix for nroff files that prevents
characters from vanishing from the output when an apostrophe
appears as the first literal character on a line.
2005-08-23 00:37:51 +00:00
Peter Stephenson
7df83c6a1c 21676: insert-unicode-char now insert-composed-char.
Also uses RFC 1345.
2005-08-22 09:27:57 +00:00
Geoff Wing
2b76418036 Small cleanup:
UIUC.edu: archive retired in August 2003
ayamura.org: Ayamura KIKUCHI died 2004
2005-08-22 07:01:13 +00:00
Geoff Wing
492be95de0 From Brett M Hogden @ rge
"After 15 years of providing mirrors of popular software packages and other
 interesting topics of information, the Rochester Gas and Electric Company
 is discontinuing its Internet mirror archive."
2005-08-22 06:55:15 +00:00
Wayne Davison
e3c1629ec5 Filter apostrophes in \fB...\fP headers (since it appears that
yodl is not properly escaping them).
2005-08-19 22:08:54 +00:00
Peter Stephenson
2396eb34e4 unposted: cent is now p % in insert-unicode-char 2005-08-18 16:50:18 +00:00
Peter Stephenson
e987416cdd 21662: new zle widget insert-unicode-char 2005-08-18 16:45:28 +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
d307660dee 21575 plus unposted: Add WARN_CREATE_GLOBAL option 2005-08-08 16:48:52 +00:00
Peter Stephenson
8c095a5169 unposted: Perforce "attribute" command
21551: FEATURES description for file<20->
21546: oddities of subscripts when searching arrays
21544: ioctl() prototyping
2005-08-01 09:54:55 +00:00
Peter Stephenson
3d562f576c 21553: improve zsh.pdf and don't distribute .ps 2005-07-31 18:03:59 +00:00
Wayne Davison
b58d161703 Mention the new inverse-hash that is output by PROMPT_SP. 2005-07-26 22:48:43 +00:00
Peter Stephenson
625b1dfd74 unposted: bring various .distfiles up to date 2005-07-21 13:45:23 +00:00
Clint Adams
a4e534dcbc 21499: Doc/Makefile.in: use newer texi2html syntax. 2005-07-20 16:39:57 +00:00
Peter Stephenson
e3c5dd2dd9 21498: Add zsh/newuser module 2005-07-20 16:08:12 +00:00
Wayne Davison
c7888386d4 Fixed the heading for the new PROMPT_SP option. 2005-07-16 19:53:47 +00:00
Wayne Davison
1522c05145 Document the new PROMPT_SP option. 2005-07-15 17:41:28 +00:00
Peter Stephenson
42fc33e2f8 21387: zcalc documentation for precision features 2005-06-27 10:22:11 +00:00
Oliver Kiddle
9181f0e305 21314: declare expl local in example use of _wanted 2005-06-08 12:22:53 +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
5b40508a12 Remove one stray quote that crept in with the two-hyphens fix. 2005-05-28 04:26:58 +00:00
Peter Stephenson
8a24c5a5ee users/8856, users/8863: which-command stuff 2005-05-23 10:11:18 +00:00
Peter Stephenson
16869f5aa7 21264: document return status of (( ... )) 2005-05-17 10:49:31 +00:00
Oliver Kiddle
396ae46757 21248: avoid use of subsection within list because it causes makeinfo
to produce broken docbook XML
2005-05-10 12:33:06 +00:00
Peter Stephenson
4fc0fadfaa Add [[:IFS:]] etc. tests. 2005-05-09 10:46:08 +00:00
Bart Schaefer
6fc7d203b9 21229: fix build when yodl not found 2005-05-06 15:52:59 +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
c69b149cb5 21141: fix some issues associated with the {myfd}>... syntax 2005-04-14 16:24:42 +00:00
Peter Stephenson
b3f8e32e5c 21133: New {myfd} syntax for allocating file descriptors 2005-04-12 15:11:07 +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
5d7ee7574a 21042: limitations with execute-named-command 2005-03-21 17:07:25 +00:00
Wayne Davison
70c4511893 Document the HIST_SAVE_BY_COPY option and made a few tweaks to
the history-appending options.
2005-03-18 22:40:17 +00:00
Peter Stephenson
bcdad28d3e users/8609: document order of more parameter expansion flags 2005-03-18 11:22:08 +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
85b63c0c03 20844: prune trailing slashes from named directory 2005-02-22 18:23:16 +00:00
Peter Stephenson
c8883a5a08 20837: typos in contrib docs 2005-02-21 14:40:35 +00:00
Peter Stephenson
20018230ee 20812: Add functions for exception handling 2005-02-15 18:31:41 +00:00
Peter Stephenson
64c2db0ca2 Generated PDF from zsh.texi using pdfetex 2005-02-04 16:59:23 +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
e38389d83e 20708: enhance replace-string 2005-01-13 15:31:31 +00:00
Peter Stephenson
21c0b27613 users/8354: Document limitation of glob_complete and matching control 2005-01-12 13:42:00 +00:00
Peter Stephenson
a92d2d84c0 20661: *(+func) = *(e:func:) 2005-01-10 17:31:07 +00:00
Peter Stephenson
4419b75dbc 20612: add options to match-words-by-style widget 2004-12-09 14:44:42 +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
ba32e52292 users/8219: add $HISTCMD 2004-11-16 19:05:50 +00:00
Wayne Davison
3dbab17494 Fixed the default completion-cache path. (Change from Alexey Tourbin.) 2004-10-19 16:01:24 +00:00
Peter Stephenson
8a67a66a61 20467: Reintroduce rusage-based escapes for TIMEFMT. 2004-10-08 14:36:51 +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
1bf6bbe0b5 20427: Fix problem with _oldlist and custom completer.
20339: show-completer style
2004-10-01 10:29:08 +00:00
Bart Schaefer
fc960bad4e 20397: Fix places where texinfo changes "--" to "-" 2004-09-22 04:37:00 +00:00
Bart Schaefer
c16cbae652 Fix typo. 2004-09-20 15:43:34 +00:00
Peter Stephenson
b12c168505 20348: rejig WIDGETSTYLE and add WIDGETFUNC 2004-09-10 18:03:33 +00:00
Peter Stephenson
6b1dc0f701 20331: Use internal zlong variables for consistency
20332: Add WIDGETSTYLE zle parameter
2004-09-09 10:12:42 +00:00
Peter Stephenson
65bbf722d9 20330: rationalise zle return statuses 2004-09-08 15:23:47 +00:00
Peter Stephenson
97fd0d9b89 20308: add EVAL_LINENO option 2004-09-03 09:47:44 +00:00
Peter Stephenson
fb79072575 20303: zle -I test and running zle widgets in traps 2004-09-02 14:34:33 +00:00
Peter Stephenson
7d3220f298 20251: integer conversion truncation
20258: save command status in prompt substitution
update FAQ
rename version to 4.2.1-dev-1
2004-08-16 09:52:56 +00:00
Clint Adams
4260265582 * 20225: Doc/Zsh/mod_clone.yo: add Philippe Troin's explanations
of clone usage.
2004-08-01 14:03:58 +00:00
Peter Stephenson
efe2876d92 20219: make zle parameter HISTNO writeable
add history-pattern-search widget
2004-07-29 14:21:57 +00:00
Peter Stephenson
e1d8ca1d70 20208: ternary path codes in prompt treat / as zero elements 2004-07-29 11:45:53 +00:00
Peter Stephenson
8c9a6b01d1 20199: improve MIME handling. 2004-07-26 16:59:53 +00:00
Bart Schaefer
725616d600 Unposted: documentation for "zargs" 2004-07-26 06:57:37 +00:00
Bart Schaefer
def0167e34 20145: Additional arguments to read-from-minibuffer specify initial values
of LBUFFER and RBUFFER.
2004-07-12 04:00:29 +00:00
Peter Stephenson
86ae90bc1c 20149: improve prompt-reset code
20150: commit ancient memory leak fix(?) in completion
2004-07-11 22:53:01 +00:00
Peter Stephenson
8784bbe97c 20126: tidy up before 4.2.1
20127: tweaked version of Wayne's patch to reexand prompts
2004-07-02 15:59:07 +00:00
Peter Stephenson
e9fa060671 20125: say where the output for job notifications goes 2004-07-02 14:59:04 +00:00
Peter Stephenson
3c13204e55 7650: new reset-prompt zle widget 2004-07-01 14:55:54 +00:00
Peter Stephenson
bf21478722 20118: improvements to limits builtins 2004-06-30 11:10:35 +00:00
Peter Stephenson
7f26993e99 20112 changed c.f. 20113:
fix here string and here document expansion and quoting
2004-06-28 15:38:10 +00:00
Peter Stephenson
fd1676f397 20089: various zed improvements 2004-06-23 16:14:24 +00:00
Peter Stephenson
d591334e9d 20076, 20084: { ... } always { ... } syntax. 2004-06-22 13:09:55 +00:00
Bart Schaefer
fd8cff4c3f Document default bindings of copy-prev-shell-word. 2004-06-22 07:02:50 +00:00
Bart Schaefer
43c232e2a3 Previously uncommitted bits of 19785. 2004-06-22 07:02:35 +00:00
Clint Adams
c21172f2d0 * 20081: Doc/Zsh/mod_pcre.yo: document -pcre-match condition. 2004-06-20 22:47:16 +00:00
Peter Stephenson
f7323823c3 20024: Improve documentation for TRAPNAL functions 2004-06-08 13:31:53 +00:00
Peter Stephenson
4070b8ba9e 20017: zsh.html was missing from doc distributino 2004-06-03 15:15:53 +00:00
Peter Stephenson
bf4be46676 c.f users/7474: reorder option descriptions in subheadings. 2004-05-25 16:51:17 +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
885509c023 Fix TRAPS_ASYNC so that it handles signals correctly. 2004-05-02 19:55:54 +00:00
Clint Adams
0056db1cfb * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:
allow search path for command names to be overridden by means of new
        command-path style.
2004-05-01 05:47:38 +00:00
Peter Stephenson
b5ceb73026 zsh-users/7365: new TRAPS_ASYNC option 2004-04-19 16:02:17 +00:00
Peter Stephenson
2617351d94 see 19778 etc.: remove Doc change from 19735 2004-04-15 17:13:17 +00:00
Oliver Kiddle
98e28ff3ed 19712, 19740: allow assigning to associations with i and r subscript flags 2004-04-06 13:00:50 +00:00
Peter Stephenson
7af7f23508 make expn change clearer, suggested by Wayne 2004-04-06 09:26:48 +00:00
Peter Stephenson
6fa6a1f865 Peter Castro: Cygwin improvements for dynamic libraries, text/binary, paths 2004-04-06 09:25:17 +00:00
Peter Stephenson
4688564c0a 19733 with docs tweaked: keymaps for vared and zed 2004-04-06 09:16:57 +00:00
Peter Stephenson
294ce1cd6a 19728: note on (^F) qualifier 2004-04-05 13:22:39 +00:00
Peter Stephenson
fda060370f 19717: (F) glob qualifier for full directories 2004-04-01 18:33: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
8de7436fc0 19674, modified: support for non-standard ports in zftp. 2004-03-24 11:31:30 +00:00
Clint Adams
befd90b847 * 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfault
when pcre_study is called before pcre_compile; documentation on
      pcre_compile options.
2004-03-16 15:14:30 +00:00
Clint Adams
3f7b447d88 * 19566: Doc/Zsh/params.yo: change associative array documentation to refer
to Parameter Expansion Flags rather than Subscript Flags.  Wording by
Frederik Eaton and Peter.
2004-03-08 16:57:26 +00:00
Peter Stephenson
1777b67b1c zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbing 2004-03-06 00:22:58 +00:00
Doug Kearns
dc3fa4b407 unposted: fix typo in compsys.yo 2004-02-29 12:09:09 +00:00
Oliver Kiddle
9da807ab7f 19415: fix indicate that short_loops option is applicable to repeat loops too 2004-02-10 19:19:02 +00:00
Peter Stephenson
e461877f40 19389+: fix zmodload -u zsh/datetime, add strftime -s scalar 2004-01-22 17:51:05 +00:00
Peter Stephenson
b08b7a117a 19354: Fix manual section names which upset Docbook 2004-01-09 18:14:01 +00:00
Peter Stephenson
a892f5e24c 19339: minor TCP function suite additions 2004-01-06 13:56:12 +00:00
Peter Stephenson
6eb5f99f1e 19295: $CONTEXT zle parameter 2003-12-15 22:45:27 +00:00
Clint Adams
ff1feb920f Add mod_datetime.yo 2003-12-15 20:40:37 +00:00
Peter Stephenson
ea8b4384e2 extra comment for zsh-line-init 2003-12-15 10:56:52 +00:00
Peter Stephenson
1e212cbedc 19281: zle-line-init special widget 2003-12-12 22:53:27 +00:00
Clint Adams
a7803f9daf 19202: Doc/Makefile.in, Doc/Zsh/mod_datetime.yo: rudimentary documentation
for zsh/datetime module.
2003-10-25 17:38:18 +00:00
Peter Stephenson
78bef99b73 19183: new delete-whole-word-match 2003-10-13 16:50:14 +00:00
Peter Stephenson
530bbb503e unposted: update distribution files for 18980 and 19053 2003-10-06 18:39:56 +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
5de7581394 19106: document use for _menu 2003-09-21 16:13:53 +00:00
Vin Shelton
239872c578 *** empty log message *** 2003-09-17 15:02:56 +00:00
Vin Shelton
d67ad445ec Fix minor typo in MIME function documentation. 2003-09-16 00:43:41 +00:00
Peter Stephenson
3efb2ec394 19053 modified, c.f. 19056 2003-09-14 19:37: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
c9c5f9da93 18980: new zsh/system module 2003-08-30 19:06:06 +00:00
Peter Stephenson
34a1ad0a5c 18981: tidy up tcpsys doc 2003-08-30 18:57:26 +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
Peter Stephenson
48205cc72f 18859: Allow the sort style to override sorting by setting explicitly to false. 2003-07-21 17:01:34 +00:00
Oliver Kiddle
3ac50886a0 18822: fix accept-exact style not not bail out when it shouldn't and add a
setting to continue on and do normal completion
2003-07-07 09:48:45 +00:00
Peter Stephenson
554605ee04 18810: Various enhancements and bug fixes for the TCP function suite 2003-07-04 16:27:36 +00:00
Peter Stephenson
e50b688cd5 18571: extra note on += for associative arrays 2003-07-04 16:05:18 +00:00
Peter Stephenson
5f552cbdd1 users/6367: match-words-by-style wrongly referred to in doc 2003-07-03 13:27:00 +00:00
Peter Stephenson
7b60aae9f3 18616: Add ternary expression handling to zformat 2003-06-19 19:43:00 +00:00