NetBSD/share
christos 48d8900cac For now, s/c99/gnu99/ for WARNS=4. This is so that alloca() is defined (and
possibly other built-in functions). Another solution would be to add:

    #ifdef __GNUC__
    #define alloca(a) __builtin_alloca(a)
    #else
    void *alloca(size_t);
    #endif

in stdlib.h, since we have assembly support for some architectures on
non-gcc environments, and we can add the rest.
2005-12-02 21:34:50 +00:00
..
dict Add antidisestablishmentarianism. 2004-09-28 00:49:52 +00:00
doc Allow docs elsewhere in tree to be built with "make" after installation. 2004-08-06 16:35:41 +00:00
examples Fix typo: ammount -> amount. 2005-11-27 14:11:44 +00:00
i18n add lacked correspondences between CP932 and UCS. 2005-10-18 06:49:28 +00:00
legal Per Christos (board): 2005-10-22 06:04:57 +00:00
locale add csmapper:CNS11643-1,2 and esdb:ISO-2022-CN, 2005-03-27 22:30:05 +00:00
man bump date for previous (PIM) 2005-12-02 21:06:22 +00:00
me Don't remove ${.TARGET} - thanks Alexander for pointing it out. 2004-03-20 20:41:33 +00:00
misc This year's EuroBSDCon is in Basel. 2005-11-27 09:26:35 +00:00
mk For now, s/c99/gnu99/ for WARNS=4. This is so that alloca() is defined (and 2005-12-02 21:34:50 +00:00
nls
sushi RFC 3879 deprecated the IPv6 site-local prefix (fec0::/10): 2005-11-24 17:28:45 +00:00
tabset
termcap Enable ACS characters in rxvt. Closes PR 30655. 2005-07-05 15:35:06 +00:00
tmac Improve .An support: recognize -nosplit. 2005-06-11 23:46:57 +00:00
wscons Added Portuguese keymap for MAPLE keyboards, found on SEGA Dreamcast. 2005-07-25 19:57:30 +00:00
zoneinfo Import tzdata2005o. 2005-12-01 08:39:58 +00:00
Makefile Descend into legal/. 2005-10-22 12:31:05 +00:00
Makefile.inc