summaryrefslogtreecommitdiff
path: root/lib/libcompat
AgeCommit message (Collapse)Author
1995-06-07cast assignments to quiet const warnings. Mark (at least some) uses ofcgd
const variables that result in their modification (!!) as XXX.
1995-06-05Prototypes (PR#1098).pk
1995-06-03Fill in sin_len.mycroft
1995-03-01Clean up deleted files.mycroft
1995-02-27merge with lite, keeping most local changes. clean up Idscgd
1995-02-27merge with 4.4-Lite, keeping local changes. clean up Idscgd
1995-01-13Changed formatting of manpage cross references to use .Xr macro.jtc
Changed all libcompat manpages so that they clearly state that the documented interface is availiable from libcompat. (Fixes PR #703)
1994-12-22fix typojtc
1994-12-22specify man pages the new way.cgd
1994-12-16.s -> .Smycroft
1994-10-19needs string.hcgd
1994-07-06Do something more intelligent when compiling into ${DESTDIR}. Also fix bogusmycroft
definition of AINC.
1994-05-21make stty and gtty real function stubs (they're now gone from ioctl_compat.h).cgd
1994-05-19Remove links to regexp(3) manpage, as they overwrite the links with thejtc
same name to the regex(3) manpage, which is the preferred regular expression API.
1994-05-19Move our cuserid(3) manpage to libcompat, since the cuserid() functionjtc
now lives there.
1994-05-06patch upcgd
1994-05-06oops!cgd
1994-05-06updatecgd
1994-05-06Initial revisioncgd
1994-05-06updatecgd
1994-04-22Remove description of EINVAL, "The pathname contains a character with thejtc
high-order bit set", as this error is obsolete. Eventually we may want to add code to some of the "optional" filesystems (msdosfs, etc.) that checks for illegal characters. At that time it would be appropriate to reintroduce this error with appropriate text. Perhaps "The pathname contains a character that is not valid for filesystem type".
1994-04-19Use symbolic names {NAME_MAX} & {PATH_MAX} instead of 255 and 1023 injtc
description of ENAMETOOLONG error.
1994-03-12Instruct user to #include <search.h>.jtc
Remque() has returned void for some time now.
1994-02-07Don't install manpage links to regexp(3), they overwrite the linksjtc
to regex(3).
1994-02-01Since V8 regex routines have been moved to libcompat(), the BSD regexjtc
routines must again be defined as wrappers around them.
1994-01-15Clean up deleted files.mycroft
1994-01-15actually commit the changes i made the other day to the Makefilecgd
1994-01-10Fix spelling errors.jtc
1993-11-29Use "Er" for argument to -width in the lists in the ERROR sections --- sojtc
the formatting is consistant.
1993-11-29Format ERROR values like all the other manual pages.jtc
1993-11-25Clean up manpages:jtc
Use .Fn rather than .Nm macro in HISTORY and STANDARDS sections. Use .At and .St macros instead of spelling out "Version 6 UNIX", "IEEE 1003.1-1988 (POSIX)", etc.
1993-11-24Change C library functions to use strchr() and strrchr() instead of index()jtc
and rindex(). This will allow (strict {ANSI, POSIX, XOPEN}) applications to redefine index() and rindex() without effecting the library internals.
1993-11-11Layer re_comp() and re_exec() on top of the POSIX regular expressionjtc
routines, as the V8 regexp routines have been removed.
1993-10-21#include <search.h> to ensure that the public function declarations matchjtc
the implementation. Use old-style function definitions so functions can be compiled with non-ansi compilers. Functions are specified to take void * arguments, so they must be cast to a struct qelem * before they are used.
1993-10-05PIC: don't bother.pk
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-13Correct copyright statementsbrezak
1993-08-13Machine independent version of insque/remquebrezak
1993-08-02Add RCS identifiers, remove some completely useless RCS logs and patchkitmycroft
headers, and a few other insignificant changes.
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-07-30Add RCS identifiers.mycroft
1993-07-30Add even more RCS frobs.mycroft
1993-03-23Changed Makefile to include the new regex.c packagenate
1993-03-23From BSDI Mailing list. regex.c uses the regcomp routines to emulatenate
the regex routines.
1993-03-23added libcompat for compatibility routines, like ftime, etc.cgd
1993-03-21initial import of 386bsd-0.1 sourcescgd