2004-09-17 |
Manish Singh | don't hardcode lengths for cut, instead split on the... |
tree | commitdiff |
2004-09-17 |
Manish Singh | Make it take a guint for number of characters, instead... |
tree | commitdiff |
2004-09-16 |
Matthias Clasen | Add abicheck.sh |
tree | commitdiff |
2004-09-16 |
Matthias Clasen | Implement the same PLT reduction technique used in... |
tree | commitdiff |
2004-09-15 |
Tor Lillqvist | Convert message to UTF-8. Technically this breaks API... |
tree | commitdiff |
2004-09-09 |
Matthias Clasen | Strip the prefix "IA__" from function names, since... |
tree | commitdiff |
2004-09-09 |
Owen Taylor | Include implementation of g_return_if_fail_internal(). |
tree | commitdiff |
2004-09-09 |
Owen Taylor | Use a helper function to reduce code size; omit FILE... |
tree | commitdiff |
2004-09-09 |
Matthias Clasen | Clarify the relation of g_get_home_dir() and $HOME. |
tree | commitdiff |
2004-09-09 |
Matthias Clasen | Add a function to calculate the length of a NULL-termin... |
tree | commitdiff |
2004-09-08 |
Tor Lillqvist | On Win32, as last resort call g_win32_getlocale() to... |
tree | commitdiff |
2004-09-07 |
Matthias Clasen | Add a function to return a list of applicable locale... |
tree | commitdiff |
2004-09-05 |
Matthias Clasen | New function to install an alternate default log handle... |
tree | commitdiff |
2004-09-03 |
Tor Lillqvist | Update. |
tree | commitdiff |
2004-09-02 |
Matthias Clasen | Add a function to calculate the ISO 8601 week number... |
tree | commitdiff |
2004-09-01 |
Anders Carlsson | Set program name before calling the pre-parse hooks. |
tree | commitdiff |
2004-09-01 |
Anders Carlsson | Handle option contexts without a main group. |
tree | commitdiff |
2004-08-30 |
Anders Carlsson | Set prgname to <unknown> if argc and argv are NULL. |
tree | commitdiff |
2004-08-30 |
Matthias Clasen | Point to g_hash_table_lookup_extended() for differentia... |
tree | commitdiff |
2004-08-27 |
Matthias Clasen | Fix #151193, Stepan Kasal: |
tree | commitdiff |
2004-08-27 |
Matthias Clasen | Set the program name from argv[0], noticed by Masatake... |
tree | commitdiff |
2004-08-25 |
Tor Lillqvist | New function. Returns the Windows version code like... |
tree | commitdiff |
2004-08-25 |
Tor Lillqvist | Win32 equivalences of the XDG folders |
tree | commitdiff |
2004-08-23 |
Manish Singh | remove unused variable. |
tree | commitdiff |
2004-08-23 |
Matthias Clasen | Don't call g_get_home_dir() while holding the g_utils_g... |
tree | commitdiff |
2004-08-21 |
Tor Lillqvist | Tell select_thread to break out of its loop. Prevents... |
tree | commitdiff |
2004-08-21 |
Tor Lillqvist | Guard against bogus return value from strxfrm(). For... |
tree | commitdiff |
2004-08-19 |
Tor Lillqvist | Correct source and destination charset parameter order... |
tree | commitdiff |
2004-08-19 |
Jon Kåre Hellan | Remove trailing commas. |
tree | commitdiff |
2004-08-11 |
Ray Strode | Add new XDG basedir API (bug 139973). |
tree | commitdiff |
2004-08-10 |
Matthias Clasen | Remove G_GNUC_INTERNAL from here. Check whether the... |
tree | commitdiff |
2004-08-09 |
Matthias Clasen | Define empty if gcc is too old. |
tree | commitdiff |
2004-08-06 |
Hans Breuer | updated |
tree | commitdiff |
2004-08-05 |
Ray Strode | strdup result so caller doesn't free internally managed... |
tree | commitdiff |
2004-08-03 |
Matthias Clasen | Mark user visible strings for translation. |
tree | commitdiff |
2004-08-03 |
Matthias Clasen | Pedantically use g types throughout. |
tree | commitdiff |
2004-08-03 |
Matthias Clasen | New function to check the version of GLib at runtime... |
tree | commitdiff |
2004-08-02 |
Anders Carlsson | Move GTranslateFunc to gtypes.h |
tree | commitdiff |
2004-08-02 |
Anders Carlsson | Add GOption. |
tree | commitdiff |
2004-08-02 |
Matthias Clasen | Add a G_GNUC_INTERNAL macro to mark function declaratio... |
tree | commitdiff |
2004-08-02 |
Matthias Clasen | Include gthreadinit.h here to see the declaration for |
tree | commitdiff |
2004-08-01 |
Matthias Clasen | Include a test involving consecutive backslashes follow... |
tree | commitdiff |
2004-07-30 |
Matthias Clasen | Don't validate for UTF-8 here. (#148420, Robert Ögren) |
tree | commitdiff |
2004-07-28 |
Matthias Clasen | Tests for handling of whitespace inside tags. |
tree | commitdiff |
2004-07-27 |
Matthias Clasen | s/g_strsplit/g_strsplit_set/ as well. |
tree | commitdiff |
2004-07-24 |
Soeren Sandmann | s/g_strtokenize/g_strsplit_set/ in docs. |
tree | commitdiff |
2004-07-21 |
Matthias Clasen | Fix #147651, reported by Oliver Guntermann: |
tree | commitdiff |
2004-07-12 |
Matthias Clasen | Remove the ENABLE_NLS check here as well. |
tree | commitdiff |
2004-07-09 |
Matthias Clasen | Convert filename to UTF-8 before using it in the error... |
tree | commitdiff |
2004-07-08 |
Matthias Clasen | Remove the ENABLE_NLS check, since GLib can't be built... |
tree | commitdiff |
2004-07-05 |
Matthias Clasen | Complete the g_log() family. (#135730, Sven Herzberg) |
tree | commitdiff |
2004-07-05 |
Matthias Clasen | Add top_srcdir to make srcdir != . work. (#145166,... |
tree | commitdiff |
2004-07-02 |
Sebastian Wilhelmi | Rename __asm to __asm__ and __volatile to __volatile__... |
tree | commitdiff |
2004-07-01 |
John Ehresman | glib/giowin32.c (g_io_channel_win32_init, g_io_win32_fr... |
tree | commitdiff |
2004-06-12 |
Matthias Clasen | Ignore a missing newline at EOF for single line comment... |
tree | commitdiff |
2004-06-08 |
Federico Mena Quintero | Fixes #140532. |
tree | commitdiff |
2004-06-06 |
Tor Lillqvist | Check home for being NULL. (#143812) |
tree | commitdiff |
2004-06-05 |
Manish Singh | cpp #directives should always have the "#" in the first... |
tree | commitdiff |
2004-06-02 |
Matthias Clasen | Use higher precision for the mathematical constants... |
tree | commitdiff |
2004-06-02 |
Matthias Clasen | Fix an off-by-one error in g_markup_parse_context_parse... |
tree | commitdiff |
2004-05-17 |
Matthias Clasen | Merged from 2.4: |
tree | commitdiff |
2004-05-15 |
Tor Lillqvist | [Win32] Only believe HOME if it is an absolute path... |
tree | commitdiff |
2004-05-14 |
Tor Lillqvist | Handle empty digit string for precision correctly.... |
tree | commitdiff |
2004-05-10 |
Matthias Clasen | Merge from 2.4: |
tree | commitdiff |
2004-05-09 |
Tor Lillqvist | Remove two duplicated lines. Thanks to Benoît Carpentier. |
tree | commitdiff |
2004-05-09 |
Matthias Clasen | Merge from 2.4: |
tree | commitdiff |
2004-05-09 |
Matthias Clasen | Merge from 2.4: |
tree | commitdiff |
2004-05-06 |
Matthias Clasen | Quote the file scheme to mark it as untranslatable... |
tree | commitdiff |
2004-05-02 |
Manish Singh | check for __pentium4__ when deciding whether to use... |
tree | commitdiff |
2004-05-01 |
Hans Breuer | added makefile.msc to EXTRA_DIST fixes #141563, Steve... |
tree | commitdiff |
2004-04-30 |
Matthias Clasen | === Released 2.4.1 === GLIB_2_4_1 |
tree | commitdiff |
2004-04-25 |
Tor Lillqvist | Plug memory leak. (#140770, John Ehresman) |
tree | commitdiff |
2004-04-23 |
Matthias Clasen | Reinstate LIBCHARSET_ALIAS_DIR support which got lost... |
tree | commitdiff |
2004-04-23 |
Matthias Clasen | Don't call g_strerror() here, since it can lead to... |
tree | commitdiff |
2004-04-22 |
Matthias Clasen | Add some tests for off-by-one errors. |
tree | commitdiff |
2004-04-22 |
Matthias Clasen | Add testcases for g_message() involving non-printable... |
tree | commitdiff |
2004-04-22 |
Matthias Clasen | Fix problems when a locale-specific decimal separator... |
tree | commitdiff |
2004-04-22 |
Matthias Clasen | Only set time_is_current to FALSE if context->timeout... |
tree | commitdiff |
2004-04-15 |
Matthias Clasen | Add tests for the empty pattern. |
tree | commitdiff |
2004-04-10 |
Tor Lillqvist | Add new language and sublanguage codes, from GNU gettex... |
tree | commitdiff |
2004-04-10 |
Tor Lillqvist | glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decoratin... |
tree | commitdiff |
2004-03-21 |
Tor Lillqvist | Fix Win32 behaviour in some cases where a drive letter... |
tree | commitdiff |
2004-03-19 |
Owen Taylor | Fix the accidental revert of the fixes from #112222... |
tree | commitdiff |
2004-03-14 |
Owen Taylor | Handle invalid UTF-8. (#131218, patch from Matthias... |
tree | commitdiff |
2004-03-14 |
Owen Taylor | Use fork1() not fork for G_THREADS_IMPL_SOLARIS. (... |
tree | commitdiff |
2004-03-14 |
Owen Taylor | if _POLL_EMUL_H is defined, undefine HAVE_POLL to prefe... |
tree | commitdiff |
2004-03-14 |
Owen Taylor | Add __extension__ to G_STMT_START to quite gcc -pedanti... |
tree | commitdiff |
2004-03-14 |
Owen Taylor | Some warning fixes for the Sun compiler (Reported by... |
tree | commitdiff |
2004-03-12 |
Manish Singh | ia32's G_BREAKPOINT() implementation works on amd64... |
tree | commitdiff |
2004-03-12 |
Manish Singh | Non-optimizing compile fails for two asm statements... |
tree | commitdiff |
2004-03-11 |
Matthias Clasen | Remove an extra semicolon. Spotted by Kjartan Maraas. |
tree | commitdiff |
2004-03-10 |
Tor Lillqvist | glib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZER... |
tree | commitdiff |
2004-03-07 |
Hans Breuer | shortcut_spawn_retval which doesn't improve the impleme... |
tree | commitdiff |
2004-03-06 |
Tor Lillqvist | Update. |
tree | commitdiff |
2004-03-05 |
Matthias Clasen | Patch by Sebastian Wilhemi to fix infinite recursion... |
tree | commitdiff |
2004-03-05 |
Tor Lillqvist | Add g_main_depth. (#136221, Cedric Gustin) |
tree | commitdiff |
2004-03-04 |
Sebastian Wilhelmi | Use the atomic integer operations for GMainContext... |
tree | commitdiff |
2004-03-02 |
Sebastian Wilhelmi | Fixed missing definition for ppc code. Fix by Mark... |
tree | commitdiff |
2004-03-02 |
Owen Taylor | === Released 2.3.5 === GLIB_2_3_5 |
tree | commitdiff |
2004-03-01 |
Owen Taylor | Don't call waitpid() on a source that has already exited. |
tree | commitdiff |
next |