| Commit message (Expand) | Author | Age | Files | Lines |
* | 24696: turn off MULTIBYTE by default in sh emulation | Peter Stephenson | 2008-03-07 | 3 | -5/+12 |
* | History file-handling improvments. | Wayne Davison | 2008-03-06 | 2 | -8/+33 |
* | Fixed two compiler warnings about comparing signed/unsigned. | Wayne Davison | 2008-03-06 | 1 | -2/+2 |
* | unposted: improved handling of perforce @label and @date | Peter Stephenson | 2008-03-04 | 2 | -2/+7 |
* | 24673: another attempt to sort characters the same way on multiple UTF-8 | Peter Stephenson | 2008-03-03 | 2 | -21/+18 |
* | 24662: River Tarnell: strtoul() compat when not in system library | Peter Stephenson | 2008-03-03 | 3 | -1/+108 |
* | 24653, 24659: Completion/Unix/Type/_path_commands: use a helper function | Bart Schaefer | 2008-03-03 | 2 | -3/+21 |
* | overeagnerness to spot integers in cd after - and + | Peter Stephenson | 2008-03-02 | 2 | -1/+7 |
* | 24650: use zstyle -t instead of -T since extra-verbose isn't meant to default... | Clint Adams | 2008-03-01 | 2 | -1/+6 |
* | 24632: fix remote ssh filename quoting. | Clint Adams | 2008-03-01 | 2 | -1/+10 |
* | 24672: fix(?) crash resizing window during menu-select | Peter Stephenson | 2008-02-28 | 2 | -3/+12 |
* | 24626: only process command descriptions if extra-verbose style is set. | Clint Adams | 2008-02-28 | 3 | -1/+10 |
* | 24622: add completion for 'git bisect skip' and 'git bisect run'. | Clint Adams | 2008-02-28 | 2 | -2/+14 |
* | 24618: avoid problems with sorting of UTF-8 characters by using sort | Peter Stephenson | 2008-02-27 | 2 | -2/+13 |
* | 24617: add '.' to the yodl include path for when files are passed as ../../Do... | Clint Adams | 2008-02-27 | 2 | -2/+7 |
* | 24611: fix ${+array[...]} for empty range | Peter Stephenson | 2008-02-27 | 3 | -1/+15 |
* | 24609: try to be safe about using libiconv | Peter Stephenson | 2008-02-27 | 3 | -4/+30 |
* | 24600: yet another typo | Peter Stephenson | 2008-02-26 | 3 | -5/+13 |
* | another fatfinger: change comparison to asignment | Geoff Wing | 2008-02-26 | 1 | -1/+1 |
* | pws fatfingered the last change in utils.c | Geoff Wing | 2008-02-26 | 2 | -1/+5 |
* | 24596: use "US-ASCII" as charset if nl_langinfo(CODESET) returns "" or "646" | Peter Stephenson | 2008-02-26 | 2 | -0/+16 |
* | 24592: make types of charset conversion failure more explicit | Peter Stephenson | 2008-02-26 | 2 | -3/+8 |
* | 24588: tweak glob qualifier completion | Peter Stephenson | 2008-02-23 | 5 | -16/+20 |
* | 24585: completion for glob qualifiers plus | Peter Stephenson | 2008-02-23 | 8 | -3/+393 |
* | unposted: new p4 change option -u | Peter Stephenson | 2008-02-22 | 2 | -0/+6 |
* | 24578: stop completing --print-gnu-build-architecture, which was dropped in 2... | Clint Adams | 2008-02-22 | 2 | -1/+3 |
* | 24576: replace shebang lines. | Clint Adams | 2008-02-22 | 3 | -0/+7 |
* | users/12632: bug unexporting special after being set for funccall | Peter Stephenson | 2008-02-21 | 2 | -0/+7 |
* | 24572: add style reformat-date to calendar | Peter Stephenson | 2008-02-20 | 1 | -1/+1 |
* | 24570: don't attempt to pre-filter $commands on $PREFIX, just let compadd | Bart Schaefer | 2008-02-19 | 2 | -1/+7 |
* | 24572: add style reformat-date to calendar | Peter Stephenson | 2008-02-19 | 3 | -6/+33 |
* | unposted: Functions/Misc/xtermctl: update uses of "read" to take advantage | Bart Schaefer | 2008-02-18 | 2 | -5/+12 |
* | users/12600: Src/builtin.c: reorder handling of -s/-d/-t options | Bart Schaefer | 2008-02-18 | 1 | -0/+6 |
* | zsh-users/12600: reorder handling of -s/-d/-t options so that terminal | Bart Schaefer | 2008-02-18 | 1 | -90/+93 |
* | 24566: fix prompts with glitch spaces a bit more | Peter Stephenson | 2008-02-17 | 3 | -7/+41 |
* | 24556: %G in prompt for glitch characters | Peter Stephenson | 2008-02-15 | 3 | -0/+25 |
* | 24554: reduce accumulated memory listing in completion listing | Peter Stephenson | 2008-02-15 | 2 | -200/+225 |
* | 24551: Free heap memory after every ZLE command | Peter Stephenson | 2008-02-14 | 3 | -0/+21 |
* | users/12547: [0] -> [1] in completion arrays | Peter Stephenson | 2008-02-11 | 3 | -3/+7 |
* | 24545: new acroread options | Peter Stephenson | 2008-02-11 | 2 | -1/+15 |
* | 24542: fix RC_QUOTES completion if opening quote not at start of string | Peter Stephenson | 2008-02-09 | 2 | -5/+16 |
* | unposted: remove shebang line. | Clint Adams | 2008-02-07 | 1 | -1/+3 |
* | unposted: remove shebang line. | Clint Adams | 2008-02-07 | 4 | -5/+4 |
* | 24536: tweaks to 24529, spelling fix. | Clint Adams | 2008-02-06 | 2 | -6/+9 |
* | Mikael Magnusson: 24529: remaining fixes from 24526. | Clint Adams | 2008-02-06 | 2 | -6/+11 |
* | 24533 (tweaked): offer _complete _ignored as default for completers style | Peter Stephenson | 2008-02-05 | 2 | -2/+11 |
* | 24528: revert 24429. | Clint Adams | 2008-02-03 | 3 | -11/+3 |
* | 24527: a subset of the fixes from Mikael Magnusson in 24526. | Clint Adams | 2008-02-03 | 2 | -2/+8 |
* | 24524: increment version to 4.3.5-dev-0 | Peter Stephenson | 2008-02-02 | 2 | -1/+5 |
* | 24513, 24514, 24515, 24516, 24517, 24518, 24519, 24520, 24521: typo fixes fro... | Clint Adams | 2008-02-01 | 12 | -23/+31 |