OpenBSD CVS

src/usr.bin/vi/vi/


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 / vi

Current tag: OPENBSD_4_4


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] getc.c  1.7   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] v_at.c  1.6   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] v_ch.c  1.4   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_cmd.c  1.3   19 years  jmc   lowercase for consistency; from josh weber; ok millert@
[TXT] v_delete.c  1.6   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_ex.c  1.8   18 years  pvalchev   if we're in visual mode reading a command, check the termination value of v_tcmd...
[TXT] v_increment.c  1.6   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] v_init.c  1.4   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_itxt.c  1.6   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_left.c  1.4   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_mark.c  1.7   18 years  ray   Removes unused variables and rename variables shadowing external variables. No ...
[TXT] v_match.c  1.5   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] v_paragraph.c  1.5   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] v_put.c  1.4   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_redraw.c  1.4   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_replace.c  1.6   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] v_right.c  1.4   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_screen.c  1.5   18 years  otto   Use queue macros instead of directly accessing fields. ok pat@ "put it in" deraa...
[TXT] v_scroll.c  1.7   18 years  miod   the the
[TXT] v_search.c  1.10   18 years  ray   Removes unused variables and rename variables shadowing external variables. No ...
[TXT] v_section.c  1.5   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] v_sentence.c  1.5   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] v_status.c  1.4   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_txt.c  1.21   18 years  ray   Removes unused variables and rename variables shadowing external variables. No ...
[TXT] v_ulcase.c  1.6   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_undo.c  1.4   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_util.c  1.5   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_word.c  1.5   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] v_xchar.c  1.5   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_yank.c  1.5   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_z.c  1.4   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] v_zexit.c  1.4   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] vi.c  1.12   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] vi.h  1.6   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] vs_line.c  1.12   18 years  ray   Removes unused variables and rename variables shadowing external variables. No ...
[TXT] vs_msg.c  1.10   18 years  ray   Removes unused variables and rename variables shadowing external variables. No ...
[TXT] vs_refresh.c  1.15   16 years  otto   avoid inifite recursion on certain error conditions; from netbsd; ok millert@
[TXT] vs_relative.c  1.7   16 years  otto   fix vs_columns() for the "set nu" case. avoids segfaults for very long lines con...
[TXT] vs_smap.c  1.6   18 years  miod   Explicit braces around macro fields and logical operations, gets rid of 148 warn...
[TXT] vs_split.c  1.9   18 years  ray   Silence 39 warnings. ok miod, otto