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_1_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.9   7 years  guenther   Pull in <sys/time.h> for struct timespec and timeval ok deraadt@
[TXT] cut.c  1.16   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[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.11   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] exf.c  1.44   7 years  bentley   Remove vi's "directory" option and TMPDIR support. ok jung@
[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.18   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[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.11   7 years  krw   Nuke some excess whitespace.
[TXT] log.h  1.3   23 years  niklas   $OpenBSD$
[TXT] main.c  1.38   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[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.9   8 years  martijn   Free memory if realloc fails. The application is most likely to terminate after ...
[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.3   23 years  niklas   $OpenBSD$
[TXT] options.c  1.22   7 years  bentley   Remove vi's "directory" option and TMPDIR support. ok jung@
[TXT] options.h  1.8   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] options_f.c  1.11   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[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.25   7 years  tb   If /tmp/vi.recover doesn't exist, don't create it. Warn once that it doesn't exi...
[TXT] screen.c  1.13   8 years  mmcc   Remove needless type casts and corresponding type parameters from allocation mac...
[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.13   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[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.15   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] util.h  1.4   18 years  miod   Remove unused NADD_USLONG macro, and remove unused sp argument from NADD_SLONG; ...