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_6_3


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.9   7 years  guenther   Pull in <sys/time.h> for struct timespec and timeval ok deraadt@
[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.46   7 years  millert   Remove extraneous ", NULL" in the assignment of msgstr which was leftover from w...
[TXT] exf.h  1.5   9 years  brynet   struct timespec/clock_gettime(3) conversion for vi(1). ok guenther@
[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.19   7 years  deraadt   free(NULL) is ok so use it; from Michael W. Bombardieri
[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.15   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[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.41   6 years  martijn   When tracing is compiled in make sure it flushes its content to disk as soon as ...
[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.26   6 years  martijn   Silence some warnings generated by clang. Original diff by espie@ with some mino...
[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.12   6 years  bentley   Remove settings that were unimplemented for 20 years; update STANDARDS. ok jmc@...
[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.29   6 years  martijn   Fix a use after free when sending SIGHUP or SIGTERM to vi when in editing mode. ...
[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.16   6 years  martijn   When tracing is compiled in make sure it flushes its content to disk as soon as ...
[TXT] util.h  1.4   18 years  miod   Remove unused NADD_USLONG macro, and remove unused sp argument from NADD_SLONG; ...