Age | Commit message (Expand) | Author | Files | Lines |
2005-11-07 | users/9638: tweaks for FCEDIT etc. | Peter Stephenson | 6 | -56/+204 |
2005-11-04 | users/9618, modified: :G for global substution modifier | Peter Stephenson | 1 | -6/+34 |
2005-11-02 | 21978: unmetafy file name | Andrey Borzenkov | 1 | -2/+2 |
2005-11-02 | 21974: memory leak with tied parameters | Peter Stephenson | 1 | -1/+6 |
2005-11-02 | users/9610: handle digit argument when copying words | Peter Stephenson | 1 | -11/+29 |
2005-11-02 | 21973: typo caused digitargument() not to work | Peter Stephenson | 1 | -2/+2 |
2005-11-01 | 21971: multibyte version of pfxlen() | Peter Stephenson | 2 | -3/+43 |
2005-11-01 | 21967: add ${(#)...} substitution | Peter Stephenson | 1 | -0/+43 |
2005-11-01 | I just noticed that zsh's default icntrl() macro returns true for | Wayne Davison | 1 | -3/+3 |
2005-11-01 | - One minor change to handle the ZLE_STRING_T change. | Wayne Davison | 1 | -13/+5 |
2005-11-01 | - Changed a couple pointers from "char *" to "unsigned char *" in | Wayne Davison | 1 | -19/+16 |
2005-11-01 | - Improved all the "... ? ZWC('?') : (CHAR_VALUE | ZWC('@'))" code | Wayne Davison | 1 | -13/+5 |
2005-11-01 | - A few changes in light of the new ZLE_CHAR_T and ZLE_STRING_T. | Wayne Davison | 1 | -20/+11 |
2005-11-01 | Changed the non-wide version of: ZLE_CHAR_T into a "char" (formerly | Wayne Davison | 1 | -4/+4 |
2005-11-01 | Changed zle_text to a "char *" to match the new ZLE_STRING_T. | Wayne Davison | 1 | -2/+2 |
2005-11-01 | - Changed a bunch of iblank() calls on zleline to use ZC_iblank(). | Wayne Davison | 1 | -16/+16 |
2005-11-01 | - In vireplacechars(), changed "ch" into a ZLE_INT_T. | Wayne Davison | 1 | -13/+10 |
2005-11-01 | Changed iblank() calls on zleline to use ZC_iblank(). | Wayne Davison | 1 | -1/+1 |
2005-11-01 | - Defined some new ZC_i<type> macros, such as ZC_ilower, ZC_inblank, | Wayne Davison | 1 | -3/+13 |
2005-11-01 | Changed some isdigit() calls to use idigit(). | Wayne Davison | 2 | -8/+7 |
2005-11-01 | - Added the wcsiblank() function for wide-char blank-checking that | Wayne Davison | 1 | -2/+12 |
2005-11-01 | Added macros for iascii(), ilower(), iprint(), and iupper(). | Wayne Davison | 1 | -0/+5 |
2005-10-31 | Fixed a compiler warning about a signed/unsigned comparison. | Wayne Davison | 1 | -3/+5 |
2005-10-31 | Fixed some compiler warnings about signed/unsigned comparisons. | Wayne Davison | 2 | -5/+5 |
2005-10-31 | In parse_cadef(), the variable name oargs was re-defined in an inner | Wayne Davison | 1 | -2/+2 |
2005-10-31 | Use idigit() instead of range-checking '0' - '9'. | Wayne Davison | 4 | -9/+8 |
2005-10-30 | 21957: more wide-character refresh stuff | Peter Stephenson | 1 | -103/+119 |
2005-10-28 | Made the two ZC_REDIR_*() macros return an int. | Wayne Davison | 1 | -2/+2 |
2005-10-28 | Got rid of a use of WEOF when MULTIBYTE_SUPPORT is not defined | Wayne Davison | 1 | -2/+4 |
2005-10-28 | unposted: bit I missed in 21945 | Peter Stephenson | 1 | -1/+1 |
2005-10-28 | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 18 | -113/+117 |
2005-10-28 | 21942: another extra-wide character fix | Peter Stephenson | 1 | -5/+29 |
2005-10-26 | 21939: new UNMETACHECK() was too ruthless | Peter Stephenson | 1 | -2/+2 |
2005-10-25 | 21936: bug deleting extra-wide character | Peter Stephenson | 1 | -0/+6 |
2005-10-24 | 21930: handle extra-wide characters at end of line | Peter Stephenson | 1 | -32/+38 |
2005-10-24 | 21912: silence unused parameter compile warnings in cap.c | Clint Adams | 1 | -3/+3 |
2005-10-23 | Fix --disable-multibyte compile error. | Bart Schaefer | 1 | -3/+5 |
2005-10-23 | not yet posted; zle line screwed up on bad return from insertlastword() | Peter Stephenson | 2 | -2/+9 |
2005-10-21 | remove a couple of TODOs | Peter Stephenson | 2 | -99/+20 |
2005-10-19 | Got rid of a pointer-type warning by adding a definition for a | Wayne Davison | 1 | -1/+3 |
2005-10-19 | 21890: fix segmentation error in left prompt truncation and a couple of minor | Peter Stephenson | 3 | -6/+7 |
2005-10-19 | 21887: Display characters wider than one screen cell correctly. | Peter Stephenson | 1 | -83/+230 |
2005-10-19 | 21885: Convert some refresh macros into functions. | Peter Stephenson | 1 | -153/+184 |
2005-10-19 | 21882: extend prompt truncation to handle multibyte characters | Peter Stephenson | 2 | -32/+302 |
2005-10-13 | 21872: job accounting in subshells was screwy | Peter Stephenson | 1 | -2/+9 |
2005-10-13 | 21871: replace INULL() by inull() | Peter Stephenson | 10 | -22/+24 |
2005-10-13 | 21870: bad INULL() definition | Peter Stephenson | 3 | -2/+43 |
2005-10-11 | 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameter | Peter Stephenson | 5 | -20/+70 |
2005-10-04 | 21821, 21822: fix two infinite loops | Bart Schaefer | 1 | -2/+8 |
2005-10-03 | 21809: need to export nicedup() | Peter Stephenson | 1 | -1/+1 |