2001-07-17 |
Sebastian Wilhelmi | Add some assertions. Simplify and fix g_main_context_re... |
blob | commitdiff |
2001-07-12 |
Mark Murnane | Changed prototype of printf_string_upper_bound to retur... |
blob | commitdiff | diff to current |
2001-07-11 |
Darin Adler | Add some generated files. |
blob | commitdiff | diff to current |
2001-07-11 |
Owen Taylor | Add gunicomp.h (Reported by Sven Neumann). |
blob | commitdiff | diff to current |
2001-07-10 |
Tim Janik | fix negative exponent handling (numbers<0). |
blob | commitdiff | diff to current |
2001-07-08 |
Martin Baulig | Reflect latest g_io_channel_new_file() API changes... |
blob | commitdiff | diff to current |
2001-07-07 |
Owen Taylor | Add length arguments to g_utf8_{strup,strdown,casefold... |
blob | commitdiff | diff to current |
2001-07-06 |
Pablo Saratxaga | Added Basque file |
blob | commitdiff | diff to current |
2001-07-02 |
Andy Lanoix | *giowin32.c: g_source_remove()ing an socket iochannel... |
blob | commitdiff | diff to current |
2001-07-02 |
Owen Taylor | Fix. |
blob | commitdiff | diff to current |
2001-07-02 |
Tim Janik | added g_list_insert_before(). |
blob | commitdiff | diff to current |
2001-07-02 |
Owen Taylor | Use G_N_ELEMENTS rather than a custom macro. |
blob | commitdiff | diff to current |
2001-06-30 |
Owen Taylor | Rename GSourceFuncs::destroy to GSourceFuncs::finalize... |
blob | commitdiff | diff to current |
2001-06-30 |
Owen Taylor | Make some changes to the way that GMainContext works: |
blob | commitdiff | diff to current |
2001-06-30 |
Owen Taylor | Try compiling before committing, why don't you? Simple... |
blob | commitdiff | diff to current |
2001-06-30 |
Owen Taylor | Patch from Darin Adler (#54166) |
blob | commitdiff | diff to current |
2001-06-30 |
Owen Taylor | Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat... |
blob | commitdiff | diff to current |
2001-06-28 |
Tim Janik | up version number to 1.3.7, interface age 0, binary... |
blob | commitdiff | diff to current |
2001-06-27 |
Kjartan Maraas | Fix a typo. |
blob | commitdiff | diff to current |
2001-06-27 |
Sebastian Wilhelmi | Removed glib-config-2.0, as we have pkg-config now. |
blob | commitdiff | diff to current |
2001-06-26 |
Owen Taylor | Move glib library into a subdirectory, make all GLib... |
blob | commitdiff | diff to current |
2001-06-23 |
Tim Janik | use G_BREAKPOINT() instead of raise(5). |
blob | commitdiff | diff to current |
2001-06-23 |
Owen Taylor | Changes for 64-bit cleanliness, loosely based on patch... |
blob | commitdiff | diff to current |
2001-06-22 |
Andy Lanoix | *giowin32.c: Debug and partial rewrite of async socket... |
blob | commitdiff | diff to current |
2001-06-15 |
Owen Taylor | Fix a use of strcat that wasn't replaced with g_stpcpy... |
blob | commitdiff | diff to current |
2001-06-12 |
Havoc Pennington | updated |
blob | commitdiff | diff to current |
2001-06-08 |
Alex Larsson | Added new functions g_strstr_len, g_strrstr and g_strrs... |
blob | commitdiff | diff to current |
2001-06-08 |
Havoc Pennington | support G_SPAWN_FILE_AND_ARGV_ZERO specifying that... |
blob | commitdiff | diff to current |
2001-06-08 |
Pablo Saratxaga | Added Azeri file |
blob | commitdiff | diff to current |
2001-06-08 |
Sebastian Wilhelmi | Remove docs/glib-config.1.in. |
blob | commitdiff | diff to current |
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 |
next |