summaryrefslogtreecommitdiff
path: root/lib/libform/shlib_version
AgeCommit message (Collapse)Author
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
1997-12-03Merge of ncurses-4.1-971129Todd C. Miller
1997-11-26libform from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.Todd C. Miller
1996-06-02SYSV-style form library; from ncursesThorsten Lockert