OpenBSD CVS

src/usr.bin/vi/cl/


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

Current tag: OPENBSD_6_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] README.signal  1.2   23 years  niklas   $OpenBSD$
[TXT] cl.h  1.10   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] cl_funcs.c  1.20   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] cl_main.c  1.33   8 years  martijn   Remove __sigblockset. This is a leftover after the removal of the signal blockin...
[TXT] cl_read.c  1.21   8 years  martijn   Revert CHAR_T removal. Some signedness flaws were introduced. Found the hard way...
[TXT] cl_screen.c  1.28   7 years  deraadt   free(NULL) is ok so use it; from Michael W. Bombardieri
[TXT] cl_term.c  1.28   6 years  anton   Replace usage of strtol() with strtonum(). ok bentley@ deraadt@ millert@ tb@