1999-01-03 |
Jeff Garzik | Added 'make check' tests, based on testglib code. |
commit | commitdiff | tree | snapshot |
1999-01-03 |
Jeff Garzik | Added g_alloca, g_new_a, g_new0_a macros. |
commit | commitdiff | tree | snapshot |
1999-01-02 |
Jeff Garzik | Added g_strdup_printf check |
commit | commitdiff | tree | snapshot |
1999-01-02 |
Jeff Garzik | Handle NULL strings like g_strdup. s/g_strconcat_a... |
commit | commitdiff | tree | snapshot |
1999-01-02 |
Manish Singh | made the alloca tests follow the testglib style |
commit | commitdiff | tree | snapshot |
1999-01-02 |
Jeff Garzik | added g_strndup_a macro |
commit | commitdiff | tree | snapshot |
1999-01-02 |
Tim Janik | avoid unneccessary extra hook referencing (the explicit... |
commit | commitdiff | tree | snapshot |
1999-01-01 |
Jeff Garzik | Added two new alloca-based function macros, g_strdup_a... |
commit | commitdiff | tree | snapshot |
1998-12-31 |
Elliot Lee | When testing to see if glib exists, set LIBS="$GLIB_LIB... |
commit | commitdiff | tree | snapshot |
1998-12-31 |
CST 1998 Shawn... | Released GLib 1.1.11 GLIB_1_1_11 |
commit | commitdiff | tree | snapshot |
1998-12-30 |
Raja R Harinath | Define to G[U]INT64_TO_{LE,BE}, not G[U]INT32_TO_{LE... |
commit | commitdiff | tree | snapshot |
1998-12-26 |
Manish Singh | acglib.m4 provide defaults for POLL sysdefs, simple... |
commit | commitdiff | tree | snapshot |
1998-12-24 |
CST 1998 Shawn... | Released GLib 1.1.10 GLIB_1_1_10 |
commit | commitdiff | tree | snapshot |
1998-12-23 |
George Lebl | don't cast to timeval since timeval is for some reason... |
commit | commitdiff | tree | snapshot |
1998-12-22 |
Elliot Lee | Now passes 'make distcheck'. FOR_GNOME_0_99_1 GLIB_GNOME_0_99_1 |
commit | commitdiff | tree | snapshot |
1998-12-22 |
Elliot Lee | Work with builddir != srcdir |
commit | commitdiff | tree | snapshot |
1998-12-22 |
Tim Janik | fixed buglet that could cause bogus warnings. |
commit | commitdiff | tree | snapshot |
1998-12-21 |
Tim Janik | there was a reference count race for hooks during invoc... |
commit | commitdiff | tree | snapshot |
1998-12-21 |
Tim Janik | default initialize source_timeout with -1 so we have... |
commit | commitdiff | tree | snapshot |
1998-12-19 |
Owen Taylor | Add #defines defining scale of priorities. |
commit | commitdiff | tree | snapshot |
1998-12-19 |
Owen Taylor | Allocate space for pollfd's _after_ adding poll wake... |
commit | commitdiff | tree | snapshot |
1998-12-19 |
Tim Janik | fixed a minor bug that would let configures bail out... |
commit | commitdiff | tree | snapshot |
1998-12-19 |
Tim Janik | add glibconfig-sysdefs.h to .cvsignore |
commit | commitdiff | tree | snapshot |
1998-12-19 |
Tim Janik | fixed up sys/poll.h and sys/types.h inclusions. |
commit | commitdiff | tree | snapshot |
1998-12-19 |
Tim Janik | fixed up gthread includes, cleaned up glibconfig.h... |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Owen Taylor | Dec 18 12:51:39 1998 Owen Taylor <otaylor@redhat... |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Sebastian Wilhelmi | Changed the last pthread_cond_init to pthread_attr_init. |
commit | commitdiff | tree | snapshot |
1998-12-18 |
Tim Janik | new function to check whether a main loop has been... |
commit | commitdiff | tree | snapshot |
1998-12-17 |
Sebastian Wilhelmi | Fixed size in g_memmove, reported by Alexander Larsson |
commit | commitdiff | tree | snapshot |
1998-12-17 |
CST 1998 Shawn... | Released GLib 1.1.9 GLIB_1_1_9 |
commit | commitdiff | tree | snapshot |
1998-12-17 |
CST 1998 Shawn... | giounix.c: s/g_main_poll_add/g_main_remove_add/g |
commit | commitdiff | tree | snapshot |
1998-12-17 |
Manish Singh | check for pthread_attr_init in all cases, du4 needs... |
commit | commitdiff | tree | snapshot |
1998-12-17 |
Tim Janik | if !G_THREADS_ENABLED, eat the trailing semicolon with... |
commit | commitdiff | tree | snapshot |
1998-12-17 |
Tim Janik | -DG_LOG_DOMAIN="GThread", we don't need an extern varia... |
commit | commitdiff | tree | snapshot |
1998-12-16 |
PST 1998 Shawn... | Released GLib 1.1.8 (CVS tag is GLIB_1_1_8a) GLIB_1_1_8a |
commit | commitdiff | tree | snapshot |
1998-12-16 |
Sebastian Wilhelmi | Fixed small bug. |
commit | commitdiff | tree | snapshot |
1998-12-16 |
Joel Becker | changed func_data to user_data for g_scanner_scope_symb... |
commit | commitdiff | tree | snapshot |
1998-12-16 |
Sebastian Wilhelmi | Fixed stupid bug, that made g_static_mutex_lock(*mutex... |
commit | commitdiff | tree | snapshot |
1998-12-16 |
Sebastian Wilhelmi | Updated to reflect the existence of gthread. |
commit | commitdiff | tree | snapshot |
1998-12-16 |
Tim Janik | version bump to 1.1.8, binary age 0, interface age 0. |
commit | commitdiff | tree | snapshot |
1998-12-16 |
CST 1998 Shawn... | Released GLib 1.1.8 GLIB_1_1_8 |
commit | commitdiff | tree | snapshot |
1998-12-16 |
Owen Taylor | Overview of Changes in GLib 1.1.8: |
commit | commitdiff | tree | snapshot |
1998-12-16 |
Joel Becker | fixed error for AIX thread detection |
commit | commitdiff | tree | snapshot |
1998-12-16 |
Tim Janik | fixed library and flag ordering for --libs |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Owen Taylor | Use an "inheritance" scheme for IO channel memory alloc... |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Elliot Lee | -fstack-check generates non-working code for at least... |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Havoc Pennington | Solaris has a broken strftime that produced garbage... |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Martin Baulig | This is no valid shell syntax: |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Sebastian Wilhelmi | Dont complain, if --without-threads or --with-threads... |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Sebastian Wilhelmi | updated. |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Jeff Garzik | Bugfixes to autoconf thread lib detection |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Sebastian Wilhelmi | s/g_mutex_functions_for_glib_use/g_thread_functions_for... |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Jeff Garzik | Fixed --with-threads, small 64-bit prob |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Owen Taylor | Make sure all calls to g_node_validate_allocator are... |
commit | commitdiff | tree | snapshot |
1998-12-15 |
Owen Taylor | This commit merges the glib-threads branch into the... |
commit | commitdiff | tree | snapshot |
1998-12-13 |
Tim Janik | always define G_HAVE_INLINE if __cplusplus is defined... |
commit | commitdiff | tree | snapshot |
1998-12-11 |
CST 1998 Shawn... | Released GLib 1.1.7 GLIB_1_1_7 |
commit | commitdiff | tree | snapshot |
1998-12-10 |
Joel Becker | removed redefinition of G_COMPILED_WITH_DEBUGGING from... |
commit | commitdiff | tree | snapshot |
1998-12-09 |
CST 1998 Shawn... | Released GLib 1.1.6 GLIB_1_1_6 |
commit | commitdiff | tree | snapshot |
1998-12-08 |
Manish Singh | fixes to #undef HAVE_POLL case |
commit | commitdiff | tree | snapshot |
1998-12-05 |
Martin Baulig | When creating glibconfig.h, we need to include <sys... PRE_CLEANUP |
commit | commitdiff | tree | snapshot |
1998-12-03 |
Manish Singh | shut up CVS |
commit | commitdiff | tree | snapshot |
1998-12-02 |
Havoc Pennington | If Julian is valid, we have to update the dmy represent... |
commit | commitdiff | tree | snapshot |
1998-12-02 |
Havoc Pennington | Forgot this, last ChangeLog covers it (added testgdate... |
commit | commitdiff | tree | snapshot |
1998-12-02 |
Havoc Pennington | Two new files. This is kind of ugly code, but I want... |
commit | commitdiff | tree | snapshot |
1998-12-02 |
Havoc Pennington | Oops, I copied this into the log message but didn't... |
commit | commitdiff | tree | snapshot |
1998-12-02 |
Havoc Pennington | Rely on GDate::dmy and GDate::Julian flags, rather... |
commit | commitdiff | tree | snapshot |
1998-12-02 |
Owen Taylor | Merge main loop into head. This probably breaks Win32... |
commit | commitdiff | tree | snapshot |
1998-12-02 |
Sebastian Wilhelmi | changed `gpointer struct_tm_p' parameter of g_date_to_s... |
commit | commitdiff | tree | snapshot |
1998-12-02 |
CST 1998 Shawn... | NEWS: README: glib.spec: docs/glib-config.1: Incremente... |
commit | commitdiff | tree | snapshot |
1998-12-02 |
Tim Janik | s/time_t/GTime/ and s/g_print/g_message/ include time.h. |
commit | commitdiff | tree | snapshot |
1998-12-01 |
Havoc Pennington | There are outstanding issues, but they should be resolv... |
commit | commitdiff | tree | snapshot |
1998-11-30 |
Tim Janik | added g_hook_list_marshal_check() to eventually destroy... |
commit | commitdiff | tree | snapshot |
1998-11-29 |
Jeff Garzik | Put -DFOO stuff into Makefile.am INCLUDES. |
commit | commitdiff | tree | snapshot |
1998-11-29 |
Manish Singh | put debug -DFOO stuff into CPPFLAGS, not CFLAGS, so... |
commit | commitdiff | tree | snapshot |
1998-11-28 |
Tim Janik | implemented incremental freezing facility. |
commit | commitdiff | tree | snapshot |
1998-11-26 |
Tim Janik | reverted the g_hash_table_set_key_freefunc() addition... |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Jeff Garzik | Replaced pushd and popd with equivalent shell code. |
commit | commitdiff | tree | snapshot |
1998-11-25 |
Elliot Lee | Use the proper $srcdir method instead of the $OBJ_DIR... |
commit | commitdiff | tree | snapshot |
1998-11-25 |
PST 1998 Manish... | applied glib-tml-981120-0, change log appended below. |
commit | commitdiff | tree | snapshot |
1998-11-24 |
EST 1998 Michael... | added GFreeFunc and g_hash_table_set_key_freefunc(... |
commit | commitdiff | tree | snapshot |
1998-11-24 |
Tim Janik | removed the GListAllocator type and its g_*_allocator_... |
commit | commitdiff | tree | snapshot |
1998-11-23 |
Owen Taylor | added g_array_insert_vals() to insert elements at an... |
commit | commitdiff | tree | snapshot |
1998-11-23 |
Tim Janik | new function g_slist_copy() to duplicate a list with... |
commit | commitdiff | tree | snapshot |
1998-11-23 |
CST 1998 Shawn... | NEWS: README: configure.in: glib.spec: Updated to versi... GLIB_1_1_5 |
commit | commitdiff | tree | snapshot |
1998-11-20 |
Tim Janik | added empty default imlementation so gmodule.so compile... |
commit | commitdiff | tree | snapshot |
1998-11-20 |
Elliot Lee | allow setting $OBJ_DIR to specify building in a subdir |
commit | commitdiff | tree | snapshot |
1998-11-19 |
Gregory McLean | Removed per request. |
commit | commitdiff | tree | snapshot |
1998-11-19 |
Elliot Lee | Fix for g_datalist_id_set_full() use (error is deeper... |
commit | commitdiff | tree | snapshot |
1998-11-18 |
Ben Gertzfield | add -b (binary-only; no source packages) flag to dpkg... |
commit | commitdiff | tree | snapshot |
1998-11-18 |
Ben Gertzfield | libglib-cvs-dev now Provides: and Replaces libglib... |
commit | commitdiff | tree | snapshot |
1998-11-18 |
Ben Gertzfield | Forgot a newline in a print statement in build |
commit | commitdiff | tree | snapshot |
1998-11-17 |
Ben Gertzfield | Added Debian CVS build scripts. To build a snapshot... |
commit | commitdiff | tree | snapshot |
1998-11-16 |
Tim Janik | fixed off-by-one error, so we don't waste a loop iterat... |
commit | commitdiff | tree | snapshot |
1998-11-13 |
Nuno Ferreira | Put -I$(top_srcdir) back into INCLUDES. |
commit | commitdiff | tree | snapshot |
1998-11-13 |
Owen Taylor | Added g_list_sort() and g_slist_sort() to merge sort... |
commit | commitdiff | tree | snapshot |
1998-11-12 |
Jeff Garzik | INCLUDES is the right way to add to CFLAGS, not DEFS... |
commit | commitdiff | tree | snapshot |
1998-11-11 |
EST 1998 Gregory... | Batch of new documentation that should be easier to... |
commit | commitdiff | tree | snapshot |
1998-11-11 |
Manish Singh | use __extension__ for long long on gcc >= 2.8 and egcs... |
commit | commitdiff | tree | snapshot |
1998-11-05 |
Phil Schwan | Added 'strncasecmp' to the list of functions to be... |
commit | commitdiff | tree | snapshot |
next |