History log of /src/lib/libcompat/Makefile |
Revision | | Date | Author | Comments |
1.32 |
| 07-Feb-2013 |
christos | Don't provide 2 versions of __compat_regerror() (the other one comes from 4.3/regex.c via symbol renaming). Anyway this one did nada, so no great loss :-)
|
1.31 |
| 21-Mar-2012 |
matt | branches: 1.31.2; These directories don't handle WARNS=5
|
1.30 |
| 22-Mar-2010 |
mrg | branches: 1.30.6; convert -idirafter to -isystem, as recommended by cgd in PR 11843. most of the list in that PR were already done.
|
1.29 |
| 14-Feb-2009 |
abs | Convert more MACHINE tests to MACHINE_ARCH
|
1.28 |
| 06-Jul-2005 |
drochner | branches: 1.28.28; Move insque/remque/lsearch/lfind from libcompat to libc, they are in XPG4-UNIX, XSH5.0, mentioned in SUSv3 etc. Minimal update of the manpages. (more needed)
|
1.27 |
| 18-Apr-2004 |
lukem | branches: 1.27.2; Append to AFLAGS rather than setting AINC.
|
1.26 |
| 19-Aug-2002 |
lukem | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). (Reduces make output by ~ 20%)
|
1.25 |
| 19-Feb-2000 |
mycroft | Build a PIC version of this -- but not yet a shlib, due to some obscure lossage -- so that it can be linked into another shlib as needed.
|
1.24 |
| 22-Aug-1999 |
kleink | G/C the manual pages for getpw(3), vlimit(3) and vtimes(3). Although stated in the manuals, these interfaces don't actually exist in libcompat and it isn't likely that anyone needs nor actually implementents them; in fact, <sys/vlimit.h> was removed recently.
|
1.23 |
| 12-Aug-1999 |
tron | Undo last commit. As pointed out by John Darrow on "regex.c" wasn't listed twice in "SRCS", it were "regex.c" and "rexec.c".
|
1.22 |
| 11-Aug-1999 |
lukem | why have regex.c twice in SRCS ?
|
1.21 |
| 13-Feb-1999 |
lukem | convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
1.20 |
| 14-Sep-1998 |
tv | __RENAME() the libcompat regexp routines so they will not be used by programs that want -lcompat but use POSIX regex. Inspired by <david@mono.org> in PR bin/1849.
|
1.19 |
| 19-Mar-1998 |
tv | Add a ruserpass() function to make rexec happy. PR 901 (that's not a typo).
|
1.18 |
| 22-Oct-1997 |
lukem | use CPPFLAGS instead of CFLAGS
|
1.17 |
| 20-Oct-1997 |
christos | branches: 1.17.2; Moved timezone, swapon and getdirentries back to libc.
|
1.16 |
| 16-Oct-1997 |
christos | Add timezone, swapon, getdirentries
|
1.15 |
| 07-Sep-1995 |
jtc | Don't bother with a m68k assembly version of insque/remque. Gcc generates the pretty much the same code (I believe it is exactly the same except for stack frame setup) as the generic C version.
|
1.14 |
| 22-Dec-1994 |
jtc | fix typo
|
1.13 |
| 22-Dec-1994 |
cgd | specify man pages the new way.
|
1.12 |
| 16-Dec-1994 |
mycroft | .s -> .S
|
1.11 |
| 06-Jul-1994 |
mycroft | Do something more intelligent when compiling into ${DESTDIR}. Also fix bogus definition of AINC.
|
1.10 |
| 21-May-1994 |
cgd | make stty and gtty real function stubs (they're now gone from ioctl_compat.h).
|
1.9 |
| 19-May-1994 |
jtc | Remove links to regexp(3) manpage, as they overwrite the links with the same name to the regex(3) manpage, which is the preferred regular expression API.
|
1.8 |
| 19-May-1994 |
jtc | Move our cuserid(3) manpage to libcompat, since the cuserid() function now lives there.
|
1.7 |
| 06-May-1994 |
cgd | patch up
|
1.6 |
| 07-Feb-1994 |
jtc | Don't install manpage links to regexp(3), they overwrite the links to regex(3).
|
1.5 |
| 15-Jan-1994 |
cgd | actually commit the changes i made the other day to the Makefile
|
1.4 |
| 05-Oct-1993 |
pk | PIC: don't bother.
|
1.3 |
| 02-Aug-1993 |
mycroft | Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
1.2 |
| 23-Mar-1993 |
nate | Changed Makefile to include the new regex.c package
|
1.1 |
| 23-Mar-1993 |
cgd | branches: 1.1.1; added libcompat for compatibility routines, like ftime, etc.
|
1.1.1.1 |
| 06-May-1994 |
cgd | update
|
1.17.2.1 |
| 09-Nov-1997 |
lukem | sync with trunk (approved by thorpej)
|
1.27.2.1 |
| 04-Aug-2005 |
tron | Pull up revision 1.28 (requested by drochner in ticket #632): Move insque/remque/lsearch/lfind from libcompat to libc, they are in XPG4-UNIX, XSH5.0, mentioned in SUSv3 etc. Minimal update of the manpages. (more needed)
|
1.28.28.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.30.6.2 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.30.6.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.31.2.1 |
| 25-Feb-2013 |
tls | resync with head
|