summaryrefslogtreecommitdiff
path: root/acconfig.h
AgeCommit message (Expand)AuthorFilesLines
2002-12-04Add 3rd argument to remaining AC_DEFINES(), so we can get rid ofOwen Taylor1-53/+0
2002-02-26Check for iconv_* in -liconv as well as libiconv_* in -liconv since AIXOwen Taylor1-1/+2
2001-02-15Reverted the changes necessary to enlarge the system thread forSebastian Wilhelmi1-1/+0
2001-01-16Add gettext support.Owen Taylor1-2/+7
2000-12-29we can't grow _cv_ variables by using a backticked expr that refers backTim Janik1-0/+1
2000-12-29got rid of outdated dmalloc support. provide g_try_malloc() andTim Janik1-0/+1
2000-11-12Create wrapper functions for iconv() so that we can transparently use theOwen Taylor1-0/+2
2000-10-16gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath1-76/+0
2000-09-19Test for the existence of getcwd, and use it only when found.Sebastian Wilhelmi1-0/+1
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-3/+3
2000-07-26added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik1-0/+1
2000-05-29Add function to get the codeset name for the current locale.Owen Taylor1-0/+1
2000-04-17Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi1-0/+1
1999-11-16Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflectSebastian Wilhelmi1-1/+1
1999-10-12completly new implementation for printf string upper bounds calculation.Tim Janik1-0/+4
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1-5/+0
1999-08-15eliminate memset() call, since string.h has not neccessarily been includedTim Janik1-0/+1
1999-07-01Added a g_memmove replacement for platforms without memmove, where bcopySebastian Wilhelmi1-0/+1
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi1-0/+6
1999-05-08Port to BeOS by myself and Richard Offer.CDT 1999 Shawn T. Amundson1-0/+3
1999-03-20acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.2fManish Singh1-2/+0
1999-03-17Added missing values for G_MAXU(SHORT|INT|LONG) on platforms with onlySebastian Wilhelmi1-3/+0
1999-03-17Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org>Sebastian Wilhelmi1-0/+4
1999-02-08Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), thatSebastian Wilhelmi1-1/+3
1999-01-20Use getpwuid_r with the right signature, if available.Sebastian Wilhelmi1-0/+1
1999-01-19The "extern char* sys_siglist" declaration breaks systems with differentJosh MacDonald1-0/+1
1999-01-13small fix so it compiles for meTim Janik1-0/+2
1999-01-09Add checks for vasprintf, localtime_r.Jeff Garzik1-2/+0
1998-12-19fixed up gthread includes, cleaned up glibconfig.h a little bit.Tim Janik1-0/+4
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1-0/+1
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-0/+2
1998-12-02Merge main loop into head. This probably breaks Win32, untilOwen Taylor1-0/+2
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1-0/+8
1998-09-07check for all three inline keywords individually.Tim Janik1-0/+5
1998-08-24removed this function which was not publically exported in glib.h. toTim Janik1-0/+3
1998-08-04version bump to 1.1.1, binary age 1, interface age 0. updates. updates.Tim Janik1-0/+2
1998-06-10Initial revisionOwen Taylor1-0/+76