Age | Commit message (Expand) | Author | Files | Lines |
2002-12-11 | Version 2.1.4, interface age 1. | Owen Taylor | 1 | -0/+24 |
2002-12-11 | Include string.h, supress a warning. | Owen Taylor | 1 | -0/+4 |
2002-12-10 | Improve generation of pseudo-random integers. (#99720, Morten Welinder | Sebastian Wilhelmi | 1 | -0/+10 |
2002-12-09 | use 0 instead of $defattr, as it isn't defined anymore on platforms using | Sebastian Wilhelmi | 1 | -0/+6 |
2002-12-09 | Guard against the POSIX allowed behavior where access (file, X_OK) | Owen Taylor | 1 | -0/+12 |
2002-12-06 | Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren) | Owen Taylor | 1 | -0/+16 |
2002-12-06 | Don't distribute ref-add/del.sed., fixing problem with srcdir != destdir. | Owen Taylor | 1 | -0/+6 |
2002-12-06 | chmod 0755 scripts in AC_OUTPUT(), since install -c won't necessarily do | Owen Taylor | 1 | -0/+6 |
2002-12-06 | Use AC_LINK_IFELSE(), not AC_TRY_RUN() for va_copy(), __va_copy() checks. | Owen Taylor | 1 | -0/+9 |
2002-12-05 | Add Since and Deprecation info for symbols documented in the templates. | Matthias Clasen | 1 | -0/+5 |
2002-12-05 | Fix multiple problems with the programs in the argument of AC_TRY_RUN() | Owen Taylor | 1 | -0/+6 |
2002-12-05 | Start of fixes for cross-compilation. Based on patches from Dimi Shahbaz, | Owen Taylor | 1 | -0/+33 |
2002-12-04 | Add 3rd argument to remaining AC_DEFINES(), so we can get rid of | Owen Taylor | 1 | -0/+7 |
2002-12-04 | Patch from Sven Neumann to make the include order consistent. (#71704) | Owen Taylor | 1 | -0/+5 |
2002-12-03 | Check that strlcpy behaves as per the OpenBSD man page before wrapping it. | Matthias Clasen | 1 | -0/+5 |
2002-12-03 | Fix typo from previous commit | Frédéric Crozat | 1 | -0/+5 |
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 |