summaryrefslogtreecommitdiff
path: root/usr.bin/vi/cl/cl_read.c
AgeCommit message (Expand)Author
2014-11-12Ansify vi.Anthony J. Bentley
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-10Use poll() instead of select(). The sscr_check_input() bit isTodd C. Miller
2009-06-02If the read from the tty fails with EAGAIN, pop back up to the select.Todd C. Miller
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-07-26Add the correct file descriptor to rdfd when cycling throughTodd C. Miller
2005-10-17Use queue macros instead of directly accessing fields. ok pat@ "put itOtto Moerbeek
2003-09-02switch to dynamic fd_set and poll. patch entirely from millert@.Daniel Hartmeier
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-01-29$OpenBSD$Niklas Hallqvist
1999-11-26o Update README files etc. from nvi-1.79 so they have the correct infoTodd C. Miller
1999-03-06back out changes that should not have escaped my local treeTodd C. Miller
1999-03-06add missing reference to infocmpTodd C. Miller
1998-07-24-D_USE_OLD_CURSE_ for -locurses and no more -ltermlib/termcapTodd C. Miller
1997-09-23Make building with ocurses/termcap and curses/termlib conditional onJason Downs
1996-10-16nvi 1.78:michaels
1996-07-24bring vi/ex up to 1.71Michael Shalayeff
1996-05-22new viTheo de Raadt