Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
Current directory: [cvs.NetBSD.org] / src / lib / libedit
| File | Rev. | Age | Author | Last log entry |
|---|---|---|---|---|
| 1.107 | 4 months | christos | explicitly pass (void *)0 instead of NULL. | |
| 1.79 | 3 months | christos | provide an el_init_fd function. | |
| 1.72 | 3 months | christos | provide an el_init_fd function. | |
| 1.69 | 8 months | christos | return !OKCMD on error. | |
| 1.51 | 9 months | joerg | Don't depend on HAVE_GCC being always defined. | |
| 1.50 | 3 months | christos | provide an el_init_fd function. | |
| 1.46 | 18 months | christos | Add coverity annotations about unreachable code (Kamil Dudka) | |
| 1.43 | 16 months | christos | PR/45843: Henning Petersen: Fix resource leak on error. | |
| 1.42 | 12 months | christos | save and restore the tty settings on entry and exit respectively. cleanup debugg... | |
| 1.37 | 10 months | christos | From Kamil Dudka: fix crash of el_insertstr() on incomplete multi-byte | |
| 1.37 | 21 months | christos | pass -Wconversion | |
| 1.33 | 4 months | christos | remove dead assignment (Christoph Mallon) | |
| 1.31 | 20 months | plunky | NULL does not need a cast, here | |
| 1.30 | 19 months | christos | fixed warnings where wint_t is unsigned. | |
| 1.29 | 13 months | christos | From Jilles Tjoelker: Do not move the cursor for ed-delete-next-char in emacs mo... | |
| 1.27 | 4 months | wiz | Add FILES section. From jmc@OpenBSD. | |
| 1.26 | 21 months | christos | re-enable -Wconversion | |
| 1.25 | 21 months | christos | pass -Wconversion | |
| 1.25 | 21 months | christos | KNF return (\1); -> return \1; | |
| 1.21 | 2 years | christos | setup a callback to be invoked on resize buffers so that readline can reset rl_l... | |
| 1.21 | 21 months | christos | re-enable -Wconversion | |
| 1.20 | 21 months | christos | KNF return (\1); -> return \1; | |
| 1.20 | 21 months | christos | KNF return (\1); -> return \1; | |
| 1.19 | 3 months | christos | provide an el_init_fd function. | |
| 1.18 | 14 months | matt | Use C89 functions definitions. | |
| 1.17 | 21 months | christos | kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations. | |
| 1.17 | 19 months | christos | include <wchar.h> if we don't have wcsdup() | |
| 1.14 | 14 months | christos | include the NULL in the argv conversion | |
| 1.14 | 11 months | christos | don't include both term.h and termcap.h | |
| 1.14 | 12 months | christos | save and restore the tty settings on entry and exit respectively. cleanup debugg... | |
| 1.13 | 21 months | christos | kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations. | |
| 1.10 | 21 months | christos | re-enable -Wconversion | |
| 1.10 | 18 months | christos | easier with an int for now. | |
| 1.10 | 3 years | christos | Wide character support (UTF-8) from Johny Mattsson; currently disabled. | |
| 1.9 | 3 years | christos | Wide character support (UTF-8) from Johny Mattsson; currently disabled. | |
| 1.9 | 3 years | christos | Wide character support (UTF-8) from Johny Mattsson; currently disabled. | |
| 1.9 | 3 years | christos | Wide character support (UTF-8) from Johny Mattsson; currently disabled. | |
| 1.8 | 4 years | christos | reset and redraw on sigcont. From Anon Ymous. | |
| 1.7 | 21 months | christos | re-enable -Wconversion | |
| 1.7 | 3 years | christos | Wide character support (UTF-8) from Johny Mattsson; currently disabled. | |
| 1.7 | 3 years | christos | Wide character support (UTF-8) from Johny Mattsson; currently disabled. | |
| 1.6 | 3 years | christos | Wide character support (UTF-8) from Johny Mattsson; currently disabled. | |
| 1.5 | 21 months | christos | better autoconf results | |
| 1.4 | 13 months | christos | From: Jilles Tjoelker: Add a mapping for the cursor delete key | |
| 1.2 | 21 months | christos | whitespace and comments |