Peter Stephenson
|
13b57311de
|
16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: support
(#q...) EXTENDED_GLOB syntax for qualifiers. May be chained,
ignored by pattern matching code.
|
2002-01-22 12:40:25 +00:00 |
|
Sven Wischnowsky
|
3807c902a2
|
add new generic fake style and changes to the C-code for that (different implementation of compadd -x) (16483)
|
2002-01-22 10:22:47 +00:00 |
|
Sven Wischnowsky
|
f463b09b13
|
allow arguments to be given to functions used by compdef (actually, the strings are eval'uated, so this should be powerful enough) (16472)
|
2002-01-21 16:13:15 +00:00 |
|
Sven Wischnowsky
|
5659f442c0
|
allow manual pages to be shown separated by section with new separate-sections style (16426)
|
2002-01-10 11:00:05 +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
|
95abfc0e2a
|
16398: updated zstyle completion and related cleanup
|
2002-01-04 12:09:29 +00:00 |
|
Oliver Kiddle
|
52b8303537
|
16353: add += parameter assignments
|
2001-12-17 17:17:38 +00:00 |
|
Clint Adams
|
8659013fb8
|
16357: change (n) to (u) so (n) can be reserved. for numeric sorting.
|
2001-12-17 14:06:27 +00:00 |
|
Clint Adams
|
e4a8182ab7
|
16346: docs for (n) flag.
|
2001-12-16 21:06:09 +00:00 |
|
Peter Stephenson
|
64b4bfe6fc
|
* 16310: Functions/Misc/zcalc, Doc/Zsh/contrib.yo: separate zcalc
history, handle errors in expression, document -#base option.
|
2001-12-07 12:59:08 +00:00 |
|
Peter Stephenson
|
b0c56c0561
|
16241: new rand48(param) math function
|
2001-11-15 12:10:22 +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 |
|
Oliver Kiddle
|
19d2273cb7
|
16198: add %j prompt expansion and j test character for no. of jobs in prompt
|
2001-11-02 12:35:32 +00:00 |
|
Peter Stephenson
|
f1a55ddaa9
|
15793: Src/Modules/zftp.c: require zsh/net/tcp explicitly.
15171: Doc/Zsh/zftpsys.yo: minor changes of phrasing
|
2001-10-26 11:09:46 +00:00 |
|
Peter Stephenson
|
9494376087
|
Fix for texi2html 1.64
|
2001-10-24 11:49:42 +00:00 |
|
Geoff Wing
|
cc28002e54
|
16063: add transientrprompt option to remove right prompt from
display when accepting commands
|
2001-10-24 07:00:49 +00:00 |
|
Oliver Kiddle
|
62829b856d
|
allow arguments to be specified in printf format specifications (16080)
|
2001-10-18 14:22:21 +00:00 |
|
Peter Stephenson
|
4932cbac1b
|
add sourceforge to metafaq
|
2001-10-16 12:50:16 +00:00 |
|
Oliver Kiddle
|
577ebe0b8a
|
use arithmetic evaluation for numeric arguments to printf (16042)
|
2001-10-15 11:34:27 +00:00 |
|
Clint Adams
|
175ae571f3
|
16006: use styles for mail directory, pine directory, and muttrc.
|
2001-10-10 20:10:44 +00:00 |
|
Sven Wischnowsky
|
933813e971
|
change file completion default to offer globbed files and directories on first try (15995)
|
2001-10-09 12:56:02 +00:00 |
|
Oliver Kiddle
|
648d1c2756
|
add print -f option, %n format specifier and tests for print/printf (15973)
|
2001-10-08 10:47:46 +00:00 |
|
Clint Adams
|
99b7512cd9
|
Norbert Koch: 15954: fix variable name inconsistency
|
2001-10-06 17:39:09 +00:00 |
|
Oliver Kiddle
|
a5890553e8
|
add printf builtin (15851, 15948)
|
2001-10-05 15:02:18 +00:00 |
|
Sven Wischnowsky
|
22d506ed6b
|
make expand style (file completion) work again; no more special behaviour with menu completion; try to make docs clearer (15944)
|
2001-10-05 11:18:36 +00:00 |
|
Geoff Wing
|
b72c264a5d
|
s/AUTO_CONT/AUTO_CONTINUE/
|
2001-10-05 06:13:56 +00:00 |
|
Peter Stephenson
|
4f1d07bb86
|
.distfiles fixes for 4.1.0-dev-2
|
2001-09-27 12:03:03 +00:00 |
|
Bart Schaefer
|
66b3e3412d
|
Fix ancient `print -z' doc bug.
|
2001-09-25 04:26:02 +00:00 |
|
Bart Schaefer
|
f81cb06361
|
Document side-effects of TERM assignment.
|
2001-09-24 16:22:30 +00:00 |
|
Andrew Main
|
cd59ad72b6
|
tetris game for ZLE
|
2001-09-21 02:40:38 +00:00 |
|
Bart Schaefer
|
d4e869d100
|
ZLE doc xref to BAUD, fix doc build error.
|
2001-09-15 20:58:33 +00:00 |
|
Oliver Kiddle
|
67ef2a91df
|
update URL references to http://zsh.sunsite.dk/ (15792)
|
2001-09-12 11:50:50 +00:00 |
|
Clint Adams
|
9c0a97d43b
|
15783: document ztcp builtin
|
2001-09-10 21:33:16 +00:00 |
|
Clint Adams
|
a11772c617
|
15765: introduce [:ascii:] class
|
2001-09-09 06:17:02 +00:00 |
|
Andrew Main
|
b73d71105e
|
15734: zle -K option to select a keymap, and zle KEYMAP parameter to
examine the current selection.
|
2001-09-03 01:39:19 +00:00 |
|
Bart Schaefer
|
821a18c907
|
Parameter expansion doc mop-up.
|
2001-08-25 17:11:00 +00:00 |
|
Bart Schaefer
|
80988d8027
|
Change one var() to tt().
|
2001-08-22 15:30:33 +00:00 |
|
Adam Spiers
|
71a6bbaebc
|
unposted: Mention the word `greedy' in the docs for the S flag, to
make it easier to find for those used to Perl-speak.
|
2001-08-15 13:56:30 +00:00 |
|
Adam Spiers
|
a4ba95139d
|
unposted: Add missing docs for cache-policy style.
|
2001-08-15 13:50:02 +00:00 |
|
Bart Schaefer
|
17ca9022af
|
Peter Breitenlohner: Minor tweaks to some make targets.
|
2001-08-12 19:43:13 +00:00 |
|
Sven Wischnowsky
|
7e23143359
|
follow-up to 15588; add -w option to _values (look at all words); change _dd back (15597)
|
2001-08-08 07:20:56 +00:00 |
|
Peter Stephenson
|
23581f7664
|
15586: remove =alias expansion, leaving only =cmd.
|
2001-08-07 10:18:31 +00:00 |
|
Peter Stephenson
|
5dd1ba01ea
|
15585: bash-style up- and down-case words
|
2001-08-07 10:04:10 +00:00 |
|
Oliver Kiddle
|
9c5a1ba117
|
correction (unposted)
|
2001-08-06 15:56:23 +00:00 |
|
Peter Stephenson
|
1619df1c5d
|
15511: zcalc tweaks
|
2001-07-27 22:23:15 +00:00 |
|
Peter Stephenson
|
0822510626
|
15507: new zcalc function
15508: cvs tag didn't complete tags despite it's claim.
|
2001-07-27 11:34:46 +00:00 |
|
Peter Stephenson
|
b2a8b69872
|
15498: zle doc fix
|
2001-07-26 11:34:57 +00:00 |
|
Bart Schaefer
|
d466332a5c
|
More index entry etc. cleanup.
|
2001-07-25 15:59:23 +00:00 |
|
Sven Wischnowsky
|
c83d16f8ee
|
another fix for 15477 (separator strings); add list-separator style (15484)
|
2001-07-25 12:18:23 +00:00 |
|