1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00
zsh/Src/Zle
2002-03-01 10:41:59 +00:00
..
.cvsignore Initial revision 1999-04-15 18:05:38 +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 add $redirections array to completion system parameters, containing information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751) 2002-03-01 10:41:59 +00:00
compcore.c add $redirections array to completion system parameters, containing information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751) 2002-03-01 10:41:59 +00:00
compctl.c add new generic fake style and changes to the C-code for that (different implementation of compadd -x) (16483) 2002-01-22 10:22:47 +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 add $redirections array to completion system parameters, containing information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751) 2002-03-01 10:41:59 +00:00
complete.mdd Add Mandrake completion directory to install 2001-11-15 12:35:47 +00:00
complist.c add new generic fake style and changes to the C-code for that (different implementation of compadd -x) (16483) 2002-01-22 10:22:47 +00:00
complist.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
compmatch.c Silence "might be used uninitialized" warning. 2001-08-08 07:41:01 +00:00
compresult.c add new generic fake style and changes to the C-code for that (different implementation of compadd -x) (16483) 2002-01-22 10:22:47 +00:00
computil.c allow an argument containing only a single colon as a separator between options to _arguments and specs (16669) 2002-02-18 14:36:01 +00:00
computil.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
deltochar.c Initial revision 1999-04-15 18:05:38 +00:00
deltochar.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
iwidgets.list new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing to find word (10685) 2000-04-12 08:24:15 +00:00
zle.h save and restore more variables in bufferwords(); move gotword() into core (11523) 2000-05-23 08:20:56 +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 Fixed doisearch() to not switch lines unless zlereadflags has 2001-09-17 18:30:49 +00:00
zle_keymap.c 15734: zle -K option to select a keymap, and zle KEYMAP parameter to 2001-09-03 01:39:19 +00:00
zle_main.c add $redirections array to completion system parameters, containing information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751) 2002-03-01 10:41:59 +00:00
zle_misc.c 15734: zle -K option to select a keymap, and zle KEYMAP parameter to 2001-09-03 01:39:19 +00:00
zle_move.c Initial revision 1999-04-15 18:05:38 +00:00
zle_params.c 15734: zle -K option to select a keymap, and zle KEYMAP parameter to 2001-09-03 01:39:19 +00:00
zle_refresh.c 16635: make sure we display lists in singlelinezle mode 2002-02-19 00:06:54 +00:00
zle_things.sed Initial revision 1999-04-15 18:05:38 +00:00
zle_thingy.c 15734: zle -K option to select a keymap, and zle KEYMAP parameter to 2001-09-03 01:39:19 +00:00
zle_tricky.c add $redirections array to completion system parameters, containing information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751) 2002-03-01 10:41:59 +00:00
zle_utils.c avoid adding empty strings to the kill ring (13767) 2001-03-26 08:58:33 +00:00
zle_vi.c Initial revision 1999-04-15 18:05:38 +00:00
zle_widget.sed Initial revision 1999-04-15 18:05:38 +00:00
zle_word.c Initial revision 1999-04-15 18:05:38 +00:00
zleparameter.c fix two memory leaks (at least I hope they are fixed) and some out-of-bound array accesses, plus some defensive programming for heap allocated param structs (14605) 2001-05-31 09:43:59 +00:00
zleparameter.mdd 13194: change in module configuration system 2000-11-26 20:01:01 +00:00