2004-03-17 |
Tor Lillqvist | Define HAVE_INT64_AND_I64 also in the mingw (gcc on... |
blob | commitdiff |
2004-03-17 |
Gareth Owen | Added en_GB to ALL_LINGUAS Added British translation |
blob | commitdiff | diff to current |
2004-03-16 |
Owen Taylor | === Released 2.4.0 === GLIB_2_4_0 |
blob | commitdiff | diff to current |
2004-03-14 |
Owen Taylor | Handle invalid UTF-8. (#131218, patch from Matthias... |
blob | commitdiff | diff to current |
2004-03-14 |
Owen Taylor | Use fork1() not fork for G_THREADS_IMPL_SOLARIS. (... |
blob | commitdiff | diff to current |
2004-03-14 |
Owen Taylor | if _POLL_EMUL_H is defined, undefine HAVE_POLL to prefe... |
blob | commitdiff | diff to current |
2004-03-14 |
Owen Taylor | Add __extension__ to G_STMT_START to quite gcc -pedanti... |
blob | commitdiff | diff to current |
2004-03-14 |
Owen Taylor | Remove critical log handler; we can't trigger g_return_... |
blob | commitdiff | diff to current |
2004-03-14 |
Owen Taylor | Some warning fixes for the Sun compiler (Reported by... |
blob | commitdiff | diff to current |
2004-03-12 |
Manish Singh | ia32's G_BREAKPOINT() implementation works on amd64... |
blob | commitdiff | diff to current |
2004-03-12 |
Manish Singh | Non-optimizing compile fails for two asm statements... |
blob | commitdiff | diff to current |
2004-03-11 |
Matthias Clasen | Remove an extra semicolon. Spotted by Kjartan Maraas. |
blob | commitdiff | diff to current |
2004-03-10 |
Tor Lillqvist | glib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZER... |
blob | commitdiff | diff to current |
2004-03-09 |
Owen Taylor | === Released 2.3.6 === GLIB_2_3_6 |
blob | commitdiff | diff to current |
2004-03-09 |
Sebastian Wilhelmi | Do not run the g_child_watch_* test multi-threaded... |
blob | commitdiff | diff to current |
2004-03-08 |
Alastair McKinstry | Add Irish to ALL_LINGUAS |
blob | commitdiff | diff to current |
2004-03-07 |
Danilo Šegan | Added Serbian Jekavian translation by Bojan Suzić. |
blob | commitdiff | diff to current |
2004-03-07 |
Hans Breuer | shortcut_spawn_retval which doesn't improve the impleme... |
blob | commitdiff | diff to current |
2004-03-06 |
Tor Lillqvist | Update. |
blob | commitdiff | diff to current |
2004-03-05 |
Matthias Clasen | Patch by Sebastian Wilhemi to fix infinite recursion... |
blob | commitdiff | diff to current |
2004-03-05 |
Tor Lillqvist | Add g_main_depth. (#136221, Cedric Gustin) |
blob | commitdiff | diff to current |
2004-03-04 |
Guntupalli Karunakar | Added Punjabi translation |
blob | commitdiff | diff to current |
2004-03-04 |
Sebastian Wilhelmi | Use the atomic integer operations for GMainContext... |
blob | commitdiff | diff to current |
2004-03-03 |
Tor Lillqvist | Update to match a configure-generated glibconfig.h... |
blob | commitdiff | diff to current |
2004-03-03 |
Tor Lillqvist | Use a macro GPID_FORMAT for the format to print GPid... |
blob | commitdiff | diff to current |
2004-03-02 |
Sebastian Wilhelmi | Fixed missing definition for ppc code. Fix by Mark... |
blob | commitdiff | diff to current |
2004-03-02 |
Owen Taylor | === Released 2.3.5 === GLIB_2_3_5 |
blob | commitdiff | diff to current |
2004-03-01 |
Owen Taylor | Don't call waitpid() on a source that has already exited. |
blob | commitdiff | diff to current |
2004-03-01 |
Owen Taylor | Patch from J. Ali Harlow |
blob | commitdiff | diff to current |
2004-03-01 |
Tim Janik | - exit with $? instead of 1 in case of failure - exit... |
blob | commitdiff | diff to current |
2004-03-01 |
Owen Taylor | Clarify doc comment. |
blob | commitdiff | diff to current |
2004-03-01 |
Sebastian Wilhelmi | Define g_atomic_(int|pointer)_get only for |
blob | commitdiff | diff to current |
2004-03-01 |
Owen Taylor | Fix leftover references to g_main_context_depth() in... |
blob | commitdiff | diff to current |
2004-03-01 |
Owen Taylor | Add g_main_depth() (Request from Tim Janik and Stefan... |
blob | commitdiff | diff to current |
2004-02-29 |
Matthias Clasen | Update for 2.3.4 |
blob | commitdiff | diff to current |
2004-02-29 |
Hans Breuer | added win32 api based implementation for G_PLATFORM_WIN... |
blob | commitdiff | diff to current |
2004-02-29 |
Sebastian Wilhelmi | Moved the assembler functions from gatomic.h to gatomic... |
blob | commitdiff | diff to current |
2004-02-28 |
Hans Breuer | updated externals, including those from bug #135386 |
blob | commitdiff | diff to current |
2004-02-27 |
Matthias Clasen | Documentation updates. |
blob | commitdiff | diff to current |
2004-02-27 |
Sebastian Wilhelmi | Reading access to ref_count only with g_atomic_int_get(). |
blob | commitdiff | diff to current |
2004-02-27 |
Sebastian Wilhelmi | Use g_atomic_int_(inc|dec_and_test) for reference counting. |
blob | commitdiff | diff to current |
2004-02-27 |
Matthias Clasen | quote AC_DEFUN macro names so automake 1.8 won't whine... |
blob | commitdiff | diff to current |
2004-02-27 |
Matthias Clasen | Translate from locale era to AD in g_date_set_parse... |
blob | commitdiff | diff to current |
2004-02-26 |
Matthias Clasen | Don't modify errno. (#116617, Balazs Scheidler) |
blob | commitdiff | diff to current |
2004-02-26 |
Sebastian Wilhelmi | Last commit log was wrong: Should have been: |
blob | commitdiff | diff to current |
2004-02-26 |
Sebastian Wilhelmi | Only run, if threads are enabled. |
blob | commitdiff | diff to current |
2004-02-26 |
Sebastian Wilhelmi | empty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREA... |
blob | commitdiff | diff to current |
2004-02-26 |
Sebastian Wilhelmi | Removed the PID niceness surrogate for thread prioritie... |
blob | commitdiff | diff to current |
2004-02-26 |
Sebastian Wilhelmi | New files to implement atomic operations for different... |
blob | commitdiff | diff to current |
2004-02-25 |
Hans Breuer | added g_hash_table_find and a bunch of g_queue_* |
blob | commitdiff | diff to current |
2004-02-25 |
Sebastian Wilhelmi | For the PID thread priorities surrogate use gettid... |
blob | commitdiff | diff to current |
2004-02-24 |
Sebastian Wilhelmi | Add Since: 2.4, where due |
blob | commitdiff | diff to current |
2004-02-24 |
Owen Taylor | === Released 2.3.3 === GLIB_2_3_3 |
blob | commitdiff | diff to current |
2004-02-23 |
Matthias Clasen | Start of 2.3.3 section. |
blob | commitdiff | diff to current |
2004-02-22 |
Matthias Clasen | Set the gmodule suffix to 'a' for aix and use the aix... |
blob | commitdiff | diff to current |
2004-02-21 |
Matthias Clasen | New function to deep-copy a GNode and its children... |
blob | commitdiff | diff to current |
2004-02-21 |
Soeren Sandmann | Some documentation fixes. |
blob | commitdiff | diff to current |
2004-02-21 |
Søren Sandmann Ped... | Fix ChangeLog |
blob | commitdiff | diff to current |
2004-02-21 |
Soeren Sandmann | Extend GQueue API to match the GList API. (#118439). |
blob | commitdiff | diff to current |
2004-02-20 |
Tim Janik | applied patch from #131937 with slight renames. provides |
blob | commitdiff | diff to current |
2004-02-20 |
Tim Janik | applied patch from David Schleef <ds@schleef.org> which... |
blob | commitdiff | diff to current |
2004-02-19 |
Tim Janik | for G_CAN_INLINE environments, inline g_string_append_c... |
blob | commitdiff | diff to current |
2004-02-19 |
Sebastian Wilhelmi | Forgot ChangeLog again...... |
blob | commitdiff | diff to current |
2004-02-18 |
Matthias Clasen | Include signal.h for SIGCHLD. (#134622, Damien Carbery) |
blob | commitdiff | diff to current |
2004-02-18 |
Sebastian Wilhelmi | Set context->wake_up_pipe only for G_THREADS_ENABLED. |
blob | commitdiff | diff to current |
2004-02-14 |
Manish Singh | Remove unnecessary STRIP_* definitions, and GNU make... |
blob | commitdiff | diff to current |
2004-02-14 |
Matthias Clasen | Make the check for GNU make work when MAKE is a full... |
blob | commitdiff | diff to current |
2004-02-14 |
Matthias Clasen | Suppress xsltproc and xmlcatalog checks if enable_man... |
blob | commitdiff | diff to current |
2004-02-14 |
Matthias Clasen | Wrap waitpid() as a GSource. This is a partial implemen... |
blob | commitdiff | diff to current |
2004-02-07 |
Manish Singh | Fix broken test for gsize formats. |
blob | commitdiff | diff to current |
2004-02-05 |
Denis Lackovic | *** empty log message *** |
blob | commitdiff | diff to current |
2004-02-05 |
Manish Singh | Add prototype for g_completion_complete_utf8(). |
blob | commitdiff | diff to current |
2004-02-05 |
Tor Lillqvist | Add g_completion_complete_utf8. |
blob | commitdiff | diff to current |
2004-02-05 |
Matthias Clasen | Weaken an g_assert() to a g_warning(), since apparently... |
blob | commitdiff | diff to current |
2004-02-04 |
Matthias Clasen | New function which works like g_completion_complete... |
blob | commitdiff | diff to current |
2004-02-01 |
Tor Lillqvist | Add g_strsplit_set. |
blob | commitdiff | diff to current |
2004-01-31 |
Matthias Clasen | Don't return FALSE from a pointer function. (#131472... |
blob | commitdiff | diff to current |
2004-01-30 |
Noah Levitt | Size compose_table correctly. (#123421, Simon Josefsson) |
blob | commitdiff | diff to current |
2004-01-28 |
Manish Singh | m4macros/glib-2.0.m4 quote AC_DEFUN macro names so... |
blob | commitdiff | diff to current |
2004-01-28 |
Matthias Clasen | New function, a cross between g_strsplit() and strtok... |
blob | commitdiff | diff to current |
2004-01-23 |
Matthias Clasen | Sigh, protect against pw->pw_gecos being "" as well... |
blob | commitdiff | diff to current |
2004-01-23 |
Tor Lillqvist | Add new functions. |
blob | commitdiff | diff to current |
2004-01-23 |
Tor Lillqvist | Don't include <unistd.h> unless HAVE_UNISTD_H. Include... |
blob | commitdiff | diff to current |
2004-01-22 |
Owen Taylor | === Released 2.3.2 === GLIB_2_3_2 |
blob | commitdiff | diff to current |
2004-01-22 |
Owen Taylor | Add g_timer_continue(). (#98536, Tim-Philipp Müller) |
blob | commitdiff | diff to current |
2004-01-22 |
Matthias Clasen | Protect against pw->pw_gecos being NULL. |
blob | commitdiff | diff to current |
2004-01-21 |
Matthias Clasen | Don't treat the Win32 user name like a gecos field... |
blob | commitdiff | diff to current |
2004-01-20 |
Matthias Clasen | Start of 2.3.2 section. |
blob | commitdiff | diff to current |
2004-01-16 |
Matthias Clasen | Forgot to fix this one. |
blob | commitdiff | diff to current |
2004-01-15 |
Matthias Clasen | Move initialization of variables after g_return_val_if_... |
blob | commitdiff | diff to current |
2004-01-12 |
Manish Singh | Add G_MAXSIZE, define in terms of G_MAXUfoo. |
blob | commitdiff | diff to current |
2004-01-12 |
Manish Singh | #define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853. |
blob | commitdiff | diff to current |
2004-01-10 |
Manish Singh | 64-bit cleanliness fixes. |
blob | commitdiff | diff to current |
2004-01-10 |
George Lebl | Add the init_by_array functionality from the reference... |
blob | commitdiff | diff to current |
2004-01-06 |
Owen Taylor | Check defined (__OPTIMIZE__) not __OPTIMIZE__. (Zack... |
blob | commitdiff | diff to current |
2003-12-30 |
Murray Cumming | Added a lowercase_name option, to be used next to the... |
blob | commitdiff | diff to current |
2003-12-26 |
Matthias Clasen | New function to call a function for each element of... |
blob | commitdiff | diff to current |
2003-12-21 |
Matthias Clasen | Quote macro names to support reading the file multiple... |
blob | commitdiff | diff to current |
2003-12-21 |
Matthias Clasen | Fix the locking of the mem_chunks list. (#127096, Balaz... |
blob | commitdiff | diff to current |
2003-12-14 |
Hans Breuer | make g_file_test(,G_FILE_TEST_IS_EXECUTABLE) return... |
blob | commitdiff | diff to current |
next |