Age | Commit message (Expand) | Author | Files | Lines |
2007-09-21 | If dirfd is either a function or a macro, use it. If it doesn't exist, | joerg | 5 | -7/+250 |
2007-09-06 | Use only features available in nawk. | jlam | 1 | -3/+7 |
2007-09-04 | Ensure undef before typedef, to avoid error when a application detect missing | obache | 1 | -3/+4 |
2007-07-31 | Don't use u_{char,short,int,long} as they are non-standard. | joerg | 17 | -98/+98 |
2007-07-21 | Another version bump due to added configure check for uintptr_t | tnn | 1 | -2/+3 |
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 | 1 | -1/+6 |
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 | 1 | -13/+49 |
2007-06-26 | Protect TAILQ_INSERT_{AFTER,BEFORE} from being redefined. Lets | dmcmahill | 1 | -1/+5 |
2007-06-25 | Add asprintf implementation based on snprintf. | joerg | 6 | -27/+280 |
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 | 2 | -32/+36 |
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 | 7 | -4290/+5943 |
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-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 | 1 | -2/+3 |
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 |
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 | 2 | -3/+7 |
2004-09-11 | Update pkgtools/libnbcompat to 20040911. Changes from version 20040822 | jlam | 5 | -62/+35 |
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 | 81 | -2599/+4010 |
2004-08-21 | Fix error in the use of "next"... it means to skip the line, not skip to | jlam | 1 | -11/+11 |
2004-08-21 | Fix the version number of the package in the configure script, and modify | jlam | 4 | -32/+38 |
2004-08-20 | Fix a spell-o and add a strategically valuable comma. | schmonz | 1 | -3/+3 |
2004-08-20 | Deal with HAVE_NBTOOL_CONFIG_H in some sources on the HEAD. | jlam | 1 | -1/+9 |
2004-08-20 | Allow copying individual files instead of whole directory trees. | jlam | 1 | -39/+67 |
2004-08-19 | Works on Interix 3.5. | schmonz | 1 | -1/+2 |
2004-08-17 | Works on Red Hat Enterprise Linux 3. | schmonz | 1 | -1/+2 |
2004-08-16 | Update pkgtools/libnbcompat to 20040814. Changes from version 20040813 | jlam | 42 | -759/+4923 |