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


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   7 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.23   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[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.49   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[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.38   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] el.h  1.22   7 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.18   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] filecomplete.c  1.13   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[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.19   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[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.29   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[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   7 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.14   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[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.49   2 years  schwarze   Stop using a while loop for code that runs at most once, and garbage collect an ...
[TXT] read.h  1.7   7 years  schwarze   Improve modularization at the chared/read boundary, no functional change. Stop ...
[TXT] readline.c  1.30   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] refresh.c  1.23   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[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.28   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[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.10   7 months  nicm   Update ncurses and associated libraries (form, panel, menu) to 6.4-20230826 (fro...
[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.20   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[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.28   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[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.29   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] common.h (in the Attic) [Hide]  1.2   12 years  okan   No need for files generated by depend. ok nicm@
[TXT] editline.c (in the Attic) [Hide]  1.6   8 years  schwarze   Enable separate compilation while keeping internal interfaces hidden. Simplifies...
[TXT] emacs.h (in the Attic) [Hide]  1.2   12 years  okan   No need for files generated by depend. ok nicm@
[TXT] fcns.c (in the Attic) [Hide]  1.2   12 years  okan   No need for files generated by depend. ok nicm@
[TXT] fcns.h (in the Attic) [Hide]  1.2   12 years  okan   No need for files generated by depend. ok nicm@
[TXT] help.c (in the Attic) [Hide]  1.2   12 years  okan   No need for files generated by depend. ok nicm@
[TXT] help.h (in the Attic) [Hide]  1.2   12 years  okan   No need for files generated by depend. ok nicm@
[TXT] key.c (in the Attic) [Hide]  1.13   8 years  schwarze   Start synching with NetBSD: Rename the files key.[hc] to keymacro.[hc] and term....
[TXT] key.h (in the Attic) [Hide]  1.9   8 years  schwarze   Start synching with NetBSD: Rename the files key.[hc] to keymacro.[hc] and term....
[TXT] term.c (in the Attic) [Hide]  1.18   8 years  schwarze   Start synching with NetBSD: Rename the files key.[hc] to keymacro.[hc] and term....
[TXT] term.h (in the Attic) [Hide]  1.9   8 years  schwarze   Start synching with NetBSD: Rename the files key.[hc] to keymacro.[hc] and term....
[TXT] termcap.h (in the Attic) [Hide]  1.7   20 years  otto   Update to NetBSD libedit (from Oct 1, 2003), adding some string cleaning and his...
[TXT] vi.h (in the Attic) [Hide]  1.2   12 years  okan   No need for files generated by depend. ok nicm@