Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 22597: back off two column-subtraction hunks | Peter Stephenson | 2006-08-10 | 2 | -3/+12 |
| | |||||
* | 22595: paranoid bounds-checking on some | Bart Schaefer | 2006-08-10 | 1 | -9/+9 |
| | | | | loop indices. | ||||
* | 22594: Attempt to fix some off-by-one errors for completion lists | Peter Stephenson | 2006-08-09 | 3 | -8/+35 |
| | | | | that exactly fit the display width | ||||
* | unposted: badly positioned declaration in complist.c | Peter Stephenson | 2006-08-07 | 1 | -1/+3 |
| | |||||
* | 22589: bug with long lines in menu selection | Peter Stephenson | 2006-08-07 | 1 | -0/+4 |
| | |||||
* | 22586: fix warnings spotted on Cygwin | Peter Stephenson | 2006-08-04 | 2 | -1/+16 |
| | |||||
* | 22585: fix zsh.exports | Peter Stephenson | 2006-08-04 | 2 | -2/+10 |
| | |||||
* | 22583: erand48() needs initialisation on Cygwin. | Peter Stephenson | 2006-08-04 | 1 | -0/+7 |
| | |||||
* | rationalise mb<->wc conversions to use restartable form | Peter Stephenson | 2006-08-03 | 6 | -44/+50 |
| | |||||
* | 22578: ensure HISTCHARS/histchars never contains non-ASCII characters | Peter Stephenson | 2006-08-02 | 1 | -4/+15 |
| | |||||
* | 22575: multibyte fixes for bslashquote(), getzlequery() | Peter Stephenson | 2006-08-01 | 6 | -148/+163 |
| | |||||
* | 22572: use of (#m) was broken with pure strings | Peter Stephenson | 2006-08-01 | 1 | -0/+26 |
| | |||||
* | 22565: Fix bug after failed menucompletion with accept-and-menu-complete? | Peter Stephenson | 2006-07-30 | 1 | -2/+2 |
| | |||||
* | 22562: make ${...#...} etc. understand multibyte characters | Peter Stephenson | 2006-07-30 | 1 | -12/+368 |
| | |||||
* | 22558: declaration after statement | Peter Stephenson | 2006-07-26 | 1 | -1/+1 |
| | |||||
* | 22557: turn on multibyte option by default | Peter Stephenson | 2006-07-25 | 2 | -3/+9 |
| | |||||
* | fix typos in 22556 | Peter Stephenson | 2006-07-25 | 2 | -2/+4 |
| | |||||
* | 22556: Multibyte separators and delimiters | Peter Stephenson | 2006-07-24 | 8 | -226/+645 |
| | |||||
* | 22546: fix {myfd}>... bug and tweak tests | Peter Stephenson | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | 22544: Improve use of ztype tests for multibyte characters. Add | Peter Stephenson | 2006-07-10 | 14 | -105/+213 |
| | | | | | POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names. | ||||
* | 22542: deoverenthuse cmdpopping | Peter Stephenson | 2006-07-09 | 3 | -18/+22 |
| | |||||
* | 22529: multibyte conversion in math expressions | Peter Stephenson | 2006-06-30 | 2 | -2/+25 |
| | |||||
* | 22526: enhance ${(#)...} to handle Unicode | Peter Stephenson | 2006-06-28 | 1 | -14/+25 |
| | |||||
* | 22525: lengths and cases of multibyte strings in parameters and history | Peter Stephenson | 2006-06-28 | 6 | -113/+182 |
| | |||||
* | 22524: searchable parameter subscripts with multibyte chars, | Peter Stephenson | 2006-06-27 | 1 | -24/+167 |
| | | | | a few other fixes | ||||
* | 22522: infinite loop with invalid character in mb_metastrlen() | Peter Stephenson | 2006-06-27 | 1 | -2/+2 |
| | |||||
* | 22518: Initial go at making parameter subscripts | Peter Stephenson | 2006-06-26 | 3 | -24/+240 |
| | | | | use multibyte characters. | ||||
* | 22516: error in func() didn't pop command stack | Peter Stephenson | 2006-06-26 | 1 | -1/+4 |
| | |||||
* | unposted: remove redundant TODO | Peter Stephenson | 2006-06-16 | 1 | -4/+0 |
| | |||||
* | 22484: support varargs.h in addition to stdarg.h | Peter Stephenson | 2006-06-05 | 3 | -61/+146 |
| | |||||
* | 22483: add $sysparams to zsh/system | Peter Stephenson | 2006-06-05 | 2 | -11/+90 |
| | |||||
* | 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 | 50 | -930/+930 |
| | |||||
* | Made implied "int" on new static variable explicit (which silences | Wayne Davison | 2006-05-30 | 1 | -1/+1 |
| | | | | gcc). | ||||
* | 22473: tweak bad interpreter formatting | Peter Stephenson | 2006-05-30 | 1 | -3/+6 |
| | |||||
* | 10343: improve error message for bad #! lines | Peter Stephenson | 2006-05-29 | 1 | -4/+11 |
| | |||||
* | 22466: cope with autoconf 2.60 config.status syntax. | Clint Adams | 2006-05-27 | 1 | -2/+3 |
| | |||||
* | 22464: bad recursion if error in prompt substitution | Peter Stephenson | 2006-05-26 | 1 | -4/+9 |
| | |||||
* | 22448: typo retrieving $RBUFFER in completion | Peter Stephenson | 2006-05-19 | 1 | -1/+2 |
| | |||||
* | 22432: bug with backtracking over repeated single parameterhs | Peter Stephenson | 2006-04-25 | 1 | -15/+19 |
| | |||||
* | this one got missed | Peter Stephenson | 2006-04-25 | 1 | -1/+1 |
| | |||||
* | 22431: set WIDGET etc. more consistently when executing zle functions | Peter Stephenson | 2006-04-25 | 3 | -10/+17 |
| | |||||
* | 22429: fix bug with pure string matching | Peter Stephenson | 2006-04-25 | 1 | -1/+1 |
| | |||||
* | 22427: zle <widget> -w sets the environment for <widget> | Peter Stephenson | 2006-04-25 | 1 | -2/+8 |
| | |||||
* | users/10172: new zle command read-command | Peter Stephenson | 2006-04-23 | 2 | -0/+14 |
| | |||||
* | 22416, tweaked: math functions via shell functions | Peter Stephenson | 2006-04-19 | 5 | -27/+239 |
| | | | | unposted: add styles to pick-web-browser | ||||
* | 22409: fix --disable-multibyte patterns | Peter Stephenson | 2006-04-09 | 1 | -5/+4 |
| | |||||
* | 22408: support for multibyte characters in patterns | Peter Stephenson | 2006-04-09 | 5 | -409/+547 |
| | |||||
* | Fixed a compilation problem when HAVE_GETRUSAGE is defined | Wayne Davison | 2006-03-27 | 1 | -4/+13 |
| | | | | | but HAVE_WAIT3. See the sourceforge bug report: https://sourceforge.net/tracker/?func=detail&atid=104068&aid=1262954&group_id=4068 | ||||
* | users/10087: no aliases for case of "in" in "case" | Peter Stephenson | 2006-03-26 | 1 | -0/+10 |
| |