2001-06-08 |
Sebastian Wilhelmi | Remove docs/glib-config.1.in. |
blob | commitdiff |
2001-06-08 |
Sebastian Wilhelmi | Add @G_THREAD_CFLAGS@. |
blob | commitdiff | diff to current |
2001-06-07 |
Havoc Pennington | subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS... |
blob | commitdiff | diff to current |
2001-06-07 |
Sebastian Wilhelmi | Look for nanosleep function. |
blob | commitdiff | diff to current |
2001-06-05 |
Jon Trowbridge | Changed to take a const argument, and then to cast... |
blob | commitdiff | diff to current |
2001-06-04 |
Owen Taylor | to match g_strcasecmp, check if it is lower/upper befor... |
blob | commitdiff | diff to current |
2001-06-04 |
Owen Taylor | Make a bit more standalone by adding include of gerror... |
blob | commitdiff | diff to current |
2001-05-31 |
Sebastian Wilhelmi | Fix to stupid bug in g_random_boolean, also both functi... |
blob | commitdiff | diff to current |
2001-05-31 |
Sebastian Wilhelmi | Remove G_HAVE_ISO_CXX_VARARGS and G_HAVE_ISO_C_VARARGS... |
blob | commitdiff | diff to current |
2001-05-30 |
Sebastian Wilhelmi | Add @G_THREAD_CFLAGS@ to Cflags. |
blob | commitdiff | diff to current |
2001-05-29 |
Owen Taylor | Fix GNU sedism (#55430) |
blob | commitdiff | diff to current |
2001-05-29 |
Sebastian Wilhelmi | Add test case for the g_qsort_with_data func. It works... |
blob | commitdiff | diff to current |
2001-05-29 |
Sebastian Wilhelmi | Now that we check for a C++ compiler in configure.in... |
blob | commitdiff | diff to current |
2001-05-29 |
Sebastian Wilhelmi | Don't bail out, if no C++ compiler is found. Define... |
blob | commitdiff | diff to current |
2001-05-29 |
James Henstridge | "#ifdef G_HAVE_ISO_VARARGS" will always succeed even... |
blob | commitdiff | diff to current |
2001-05-28 |
Owen Taylor | Check for __VARARGS__ separately for C and C++. |
blob | commitdiff | diff to current |
2001-05-28 |
Sebastian Wilhelmi | Fix typo. |
blob | commitdiff | diff to current |
2001-05-27 |
Tim Janik | unlock context when bailing out with a warning. (g_main... |
blob | commitdiff | diff to current |
2001-05-24 |
CEST 2001 Paolo... | back out change by mitch@convergence.de and apply patch... |
blob | commitdiff | diff to current |
2001-05-24 |
Hans Breuer | reflect renaming of g_string_sprintfa to g_string_printfa |
blob | commitdiff | diff to current |
2001-05-23 |
Sebastian Wilhelmi | Tiny speed improvement suggested by noon@users.sourcefo... |
blob | commitdiff | diff to current |
2001-05-22 |
Sebastian Wilhelmi | Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread... |
blob | commitdiff | diff to current |
2001-05-22 |
Sebastian Wilhelmi | g_thread_create renamed to g_thread_create_full. |
blob | commitdiff | diff to current |
2001-05-22 |
Andy Lanoix | no message |
blob | commitdiff | diff to current |
2001-05-20 |
Owen Taylor | Fix some problems in writing out varargs tests in confi... |
blob | commitdiff | diff to current |
2001-05-18 |
Owen Taylor | Use compile checks for ISO C99 and GNU extension vararg... |
blob | commitdiff | diff to current |
2001-05-18 |
Michael Natterer | don't g_strdup()/g_free() all parsed attributes and... |
blob | commitdiff | diff to current |
2001-05-18 |
Sebastian Wilhelmi | Renamed g_thread_create to g_thread_create_full and... |
blob | commitdiff | diff to current |
2001-05-18 |
Sebastian Wilhelmi | Fixed mutex deadlock. |
blob | commitdiff | diff to current |
2001-05-17 |
Sebastian Wilhelmi | Add gpattern.o to objects. |
blob | commitdiff | diff to current |
2001-05-16 |
Owen Taylor | Add inter-library dependencies. |
blob | commitdiff | diff to current |
2001-05-15 |
Havoc Pennington | m4macros/Makefile |
blob | commitdiff | diff to current |
2001-05-15 |
Havoc Pennington | fix docs; they said we validated the UTF-8, but we... |
blob | commitdiff | diff to current |
2001-05-14 |
Owen Taylor | Avoid using stderr to be as robust as possible in out... |
blob | commitdiff | diff to current |
2001-05-11 |
Tim Janik | make these safe against removal of the current element. |
blob | commitdiff | diff to current |
2001-05-11 |
Havoc Pennington | change env variable to G_MESSAGES_PREFIXED, suggested... |
blob | commitdiff | diff to current |
2001-05-10 |
Tim Janik | use g_str_hash() algorithm to generate hashes. |
blob | commitdiff | diff to current |
2001-05-09 |
Havoc Pennington | Get rid of --enable-msg-prefix |
blob | commitdiff | diff to current |
2001-05-09 |
Sebastian Wilhelmi | Renamed 'value' and 'arg' to 'data' and 'thread_func... |
blob | commitdiff | diff to current |
2001-05-08 |
Tim Janik | removed #include <unistd.h> sneaked in by sopwith in... |
blob | commitdiff | diff to current |
2001-05-08 |
Sebastian Wilhelmi | Updated. |
blob | commitdiff | diff to current |
2001-05-08 |
Sebastian Wilhelmi | Moved func and arg members from GRealThread to GThread... |
blob | commitdiff | diff to current |
2001-05-06 |
Hans Breuer | don't try to export g_strcpy, it is g_stpcpy; updated... |
blob | commitdiff | diff to current |
2001-05-04 |
Owen Taylor | Released 1.3.5 GLIB_1_3_5 |
blob | commitdiff | diff to current |
2001-05-04 |
Sven Neumann | fixed a typo in a comment. |
blob | commitdiff | diff to current |
2001-05-03 |
Owen Taylor | Make foreach() safe against removal of the _current_... |
blob | commitdiff | diff to current |
2001-05-02 |
Owen Taylor | Fix read past end of the string. (#50404, fix from... |
blob | commitdiff | diff to current |
2001-04-29 |
Tim Janik | made hook ids a gulong. |
blob | commitdiff | diff to current |
2001-04-20 |
Dan Winship | Add a check for the Darwin dynamic linker. Use AC_TRY_L... |
blob | commitdiff | diff to current |
2001-04-19 |
Sebastian Wilhelmi | Remove definition of g_hash_table_freeze and g_hash_tab... |
blob | commitdiff | diff to current |
2001-04-19 |
Sebastian Wilhelmi | Removed bashism in test for the pkg-config version. |
blob | commitdiff | diff to current |
2001-04-18 |
Owen Taylor | Add missing static pointed out by Michael Meeks. |
blob | commitdiff | diff to current |
2001-04-18 |
Owen Taylor | Removed. Keeping README, README.cvs-commits HACKING... |
blob | commitdiff | diff to current |
2001-04-17 |
Owen Taylor | Released 1.3.4 GLIB_1_3_4 |
blob | commitdiff | diff to current |
2001-04-17 |
Owen Taylor | Define _GNU_SOURCE for stpcpy |
blob | commitdiff | diff to current |
2001-04-17 |
Sebastian Wilhelmi | Until now every thread pool always had at least one... |
blob | commitdiff | diff to current |
2001-04-17 |
Owen Taylor | Remove warnings about conflicts with the stable version. GLIB_1_3_3 |
blob | commitdiff | diff to current |
2001-04-16 |
Havoc Pennington | docs |
blob | commitdiff | diff to current |
2001-04-16 |
Havoc Pennington | put AC_PATH_PROG(pkg-config) before "Checking for glib... |
blob | commitdiff | diff to current |
2001-04-16 |
Havoc Pennington | make GDebugKeys argument const |
blob | commitdiff | diff to current |
2001-04-13 |
Hans Breuer | updated |
blob | commitdiff | diff to current |
2001-04-11 |
Alexander Larsson | Pass pkg-config options before the other args so it... |
blob | commitdiff | diff to current |
2001-04-09 |
Tim Janik | increment version to 1.3.4 (binary 0, interface 0). |
blob | commitdiff | diff to current |
2001-04-05 |
Christian Rose | Added Swedish translation. |
blob | commitdiff | diff to current |
2001-04-04 |
Tim Janik | Released GLib-1.3.3. |
blob | commitdiff | diff to current |
2001-04-03 |
Tim Janik | updates. |
blob | commitdiff | diff to current |
2001-04-03 |
Owen Taylor | Exit with an error message that you should use pkg... |
blob | commitdiff | diff to current |
2001-04-03 |
Tim Janik | added g_list_nth_prev() which walks ->prev instead... |
blob | commitdiff | diff to current |
2001-04-03 |
Sebastian Wilhelmi | Ops, ChangeLog was incomplete. |
blob | commitdiff | diff to current |
2001-04-03 |
Sebastian Wilhelmi | Added documentation. |
blob | commitdiff | diff to current |
2001-04-02 |
Sebastian Wilhelmi | Use the new GRealThread member "context" instead of... |
blob | commitdiff | diff to current |
2001-03-30 |
Sven Neumann | ghash.[ch] added new functions g_hash_table_new_full, |
blob | commitdiff | diff to current |
2001-03-29 |
Tor Lillqvist | Add module-test rules. |
blob | commitdiff | diff to current |
2001-03-29 |
Tor Lillqvist | Updates. Add module-test rules. |
blob | commitdiff | diff to current |
2001-03-26 |
Owen Taylor | -DG_DISABLE_DEPRECATED |
blob | commitdiff | diff to current |
2001-03-26 |
Owen Taylor | *** empty log message *** |
blob | commitdiff | diff to current |
2001-03-20 |
Havoc Pennington | rewrite, based on bug #52328 from Anders |
blob | commitdiff | diff to current |
2001-03-20 |
Havoc Pennington | added this function |
blob | commitdiff | diff to current |
2001-03-18 |
Tor Lillqvist | Add braces to silence gcc -Wall. |
blob | commitdiff | diff to current |
2001-03-18 |
Tim Janik | removed archaic gpointer derived_data; relict and added... |
blob | commitdiff | diff to current |
2001-03-18 |
Owen Taylor | Reorder headers to make FreeBSD happy. |
blob | commitdiff | diff to current |
2001-03-14 |
Tor Lillqvist | From Edward M. Lee <tailbert@yahoo.com>: |
blob | commitdiff | diff to current |
2001-03-14 |
Tim Janik | made config arg to g_scanner_new() const. |
blob | commitdiff | diff to current |
2001-03-12 |
Tor Lillqvist | Link with the libgmodule la only on Win32. |
blob | commitdiff | diff to current |
2001-03-10 |
Tor Lillqvist | Define G_PLATFORM_WIN32 here, too. |
blob | commitdiff | diff to current |
2001-03-10 |
Tor Lillqvist | Use the _LIBADD dependencies on libglib only on Win32. |
blob | commitdiff | diff to current |
2001-03-09 |
Tor Lillqvist | Update with some information about using configure... |
blob | commitdiff | diff to current |
2001-03-09 |
Tor Lillqvist | Cygwin support contributed by Stefan Ondrejicka <ondrej... |
blob | commitdiff | diff to current |
2001-03-09 |
Hans Breuer | updated |
blob | commitdiff | diff to current |
2001-03-08 |
Tor Lillqvist | glib.def gobject/gobject.def Update. |
blob | commitdiff | diff to current |
2001-03-08 |
Sven Neumann | added new function g_tree_lookup_extended(). |
blob | commitdiff | diff to current |
2001-03-08 |
Tim Janik | destruction cleanup. there's one ->finalize_hook member... |
blob | commitdiff | diff to current |
2001-03-08 |
Sebastian Wilhelmi | Fix typo and thus bug #51862. |
blob | commitdiff | diff to current |
2001-03-07 |
Tim Janik | changed prototype of g_boxed_type_register_static(... |
blob | commitdiff | diff to current |
2001-03-07 |
Christian Meyer | Added 'de' in configure.in to ALL_LINGUAS |
blob | commitdiff | diff to current |
2001-03-02 |
Christophe Merlet | Added French translation. |
blob | commitdiff | diff to current |
2001-03-01 |
Tor Lillqvist | Use MAXPATHLEN, not PATH_MAX which isn't defined with... |
blob | commitdiff | diff to current |
2001-03-01 |
Tor Lillqvist | Implement on Win32. Append the executable file name... |
blob | commitdiff | diff to current |
2001-03-01 |
Tor Lillqvist | Remove test for initial double backslash (UNC path... |
blob | commitdiff | diff to current |
2001-02-26 |
Sebastian Wilhelmi | Make max_unused_threads work for -1 as well. |
blob | commitdiff | diff to current |
next |