Age | Commit message (Expand) | Author | Files | Lines |
2004-03-09 | === Released 2.3.6 ===GLIB_2_3_6 | Owen Taylor | 1 | -2/+2 |
2004-03-08 | Add Irish to ALL_LINGUAS | Alastair McKinstry | 1 | -1/+1 |
2004-03-07 | Added Serbian Jekavian translation by Bojan Suzić. | Danilo Šegan | 1 | -1/+1 |
2004-03-06 | Update. | Tor Lillqvist | 1 | -5/+0 |
2004-03-04 | Added Punjabi translation | Guntupalli Karunakar | 1 | -1/+1 |
2004-03-02 | === Released 2.3.5 ===GLIB_2_3_5 | Owen Taylor | 1 | -1/+1 |
2004-03-01 | Patch from J. Ali Harlow | Owen Taylor | 1 | -1/+1 |
2004-02-29 | Moved the assembler functions from gatomic.h to gatomic.c, which makes for | Sebastian Wilhelmi | 1 | -14/+27 |
2004-02-26 | empty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREADS_ENABLED | Sebastian Wilhelmi | 1 | -40/+0 |
2004-02-26 | Removed the PID niceness surrogate for thread priorities as requested by | Sebastian Wilhelmi | 1 | -33/+4 |
2004-02-26 | New files to implement atomic operations for different platforms. Fixes | Sebastian Wilhelmi | 1 | -0/+63 |
2004-02-25 | For the PID thread priorities surrogate use gettid instead of getpid. This | Sebastian Wilhelmi | 1 | -3/+6 |
2004-02-24 | === Released 2.3.3 ===GLIB_2_3_3 | Owen Taylor | 1 | -1/+1 |
2004-02-22 | Set the gmodule suffix to 'a' for aix and use the aix gmodule | Matthias Clasen | 1 | -0/+10 |
2004-02-14 | Remove unnecessary STRIP_* definitions, and GNU make check. Really fixes | Manish Singh | 1 | -15/+0 |
2004-02-14 | Make the check for GNU make work when MAKE is a full path. (#134102, Julio | Matthias Clasen | 1 | -1/+1 |
2004-02-14 | Suppress xsltproc and xmlcatalog checks if enable_man=no. (#134091, Julio | Matthias Clasen | 1 | -7/+11 |
2004-02-14 | Wrap waitpid() as a GSource. This is a partial implementation of the "Unix | Matthias Clasen | 1 | -0/+5 |
2004-02-05 | *** empty log message *** | Denis Lackovic | 1 | -1/+1 |
2004-01-22 | Add g_timer_continue(). (#98536, Tim-Philipp Müller) | Owen Taylor | 1 | -1/+1 |
2004-01-12 | Add G_MAXSIZE, define in terms of G_MAXUfoo. | Manish Singh | 1 | -0/+5 |
2003-12-02 | Fix for #103710, Mark Jones: | Matthias Clasen | 1 | -4/+0 |
2003-11-20 | Added G_GSIZE_FORMAT and friends. | Manish Singh | 1 | -2/+25 |
2003-11-14 | Don't blindly set glib_cv_long_long_format to "ll" when using the included | Matthias Clasen | 1 | -1/+3 |
2003-11-12 | Version 2.3.1, interface age 0. | Owen Taylor | 1 | -1/+1 |
2003-11-02 | Fix 64bit printing for MSVC builds (#119292, Hans Breuer): | Matthias Clasen | 1 | -0/+1 |
2003-10-30 | Remove the semicolon from the definition of g_once(), so that | Matthias Clasen | 1 | -1/+1 |
2003-10-24 | Force shared library (DLL) only on Windows. (I don't think that is | Tor Lillqvist | 1 | -1/+15 |
2003-10-04 | Make the various printf feature test macros reflect the system printf, | Matthias Clasen | 1 | -4/+0 |
2003-09-28 | Added Lithuanian translation | Gediminas Paulauskas | 1 | -1/+1 |
2003-09-12 | New directory, framework for automated GObject tests. | Owen Taylor | 1 | -0/+1 |
2003-08-23 | Added "is" to ALL_LINGUAS. | Samúel Jón Gunnarsson | 1 | -1/+1 |
2003-07-28 | Integrate gnulib vasnprintf(). | Matthias Clasen | 1 | -18/+42 |
2003-07-28 | configure.in changes forgotten in last commit. | Matthias Clasen | 1 | -1/+1 |
2003-07-10 | Added "eo" to ALL_LINGUAS. Added Esperanto translation from Charles | Joel Brich | 1 | -1/+1 |
2003-07-08 | Support for one-time initialization functions. (#69668, Sebastian | Matthias Clasen | 1 | -4/+45 |
2003-06-17 | New macros to check for XML catalog contents and path, borrowed from | Matthias Clasen | 1 | -0/+20 |
2003-06-11 | Remove false &. Spotted by Albert Chin | Sebastian Wilhelmi | 1 | -1/+1 |
2003-06-03 | Test for pthread_setschedparam. If not existant, disable priorities. | Sebastian Wilhelmi | 1 | -1/+7 |
2003-05-20 | wrap 64-bit MIN/MAX limit constants in G_GINT64_CONSTANT. Fixes bug | PDT 2003 Manish Singh | 1 | -3/+3 |
2003-05-19 | *ar.po: Added Arabic translation by Arabeyes <doc@arabeyes.org> | Arafat Medini | 1 | -1/+1 |
2003-05-17 | Welsh translation from Dafydd Harries | Telsa Gwynne | 1 | -1/+1 |
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 |