Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 22542: deoverenthuse cmdpopping | Peter Stephenson | 2006-07-09 | 4 | -18/+28 |
| | |||||
* | 22573: rm -rf autom4te.cache on distclean | Peter Stephenson | 2006-07-03 | 2 | -0/+5 |
| | |||||
* | 22529: multibyte conversion in math expressions | Peter Stephenson | 2006-06-30 | 5 | -9/+48 |
| | |||||
* | 22526: enhance ${(#)...} to handle Unicode | Peter Stephenson | 2006-06-28 | 3 | -14/+31 |
| | |||||
* | 22525: lengths and cases of multibyte strings in parameters and history | Peter Stephenson | 2006-06-28 | 9 | -115/+226 |
| | |||||
* | 22524: searchable parameter subscripts with multibyte chars, | Peter Stephenson | 2006-06-27 | 3 | -24/+206 |
| | | | | a few other fixes | ||||
* | 22522: infinite loop with invalid character in mb_metastrlen() | Peter Stephenson | 2006-06-27 | 2 | -2/+7 |
| | |||||
* | 22519: initial multibyte parameter tests | Peter Stephenson | 2006-06-26 | 2 | -0/+91 |
| | |||||
* | 22518: Initial go at making parameter subscripts | Peter Stephenson | 2006-06-26 | 5 | -26/+259 |
| | | | | use multibyte characters. | ||||
* | 22516: error in func() didn't pop command stack | Peter Stephenson | 2006-06-26 | 2 | -1/+7 |
| | |||||
* | 22501: missed README chunk | Peter Stephenson | 2006-06-26 | 2 | -0/+10 |
| | |||||
* | unposted: autoload is-at-least in _tar if using GNU tar. | Clint Adams | 2006-06-25 | 2 | -1/+5 |
| | |||||
* | 22513: only do that for GNU tar >= 1.14.91. | Clint Adams | 2006-06-24 | 2 | -1/+10 |
| | |||||
* | 22511: complete compressed archive filenames for GNU tar even when a compression | Clint Adams | 2006-06-24 | 3 | -0/+11 |
| | | | | option is not specified. | ||||
* | 22501: reduce maximum function depth to 1000 | Peter Stephenson | 2006-06-19 | 2 | -3/+8 |
| | |||||
* | 22492: url-quote-magic should detect syntactic word breaks correctly | Bart Schaefer | 2006-06-17 | 2 | -1/+8 |
| | |||||
* | unposted: remove redundant TODO | Peter Stephenson | 2006-06-16 | 2 | -4/+5 |
| | |||||
* | 22486: completion for dak (the debian-archive-kit). | Clint Adams | 2006-06-11 | 2 | -0/+249 |
| | |||||
* | users/10282: complete associated sections with man page names. | Clint Adams | 2006-06-09 | 2 | -4/+20 |
| | |||||
* | unposted: complete the same way for rmadison. | Clint Adams | 2006-06-08 | 2 | -1/+6 |
| | |||||
* | 22484: support varargs.h in addition to stdarg.h | Peter Stephenson | 2006-06-05 | 5 | -62/+150 |
| | |||||
* | 22483: add $sysparams to zsh/system | Peter Stephenson | 2006-06-05 | 4 | -12/+112 |
| | |||||
* | 22481: complete svn diff and resolved subcommands. | Clint Adams | 2006-06-02 | 2 | -5/+42 |
| | |||||
* | 22480: autoload math functions from zmathfuncdef | Peter Stephenson | 2006-06-02 | 2 | -0/+31 |
| | |||||
* | 22479: _arguments -s. | Clint Adams | 2006-05-31 | 2 | -1/+5 |
| | |||||
* | 22476 | Wayne Davison | 2006-05-31 | 1 | -0/+5 |
| | |||||
* | Got rid of several compiler warnings about signed/unsigned problems by | Wayne Davison | 2006-05-31 | 1 | -14/+19 |
| | | | | | | | switching patchar_t from wchar_t to wint_t (and renaming the typedef to patint_t in the process), changing two "int" variables into "patint_t" variables, and creating a PEOF define that uses either WEOF or EOF as an invalid character value instead of a literal -1. | ||||
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 52 | -931/+937 |
| | |||||
* | Made implied "int" on new static variable explicit (which silences | Wayne Davison | 2006-05-30 | 1 | -1/+1 |
| | | | | gcc). | ||||
* | Option changes for _rsync. | Wayne Davison | 2006-05-30 | 1 | -0/+5 |
| | |||||
* | Option changes for the upcoming 2.6.9 release. | Wayne Davison | 2006-05-30 | 1 | -1/+3 |
| | |||||
* | 22473: tweak bad interpreter formatting | Peter Stephenson | 2006-05-30 | 2 | -3/+11 |
| | |||||
* | 22470: attempt to improve errno.h searching | Peter Stephenson | 2006-05-29 | 2 | -7/+20 |
| | |||||
* | 10343: improve error message for bad #! lines | Peter Stephenson | 2006-05-29 | 2 | -4/+16 |
| | |||||
* | 22469: use _canonical_paths. | Clint Adams | 2006-05-28 | 2 | -1/+5 |
| | |||||
* | 22468: fixes and updates. | Clint Adams | 2006-05-28 | 2 | -12/+69 |
| | |||||
* | 22467: utility function which completes all paths given to it, and also | Clint Adams | 2006-05-28 | 2 | -0/+101 |
| | | | | | tries to offer completions which point to the same file as one of the paths given. | ||||
* | 22466: cope with autoconf 2.60 config.status syntax. | Clint Adams | 2006-05-27 | 2 | -2/+6 |
| | |||||
* | 22465: add datarootdir for substitution in order to cope with change in ↵ | Clint Adams | 2006-05-27 | 2 | -0/+6 |
| | | | | autoconf CVS. | ||||
* | 22464: bad recursion if error in prompt substitution | Peter Stephenson | 2006-05-26 | 2 | -4/+14 |
| | |||||
* | 22454 | Wayne Davison | 2006-05-25 | 1 | -0/+5 |
| | |||||
* | Hideki ONO's changes for *BSD. | Wayne Davison | 2006-05-25 | 1 | -74/+127 |
| | |||||
* | 22457, R. Ramkumar: fix buggy quoting of zstyle contexts. | Clint Adams | 2006-05-25 | 2 | -3/+6 |
| | |||||
* | 22456, R. Ramkumar: update for mpc 0.11.2. | Clint Adams | 2006-05-25 | 2 | -0/+25 |
| | |||||
* | 22455, R. Ramkumar: update for valgrind 3.1.1. | Clint Adams | 2006-05-25 | 2 | -16/+44 |
| | |||||
* | 22451: cross-reference ${^spec} in brace expansion | Peter Stephenson | 2006-05-22 | 2 | -0/+12 |
| | |||||
* | More _bzr improvements. | Wayne Davison | 2006-05-20 | 1 | -0/+7 |
| | |||||
* | Added a bunch more missing options, a few missing sub-commands, | Wayne Davison | 2006-05-20 | 1 | -42/+92 |
| | | | | | and a bunch of '=' specifiers to indicate that long-named args can be attached with '=' to their arg value. | ||||
* | 22450: completion for tcptraceroute. | Clint Adams | 2006-05-20 | 2 | -0/+25 |
| | |||||
* | 22449: completion for tracepath and tracepath6. | Clint Adams | 2006-05-20 | 2 | -0/+10 |
| |