Age | Commit message (Expand) | Author | Files | Lines |
2003-05-05 | Added sr and sr@Latn to ALL_LINGUAS. Added Serbian translation by Danilo | Christian Rose | 1 | -1/+1 |
2003-03-26 | Added "yi" to ALL_LINGUAS. Added Yiddish translation by Raphael Finkel | Christian Rose | 1 | -1/+1 |
2003-03-19 | Bump version to 2.3.0 | Anders Carlsson | 1 | -1/+1 |
2003-03-04 | require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up some | James Henstridge | 1 | -185/+183 |
2003-02-18 | Make glib_thread_test not unnecessarily convert between int and void*. | Sebastian Wilhelmi | 1 | -8/+8 |
2003-02-12 | Make GLib recognize Tru64Unix thread system. (#103020) | Sebastian Wilhelmi | 1 | -0/+7 |
2003-02-10 | Added Indonesian translation Added "id" to ALL_LINGUAS | Mohammad DAMT | 1 | -1/+1 |
2003-01-30 | Remove references to glib.spec. (#102231) | Owen Taylor | 1 | -1/+0 |
2003-01-23 | Added Bengali file | Pablo Saratxaga | 1 | -1/+1 |
2003-01-21 | Added "mn" to ALL_LINGUAS. Added Mongolian translation by Sanlig Badral | Christian Rose | 1 | -1/+1 |
2003-01-20 | updated Vietnamese file; | Pablo Saratxaga | 1 | -1/+1 |
2003-01-16 | Adding Amharic translation. | Daniel Yacob | 1 | -1/+1 |
2003-01-05 | Updates. | Tor Lillqvist | 1 | -1/+3 |
2003-01-03 | use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for tests for inline | Manish Singh | 1 | -3/+3 |
2002-12-30 | *** empty log message *** | Gil Osher | 1 | -1/+1 |
2002-12-27 | Added et to ALL_LINGUAS. | Tõivo Leedjärv | 1 | -1/+1 |
2002-12-20 | === Released 2.2.0 === | Owen Taylor | 1 | -3/+3 |
2002-12-16 | === Released 2.1.5 ===GLIB_2_1_5 | Owen Taylor | 1 | -2/+2 |
2002-12-16 | Add a hack to mostly deal with problems in support of -pthread and | Owen Taylor | 1 | -0/+17 |
2002-12-15 | Set TRIO_LIBS when building with trio. | Matthias Clasen | 1 | -1/+3 |
2002-12-13 | Fixes from Johannes Stezenbach | Owen Taylor | 1 | -8/+8 |
2002-12-13 | Allow not setting glib_cv_long_long_format when cross-compiling since we | Owen Taylor | 1 | -4/+5 |
2002-12-13 | long_long_format is always ll for trio. | Owen Taylor | 1 | -12/+23 |
2002-12-12 | pull in trio if host printf doesn't have a known way of printing 64-bit | Manish Singh | 1 | -0/+5 |
2002-12-11 | Unset ac_cv_func_bind_textdomain_codeset before calling | Owen Taylor | 1 | -2/+0 |
2002-12-11 | Added "fi" to ALL_LINGUAS. | Pauli Virtanen | 1 | -1/+1 |
2002-12-11 | Add GLIB_ASSERT_SET() as a helper for adding "must be set when | Owen Taylor | 1 | -0/+6 |
2002-12-11 | Also assume AC_LINK_IFELSE() is OK when cross-compiling for the libs | Owen Taylor | 1 | -30/+54 |
2002-12-11 | Factor out repeated thread test into a m4_define(); when cross-compiling, | Owen Taylor | 1 | -22/+26 |
2002-12-11 | Version 2.1.4, interface age 1. | Owen Taylor | 1 | -11/+8 |
2002-12-09 | use 0 instead of $defattr, as it isn't defined anymore on platforms using | Sebastian Wilhelmi | 1 | -1/+1 |
2002-12-06 | Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren) | Owen Taylor | 1 | -2/+2 |
2002-12-06 | chmod 0755 scripts in AC_OUTPUT(), since install -c won't necessarily do | Owen Taylor | 1 | -0/+4 |
2002-12-06 | Use AC_LINK_IFELSE(), not AC_TRY_RUN() for va_copy(), __va_copy() checks. | Owen Taylor | 1 | -9/+7 |
2002-12-05 | Fix multiple problems with the programs in the argument of AC_TRY_RUN() | Owen Taylor | 1 | -56/+57 |
2002-12-05 | Start of fixes for cross-compilation. Based on patches from Dimi Shahbaz, | Owen Taylor | 1 | -67/+73 |
2002-12-04 | Add 3rd argument to remaining AC_DEFINES(), so we can get rid of | Owen Taylor | 1 | -5/+8 |
2002-12-03 | Check that strlcpy behaves as per the OpenBSD man page before wrapping it. | Matthias Clasen | 1 | -7/+8 |
2002-11-30 | Added "da" to ALL_LINGUAS. | Ole Laursen | 1 | -1/+1 |
2002-11-28 | Fix the definitions around printf: either we use system printf in which | Matthias Clasen | 1 | -0/+1 |
2002-11-28 | Fix the gtk-doc version check. | Matthias Clasen | 1 | -16/+29 |
2002-11-26 | Make CPPFLAGS, not CFLAGS, include G_THREAD_CFLAGS. CFLAGS is used while | Sebastian Wilhelmi | 1 | -3/+3 |
2002-11-23 | Add version info to API docs. | Matthias Clasen | 1 | -0/+2 |
2002-11-22 | Fixed typo: PTHREAD_PRIO_MIN -> PTHREAD_PRIO_MAX. (Laurent Vivier, #99293) | Sebastian Wilhelmi | 1 | -1/+1 |
2002-11-21 | Update to match what is currently produced by autotools. | Tor Lillqvist | 1 | -4/+2 |
2002-11-21 | Include a printf implementation supporting C99 snprintf and SUS | Matthias Clasen | 1 | -0/+27 |
2002-11-08 | Patch from Havoc Pennington to add functions for setting and getting a | Owen Taylor | 1 | -1/+1 |
2002-11-05 | Add -DG_DISABLE_CAST_CHECKS for everything but --enable-debug. | Owen Taylor | 1 | -3/+5 |
2002-11-03 | configure.in: Added Belarusian to ALL_LINGUAS | Dmitry Mastrukov | 1 | -1/+1 |
2002-10-26 | Don't set on Win32, only causes trouble. | Tor Lillqvist | 1 | -1/+6 |