| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-12-23 | Use "int32_t" instead of "time_t" for ``on tape'' times. (From FreeBSD.) | lukem | |
| 2001-12-12 | MKfoo=no -> NOfoo= | tv | |
| 2001-12-07 | - make FILE structure extensible without breaking binary-compatibility. | yamt | |
| - add fputwc, fgetwc, fwide and related functions. - add hooks needed to maintain the orientation of file stream. | |||
| 2001-12-06 | Give the struct typedef'd to *nl_catd a name to avoid an error with gcc | wiz | |
| 2.95.3 ("non-local function `struct {anonymous} *const & I18n::getCatalogFd() ' uses anonymous type"). Fixes problem reported in pkg/14477. Ok'd by kleink. | |||
| 2001-11-01 | Be smarter about finding rpcgen's absolute path; only do it if ${RPCGEN} | tv | |
| (when evaluated) does not start with a /. Also don't go through a make(1) recursion step; just use !=. | |||
| 2001-10-31 | No need to do the tricky XRPCGEN dance. | tv | |
| 2001-10-28 | Partially back out previous: don't apply restrict qualifier to pointer | kleink | |
| to function. | |||
| 2001-10-27 | Make FNM_CASEFOLD !_XOPEN_SOURCE, too. | kleink | |
| 2001-10-27 | Sprinkle some __restrict into <glob.h>. | kleink | |
| 2001-10-23 | - add _PATH_USERMGMT_CONF. resolves [bin/14305] | lukem | |
| - add _PATH_PASSWD_CONF to be consistent with almost all other _PATH_xxx_CONF defines, and change from using _PATH_PASSWDCONF to the former. keep the latter for compatibility, although arguably it could be removed because it was never in a release and was only used in one file in the tree. | |||
| 2001-10-22 | sort _PATH_CLOCKCTL | lukem | |
| 2001-09-27 | add wcstod/wcstol/wcstoul. | yamt | |
| 2001-09-17 | update infrastructure for krb4 1.1 and heimdal 0.4e | assar | |
| 2001-09-16 | Added the path for the clockctl pseudodriver device. | manu | |
| 2001-08-18 | Add two arguments to pw_mkdb(), a la OpenBSD. This is to allow us to pass | ad | |
| the -u and -s options to pwd_mkdb. | |||
| 2001-08-04 | #ifdef __STDC__ -> #if __STDC__. | mrg | |
| 2001-07-29 | Remove variable name from prototype. | wiz | |
| Reported by John Heasley on current-users on 29 July 2001. | |||
| 2001-07-18 | Avoid trad. cpp recursion in intptr_t definition. | kleink | |
| 2001-07-17 | A <sched.h> file, which provides the clone(2) prototypes, in order | thorpej | |
| to be compatible with Linux. | |||
| 2001-06-20 | update generated heimdal include files for 0.3f | assar | |
| update Makefile infrastructure for 0.3f bump shared library versions fix some merge problems | |||
| 2001-06-19 | `existent', not `existant' | wiz | |
| 2001-06-19 | `accessible' only has one `a'. | wiz | |
| 2001-06-11 | Fix various misspellings of compatible/compatibility. | wiz | |
| 2001-05-06 | Employ __static_cast(); suggested by Dave Sainty in PR lib/11766. | kleink | |
| 2001-04-28 | * Move definitions of exact-width integer types from <machine/types.h> | kleink | |
| to <sys/types.h> and <sys/stdint.h>. * Add a new C99 <stdint.h> header, which provides integer types of explicit width, related limits and integer constant macros. * Extend <inttypes.h> to provide <stdint.h> definitions and format macros for printf() and scanf(). * Add C99 strtoimax() and strtoumax() functions. * Use the latter within scanf(). * Add C99 %j, %t and %z printf()/scanf() conversions for intmax_t, pointer-type and size_t arguments. | |||
| 2001-04-26 | Change the `len' arguemtn to gethostbyaddr(3) from int to socklen_t in | kleink | |
| accordance with XNS5.2; fixes PR standards/12703. | |||
| 2001-04-18 | If _CTYPE_PRIVATE, need to include <machine/limits.h> for CHAR_BIT. | thorpej | |
| 2001-04-17 | Replace (sizeof (char) << 3) with a less silly-looking CHAR_BIT; | kleink | |
| from Peter Seebach in PR standards/9333. | |||
| 2001-04-06 | add getbootfile(3) | wiz | |
| 2001-03-31 | Finally deprecate the old timezone() interface in favor of an XSH5 | kleink | |
| timezone/daytime pair; as proposed by J.T. in September, 1996. Fixes PR standards/11807 by Nick Hudson. | |||
| 2001-03-29 | Sprinkle some restrict. | kleink | |
| 2001-03-28 | Don't declare qdiv() when qdiv_t wasn't defined previously; fixes PR lib/11557 | kleink | |
| from Richard Earnshaw. | |||
| 2001-03-22 | add "CODESET" symbol. (but not working yet) | tshiozak | |
| 2001-03-22 | Sprinkle some restrict qualifiers. | kleink | |
| 2001-03-21 | Sprinkle some restrict qualifiers. | kleink | |
| 2001-03-21 | Use `rpcgen -C'. | mycroft | |
| 2001-03-19 | Oops. Forgot md2.h header file. | atatat | |
| 2001-03-19 | Add md2 routines to libc. | atatat | |
| 2001-03-16 | fix comment. | christos | |
| 2001-03-16 | Add GLOB_LIMIT | christos | |
| 2001-03-10 | add prototypes for shquote() and shquotev() | cgd | |
| 2001-02-19 | add prototypes for getprogname and setprogname | cgd | |
| 2001-02-17 | Don't handle ieeefp.h on vax. | ragge | |
| 2001-02-16 | check NO_DLOPEN again | msaitoh | |
| 2001-02-13 | change 'char *' args of clnt_pcreateerror, clnt_spcreateerror, | cgd | |
| clnt_perror, and clnt_sperror to 'const char *' to follow manual pages (!!). | |||
| 2001-02-11 | update generated headers for 0.3e | assar | |
| 2001-02-04 | avoid redundant declarations. | christos | |
| 2001-01-21 | have comment about strange use of _B | itojun | |
| 2001-01-20 | avoid exposure of libc internal symbols into public header (wctype.h). | itojun | |
| 2001-01-16 | use expr to do subtraction. shell math isn't as portable. | cgd | |
