1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 18:30:55 +01:00
zsh/Src/Zle
2006-02-20 05:51:49 +00:00
..
.cvsignore Added *.dll to .cvsignore and fixed typo. (unposted) 2003-11-03 04:26:51 +00:00
.distfiles Initial revision 1999-04-15 18:05:38 +00:00
.exrc Initial revision 1999-04-15 18:05:38 +00:00
comp.h fix for file-type-tests in nested quotes and don't count space file-type-character (17195) 2002-05-21 08:07:51 +00:00
compcore.c Optimized away a recently-added call to strlen(). 2006-02-20 05:51:49 +00:00
compctl.c Got rid of some unsigned-char/char pointer casts. 2005-11-15 08:44:17 +00:00
compctl.h Initial revision 1999-10-26 15:36:11 +00:00
compctl.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
complete.c 21663: check for string overflow 2005-08-18 18:15:44 +00:00
complete.mdd users/8359: add Darwin completion directories by default 2005-01-12 17:28:58 +00:00
complist.c Got rid of some superfluous STOUC() calls (such as the ones I added 2006-01-13 17:13:49 +00:00
complist.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
compmatch.c - When mbrtowc() returns -2 when given all the remaining chars in a 2006-01-12 00:51:50 +00:00
compresult.c Got rid of some unsigned-char/char pointer casts. 2005-11-15 08:44:17 +00:00
computil.c Replaced a flawed look-behind algorithm for backslash detection 2006-02-13 11:06:21 +00:00
computil.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
deltochar.c Fixed some compiler warnings about signed/unsigned comparisons. 2005-10-31 21:12:24 +00:00
deltochar.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
iwidgets.list 22014: argument-base, insert-unicode-char 2005-11-24 10:25:33 +00:00
zle.h Define ZS_memchr() as either wmemchr() or memchr(). 2006-02-09 22:12:54 +00:00
zle.mdd Function installation information now in config.modules 2000-11-30 18:36:21 +00:00
zle_bindings.c Back out 13285. 2000-12-18 02:14:57 +00:00
zle_hist.c 22124: handle bad multibyte input better 2006-01-06 14:23:00 +00:00
zle_keymap.c 22169: hook function zle-keymap-select called when $KEYMAP changes 2006-01-28 15:02:25 +00:00
zle_main.c - When mbrtowc() returns -2 when given all the remaining chars in a 2006-01-12 00:51:50 +00:00
zle_misc.c Call ZS_memchr() instead of plain memchr() so that suffix-removal 2006-02-09 22:14:49 +00:00
zle_move.c Changed iblank() calls on zleline to use ZC_iblank(). 2005-11-01 02:50:29 +00:00
zle_params.c Got rid of some unsigned-char/char pointer casts. 2005-11-15 08:44:17 +00:00
zle_refresh.c Got rid of unused-variable compiler warning when compiling a 2006-01-13 17:46:09 +00:00
zle_things.sed Initial revision 1999-04-15 18:05:38 +00:00
zle_thingy.c Got rid of some unsigned-char/char pointer casts. 2005-11-15 08:44:17 +00:00
zle_tricky.c Call makecommaspecial() when we notice we're completing inside 2006-02-13 11:01:04 +00:00
zle_utils.c Got rid of some superfluous STOUC() calls (such as the ones I added 2006-01-13 17:13:49 +00:00
zle_vi.c - In vireplacechars(), changed "ch" into a ZLE_INT_T. 2005-11-01 02:50:30 +00:00
zle_widget.sed Initial revision 1999-04-15 18:05:38 +00:00
zle_word.c - Changed a bunch of iblank() calls on zleline to use ZC_iblank(). 2005-11-01 02:50:31 +00:00
zleparameter.c 20695: Fix Cygwin problem with initialising from pointer to imported variable 2005-01-12 12:18:58 +00:00
zleparameter.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00