| Age | Commit message (Expand) | Author |
| 2004-07-13 | Add wordexp(3). The wordexp function performs shell-style word expansions. | seb |
| 2004-07-12 | Move round() to the C99 section. | kleink |
| 2004-07-12 | Move the strcasestr() prototype to the local extensions section. | kleink |
| 2004-07-10 | lib/24252: Add C99 functions round(3) and roundf(3). | junyoung |
| 2004-07-03 | Add strcasestr(3), case insensitive version of strstr(3). | junyoung |
| 2004-07-01 | Resolve some namespace protection confusion between XPG4.2 and 5/1003.1b, | kleink |
| 2004-07-01 | Tidy up the namespace: lint -> __lint__. | kleink |
| 2004-07-01 | being here, add the (l)lround(f) functions to libm | drochner |
| 2004-06-30 | shut up lint's "long long" warnings | drochner |
| 2004-06-30 | Add (l)lrint(f). | drochner |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2004-06-09 | Provide an ifdef so that we can define an old style _res if we need to. | christos |
| 2004-06-06 | add $NetBSD$ | mrg |
| 2004-06-04 | Removr parameter names from __h_errno_set() function declaration. | he |
| 2004-06-01 | Move declaration of closefrom(3) to local extensions. | kleink |
| 2004-05-31 | implement closefrom(3). | itojun |
| 2004-05-28 | PR/25003: John Kohl: File is missing a copyright. | christos |
| 2004-05-27 | Add unix/98 pty function prototypes. | christos |
| 2004-05-26 | PR/25707: Love: remove _LIBC from res_state as suggested, so that res_ninit | christos |
| 2004-05-25 | notyet is in the users namespace as pointed out by klaus. | christos |
| 2004-05-25 | we don't implement getipnode*(), so don't define their flags for now. It | christos |
| 2004-05-25 | Now that we have res_nsearch, use it. Thanks christos for adding it. | lha |
| 2004-05-24 | remove a duplicated prototype of getprotoent_r. | yamt |
| 2004-05-23 | Implement sigemptyset() and sigfillset() not as macros but as inline | kleink |
| 2004-05-22 | Provide access to the 5 symbols the bind8 resolver libc did. | christos |
| 2004-05-22 | provide unconditional access to _res via __res_state(). This will abort | christos |
| 2004-05-21 | install new files. | christos |
| 2004-05-21 | resolve conflicts. | christos |
| 2004-05-21 | import new and changed files from bind9 | christos |
| 2004-05-21 | Import selected changes from bind9. Follow the copyright structure there. | christos |
| 2004-05-21 | add 2 new functions from bind9 | christos |
| 2004-05-20 | Make it possible to use <stdbool.h> in C++ applications. | kleink |
| 2004-05-18 | Remove _assert() again. As has been noted by Ben Harris, this had been | kleink |
| 2004-05-10 | While I'm at it: add restrict qualifiers to readlink(2). | kleink |
| 2004-05-10 | POSIX-2001: Change readlink(2)'s return type from int to ssize_t. | kleink |
| 2004-05-10 | remove fgetstr() from public sight | drochner |
| 2004-05-08 | C99: Provide WCHAR_{MAX,MIN} via <machine/wchar_limits.h> (we'll also | kleink |
| 2004-05-08 | * __sparc64__ -> __sparc__ && _LP64, | kleink |
| 2004-05-08 | struct netnet.n_net used to be an unsigned long integer. | kleink |
| 2004-05-08 | Merge changes between Heimdal 0.6.1 and 0.6.2 | lha |
| 2004-04-28 | XPG4.2: Change member `dsize' of struct datum from int to size_t. | kleink |
| 2004-04-27 | Un-__P(). | kleink |
| 2004-04-27 | Remove declaration of dbm_forder(), which is not implemented. | kleink |
| 2004-04-23 | more const sprinkling on cget* suggested by kleink. | christos |
| 2004-04-23 | constify the db name vector argument. | christos |
| 2004-04-23 | constify setdisktab() | christos |
| 2004-04-21 | add fgetstr | christos |
| 2004-04-14 | fix comment (there could be more than 3 AI_xxx) | itojun |
| 2004-04-14 | implement AI_NUMERICSERV (as defined in RFC3493) | itojun |
| 2004-04-02 | Merge changes between heimdal-0.6 and heimdal-0.6.1 | lha |