2004-12-05 00:31:40 by grant beattie | Files touched by this commit (1) |
Log message: re-work workaround for __unvis13 namespace clash by renaming it to __nbcompat_unvis13. fixes build on older NetBSD and Linux/sparc. |
2004-12-03 14:19:09 by grant beattie | Files touched by this commit (1) |
Log message: fix previous. |
2004-12-03 14:12:55 by grant beattie | Files touched by this commit (1) |
Log message: backout previous; it causes build failure on Solaris. must investigate further... |
2004-12-03 01:09:02 by grant beattie | Files touched by this commit (1) |
Log message: add workaround for __unvis13 symbol clash on NetBSD 1.4.3. bootstrap now builds successfully on NetBSD 1.4.3. |
2004-10-24 13:18:33 by grant beattie | Files touched by this commit (3) |
Log message: fix detection of poll() for Darwin 7.x which has a poll() compatibility function, but none of the required headers. fixes bootstrap on Darwin 7.5.0 with gcc and xlc. |
2004-09-23 17:57:41 by Jeremy C. Reed | Files touched by this commit (1) |
Log message: Capitalize first letter of COMMENT. |
2004-09-11 21:05:16 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Bump build dependency to latest libnbcompat. |
2004-09-11 21:01:41 by Johnny C. Lam | Files touched by this commit (6) |
Log message: Update pkgtools/libnbcompat to 20040911. Changes from version 20040822 include fixing fgetln() to account for \0 characters due to implementing it using fgets() (analysis provided by Urban Boquist). Also add a definition for __restrict if not present since it is used in the regex implementation code from src HEAD. This has been tested to work correctly on: FreeBSD-4.8/i386 NetBSD-1.6.2/i386 Solaris 9 |
2004-08-31 19:55:18 by Johnny C. Lam | Files touched by this commit (3) |
Log message: Change the way that we disable unwanted code regions... just #undef _LIBC. |
2004-08-23 05:49:05 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Fix minor problem in #if condition. |