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.10 | 7 weeks | christos | Remove unused stuff, and limit the scope of some of the used ones. (from des@fre... |
![]() |
1.28 | 7 weeks | christos | Remove unused stuff, and limit the scope of some of the used ones. (from des@fre... |
![]() |
1.46 | 7 weeks | christos | Remove unused stuff, and limit the scope of some of the used ones. (from des@fre... |
![]() |
1.72 | 7 weeks | christos | Add a entry point for the complete function for FreeBSD compatibility with sh. |
![]() |
1.62 | 7 weeks | christos | Add a entry point for the complete function for FreeBSD compatibility with sh. |
![]() |
1.27 | 7 weeks | christos | Don't clear the handle to el "sel" and set it earlier to prevent handling a sign... |
![]() |
1.34 | 3 months | uwe | editrc(5): Markup fixes |
![]() |
1.178 | 3 months | christos | PR/57095: Yilei Yang: Change readline's replace_history_entry to not make a copy... |
![]() |
1.63 | 4 months | christos | improvements in malloc/free handling. |
![]() |
1.36 | 4 months | christos | improvements in malloc/free handling. |
![]() |
1.101 | 4 months | christos | improvements in malloc/free handling. |
![]() |
1.55 | 4 months | christos | improvements in malloc/free handling. |
![]() |
1.108 | 4 months | christos | improvements in malloc/free handling. |
![]() |
1.13 | 4 months | christos | improvements in malloc/free handling. |
![]() |
1.37 | 11 months | tnn | libedit/chartype.h: portability fix for OSF/1 |
![]() |
1.37 | 14 months | christos | PR/56618: Walter Lozano: Improve libedit compatibility with readline by implemen... |
![]() |
1.14 | 18 months | christos | make flag unsigned to match prototype of the function used |
![]() |
1.58 | 18 months | christos | Add casts to appease conversions between wchar_t and wint_t |
![]() |
1.1 | 19 months | christos | Add a changes file |
![]() |
1.64 | 19 months | christos | Respect $EDITOR when execution one (Baptiste Daroussin) |
![]() |
1.101 | 19 months | wiz | Add verb to sentence. |
![]() |
1.46 | 19 months | christos | Disable attempts to handle EINTR and non-blocking I/O by default. It is confusin... |
![]() |
1.24 | 19 months | andvar | s/dependend/dependent/ |
![]() |
1.70 | 20 months | christos | Via Jess Thrysoee, from Adrian Bunk: Fix libedit build on Linux/Alpha Alpha is t... |
![]() |
1.51 | 3 years | ryo | patbuf must be updated if the length of patbuf is greater than or equal to 0. (t... |
![]() |
1.49 | 3 years | ryo | fix build error with SDEBUG, MAP_DEBUG, DEBUG_REFRESH |
![]() |
1.66 | 3 years | mrg | introduce some common variables for use in GCC warning disables: GCC_NO_FORMAT_... |
![]() |
1.63 | 3 years | christos | Change strncpy to either memcpy (when we know the len), or strlcpy (when we used... |
![]() |
1.5 | 3 years | christos | remove stray brace |
![]() |
1.34 | 3 years | christos | put the NULL check immediately after the allocation |
![]() |
1.24 | 3 years | christos | PR/54399: Sen Tempel: Uninitialized memory access in libedit history. Initialize... |
![]() |
1.42 | 3 years | christos | PR/54399: Sen Tempel: Uninitialized memory access in libedit history. Initialize... |
![]() |
1.23 | 5 years | christos | PR/51517: Jay West: Tty settings not restored on exit PR/51518: Jay West: prompt... |
![]() |
1.2 | 5 years | kre | branches: 1.2.4; Allow wide characters (properly encoded as byte strings accor... |
![]() |
1.27 | 5 years | christos | add literal escape sequence support, patterned after the tcsh ones. |
![]() |
1.11 | 5 years | christos | - add literal sequence handling. |
![]() |
1.30 | 6 years | christos | Stop the read module from poking the el_chared.c_macro data structure currently ... |
![]() |
1.36 | 6 years | christos | s/protected/libedit_private/g |
![]() |
1.6 | 6 years | christos | s/protected/libedit_private/g |
![]() |
1.29 | 6 years | christos | s/protected/libedit_private/g |
![]() |
1.13 | 6 years | christos | s/protected/libedit_private/g |
![]() |
1.9 | 6 years | christos | s/protected/libedit_private/g |
![]() |
1.15 | 6 years | christos | s/protected/libedit_private/g |
![]() |
1.14 | 6 years | christos | s/protected/libedit_private/g |
![]() |
1.11 | 6 years | christos | s/protected/libedit_private/g |
![]() |
1.9 | 6 years | christos | s/protected/libedit_private/g |
![]() |
1.5 | 6 years | christos | GNU readline(3) regards history chronologically, that is, from the perspective o... |
![]() |
1.1 | 6 years | christos | From Ingo Schwarze: * Replace fcns.c by a shorter and simpler func.h and inc... |
![]() |
1.1 | 6 years | christos | From Ingo Schwarze: * Replace fcns.c by a shorter and simpler func.h and inc... |
![]() |
1.28 | 6 years | christos | Get rid of private/public; keep protected (Ingo Schwarze) |
![]() |
1.19 | 10 years | christos | provide an el_init_fd function. |