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_4_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] args.h  1.3   23 years  niklas   $OpenBSD$
[TXT] common.h  1.4   23 years  niklas   $OpenBSD$
[TXT] cut.c  1.10   18 years  miod   Fix one more uninitialized variable scenario; from Ray Lai.
[TXT] cut.h  1.6   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] delete.c  1.7   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] exf.c  1.24   16 years  jmc   some spelling fixes from Martynas Venckus
[TXT] exf.h  1.4   23 years  niklas   $OpenBSD$
[TXT] gs.h  1.9   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] key.c  1.9   18 years  miod   Make sure we can exit from a loop in v_key_init() regardless of the locale we're...
[TXT] key.h  1.4   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] line.c  1.8   17 years  pyr   use sys/queue macros instead of accessing fields directly. no binary change. ok ...
[TXT] log.c  1.4   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] log.h  1.3   23 years  niklas   $OpenBSD$
[TXT] main.c  1.15   15 years  sobrado   remove superfluous "usage:" from v_estr(). ok millert@
[TXT] mark.c  1.7   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] mark.h  1.3   23 years  niklas   $OpenBSD$
[TXT] mem.h  1.5   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] msg.c  1.17   17 years  tedu   remove some bogus *p tests from charles longeau ok deraadt millert
[TXT] msg.h  1.3   23 years  niklas   $OpenBSD$
[TXT] options.awk  1.3   23 years  niklas   $OpenBSD$
[TXT] options.c  1.13   18 years  ray   Fixes the `optindx' might be used uninitialized in this function warning, fixes ...
[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.6   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] put.c  1.9   17 years  pyr   use sys/queue macros instead of accessing fields directly. no binary change. ok ...
[TXT] recover.c  1.13   16 years  chl   remove some warnings: unused variable `variable' `variable' might be used uninit...
[TXT] screen.c  1.7   18 years  otto   Use queue macros instead of directly accessing fields. ok pat@ "put it in" deraa...
[TXT] screen.h  1.5   23 years  niklas   $OpenBSD$
[TXT] search.c  1.8   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] seq.c  1.7   18 years  otto   Use queue macros instead of directly accessing fields. ok pat@ "put it in" deraa...
[TXT] seq.h  1.3   23 years  niklas   $OpenBSD$
[TXT] util.c  1.7   22 years  millert   We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
[TXT] util.h  1.4   18 years  miod   Remove unused NADD_USLONG macro, and remove unused sp argument from NADD_SLONG; ...
[TXT] api.c (in the Attic) [Hide]  1.13   17 years  pyr   use sys/queue macros instead of accessing fields directly. no binary change. ok ...