2007-06-27 00:10:46 by Dan McMahill | Files touched by this commit (2) |
Log message: Protect TAILQ_INSERT_{AFTER,BEFORE} from being redefined. Lets pbulk build on netbsd-2/alpha (and probably other netbsd platforms) again. |
2007-06-25 23:35:06 by Joerg Sonnenberger | Files touched by this commit (7) |
Log message: Add asprintf implementation based on snprintf. Add vsnprintf prototype as the function is implemented and used. Add all the macros from NetBSD's sys/queue.h defined for the types implemented. Bump version to libnbcompat-20070622. Tested by dmcmahill@NetBSD.org on Solaris. OK jlam@, agc@ |
2007-06-19 02:45:13 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Obfuscate embedded $NetBSD$ strings a bit, so that pkgsrc doesn't pick them up for +BUILD_VERSION. This makes matching against the output of ident impossible to verify whether the package is up-to-date. |
2007-05-31 12:18:49 by Roland Illig | Files touched by this commit (4) |
Log message: Updated libnbcompat to 20070531. Changes since 20070507: Completely rewrote the fgetln implementation, since the previous version couldn't handle files that don't end with a '\n' character. Tested on IRIX, NetBSD and Solaris. |
2007-05-22 20:06:40 by Tobias Nygren | Files touched by this commit (1) |
Log message: Add a couple of success reports. |
2007-05-07 23:41:34 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Fix bug in configure script, noticed by Thorsten Glaser. |
2007-05-07 18:38:47 by Joerg Sonnenberger | Files touched by this commit (9) |
Log message: Add SHA256/SHA384/SHA512 to libnbcompat. Update version to 20070507. |
2007-03-12 01:48:30 by Joerg Sonnenberger | Files touched by this commit (14) |
Log message: Sync config.{guess,sub} with mk/gnu-configure. |
2006-12-17 20:27:57 by Jan Schaumann | Files touched by this commit (1) |
Log message: note a few platforms where I've confirmed this version of libnbcompat to be working |
2006-08-26 23:28:21 by Stoned Elipot | Files touched by this commit (3) |
Log message: For the benefit of Mr. Kite^W^Wsnprint.c add long double type detection. |