Add no-op macro for ngettext for non-NLS builds
[krb5.git] / src / include / k5-platform.h
2012-05-09 Greg HudsonAdd no-op macro for ngettext for non-NLS builds
2011-10-18 Greg HudsonEnsure termination in Windows vsnprintf wrapper
2011-10-05 Sam HartmanAdd krb5int_gettimeofday to k5sprt for platforms w...
2011-09-05 Greg HudsonAdd fnmatch support to libkrb5support
2011-08-09 Sam HartmanIn last-resort fallback va_copy change 'memcmp' to...
2011-08-07 Greg HudsonAdd internal APIs for portable path manipulation
2011-06-10 Greg HudsonAdd localization infrastructure
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2010-02-20 Ken RaeburnUse bswap16 and bswap32 on NetBSD
2009-12-03 Ken RaeburnTemporarily define UINT16_TYPE and UINT32_TYPE so the...
2009-12-02 Ken RaeburnAdd store_{16,32,64}_n functions, for potentially-unali...
2009-11-24 Greg HudsonPunt the volatile cast in the non-gcc, non-Windows...
2009-11-14 Greg HudsonReindent include directory, reformatting prototypes...
2009-10-31 Tom Yumake mark-cstyle
2009-09-15 Ken RaeburnFix stupid logic bug in last version
2009-09-15 Ken RaeburnCheck __BIG_ENDIAN__ and __LITTLE_ENDIAN__ to determine...
2009-07-30 Greg HudsonInclude <assert.h> in k5-platform.h, since we use asser...
2009-07-01 Greg Hudsonk5-platform.h no longer takes responsibility for making...
2009-02-11 Ken Raeburndefine SSIZE_MAX forWindows
2009-02-09 Ken RaeburnC++ compatibility fix -- g++ says "types may not be...
2009-02-05 Ken Raeburnuse casts, for c++ compilation on windows
2009-02-05 Ken Raeburndeclare replacement [v]asprintf functions
2009-01-24 Ken RaeburnChange 16/32/64-bit big-/little-endian/native unaligned...
2008-10-24 Greg HudsonAdd build system support for strlcpy and strlcat on...
2008-10-23 Greg HudsonUse snprintf instead of strcpy/strcat in many places
2008-10-15 Ken RaeburnNow that we have support for conditionally exporting...
2008-08-29 Ken RaeburnFix vasprintf signed/unsigned mix; separate out duplica...
2008-06-24 Ken RaeburnMerge from branch sun-iprop
2007-12-22 Ken RaeburnImplement SWAP16 for Mac without compiler warning
2007-11-15 Kevin KochOn Windows, UINT64_MAX isn't defined; define it
2007-10-29 Ken RaeburnOn Mac, include TargetConditionals.h and architecture...
2007-10-22 Ken RaeburnSet close-on-exec flag in most places where file descri...
2007-08-01 Ken RaeburnDefine snprintf along with vsnprintf for Windows
2007-07-27 Ken RaeburnProvide {,v}asprintf prototypes if needed
2007-06-29 Ken RaeburnUnder gcc, declare k5_v?asprintf with format attribute
2007-06-27 Ken RaeburnFor Win32 environment, define CAN_COPY_VA_LIST, and...
2007-06-27 Ken RaeburnIf mkstemp is missing, define the mkstemp macro is...
2007-06-20 Ken RaeburnAdd the libdb2 type-existence tests to the top-level...
2007-06-20 Ken RaeburnMove (BSD-licensed) mkstemp from libdb2 to libkrb5suppo...
2007-06-20 Ken Raeburnprovide asprintf functionality for internal use
2007-03-14 Ken RaeburnUse "unsigned __int{16,32}" types for Windows in load_...
2007-03-14 Ken Raeburn* include/k5-platform.h: Add load_{16,32,64}_n for...
2006-06-22 Sam Hartman r18022@luminous: jaltman | 2006-05-19 05:18:37 -0400
2006-06-13 Russ AllberyPOSIX allows getpwnam_r and getpwuid_r to return 0...
2006-03-08 Ken RaeburnEnable compilation of little-endian unaligned load...
2005-06-15 Ken Raeburn* k5-platform.h: Include endian.h if it's available...
2005-06-09 Ken RaeburnUse GCC's packed-structure support to try to optimize...
2005-06-07 Ken Raeburndon't always require support library when building...
2005-03-26 Ken RaeburnThis patch tightens up our determination of whether...
2005-03-25 Ken Raeburnshared library support for HP-UX 10
2005-02-09 Ken RaeburnFix build problem found testing certain combinations...
2004-07-14 Ken Raeburn* k5-platform.h (k5_call_init_function) [DELAY_INITIALI...
2004-07-01 Ken Raeburn* configure.in: Test for 'inline' support.
2004-06-25 Ken Raeburn* k5-platform.h (JOIN4, JOIN4_2, JOIN3, JOIN3_2): Unuse...
2004-06-18 Ken Raeburn* k5-platform.h (MAKE_INIT_FUNCTION, CALL_INIT_FUNCTION...
2004-04-29 Ken Raeburn* k5-platform.h (DELAY_INITIALIZER): Don't define.
2004-04-24 Ken RaeburnAdded support for library initialization and finalizati...
2003-12-15 Ken Raeburn* k5-platform.h (SIZE_MAX): Provide default definition...
2003-12-15 Jeffrey Altman * k5-platform.h: apply casts (unsigned char) to the...
2003-12-13 Ken RaeburnAdd platform-dependent 64-bit and inline-function suppo...