Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- Changed one isalpha() call on zleline to use the new ZC_ialpha().
|
|
- Changed some islower()/isupper()/iblank() calls on zleline to
use the new ZC_i<type> versions.
|
|
|
|
ZC_iupper, etc.
- Fixed ZC_iblank to not return true when given a newline.
|
|
|
|
does not match '\n'.
- Fixed a couple calls to isascii() that were passing a "char" value.
|
|
|
|
|
|
|
|
|
|
context, so I changed the name of the outer variable to orig_args.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(which fixed a signed vs unsigned comparison compiler warning).
|
|
|
|
|
|
|
|
use multibyte versions of nicechar wherever possible.
|
|
|
|
|
|
|
|
21935: documentation for same.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21899: add "roadmap" to manual
|
|
|
|
REFRESH_CHAR type and using it to define nullchr (it was using
ZLE_INT_T).
|
|
|
|
inconsistencies
|
|
|
|
|
|
|
|
|
|
|
|
|