Age | Commit message (Expand) | Author | Files | Lines |
2007-07-27 | No need to use the -p flag to cp(1) here. | tnn | 1 | -2/+2 |
2007-07-21 | Another version bump due to added configure check for uintptr_t | tnn | 2 | -4/+5 |
2007-07-21 | * configure.ac: Add AC_TYPE_UINTPTR_T, needed by sha2.c. | tnn | 3 | -1/+125 |
2007-07-20 | Bump version due to changes in asprintf, snprintf and vsnprintf. | tnn | 2 | -3/+8 |
2007-07-20 | * configure.ac: Test for a standards-conformant vsnprintf. If it is found | tnn | 3 | -4/+119 |
2007-07-20 | Handle trailing NUL correctly. | tnn | 1 | -5/+8 |
2007-07-20 | Fix logic error in buffer handling (Hi Joerg!) | tnn | 1 | -6/+6 |
2007-07-19 | Replace "poor man's printf" implementation of (v)snprintf with an | tnn | 1 | -764/+69 |
2007-07-18 | Fix SHA256/SHA512 to work on strict alignment platforms. This was | joerg | 2 | -15/+51 |
2007-06-26 | Protect TAILQ_INSERT_{AFTER,BEFORE} from being redefined. Lets | dmcmahill | 2 | -3/+7 |
2007-06-25 | Add asprintf implementation based on snprintf. | joerg | 7 | -29/+282 |
2007-06-19 | Obfuscate embedded $NetBSD$ strings a bit, so that pkgsrc doesn't pick | joerg | 1 | -4/+4 |
2007-05-31 | Updated libnbcompat to 20070531. | rillig | 4 | -35/+40 |
2007-05-22 | Add a couple of success reports. | tnn | 1 | -1/+4 |
2007-05-07 | Fix bug in configure script, noticed by Thorsten Glaser. | joerg | 2 | -17/+17 |
2007-05-07 | Add SHA256/SHA384/SHA512 to libnbcompat. Update version to 20070507. | joerg | 9 | -4293/+5947 |
2007-03-12 | Sync config.{guess,sub} with mk/gnu-configure. | joerg | 2 | -361/+481 |
2006-12-17 | note a few platforms where I've confirmed this version of libnbcompat to | jschauma | 1 | -1/+5 |
2006-08-26 | For the benefit of Mr. Kite^W^Wsnprint.c add long double type detection. | seb | 3 | -2/+82 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 |
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 |
2006-07-02 | Indented the make directives properly to fix pkglint warnings. | rillig | 1 | -6/+5 |
2006-04-12 | Aligned the last line of the buildlink3.mk files with the first line, so | rillig | 1 | -2/+2 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -2/+2 |
2006-03-01 | Update AC_C___ATTRIBUTE__ macro from heimdal, fixes detection with | joerg | 2 | -18/+11 |
2005-11-28 | added support for systems such as IRIX 5 that do not have _POSIX2_RE_DUP_MAX | schwarz | 2 | -2/+12 |
2005-11-18 | revert last, and apply the simpler fix to the MAKEEXTRALIST macro in | grant | 1 | -9/+7 |
2005-11-18 | pass const empty string to MAKEEXTRALIST macro instead of the | grant | 1 | -5/+8 |
2005-10-10 | Instead of using hard-coded 555 mode for installing library, | reed | 2 | -3/+5 |
2005-05-15 | Mention that it is also helpful for providing definitions and | reed | 1 | -1/+4 |
2005-05-15 | Add "devel" to categories. | reed | 1 | -2/+2 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-02-20 | don't use the implied source in the `bits' rule, just specify the | grant | 1 | -2/+2 |
2005-02-15 | redo previous in a slightly different way to appease NetBSD make(1). | grant | 1 | -2/+4 |
2005-02-15 | Revert previous, since it breaks compilation on 2.0 and -current. | wiz | 1 | -4/+3 |
2005-02-15 | honour LDFLAGS when linking the `bits' binary. | grant | 1 | -3/+4 |
2005-02-04 | src2nbcompat uses \n backreferences in gensub, which isn't supported in | jlam | 1 | -2/+2 |
2005-01-06 | Don't "cp -p" for *source* files. Builds are usually done as an unprivileged | tv | 1 | -2/+2 |
2004-12-12 | update config.{sub,guess} for various bootstrap tools. fixes build on | grant | 2 | -173/+374 |
2004-12-04 | re-work workaround for __unvis13 namespace clash by renaming it to | grant | 1 | -6/+6 |
2004-12-03 | fix previous. | grant | 1 | -3/+3 |
2004-12-03 | backout previous; it causes build failure on Solaris. must investigate | grant | 1 | -8/+2 |
2004-12-03 | add workaround for __unvis13 symbol clash on NetBSD 1.4.3. bootstrap | grant | 1 | -3/+9 |
2004-10-24 | fix detection of poll() for Darwin 7.x which has a poll() | grant | 3 | -5/+9 |
2004-09-23 | Capitalize first letter of COMMENT. | reed | 1 | -2/+2 |
2004-09-11 | Bump build dependency to latest libnbcompat. | jlam | 1 | -2/+2 |
2004-09-11 | Update pkgtools/libnbcompat to 20040911. Changes from version 20040822 | jlam | 6 | -64/+37 |
2004-08-31 | Change the way that we disable unwanted code regions... just #undef _LIBC. | jlam | 3 | -21/+21 |
2004-08-23 | Fix minor problem in #if condition. | jlam | 1 | -3/+3 |
2004-08-23 | Update pkgtools/libnbcompat to 20040822. Changes from version 20040814 | jlam | 84 | -2604/+4024 |