OpenBSD CVS

src/usr.bin/vi/ex/


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

Current tag: OPENBSD_6_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] ex.awk  1.3   6 years  martijn   Enable the awk scripts to generate ex_def.h and options_def.h. These scripts gen...
[TXT] ex.c  1.21   8 years  mestre   By issuing :e +something in vi(1) this uncovers a backwards memcpy with the code...
[TXT] ex.h  1.11   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_abbrev.c  1.9   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_append.c  1.14   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_args.c  1.12   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_argv.c  1.20   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_at.c  1.14   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_bang.c  1.11   7 years  deraadt   free(NULL) is ok so use it; from Michael W. Bombardieri
[TXT] ex_cd.c  1.15   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_cmd.c  1.12   5 years  bentley   Remove cscope leftover and a stray comma. From "kshe" on tech@.
[TXT] ex_delete.c  1.7   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_display.c  1.13   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_edit.c  1.6   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_equal.c  1.6   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_file.c  1.9   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_filter.c  1.15   7 years  bentley   Remove vi's "directory" option and TMPDIR support. ok jung@
[TXT] ex_global.c  1.17   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_init.c  1.18   7 years  deraadt   free(NULL) is ok so use it; from Michael W. Bombardieri
[TXT] ex_join.c  1.8   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_map.c  1.9   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_mark.c  1.7   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_mkexrc.c  1.7   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_move.c  1.11   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_open.c  1.7   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_preserve.c  1.7   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_print.c  1.13   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_put.c  1.6   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_quit.c  1.5   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_read.c  1.14   7 years  deraadt   free(NULL) is ok so use it; from Michael W. Bombardieri
[TXT] ex_screen.c  1.10   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_script.c  1.27   7 years  deraadt   free(NULL) is ok so use it; from Michael W. Bombardieri
[TXT] ex_set.c  1.6   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_shell.c  1.15   9 years  bcallah   vi was using two separate isblank functions: one defined in <ctype.h> and the ot...
[TXT] ex_shift.c  1.8   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_source.c  1.10   8 years  mmcc   Remove needless type casts and corresponding type parameters from allocation mac...
[TXT] ex_stop.c  1.6   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_subst.c  1.30   7 years  deraadt   free(NULL) is ok so use it; from Michael W. Bombardieri
[TXT] ex_tag.c  1.25   7 years  deraadt   free(NULL) is ok so use it; from Michael W. Bombardieri
[TXT] ex_txt.c  1.16   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] ex_undo.c  1.6   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_usage.c  1.10   5 years  krw   Unused variable. ok martijn@ henning@
[TXT] ex_util.c  1.9   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_version.c  1.10   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_visual.c  1.10   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_write.c  1.13   8 years  millert   Remove the numeric identifiers at the beginning of the messages which used to be...
[TXT] ex_yank.c  1.6   9 years  bentley   Ansify vi. ok bcallah@ millert@
[TXT] ex_z.c  1.8   9 years  bcallah   Remove SA_INTERRUPT, HISTORIC_PRACTICE, and HISTORICAL_PRACTICE using unifdef. I...
[TXT] script.h  1.4   9 years  millert   Remove more portability bits for older systems; from Martin Natano
[TXT] tag.h  1.7   8 years  bentley   Remove cscope support in vi. It makes no sense to keep support for a non-base t...
[TXT] version.h  1.9   23 years  niklas   $OpenBSD$