added g_list_nth_prev() which walks ->prev instead of ->next.
[platform/upstream/glib.git] / configure.in
2001-03-26 Owen Taylor*** empty log message ***
2001-03-16 Pablo Saratxagaadded 'ru' to ALL_LINGUAS
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-03-08 Sebastian WilhelmiFix typo and thus bug #51862.
2001-03-07 Christian MeyerAdded 'de' in configure.in to ALL_LINGUAS
2001-03-02 Christophe MerletAdded French translation.
2001-02-19 Tim Janikmy name is glib-config-2.0! don't exit with errorcode...
2001-02-17 Andraz ToriAdded sl translation
2001-02-17 Tim Janikminor fix
2001-02-17 Tim Janikadd check for broken RTLD_GLOBAL (on OSF1 V5.0).
2001-02-15 Sebastian WilhelmiReverted the changes necessary to enlarge the system...
2001-02-12 Owen TaylorAdd check for gtk-doc version. GLIB_1_2_9PRE1
2001-02-08 Fatih DemirAdded tr to ALL_LINGUAS.
2001-01-30 Sebastian WilhelmiCall g_thread_impl_init(), as g_thread_init won't call it.
2001-01-22 Yuri SyrotaAdd Ukrainian translation
2001-01-19 Kjartan MaraasFix typo. Same here.
2001-01-16 Owen TaylorAdd gettext support.
2001-01-05 Owen Taylormove $enable_debug down below checks for GCC to avoid...
2001-01-05 Tor LillqvistLook also for (illegal) forward slashes in the template.
2001-01-04 Havoc Penningtonremove glib-config-2.0
2000-12-29 Tim Janikwe can't grow _cv_ variables by using a backticked...
2000-12-29 Tim Janikgot rid of outdated dmalloc support. provide g_try_mall...
2000-12-22 Sebastian WilhelmiDetermine the suffix of the shared librarries for this...
2000-12-19 Alexander LarssonAdded --disable-mem-pools option.
2000-12-12 Tim Janikfixed dealing with collection/lcopy of NULL values.
2000-12-08 Raja R HarinathRename from GLIB_DIVERT_BEFORE_HELP. Update to track...
2000-11-21 Sebastian WilhelmiAdd a surrogate for thread priorities using PID nicenes...
2000-11-15 Sebastian WilhelmiCheck for the sched.h header and include it on gthread...
2000-11-13 Owen TaylorUp version to 1.3.2
2000-11-12 Owen TaylorCreate wrapper functions for iconv() so that we can...
2000-10-30 Tor LillqvistCheck for mkstemp.
2000-10-23 Sebastian WilhelmiUse one = instead of two, which is plainly wrong.
2000-10-16 Raja R Harinathgmodule: New variable. (dist-hook): Handle $(BUILT_EXTR...
2000-10-12 Sebastian WilhelmiSplit glib.h into many header files mostly according...
2000-10-12 Sebastian WilhelmiRemoved cruft from old threading code.
2000-10-12 Sebastian Wilhelmidefine GLIB_HAVE_ALLOCA_H instead of including alloca...
2000-10-09 Raja R HarinathWork with beta autoconf 2.50.
2000-10-04 Martin BauligReverted my last commit:
2000-09-29 Martin BauligNew automake conditional. Only compile the gthread...
2000-09-29 Sebastian WilhelmiAdded errorcheck mutexes. These are activated through...
2000-09-28 Sebastian WilhelmiAdjusted the test for an unimplemented getpwuid_r....
2000-09-28 Sebastian WilhelmiMoved determination of G_THREAD_FLAGS before G_THREAD_L...
2000-09-28 Sebastian WilhelmiSome platforms support 64 bit 'long long', but you...
2000-09-21 Sebastian WilhelmiThe last released automake (1.4) still requires AM_PROG...
2000-09-19 Sebastian WilhelmiTest for the existence of getcwd, and use it only when...
2000-09-17 Elliot LeeSun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define...
2000-09-06 Owen TaylorImprove separation of generic non-generic parts and...
2000-09-06 Owen TaylorAdd gtk-doc checks for newly added docs/reference/...
2000-07-31 Havoc Penningtonpkg-config data files
2000-07-26 Tim Janikadded g_strlcat() and g_strlcpy() wrappers, supplied...
2000-07-26 Tim Janikinclude <stdlib.h> and <stddef.h> if STDC_HEADERS is...
2000-07-19 Sebastian Wilhelmiglibconfig.h and glib.h now include files outside of...
2000-07-15 Owen TaylorAdd build/Makefile and build/win32/Makefile to AC_OUTPU...
2000-07-14 Owen TaylorMove glib-config to glib-config-2.0 move glib.m4 to...
2000-07-06 Owen TaylorRelease 1.3.1
2000-05-29 Owen TaylorAdd function to get the codeset name for the current...
2000-05-12 Tim Janikadded gobject
2000-04-26 Sebastian WilhelmiLook for both pthread_create and pthread_join in the...
2000-04-17 Sebastian WilhelmiAdd configure test for garbage collector friendliness...
2000-03-23 Sebastian WilhelmiAfter finding the right thread library (containing...
2000-03-22 Sebastian WilhelmiTest for sched_yield as the native yield function first...
2000-03-21 Sebastian Wilhelmialways define G_GNUC_EXTENSION, even when not needed...
2000-03-17 Sebastian WilhelmiAdded the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIE...
2000-03-06 Sebastian WilhelmiAnother small change to the pthread_.. search pattern...
2000-03-03 Sebastian WilhelmiMake the search for pthread_attr_... prototypes find...
2000-02-18 Sebastian WilhelmiChanged GCC version test to also accept major versions...
2000-02-13 Tim Janikwtf??? someone destroyed the configure.in, reverting...
2000-02-04 Tor LillqvistNew files, for putting version info in the DLLs on...
1999-11-16 Sebastian WilhelmiRenamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THR...
1999-11-09 Sebastian WilhelmiCreate docs/glib-config.1 from docs/glib-config.1.in...
1999-11-08 Sebastian WilhelmiMake the test for getpwuid_r work on newer AIX versions...
1999-10-12 Tim Janikcompletly new implementation for printf string upper...
1999-10-06 Manish Singhblah. use G_WITH_CYGWIN instead of G_HAVE_CYGWIN
1999-10-04 Manish Singhuse G_HAVE_CYGWIN in favor of G_OS_FEATURE_CYGWIN
1999-10-04 Manish SinghG_OS_FOO #defines. I *think* I got the cygwin and beos...
1999-08-15 Tim Janikeliminate memset() call, since string.h has not neccess...
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-07-07 Sebastian WilhelmiTest for pthread_join rather than for pthread_create...
1999-07-01 Sebastian WilhelmiAdded a g_memmove replacement for platforms without...
1999-06-18 Sebastian WilhelmiChanged test for pthread_attr_setstacksize from AC_TRY_...
1999-06-17 Sebastian WilhelmiCompleted the thread support in GLib. Thread creation...
1999-05-08 CDT 1999 Shawn T... Better testing reveals better methods. Fixes for BeOS.
1999-05-08 CDT 1999 Shawn T... Port to BeOS by myself and Richard Offer.
1999-05-06 Tor LillqvistNew files, used to generate corresponding non-.in files...
1999-04-09 Shawn AmundsonIncrement some version numbers, add warning to configure. GLIB_1_3_0
1999-03-30 Sebastian WilhelmiAdded a check for the right format to printf and scanf...
1999-03-18 Sebastian Wilhelmiadded new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES) to...
1999-03-17 Sebastian WilhelmiAdded missing values for G_MAXU(SHORT|INT|LONG) on...
1999-03-17 Sebastian WilhelmiSun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org>
1999-03-16 Timur Bakeyevpthread_create in libc
1999-03-16 Sebastian WilhelmiRemoved G_(U)?INT8_FORMAT again, as it can't be used...
1999-03-15 Sebastian WilhelmiAdded the macros G_(U)?INT_(8|16|32|64)_FORMAT to use...
1999-03-14 Raja R HarinathRemove widechar tests and defines. (fd_set): Change...
1999-03-12 Sebastian WilhelmiTest for posix threads first, then for dce threads.
1999-03-11 Sebastian WilhelmiRevamped the thread configure stuff. Now dce threads...
1999-02-27 Tim Janikmoved old ChangeLog to ChangeLog.pre-1-2, and started...
1999-02-25 Shawn AmundsonIncrement version to 1.2.0. GLIB_1_2_0
1999-02-21 Michael FulbrightI've made the spec file autogenerated, and I tweaked it
1999-02-16 CST 1999 Shawn T... version=1.1.16 GLIB_1_1_16
1999-02-15 Sebastian WilhelmiChanged signature of all g_static_mutex_* functions...
next