OpenBSD CVS

src/lib/libedit/


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: [local] / src / lib / libedit

Current tag: OPENBSD_6_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] TEST/        
[DIR] readline/        
[TXT] Makefile  1.32   5 years  yasuoka   Fix the inter-library dependency for libedit and libreadline. Previously they tr...
[TXT] chared.c  1.28   7 years  tb   Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0). ok deraadt
[TXT] chared.h  1.15   8 years  schwarze   Improve modularization at the chared/read boundary, no functional change. Stop ...
[TXT] chartype.c  1.16   5 years  yasuoka   Terminate NULL in argv. This fix is come from 1.31 from NetBSD lib/libedit/char...
[TXT] chartype.h  1.20   8 years  schwarze   typos in comments; from Pedro Giffuni (FreeBSD) via Christos Zoulas (NetBSD)
[TXT] common.c  1.22   8 years  schwarze   Improve modularization at the chared/read boundary, no functional change. Stop ...
[TXT] config.h  1.3   8 years  schwarze   Use getline(3) rather than fgetln(3) because it is standardized and simpler and ...
[TXT] editline.3  1.46   8 years  schwarze   Document el_wpush(3) and fix the description of el_push(3). Improve precision in...
[TXT] editline.7  1.2   8 years  schwarze   Fix next_history() and previous_history(): * The meaning of "next" and "previous...
[TXT] editrc.5  1.33   4 years  jmc   ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
[TXT] el.c  1.37   7 years  tb   Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0). ok deraadt
[TXT] el.h  1.22   8 years  schwarze   Saving errno in el_errno is only needed for one purpose: Restoring the original ...
[TXT] eln.c  1.18   8 years  schwarze   delete the "private" and "public" preprocessor macros, just use standard C; OK m...
[TXT] emacs.c  1.17   8 years  schwarze   Replace the generated file "fcns.c" by a simpler header "func.h" included only i...
[TXT] filecomplete.c  1.12   8 years  schwarze   get rid of the non-standard data type "Char" in almost all files; ok martijn@
[TXT] filecomplete.h  1.2   8 years  schwarze   get rid of the non-standard data type "Char" in almost all files; ok martijn@
[TXT] hist.c  1.18   7 years  tb   Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0). ok deraadt
[TXT] hist.h  1.15   8 years  schwarze   get rid of the non-standard data type "Char" in almost all files; ok martijn@
[TXT] histedit.h  1.15   8 years  schwarze   Move the declaration of the function pointer type el_rfunc_t from the private he...
[TXT] history.c  1.28   8 years  schwarze   delete the "private" and "public" preprocessor macros, just use standard C; OK m...
[TXT] historyn.c  1.1   8 years  schwarze   The files editline.c, historyn.c, and tokenizern.c are completely constant and v...
[TXT] keymacro.c  1.16   8 years  schwarze   Saving errno in el_errno is only needed for one purpose: Restoring the original ...
[TXT] keymacro.h  1.4   8 years  schwarze   * Delete the unimplemented feature XK_EXE. * Delete the unused macro MIN(). No f...
[TXT] makelist  1.19   8 years  schwarze   Replace the generated file "fcns.c" by a simpler header "func.h" included only i...
[TXT] map.c  1.27   8 years  schwarze   Replace the generated file "fcns.c" by a simpler header "func.h" included only i...
[TXT] map.h  1.10   8 years  schwarze   Replace the generated file "fcns.c" by a simpler header "func.h" included only i...
[TXT] parse.c  1.20   8 years  schwarze   delete the "private" and "public" preprocessor macros, just use standard C; OK m...
[TXT] parse.h  1.8   8 years  schwarze   get rid of the non-standard data type "Char" in almost all files; ok martijn@
[TXT] prompt.c  1.13   8 years  schwarze   delete the "private" and "public" preprocessor macros, just use standard C; OK m...
[TXT] prompt.h  1.10   8 years  schwarze   get rid of the non-standard data type "Char" in almost all files; ok martijn@
[TXT] read.c  1.44   8 years  schwarze   el_map.alt can never be NULL, delete dead code OK czarkoff@
[TXT] read.h  1.7   8 years  schwarze   Improve modularization at the chared/read boundary, no functional change. Stop ...
[TXT] readline.c  1.29   4 years  asou   read() returns -1 on failure ok yasuoka@
[TXT] refresh.c  1.22   5 years  millert   In re_fastputc(), set lastline to the new line, not the previous line so it gets...
[TXT] refresh.h  1.9   8 years  schwarze   Cleanup of private header inclusion: 1. Do not include private headers from "ch...
[TXT] search.c  1.27   8 years  schwarze   Replace the generated file "fcns.c" by a simpler header "func.h" included only i...
[TXT] search.h  1.11   8 years  schwarze   get rid of the non-standard data type "Char" in almost all files; ok martijn@
[TXT] shlib_version  1.9   9 years  reyk   libedit claims compatibility with readline 4.2, so provide a stub for rl_set_key...
[TXT] sig.c  1.19   8 years  schwarze   delete the "private" and "public" preprocessor macros, just use standard C; OK m...
[TXT] sig.h  1.8   8 years  schwarze   Cleanup of private header inclusion: 1. Do not include private headers from "ch...
[TXT] sys.h  1.18   8 years  schwarze   Enable separate compilation while keeping internal interfaces hidden. Simplifies...
[TXT] terminal.c  1.19   4 years  yasuoka   Initialize the line buffer by zero when allocation. This fixes the problem a cr...
[TXT] terminal.h  1.6   8 years  schwarze   get rid of the non-standard data type "Char" in almost all files; ok martijn@
[TXT] tokenizer.c  1.21   8 years  schwarze   delete the "private" and "public" preprocessor macros, just use standard C; OK m...
[TXT] tokenizer.h  1.7   20 years  otto   Update to NetBSD libedit (from Oct 1, 2003), adding some string cleaning and his...
[TXT] tokenizern.c  1.1   8 years  schwarze   The files editline.c, historyn.c, and tokenizern.c are completely constant and v...
[TXT] tty.c  1.27   8 years  schwarze   Replace the generated file "fcns.c" by a simpler header "func.h" included only i...
[TXT] tty.h  1.12   8 years  schwarze   get rid of the non-standard data type "Char" in almost all files; ok martijn@
[TXT] vi.c  1.28   4 years  asou   Correct the length of read from file, wide character buffer, add NUL terminate t...