1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-21 00:01:26 +01:00
Commit graph

4735 commits

Author SHA1 Message Date
Clint Adams
3badc3caba 22800: put quotes around "$@". 2006-09-30 21:58:19 +00:00
Clint Adams
8855a7b635 22799: change _fusermount to use _fuse_values and _canonical_paths. 2006-09-30 21:54:10 +00:00
Clint Adams
29af031d0d 22798: _bittorrent cleanup and fixes. 2006-09-30 21:46:07 +00:00
Clint Adams
a1ce5f2148 22797: generic FUSE completion support functions. 2006-09-30 21:39:16 +00:00
Clint Adams
232c068f3c 22796: fix misspelling of IPREFIX. 2006-09-30 21:26:14 +00:00
Clint Adams
76a81e5393 22795: handle https urls. 2006-09-30 21:16:12 +00:00
Clint Adams
3ede15153e 22794: completion for acpitool. 2006-09-30 21:03:44 +00:00
Andrey Borzenkov
21c1e9a346 fix thinko in 22787 2006-09-30 06:53:15 +00:00
Peter Stephenson
85fd642711 Vin Shelton: 22789: 22783 broke .zshenv 2006-09-29 20:43:33 +00:00
Andrey Borzenkov
9f2bf1f0f2 22787: fix calling convention of pattern_match 2006-09-29 17:40:41 +00:00
Peter Stephenson
d061785438 22783: Frank Terbeck: don't load zsh/newuser unless interactive 2006-09-28 09:47:13 +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
11dc3a29cf 22778: basic completion for locate
unposted: fix todo.sh search completion
2006-09-27 14:50:23 +00:00
Peter Stephenson
8f98285662 22765: rename some MB_ macros to WC_ for consistency. 2006-09-23 20:25:05 +00:00
Andrey Borzenkov
71fa876def 22761: fix compdescrie for multibyte characters 2006-09-23 14:43:57 +00:00
Andrey Borzenkov
fa68d6fa0a fix typo 2006-09-23 10:42:34 +00:00
Andrey Borzenkov
daed9601f7 revert 22758 and add LC_NUMERIC and LC_MESSAGES
to test harness instead
2006-09-23 06:55:29 +00:00
Andrey Borzenkov
4e576c069c 22758: fix tests by setting locale to C 2006-09-22 19:34:05 +00:00
Peter Stephenson
4fdf7ec7b7 22752: improved introduction to completion 2006-09-21 19:54:31 +00:00
Peter Stephenson
d09274dcd8 22739: arno: different test for theme in prompt -c 2006-09-21 16:48:21 +00:00
Peter Stephenson
78d1939ffd 22753: minor character bugs spotted on Cygwin 2006-09-21 16:36:53 +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
753159200c unposted: add p4d and some undoc suppport in _perforce 2006-09-20 10:55:53 +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
1554b81053 operator precedence fix 2006-09-18 03:40:40 +00:00
Clint Adams
a7c0640c0a 22728: $functrace parameter for function backtraces. 2006-09-17 19:28:45 +00:00
Peter Stephenson
4f11c3b8e3 22729: trunction in computil.c did't handle multibyte characters 2006-09-17 19:23:38 +00:00
Peter Stephenson
b477e24aa2 22727: "use 'exit' to exit" was suboptimal 2006-09-17 17:42:56 +00:00
Andrey Borzenkov
d8ce9807d4 22721: add pdf target to top Makefile.in 2006-09-16 15:53:03 +00:00
Clint Adams
a259e097b5 unposted: spacing fix 2006-09-15 22:15:44 +00:00
Clint Adams
cca7eb1fd9 unposted: replace elided colon 2006-09-15 21:52:53 +00:00
Clint Adams
6e9917e304 22719: check for RLIMIT_NICE and RTLIMIT_RTPRIO so 22718 will work. 2006-09-15 21:45:27 +00:00
Clint Adams
7a7dfd55a1 22718: use ulimit -e and -r for RLIMIT_NICE and RLIMIT_RTPRIO respectively. 2006-09-15 21:22:06 +00:00
Peter Stephenson
572ad667e7 zsh-users/10720: a couple of checkmail fixes 2006-09-15 18:22:19 +00:00
Peter Stephenson
bd4b21bf46 22715: AUTOCONTINUE option never worked. 2006-09-15 16:27:07 +00:00
Peter Stephenson
0d4a9f65f7 22713: word end in math completion context was screwy 2006-09-15 15:38:36 +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
efd061cdc9 22704: new completion for todo.sh 2006-09-13 16:11:44 +00:00
Peter Stephenson
6371325fdf 22689: untokenize strings used in parameter substitution pattern matching 2006-09-12 09:56:25 +00:00
Peter Stephenson
0f4d595902 unposted: Mikael Magnusson: typos in sched doc 2006-09-11 20:04:07 +00:00
Peter Stephenson
b262d310b2 22686: unset array if assigning numeric parameter 2006-09-11 11:09:15 +00:00
Peter Stephenson
7b927aeac7 22660: unmetafy directory for opendir() etc. in compctl 2006-09-11 10:05:23 +00:00
Peter Stephenson
6c887892f9 22685: make printf "%d" \"X handle multibyte characters 2006-09-10 19:11:53 +00:00
Peter Stephenson
80acfd135c 22684: improve getkeystring() interface and make printf do octal escapes 2006-09-10 18:10:48 +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
638b0da970 22681: find all error number definitions 2006-09-10 15:20:31 +00:00
Peter Stephenson
07a1121203 22672: arno: unset ksharrays for prompt functions 2006-09-07 18:49:25 +00:00
Peter Stephenson
295953df75 22672: arno: unset ksharrays for prompt functions 2006-09-07 18:09:44 +00:00