Age | Commit message (Expand) | Author | Files | Lines |
2003-01-28 | Fix version in complaint message about automake. (#104366, Rich Burridge) | Owen Taylor | 1 | -0/+5 |
2003-01-23 | Added Bengali file | Pablo Saratxaga | 1 | -0/+4 |
2003-01-21 | Added "mn" to ALL_LINGUAS. Added Mongolian translation by Sanlig Badral | Christian Rose | 1 | -0/+4 |
2003-01-20 | updated Vietnamese file; | Pablo Saratxaga | 1 | -0/+5 |
2003-01-16 | Adding Amharic translation. | Daniel Yacob | 1 | -0/+4 |
2003-01-12 | Add some missing entries. Thanks to Kenichi SUTO. | Tor Lillqvist | 1 | -0/+4 |
2003-01-05 | Updates. | Tor Lillqvist | 1 | -0/+8 |
2003-01-05 | (Ancient, binary compatible fixes found sitting in my tree) | Ron Steinke | 1 | -0/+8 |
2003-01-04 | Don't distribute glib-zip. | Tor Lillqvist | 1 | -0/+2 |
2003-01-04 | [Win32] Install also the .def files, to help users generate import | Tor Lillqvist | 1 | -0/+6 |
2003-01-04 | Don't claim broken pipes are unreadable. (Well, they are, but read() | Tor Lillqvist | 1 | -0/+6 |
2003-01-03 | use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for tests for inline | Manish Singh | 1 | -0/+5 |
2003-01-02 | Correct the comment telling what headers have the declarations of some | Tor Lillqvist | 1 | -0/+8 |
2003-01-01 | Check the C stdout and stderr streams for validity, instead of what | Tor Lillqvist | 1 | -0/+2 |
2003-01-01 | Move the alloc_console_called static flag inside these two functions. | Tor Lillqvist | 1 | -1/+2 |
2003-01-01 | New function, parallel to ensure_stdout_valid(). #defined as empty on | Tor Lillqvist | 1 | -0/+13 |
2002-12-28 | Split ChangeLogglib-2-2-branchpoint | Owen Taylor | 1 | -1502/+0 |
2002-12-27 | Added et to ALL_LINGUAS. | Tõivo Leedjärv | 1 | -0/+4 |
2002-12-20 | === Released 2.2.0 ===GLIB_2_2_0 | Owen Taylor | 1 | -1/+6 |
2002-12-20 | === Released 2.2.0 === | Owen Taylor | 1 | -0/+11 |
2002-12-20 | Call g_main_thread_init() after setting g_threads_got_initialized. | Owen Taylor | 1 | -0/+6 |
2002-12-19 | new endian asm for ia64 and x86_64, general reorg and clean up. New | Manish Singh | 1 | -0/+6 |
2002-12-17 | Improvement based on suggestion by Thorsten Maerz: | Tor Lillqvist | 1 | -0/+43 |
2002-12-16 | === Released 2.1.5 ===GLIB_2_1_5 | Owen Taylor | 1 | -1/+9 |
2002-12-16 | Add a hack to mostly deal with problems in support of -pthread and | Owen Taylor | 1 | -0/+8 |
2002-12-16 | Fix potential heap corruption. Sometimes called g_free() on string | Tor Lillqvist | 1 | -0/+5 |
2002-12-16 | AC_SUBST() DATADIRNAME, not DATADIR. | Owen Taylor | 1 | -0/+5 |
2002-12-16 | Restore a missing AC_SUBST() for DATADIRNAME. (Found by Kjartan Maraas) | Owen Taylor | 1 | -0/+5 |
2002-12-15 | Actually set INTLLIBS when needed. (Reported by Tor Lillqvist) | Owen Taylor | 1 | -0/+5 |
2002-12-15 | Add g_rand_init. | Tor Lillqvist | 1 | -0/+2 |
2002-12-15 | Slight update to match what is currently produced by configure. | Tor Lillqvist | 1 | -0/+5 |
2002-12-15 | HP-UX 10 xshares the same non-posix getpwuid_r signature as AIX. (#100756, | Owen Taylor | 1 | -0/+6 |
2002-12-15 | Mark the contents of the strucures in this file /*< private >*/ | Owen Taylor | 1 | -0/+9 |
2002-12-15 | Break _g_locale_charset() into two pieces - a fast "raw" piece, and a slow | Owen Taylor | 1 | -0/+8 |
2002-12-15 | Set TRIO_LIBS when building with trio. | Matthias Clasen | 1 | -0/+6 |
2002-12-15 | Add gprintfint.h and trio. | Matthias Clasen | 1 | -0/+16 |
2002-12-14 | Fix typo. Missing '%' in my last commit. | Manish Singh | 1 | -0/+5 |
2002-12-13 | Fixes from Johannes Stezenbach | Owen Taylor | 1 | -0/+12 |
2002-12-13 | Allow not setting glib_cv_long_long_format when cross-compiling since we | Owen Taylor | 1 | -0/+4 |
2002-12-13 | long_long_format is always ll for trio. | Owen Taylor | 1 | -0/+7 |
2002-12-13 | Add -lm for pow(). | Matthias Clasen | 1 | -0/+2 |
2002-12-12 | Add a test for positional parameters in g_snprintf(). Use g_printf() | Matthias Clasen | 1 | -0/+5 |
2002-12-12 | pull in trio if host printf doesn't have a known way of printing 64-bit | Manish Singh | 1 | -0/+16 |
2002-12-12 | AC_PREREQ(2.53) here; convinces Debian's wrappers to use the right | Owen Taylor | 1 | -0/+6 |
2002-12-11 | Fix off-by-one error. (#100853) | Tor Lillqvist | 1 | -0/+9 |
2002-12-11 | === Release 2.1.4 ===GLIB_2_1_4 | Owen Taylor | 1 | -1/+16 |
2002-12-11 | Added "fi" to ALL_LINGUAS. | Pauli Virtanen | 1 | -0/+4 |
2002-12-11 | Add GLIB_ASSERT_SET() as a helper for adding "must be set when | Owen Taylor | 1 | -0/+9 |
2002-12-11 | Also assume AC_LINK_IFELSE() is OK when cross-compiling for the libs | Owen Taylor | 1 | -0/+8 |
2002-12-11 | Factor out repeated thread test into a m4_define(); when cross-compiling, | Owen Taylor | 1 | -0/+9 |