summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/files
AgeCommit message (Expand)AuthorFilesLines
2005-02-04src2nbcompat uses \n backreferences in gensub, which isn't supported injlam1-2/+2
2004-12-12update config.{sub,guess} for various bootstrap tools. fixes build ongrant2-173/+374
2004-12-04re-work workaround for __unvis13 namespace clash by renaming it togrant1-6/+6
2004-12-03fix previous.grant1-3/+3
2004-12-03backout previous; it causes build failure on Solaris. must investigategrant1-8/+2
2004-12-03add workaround for __unvis13 symbol clash on NetBSD 1.4.3. bootstrapgrant1-3/+9
2004-10-24fix detection of poll() for Darwin 7.x which has a poll()grant2-3/+7
2004-09-11Update pkgtools/libnbcompat to 20040911. Changes from version 20040822jlam5-62/+35
2004-08-31Change the way that we disable unwanted code regions... just #undef _LIBC.jlam3-21/+21
2004-08-23Fix minor problem in #if condition.jlam1-3/+3
2004-08-23Update pkgtools/libnbcompat to 20040822. Changes from version 20040814jlam81-2599/+4010
2004-08-21Fix error in the use of "next"... it means to skip the line, not skip tojlam1-11/+11
2004-08-21Fix the version number of the package in the configure script, and modifyjlam4-32/+38
2004-08-20Fix a spell-o and add a strategically valuable comma.schmonz1-3/+3
2004-08-20Deal with HAVE_NBTOOL_CONFIG_H in some sources on the HEAD.jlam1-1/+9
2004-08-20Allow copying individual files instead of whole directory trees.jlam1-39/+67
2004-08-19Works on Interix 3.5.schmonz1-1/+2
2004-08-17Works on Red Hat Enterprise Linux 3.schmonz1-1/+2
2004-08-16Update pkgtools/libnbcompat to 20040814. Changes from version 20040813jlam42-759/+4923
2004-08-13Note working status on Solaris 2.7 (from PR pkg/26625).jlam1-1/+2
2004-08-13Update pkgtools/libnbcompat to 20040813. Changes from version 20040809jlam3-31/+30
2004-08-11Verified to build on OpenBSD-3.3/i386.jlam1-1/+2
2004-08-10Update pkgtools/libnbcompat to 20040809. Changes from version 20040805jlam24-605/+1232
2004-08-06Update pkgtools/libnbcompat to 20040805. Changes from version 20040512jlam20-2522/+2102
2004-05-12don't include poll.h or sys/poll.h, but instead, undefine HAVE_POLL_Hgrant1-8/+4
2004-04-23make sure we define HAVE_POLL if a usable poll() implementation isgrant3-33/+49
2004-04-20workaround poll() being a compatibility function on Darwin 7grant4-18/+404
2004-04-20no need to test for poll() twice.grant2-4/+3
2004-04-18Include limits.h if available to shut down warnings about UINT_MAX onheinz2-1/+9
2004-04-16Use statvfs on UnixWare, similar to Solaris and IRIX.heinz2-5/+5
2004-03-21Some compilers (e.g. Sunpro) emit one char[] per string, even whenbouyer1-5/+7
2004-03-12#if 0 out the __weak_alias stuff, which isn't needed here. should fixgrant6-11/+23
2004-03-11Solaris has fsid_t in sys/vfs.h, so include appropriately.sketch2-1/+7
2004-03-11adding a file to cvs requires "cvs add". duh.grant1-0/+59
2004-03-11catch up with bootstrap-pkgsrc changes.grant6-6/+228
2004-03-11catch up with bootstrap-pkgsrc changes.grant1-1/+6
2004-02-14When checking for the <sys/mount.h> header, include <sys/param.h> ifsimonb2-636/+1750
2004-02-01s/seperate/separate/; s/independantly/independently/;snj1-4/+4
2004-01-14relax the requirement for a >= 64bit off_t to enable long longgrant2-3/+3
2004-01-14use LL for long long suffix.grant1-3/+3
2003-12-19regen for HAVE_WORKING_LONG_LONG renamegrant2-4/+4
2003-12-19* Rename HAVE_QUAD_SUPPORT to the more mnemonic HAVE_WORKING_LONG_LONG.grant2-11/+19
2003-12-19Sync to lib/libc/stdlib/strtoll.c 1.6:grant1-8/+11
2003-12-19sync to NetBSD for Todd's latest licensegrant1-2/+19
2003-12-19sync to NetBSD for Todd's latest license, and fix for potential SEGVgrant1-26/+17
2003-12-19Apply change from src/include/fts.h 1.10:grant1-3/+3
2003-12-19Convert the 4 clause UCB license to the 3 clause license.grant3-19/+7
2003-12-10always use local glob() as some glob() implementations have securitygrant6-121/+14
2003-12-08shut up another escaping warning from gawk.grant1-2/+2
2003-12-08always use local glob.[ch] if GLOB_NOMATCH or GLOB_ABORTED aren'tgrant4-2/+94