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