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

5533 commits

Author SHA1 Message Date
Wayne Davison
9fb0f8dea2 Fixed two compiler warnings about comparing signed/unsigned. 2008-03-06 16:42:54 +00:00
Peter Stephenson
74c4a9c9be unposted: improved handling of perforce @label and @date 2008-03-04 11:48:43 +00:00
Peter Stephenson
6cc9c89d89 24673: another attempt to sort characters the same way on multiple UTF-8
implementations
2008-03-03 16:14:52 +00:00
Peter Stephenson
b9a04359d2 24662: River Tarnell: strtoul() compat when not in system library 2008-03-03 12:29:51 +00:00
Bart Schaefer
25848c5aa7 24653, 24659: Completion/Unix/Type/_path_commands: use a helper function
to call "whatis" portably, and use compadd -O to pre-filter matches before
reading $_command_descriptions.
2008-03-03 01:29:17 +00:00
Peter Stephenson
e5a6543e6d overeagnerness to spot integers in cd after - and + 2008-03-02 21:21:52 +00:00
Clint Adams
5707bb5638 24650: use zstyle -t instead of -T since extra-verbose isn't meant to default to yes. 2008-03-01 23:10:30 +00:00
Clint Adams
658deeb7e9 24632: fix remote ssh filename quoting. 2008-03-01 01:03:18 +00:00
Peter Stephenson
bc45a1b994 24672: fix(?) crash resizing window during menu-select 2008-02-28 23:12:37 +00:00
Clint Adams
e01ff4c18a 24626: only process command descriptions if extra-verbose style is set. 2008-02-28 18:29:04 +00:00
Clint Adams
969913577e 24622: add completion for 'git bisect skip' and 'git bisect run'. 2008-02-28 17:20:43 +00:00
Peter Stephenson
3dd3f72bd9 24618: avoid problems with sorting of UTF-8 characters by using sort 2008-02-27 20:03:21 +00:00
Clint Adams
a6cf8b340c 24617: add '.' to the yodl include path for when files are passed as ../../Doc/*.yo. 2008-02-27 18:24:41 +00:00
Peter Stephenson
0076d68664 24611: fix ${+array[...]} for empty range 2008-02-27 15:51:26 +00:00
Peter Stephenson
4ff6e11df2 24609: try to be safe about using libiconv 2008-02-27 11:46:26 +00:00
Peter Stephenson
e21bd541a2 24600: yet another typo
24602: fix test when not run
2008-02-26 20:50:11 +00:00
Geoff Wing
3934b6d621 another fatfinger: change comparison to asignment 2008-02-26 17:53:31 +00:00
Geoff Wing
a1cca48d0f pws fatfingered the last change in utils.c 2008-02-26 17:49:31 +00:00
Peter Stephenson
4c7bb13f63 24596: use "US-ASCII" as charset if nl_langinfo(CODESET) returns "" or "646" 2008-02-26 16:19:33 +00:00
Peter Stephenson
f674ea76d2 24592: make types of charset conversion failure more explicit 2008-02-26 14:50:00 +00:00
Peter Stephenson
fd2e321313 24588: tweak glob qualifier completion
24590: turn down error reporting when unquoting
2008-02-23 18:33:57 +00:00
Peter Stephenson
485a008075 24585: completion for glob qualifiers plus
bug fix for _alternative
2008-02-23 00:10:24 +00:00
Peter Stephenson
2130732433 unposted: new p4 change option -u 2008-02-22 14:40:06 +00:00
Clint Adams
ca82aaf80e 24578: stop completing --print-gnu-build-architecture, which was dropped in 2005. 2008-02-22 03:01:10 +00:00
Clint Adams
7814ace748 24576: replace shebang lines. 2008-02-22 02:56:13 +00:00
Peter Stephenson
9fffc58ccf users/12632: bug unexporting special after being set for funccall 2008-02-21 18:27:04 +00:00
Peter Stephenson
043fb29bc4 24572: add style reformat-date to calendar 2008-02-20 17:26:51 +00:00
Bart Schaefer
9728d35cc2 24570: don't attempt to pre-filter $commands on $PREFIX, just let compadd
deal with it.
2008-02-19 22:52:18 +00:00
Peter Stephenson
b784aad67a 24572: add style reformat-date to calendar 2008-02-19 14:59:52 +00:00
Bart Schaefer
00e6c6e0f5 unposted: Functions/Misc/xtermctl: update uses of "read" to take advantage
of users/12600.
2008-02-18 03:30:22 +00:00
Bart Schaefer
f278876538 users/12600: Src/builtin.c: reorder handling of -s/-d/-t options 2008-02-18 03:23:11 +00:00
Bart Schaefer
5994edfc88 zsh-users/12600: reorder handling of -s/-d/-t options so that terminal
input modes are set before attempting a read-poll.  Also display any
prompt before read-polling.  Unposted: remove trailing whitespace from
all lines that had it.
2008-02-18 03:18:03 +00:00
Peter Stephenson
65520f1901 24566: fix prompts with glitch spaces a bit more 2008-02-17 18:15:04 +00:00
Peter Stephenson
7da98c5124 24556: %G in prompt for glitch characters 2008-02-15 23:59:05 +00:00
Peter Stephenson
ac0756270c 24554: reduce accumulated memory listing in completion listing
make file static be used as such instead of as a pretend parameter
2008-02-15 22:01:01 +00:00
Peter Stephenson
5a52e1ee80 24551: Free heap memory after every ZLE command 2008-02-14 15:21:35 +00:00
Peter Stephenson
ae7d5b5503 users/12547: [0] -> [1] in completion arrays 2008-02-11 16:28:29 +00:00
Peter Stephenson
d013696802 24545: new acroread options 2008-02-11 12:49:56 +00:00
Peter Stephenson
f6f8152f4b 24542: fix RC_QUOTES completion if opening quote not at start of string 2008-02-09 17:32:42 +00:00
Clint Adams
154b57fdb6 unposted: remove shebang line. 2008-02-07 02:11:00 +00:00
Clint Adams
5202a8be2e unposted: remove shebang line. 2008-02-07 02:07:59 +00:00
Clint Adams
aad025407c 24536: tweaks to 24529, spelling fix. 2008-02-06 01:30:29 +00:00
Clint Adams
0ae4035111 Mikael Magnusson: 24529: remaining fixes from 24526. 2008-02-06 01:17:53 +00:00
Peter Stephenson
617e790830 24533 (tweaked): offer _complete _ignored as default for completers style 2008-02-05 14:51:01 +00:00
Clint Adams
d70c7f5f53 24528: revert 24429. 2008-02-03 18:17:13 +00:00
Clint Adams
07acd1d4f0 24527: a subset of the fixes from Mikael Magnusson in 24526. 2008-02-03 18:10:18 +00:00
Peter Stephenson
351226cf6f 24524: increment version to 4.3.5-dev-0 2008-02-02 11:58:38 +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
62806c1e14 users/12527: add release note for 4.3.5 2008-02-01 13:55:10 +00:00
Peter Stephenson
8a63e7dd88 4.3.5 2008-02-01 11:31:35 +00:00