OpenBSD CVS

src/usr.bin/vi/common/


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 / usr.bin / vi / common

Current tag: OPENBSD_7_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] args.h  1.5   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] common.h  1.10   3 years  deraadt   satisfy -fno-common by repairing one enum decl ok mortimer
[TXT] cut.c  1.17   7 years  deraadt   free(NULL) is ok so use it; from Michael W. Bombardieri
[TXT] cut.h  1.9   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] delete.c  1.12   6 years  mestre   Fix segfault which could be triggered by deleting a backwards sentence if cursor...
[TXT] exf.c  1.48   2 years  dv   vi(1): fix use after free with unsaved buffer Issuing a zero-arg ex_edit comman...
[TXT] exf.h  1.6   2 years  tb   Fix vi recovery mode. From trondd, tested by various ok afresh1
[TXT] gs.h  1.18   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] key.c  1.20   2 years  millert   v_event_get: check qp->output for NULL before passing to e_memcmp(). Other users...
[TXT] key.h  1.8   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] line.c  1.16   2 years  tb   Fix vi recovery mode. From trondd, tested by various ok afresh1
[TXT] log.c  1.12   7 years  deraadt   free(NULL) is ok so use it; from Michael W. Bombardieri
[TXT] log.h  1.3   23 years  niklas   $OpenBSD$
[TXT] main.c  1.43   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[TXT] mark.c  1.14   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] mark.h  1.5   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] mem.h  1.10   6 years  martijn   Fix a check in ADD_SPACE_{GOTO,RET} that potentially allowed for a NULL-derefere...
[TXT] msg.c  1.27   7 years  krw   Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t) to (unsigned...
[TXT] msg.h  1.3   23 years  niklas   $OpenBSD$
[TXT] options.awk  1.4   6 years  martijn   Enable the awk scripts to generate ex_def.h and options_def.h. These scripts gen...
[TXT] options.c  1.29   3 years  millert   Require that the argument to the window option be non-zero. A zero-row window wo...
[TXT] options.h  1.9   6 years  bentley   Remove settings that were unimplemented for 20 years; update STANDARDS. ok jmc@...
[TXT] options_f.c  1.13   5 years  martijn   Also apply stricter pledge when secure mode is set via rc file or command. Poin...
[TXT] put.c  1.16   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] recover.c  1.32   2 years  tb   Fix vi recovery mode. From trondd, tested by various ok afresh1
[TXT] screen.c  1.14   7 years  deraadt   free(NULL) is ok so use it; from Michael W. Bombardieri
[TXT] screen.h  1.10   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] search.c  1.14   7 years  guenther   Kill '#if defined(DEBUG) && 0' blocks that used %q ok bentley@ on principle
[TXT] seq.c  1.14   7 years  deraadt   free(NULL) is ok so use it; from Michael W. Bombardieri
[TXT] seq.h  1.5   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] util.c  1.17   5 years  martijn   Remove an old and false comment. REALLOC now free(3)s the code if realloc fails....
[TXT] util.h  1.4   18 years  miod   Remove unused NADD_USLONG macro, and remove unused sp argument from NADD_SLONG; ...