summaryrefslogtreecommitdiff
path: root/usr.bin/vi/build
AgeCommit message (Expand)Author
2016-08-08/tmp and /var/tmp are the same, consistently use the former in bothIgor Sobrado
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-01-30/var/tmp is dead, long live /tmpmartijn
2016-01-06We don't use configure so this file is full of lies and we areTodd C. Miller
2016-01-06Remove the actual message catalogs. From Martijn van DurenTodd C. Miller
2015-11-19Remove cscope support in vi.Anthony J. Bentley
2014-11-20Remove the vi perl api.Anthony J. Bentley
2014-11-14from natano:Ted Unangst
2014-11-14from natano:Ted Unangst
2014-11-14from natano:Ted Unangst
2014-11-12Remove more portability bits for older systems; from Martin NatanoTodd C. Miller
2014-11-10remove various bits of autoconf cruft. from Martin NatanoTed Unangst
2014-11-06Remove old curses support in vi.Anthony J. Bentley
2013-06-22Tweak optimization flags on landisk until I have time to investigate further.Miod Vallat
2012-12-20use openpty() rather than hand-rolled pty opening code; ok millert@Christian Weisgerber
2004-01-25install all the catalogs; as cvs forgot to check this file in when those were...Michael Shalayeff
2001-11-06change a stat() to lstat()Todd C. Miller
2001-11-05Add more sanity checks of path data in the vi recovery file; potential proble...Todd C. Miller
2001-09-11locale ru_SU is obsolete, replace with ru_RUHeikki Korpela
2001-07-20make this work, after espie changed other mk behavioursTheo de Raadt
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-11grep() returns a list of aliases to entries in the original listTodd C. Miller
2000-11-17Userland programs should not include sys/select.hTodd C. Miller
2000-04-21Remove the races so that this is safe to run anytime. We openTodd C. Miller
2000-04-20If recover dir is not owned by root, chown it. If the mode is notTodd C. Miller
2000-03-09Pull in fnctl modeul so we are sure to get O_* for sysopen().Todd C. Miller
2000-01-20Use sysopen() when opening recover files. This is purely paranoiaTodd C. Miller
1999-11-26o Update README files etc. from nvi-1.79 so they have the correct infoTodd C. Miller
1999-10-11Rewrite in perl for safety and paranoia. It might have been possibleTodd C. Miller
1999-05-29MLINKS, not MLINKAaron Campbell
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-24no, use new curses so that the build process works. reevaluate this laterTheo de Raadt
1997-09-23Make building with ocurses/termcap and curses/termlib conditional onJason Downs
1997-07-27move recover script ala 1.79.Jason Downs
1997-07-27Update to 1.79 and install as vi/ex/view.Jason Downs
1996-09-22vi -> nvi, ex -> nexJason Downs
1996-08-16nvi 1.73michaels
1996-07-24bring vi/ex up to 1.71Michael Shalayeff
1996-06-02We have a modern curses implementation now; enable its useThorsten Lockert
1996-06-02Always use -ltermlib when linking with -lcursesThorsten Lockert
1996-05-28Install catalog files under ${DESTDIR}, and createdm
1996-05-22new viTheo de Raadt