summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
1998-12-19fixed up sys/poll.h and sys/types.h inclusions.Tim Janik1-6/+26
1998-12-19fixed up gthread includes, cleaned up glibconfig.h a little bit.Tim Janik1-131/+159
1998-12-18Changed the last pthread_cond_init to pthread_attr_init.Sebastian Wilhelmi1-4/+1
1998-12-17Released GLib 1.1.9GLIB_1_1_9CST 1998 Shawn T. Amundson1-1/+1
1998-12-17check for pthread_attr_init in all cases, du4 needs this since most of theManish Singh1-4/+4
1998-12-16Fixed stupid bug, that made g_static_mutex_lock(*mutex) not work asSebastian Wilhelmi1-2/+2
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1-4/+19
1998-12-16Released GLib 1.1.8GLIB_1_1_8CST 1998 Shawn T. Amundson1-3/+3
1998-12-16fixed error for AIX thread detectionJoel Becker1-2/+1
1998-12-15-fstack-check generates non-working code for at least a few compilersElliot Lee1-11/+11
1998-12-15Dont complain, if --without-threads or --with-threads=none is supplied;Sebastian Wilhelmi1-2/+7
1998-12-15Bugfixes to autoconf thread lib detectionJeff Garzik1-25/+50
1998-12-15Fixed --with-threads, small 64-bit probJeff Garzik1-3/+5
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-0/+206
1998-12-13always define G_HAVE_INLINE if __cplusplus is defined, reported by Wan-TehTim Janik1-0/+4
1998-12-11Released GLib 1.1.7GLIB_1_1_7CST 1998 Shawn T. Amundson1-3/+3
1998-12-10removed redefinition of G_COMPILED_WITH_DEBUGGING from glibconfig.hJoel Becker1-2/+1
1998-12-05When creating glibconfig.h, we need to include <sys/types.h> beforePRE_CLEANUPMartin Baulig1-0/+1
1998-12-02Merge main loop into head. This probably breaks Win32, untilOwen Taylor1-1/+9
1998-12-02s/time_t/GTime/ and s/g_print/g_message/ include time.h.Tim Janik1-1/+1
1998-11-29 Put -DFOO stuff into Makefile.am INCLUDES.Jeff Garzik1-2/+3
1998-11-29put debug -DFOO stuff into CPPFLAGS, not CFLAGS, so CFLAGS can beManish Singh1-2/+2
1998-11-23NEWS: README: configure.in: glib.spec: Updated to version 1.1.5GLIB_1_1_5CST 1998 Shawn T. Amundson1-1/+1
1998-11-11use __extension__ for long long on gcc >= 2.8 and egcs, and provide aManish Singh1-6/+31
1998-11-05Added 'strncasecmp' to the list of functions to be searched for. Added aPhil Schwan1-1/+1
1998-11-02glib.h endian macros defined using the glibconfig.h mechanism nowManish Singh1-10/+50
1998-11-01Land glib-rrh-19981025-0.patch.Raja R Harinath1-29/+299
1998-10-27reimplemented the endian stuff, using inline asm for x86. #define g_htonlManish Singh1-4/+21
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1-2/+8
1998-10-25Released GLib 1.1.4GLIB_1_1_4CST 1998 Shawn T. Amundson1-0/+1
1998-10-21reverted part of the changes from Sebastian Wilhelmi (1998-10-20). don'tTim Janik1-4/+3
1998-10-20made the check for needed underscore in module's func-names work onSebastian Wilhelmi1-11/+16
1998-10-20configure.in added test for endiannessManish Singh1-0/+2
1998-10-17logic was reversed on need_underscore testSeth Alves1-1/+1
1998-09-25version bump to 1.1.4, binary age 0, interface age 0.Tim Janik1-1/+1
1998-09-21NEWS file update for upcoming release of GLib + GModule version 1.1.3,Tim Janik1-0/+4
1998-09-09added -posix check for NeXTStepManish Singh1-0/+12
1998-09-08Minor bug fix that caused an error in ORBit due to a wrong inline declaration.Martin Baulig1-3/+3
1998-09-08comment the -std1 check and save LIBS properlyManish Singh1-1/+2
1998-09-07check for all three inline keywords individually.Tim Janik1-4/+55
1998-09-07configure.in: added -std1 check for ANSI compliance (from gtk)Manish Singh1-0/+19
1998-08-24removed this function which was not publically exported in glib.h. toTim Janik1-0/+81
1998-08-16version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1-3/+3
1998-08-09initial import of gmodule.Tim Janik1-1/+84
1998-08-05Released GLib 1.1.2GLIB_1_1_2PDT 1998 Shawn T. Amundson1-3/+3
1998-08-04version bump to 1.1.1, binary age 1, interface age 0. updates. updates.Tim Janik1-2/+4
1998-07-20Add gint64/guint64 if possible (HAVE_GINT64 is defined if we have it,Elliot Lee1-0/+1
1998-06-11New file. Contains `libtool.m4' from libtool-1.2, the version from whichRaja R Harinath1-16/+17
1998-06-10Initial revisionOwen Taylor1-0/+221