summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/files
AgeCommit message (Expand)AuthorFilesLines
2009-04-14Pullup ticket #2736 - requested by joergtron5-37/+89
2009-03-22libnbcompat-20090322:joerg4-83/+208
2009-03-02libnbcompat-20090302:joerg1-1/+6
2009-02-26Provide TAILQ_FOREACH_SAFE if it is missing.joerg1-1/+8
2009-02-19Fix PR 40151 - bootstrap of pkgsrc fails on Ubuntu 8.10abs1-1/+6
2009-02-09Only use issetugid if it exists. Fixes reported build issues on QNX andjoerg5-232/+411
2008-12-14Need to include stdint.h for unit64_t on SUA 6.0.obache1-1/+5
2008-11-08OpenBSD headers are still not standalone, even though SUS is prettyjoerg2-5/+56
2008-11-06Add some forgotten ifndefs to fix issues on DragonFly.joerg1-1/+7
2008-10-30Define __UNCONST. From PR 39797.joerg1-3/+5
2008-10-30Avoid STAT as macro, it exists in sys/dir.h on AIX already.joerg2-27/+15
2008-10-29Don't use __RENAME.joerg1-6/+6
2008-10-29Provide more compat glue for ndbm interface as shown in PR 39738.joerg3-8/+85
2008-10-28Define away O_EXLOCK and O_SHLOCK if they are missing.joerg1-2/+9
2008-10-28Use nbcompat/paths.h, Solaris is missing paths.h. From Uwe Klaus.joerg2-6/+6
2008-10-28Add circleq support. Bump to 20081028. Should fix IRIX build fromjoerg1-1/+132
2008-10-28Replace EFTYPE with EINVAL if the former doesn't exist.joerg3-4/+18
2008-10-26Provide and use local mpool.h.joerg3-5/+108
2008-10-26Explicitly check for libnsl and libsocket as required by Solaris.joerg2-1/+155
2008-10-19Include nbcompat/types.h early to make sure that uintX_t are defined.joerg1-2/+2
2008-10-10pkg_install-20081010:joerg43-2/+11189
2008-10-08Mac OS X doesn't define uintXX_t in sys/types.h, so explicitly pull injoerg4-3/+17
2008-10-07Check for existance of sysexits.h and regen config.h.in.joerg3-11/+6
2008-10-06libnbcompat-20080922:joerg23-1540/+1733
2008-09-12Determine both for setmode.c and pwcache.c if any of the functions isjoerg2-116/+20
2008-09-08libnbcompat-20080908:joerg6-66/+226
2008-06-19Make style more consistent.joerg1-6/+6
2008-05-19libnbcompat-20080519:joerg3-15/+12
2008-04-29Drop clauses 3 and 4 from TNF licensesmartin37-298/+39
2008-04-21libnbcompat-20080422:joerg4-2411/+4068
2008-04-17Don't let a mathematican add numbers with less than 20 digits. Fix thejoerg1-1/+1
2008-04-04Add an implement of timegm(3) from nsd (based on Python code).joerg2-1/+85
2008-04-04Add an implement of timegm(3) from nsd (based on Python code).joerg2-1/+96
2008-03-21libnbcompat-20080322:joerg3-155/+188
2008-02-21libnbcompat-20080221:tnn3-1/+577
2008-02-14Move my code to two-clause license.tnn1-25/+16
2008-02-12libnbcompat-20080212:joerg3-9/+14
2007-09-21If dirfd is either a function or a macro, use it. If it doesn't exist,joerg5-7/+250
2007-09-06Use only features available in nawk.jlam1-3/+7
2007-09-04Ensure undef before typedef, to avoid error when a application detect missingobache1-3/+4
2007-07-31Don't use u_{char,short,int,long} as they are non-standard.joerg17-98/+98
2007-07-21Another version bump due to added configure check for uintptr_ttnn1-2/+3
2007-07-21* configure.ac: Add AC_TYPE_UINTPTR_T, needed by sha2.c.tnn3-1/+125
2007-07-20Bump version due to changes in asprintf, snprintf and vsnprintf.tnn1-1/+6
2007-07-20* configure.ac: Test for a standards-conformant vsnprintf. If it is foundtnn3-4/+119
2007-07-20Handle trailing NUL correctly.tnn1-5/+8
2007-07-20Fix logic error in buffer handling (Hi Joerg!)tnn1-6/+6
2007-07-19Replace "poor man's printf" implementation of (v)snprintf with antnn1-764/+69
2007-07-18Fix SHA256/SHA512 to work on strict alignment platforms. This wasjoerg1-13/+49
2007-06-26Protect TAILQ_INSERT_{AFTER,BEFORE} from being redefined. Letsdmcmahill1-1/+5