.. |
TEST
|
- check and don't cast malloc return
|
2011-07-28 01:08:58 +00:00 |
readline
|
…
|
|
Makefile
|
add -Wunused-parameter
|
2011-07-29 20:56:58 +00:00 |
chared.c
|
kill ifdef notdef
|
2011-07-29 15:20:39 +00:00 |
chared.h
|
…
|
|
chartype.c
|
KNF return (\1); -> return \1;
|
2011-07-29 15:16:33 +00:00 |
chartype.h
|
Observe the following spelling:
|
2010-12-16 17:42:25 +00:00 |
common.c
|
- fix unused params
|
2011-07-29 20:58:07 +00:00 |
config.h
|
better autoconf results
|
2011-07-29 20:57:34 +00:00 |
editline.3
|
Fix argument for EL_EDITOR from Jess Thrysoee
|
2011-02-27 01:51:37 +00:00 |
editrc.5
|
Markup consistency, from YOMURA Masanori. Add serial comma.
|
2011-04-25 22:47:27 +00:00 |
el.c
|
KNF return (\1); -> return \1;
|
2011-07-29 15:16:33 +00:00 |
el.h
|
Rename key to keymacro to avoid conflicts with term.h. The renaming of term
|
2011-07-28 01:56:26 +00:00 |
eln.c
|
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
|
2011-07-28 20:50:55 +00:00 |
emacs.c
|
KNF return (\1); -> return \1;
|
2011-07-29 15:16:33 +00:00 |
filecomplete.c
|
- fix unused params
|
2011-07-29 20:58:07 +00:00 |
filecomplete.h
|
…
|
|
hist.c
|
KNF return (\1); -> return \1;
|
2011-07-29 15:16:33 +00:00 |
hist.h
|
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
|
2011-07-28 20:50:55 +00:00 |
histedit.h
|
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
|
2011-07-28 20:50:55 +00:00 |
history.c
|
- fix unused params
|
2011-07-29 20:58:07 +00:00 |
keymacro.c
|
KNF return (\1); -> return \1;
|
2011-07-29 15:16:33 +00:00 |
keymacro.h
|
whitespace and comments
|
2011-07-28 03:44:36 +00:00 |
makelist
|
include config.h for all c files.
|
2011-07-28 00:43:53 +00:00 |
map.c
|
KNF return (\1); -> return \1;
|
2011-07-29 15:16:33 +00:00 |
map.h
|
…
|
|
parse.c
|
KNF return (\1); -> return \1;
|
2011-07-29 15:16:33 +00:00 |
parse.h
|
…
|
|
prompt.c
|
KNF return (\1); -> return \1;
|
2011-07-29 15:16:33 +00:00 |
prompt.h
|
…
|
|
read.c
|
KNF return (\1); -> return \1;
|
2011-07-29 15:16:33 +00:00 |
read.h
|
…
|
|
readline.c
|
- fix unused params
|
2011-07-29 20:58:07 +00:00 |
refresh.c
|
term -> terminal
|
2011-07-28 01:05:20 +00:00 |
refresh.h
|
…
|
|
search.c
|
KNF return (\1); -> return \1;
|
2011-07-29 15:16:33 +00:00 |
search.h
|
…
|
|
shlib_version
|
…
|
|
sig.c
|
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
|
2011-07-28 20:50:55 +00:00 |
sig.h
|
…
|
|
sys.h
|
kill ifdef notdef
|
2011-07-29 15:20:39 +00:00 |
terminal.c
|
kill ifdef notdef
|
2011-07-29 15:20:39 +00:00 |
terminal.h
|
Rename key to keymacro to avoid conflicts with term.h. The renaming of term
|
2011-07-28 01:56:26 +00:00 |
tokenizer.c
|
KNF return (\1); -> return \1;
|
2011-07-29 15:16:33 +00:00 |
tty.c
|
kill ifdef notdef
|
2011-07-29 15:20:39 +00:00 |
tty.h
|
…
|
|
vi.c
|
- fix unused params
|
2011-07-29 20:58:07 +00:00 |