Age | Commit message (Expand) | Author | Files | Lines |
2002-12-03 | Check for NULL before doing anything. | James M. Cape | 1 | -0/+5 |
2002-12-02 | === Released 2.1.3 ===GLIB_2_1_3 | Owen Taylor | 1 | -0/+12 |
2002-12-02 | Add missed ChangeLog entry | Owen Taylor | 1 | -0/+7 |
2002-11-30 | Added "da" to ALL_LINGUAS. | Ole Laursen | 1 | -0/+4 |
2002-11-29 | It is a 2.2 addition. | Matthias Clasen | 1 | -0/+2 |
2002-11-28 | Adjust to changed parameter names. | Matthias Clasen | 1 | -0/+8 |
2002-11-28 | Move some docs inline, and add deprecation information. To see the list of | Matthias Clasen | 1 | -0/+8 |
2002-11-28 | Fix the definitions around printf: either we use system printf in which | Matthias Clasen | 1 | -0/+6 |
2002-11-28 | Mark 2.2 API additions. | Matthias Clasen | 1 | -0/+12 |
2002-11-28 | Fix the gtk-doc version check. | Matthias Clasen | 1 | -0/+4 |
2002-11-27 | Use G_LIKELY without surrounding parentheses in g_assert() and | Matthias Clasen | 1 | -0/+8 |
2002-11-26 | Only use G_LIKELY in g_assert() and g_return_[val]_if_fail() if it is | Matthias Clasen | 1 | -0/+5 |
2002-11-26 | Improved the seeding algorithm. Old behaviour can be achived by setting | Sebastian Wilhelmi | 1 | -1/+16 |
2002-11-26 | Make CPPFLAGS, not CFLAGS, include G_THREAD_CFLAGS. CFLAGS is used while | Sebastian Wilhelmi | 1 | -0/+7 |
2002-11-26 | Fix the non-gcc-3.x definitions of G_LIKELY and G_UNLIKELY. (Reported by | Matthias Clasen | 1 | -0/+5 |
2002-11-25 | Document that the varargs must be NULL-terminated. (#99510) | Matthias Clasen | 1 | -0/+4 |
2002-11-25 | Remove the (no longer effective) empty if-branch. | Matthias Clasen | 1 | -0/+11 |
2002-11-23 | Add version info to API docs. | Matthias Clasen | 1 | -0/+2 |
2002-11-22 | Add Copyright notice. | Matthias Clasen | 1 | -0/+4 |
2002-11-22 | Fixed typo: PTHREAD_PRIO_MIN -> PTHREAD_PRIO_MAX. (Laurent Vivier, #99293) | Sebastian Wilhelmi | 1 | -0/+5 |
2002-11-22 | Remove broken G_HIDDEN_SYMBOL definition which wasn't supposed to be | Owen Taylor | 1 | -0/+6 |
2002-11-21 | Patch from Morten Welinder to make ghash.c properly obey | Owen Taylor | 1 | -0/+5 |
2002-11-21 | Add G_GNUC_DEPRECATED. (Tom Tromey, #87969) | Owen Taylor | 1 | -0/+5 |
2002-11-21 | Hardcode 2.0 in the names, as that is what Makefile.am does. | Tor Lillqvist | 1 | -2/+3 |
2002-11-21 | Typo. | Tor Lillqvist | 1 | -1/+1 |
2002-11-21 | gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode 2.0 in the names, as | Tor Lillqvist | 1 | -2/+5 |
2002-11-21 | Update to match what is currently produced by autotools. | Tor Lillqvist | 1 | -0/+17 |
2002-11-21 | Include a printf implementation supporting C99 snprintf and SUS | Matthias Clasen | 1 | -0/+38 |
2002-11-20 | Use G_LIKELY. (#69022) | Matthias Clasen | 1 | -0/+10 |
2002-11-19 | Fix strtull/strtoull type in docs (#99012, Morten Welinder.) Add copyright | Owen Taylor | 1 | -0/+7 |
2002-11-18 | Do handle G_SPAWN_DO_NOT_REAP_CHILD after all, similarily as on Unix. If | Tor Lillqvist | 1 | -0/+12 |
2002-11-17 | [Win32] Fix the asynchronous g_spawn* to return the process handle of the | Tor Lillqvist | 1 | -0/+26 |
2002-11-17 | Ignore the G_SPAWN_DO_NOT_REAP_CHILD flag, can't be meaninfully | Tor Lillqvist | 1 | -0/+34 |
2002-11-08 | Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow | Soeren Sandmann | 1 | -0/+22 |
2002-11-08 | Patch from Havoc Pennington to add functions for setting and getting a | Owen Taylor | 1 | -0/+10 |
2002-11-06 | Add g_main_thread_init. | Tor Lillqvist | 1 | -0/+4 |
2002-11-06 | Minor doc markup fix. | Matthias Clasen | 1 | -0/+5 |
2002-11-05 | Add -DG_DISABLE_CAST_CHECKS for everything but --enable-debug. | Owen Taylor | 1 | -4/+7 |
2002-11-04 | Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, | Owen Taylor | 1 | -0/+12 |
2002-11-03 | configure.in: Added Belarusian to ALL_LINGUAS | Dmitry Mastrukov | 1 | -0/+4 |
2002-11-02 | Fix left_len calculation in the from UTF-8 to UTF-8 case: left_len should | Daniel Elstner | 1 | -0/+7 |
2002-10-26 | Don't set on Win32, only causes trouble. | Tor Lillqvist | 1 | -0/+13 |
2002-10-18 | avoid creating negative values out of unsigned values using MAX, check to | Manish Singh | 1 | -0/+7 |
2002-10-15 | use gsize instead of int where appropriate (64-bit cleanliness fix). | Manish Singh | 1 | -0/+5 |
2002-10-15 | add -DG_DISABLED_DEPRECATED | Manish Singh | 1 | -0/+9 |
2002-10-14 | Fix a memory leak. (#94550, Sebastian Rittau) | Owen Taylor | 1 | -0/+5 |
2002-10-14 | Make prefix argument const. (#91662, Gustavo Carneiro) | Owen Taylor | 1 | -0/+5 |
2002-10-14 | Fix a minor memory leak. | Owen Taylor | 1 | -0/+5 |
2002-10-12 | fix comment. (g_ascii_strtoull): new function, acting like strtoull(3) in | Tim Janik | 1 | -0/+12 |
2002-10-12 | Documentation fixes: #71778, Owen Taylor; #85095, Bill Janssen, Owen | Soeren Sandmann | 1 | -0/+8 |