summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Look also for (illegal) forward slashes in the template.Tor Lillqvist2001-01-051-1/+4
* remove glib-config-2.0Havoc Pennington2001-01-041-1/+0
* we can't grow _cv_ variables by using a backticked expr that refers backTim Janik2000-12-291-11/+10
* got rid of outdated dmalloc support. provide g_try_malloc() andTim Janik2000-12-291-29/+44
* Determine the suffix of the shared librarries for this system. This isSebastian Wilhelmi2000-12-221-0/+19
* Added --disable-mem-pools option.Alexander Larsson2000-12-191-0/+11
* fixed dealing with collection/lcopy of NULL values.Tim Janik2000-12-121-0/+16
* Rename from GLIB_DIVERT_BEFORE_HELP. Update to track autoconf 2.49b.Raja R Harinath2000-12-081-10/+9
* Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi2000-11-211-0/+23
* Check for the sched.h header and include it on gthread/gthread-posix.c ifSebastian Wilhelmi2000-11-151-42/+54
* Up version to 1.3.2Owen Taylor2000-11-131-1/+1
* Create wrapper functions for iconv() so that we can transparently use theOwen Taylor2000-11-121-0/+60
* Check for mkstemp.Tor Lillqvist2000-10-301-1/+1
* Use one = instead of two, which is plainly wrong.Sebastian Wilhelmi2000-10-231-1/+1
* gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath2000-10-161-105/+95
* Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi2000-10-121-8/+6
* Removed cruft from old threading code.Sebastian Wilhelmi2000-10-121-3/+0
* define GLIB_HAVE_ALLOCA_H instead of including alloca.h in glibconfig.h,Sebastian Wilhelmi2000-10-121-1/+1
* Work with beta autoconf 2.50.Raja R Harinath2000-10-091-34/+23
* Reverted my last commit:Martin Baulig2000-10-041-1/+0
* New automake conditional. Only compile the gthread subdirectory if weMartin Baulig2000-09-291-0/+1
* Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi2000-09-291-8/+11
* Adjusted the test for an unimplemented getpwuid_r. Info from MichaelSebastian Wilhelmi2000-09-281-2/+3
* Moved determination of G_THREAD_FLAGS before G_THREAD_LIBS. Check forSebastian Wilhelmi2000-09-281-82/+98
* Some platforms support 64 bit 'long long', but you can not printf or scanfSebastian Wilhelmi2000-09-281-6/+17
* The last released automake (1.4) still requires AM_PROG_LIBTOOL instead ofSebastian Wilhelmi2000-09-211-1/+1
* Test for the existence of getcwd, and use it only when found.Sebastian Wilhelmi2000-09-191-1/+1
* Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define g_alloca() as anElliot Lee2000-09-171-1/+8
* Improve separation of generic non-generic parts and dependencies.Owen Taylor2000-09-061-0/+2
* Add gtk-doc checks for newly added docs/reference/ subdir.Owen Taylor2000-09-061-0/+37
* pkg-config data filesHavoc Pennington2000-07-311-0/+4
* added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik2000-07-261-1/+17
* include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined.Tim Janik2000-07-261-1/+15
* glibconfig.h and glib.h now include files outside of the extern "C" block.Sebastian Wilhelmi2000-07-191-5/+5
* Add build/Makefile and build/win32/Makefile to AC_OUTPUT() so things buildOwen Taylor2000-07-151-0/+2
* Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4Owen Taylor2000-07-141-2/+2
* Release 1.3.1Owen Taylor2000-07-061-7/+1
* Add function to get the codeset name for the current locale.Owen Taylor2000-05-291-0/+11
* added gobjectTim Janik2000-05-121-2/+18
* Look for both pthread_create and pthread_join in the thread library. SomeSebastian Wilhelmi2000-04-261-4/+7
* Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi2000-04-171-0/+10
* After finding the right thread library (containing e.g. pthread_create) weSebastian Wilhelmi2000-03-231-24/+28
* Test for sched_yield as the native yield function first. Corrected typoSebastian Wilhelmi2000-03-221-14/+16
* always define G_GNUC_EXTENSION, even when not needed by GLib. That'sSebastian Wilhelmi2000-03-211-11/+1
* Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi2000-03-171-45/+60
* Another small change to the pthread_.. search pattern. Should work *now*Sebastian Wilhelmi2000-03-061-2/+2
* Make the search for pthread_attr_... prototypes find names at the start ofSebastian Wilhelmi2000-03-031-2/+2
* Changed GCC version test to also accept major versions > 2. Thanks to BenSebastian Wilhelmi2000-02-181-1/+1
* wtf??? someone destroyed the configure.in, reverting to an older versionTim Janik2000-02-131-1722/+1384
* New files, for putting version info in the DLLs on Win32.Tor Lillqvist2000-02-041-1384/+1722