2004-11-17 |
Matthias Clasen | *** empty log message *** |
tree | commitdiff |
2004-11-15 |
Matthias Clasen | Use S_ISREG(), since S_IFMT and S_IFREG are apprarently... |
tree | commitdiff |
2004-11-11 |
J. Ali Harlow | Use embedded tab rather than '\t' escape sequence.... |
tree | commitdiff |
2004-11-10 |
Tor Lillqvist | Fix typo in doc comment. |
tree | commitdiff |
2004-11-08 |
Matthias Clasen | Add G_TRAVERSE_LEAVES and G_TRAVERSE_NON_LEAVES as... |
tree | commitdiff |
2004-11-08 |
Manish Singh | glib/gasyncqueue.c glib/ghook.c g_return_if_fail -... |
tree | commitdiff |
2004-11-08 |
Matthias Clasen | Make g_io_channel_ref(), g_main_context_ref(), g_hook_r... |
tree | commitdiff |
2004-11-08 |
Matthias Clasen | Initialize child_watch_count to 1, so that we don't... |
tree | commitdiff |
2004-11-07 |
Matthias Clasen | Work around an bug in Mac OS < 10.3. (#156446, Dave... |
tree | commitdiff |
2004-11-05 |
Matthias Clasen | Handle numbers like 1e1, nan, -infinity. Also try harde... |
tree | commitdiff |
2004-11-04 |
Tor Lillqvist | Add G_OPTION_FLAG_REVERSE, to reverse the sense of... |
tree | commitdiff |
2004-11-04 |
Tor Lillqvist | Document that the result is guaranteed to be non-NULL. |
tree | commitdiff |
2004-11-02 |
Matthias Clasen | *** empty log message *** GLIB_2_5_5 |
tree | commitdiff |
2004-11-02 |
Matthias Clasen | *** empty log message *** |
tree | commitdiff |
2004-11-02 |
Matthias Clasen | New function to convert a filename to a UTF-8 string... |
tree | commitdiff |
2004-11-02 |
Matthias Clasen | Document that this function may not return. |
tree | commitdiff |
2004-11-02 |
Matthias Clasen | Make gtkdoc-scan happy by removing spaces between gchar... |
tree | commitdiff |
2004-11-01 |
Tor Lillqvist | Implement correctly also on Unix systems without lstat... |
tree | commitdiff |
2004-11-01 |
Ray Strode | don't return an error if we come across a value with... |
tree | commitdiff |
2004-11-01 |
Matthias Clasen | glib/gdebug.h glib/gutils.c gobject/gtype.c gthread... |
tree | commitdiff |
2004-11-01 |
Matthias Clasen | Documentation updates. |
tree | commitdiff |
2004-11-01 |
Matthias Clasen | Handle conflicts between options in different groups... |
tree | commitdiff |
2004-10-31 |
Matthias Clasen | Document G_WIN32_IS_NT_BASED, G_WIN32_HAVE_WIDECHAR_API. |
tree | commitdiff |
2004-10-31 |
Tor Lillqvist | Document g_win32_get_windows_version(). |
tree | commitdiff |
2004-10-31 |
Tor Lillqvist | Add g_lstat(). |
tree | commitdiff |
2004-10-30 |
Matthias Clasen | Doc additions. |
tree | commitdiff |
2004-10-30 |
Matthias Clasen | Convert filenames to UTF-8 on Windows. |
tree | commitdiff |
2004-10-29 |
Hans Breuer | updated [and finally fixed my script to produce ready... |
tree | commitdiff |
2004-10-29 |
Matthias Clasen | Add tests for the handling of non-option arguments... |
tree | commitdiff |
2004-10-29 |
Matthias Clasen | Document GOption |
tree | commitdiff |
2004-10-29 |
Matthias Clasen | Mark g_assert_warning as G_GNUC_NORETURN, to avoid... |
tree | commitdiff |
2004-10-29 |
Tor Lillqvist | Include also <direct.h> for mkdir() prototype with... |
tree | commitdiff |
2004-10-29 |
Tor Lillqvist | Redefine also g_io_channel_new_file to the UTF-8 versio... |
tree | commitdiff |
2004-10-28 |
Ray Strode | clean up a leak (#156652, Morten Welinder) (g_key_file_... |
tree | commitdiff |
2004-10-28 |
Ray Strode | Don't use S_ISREG macro (#156728, Kazuki IWAMOTO) |
tree | commitdiff |
2004-10-28 |
Matthias Clasen | Include galias.h before glib.h (#156697, Christian... |
tree | commitdiff |
2004-10-28 |
Matthias Clasen | Add a missing "Since: 2.6" comment. |
tree | commitdiff |
2004-10-28 |
Tor Lillqvist | Include glib.h early to get G_OS_WIN32. Include errno... |
tree | commitdiff |
2004-10-28 |
Tor Lillqvist | Include gstdio.h and use g_open(). |
tree | commitdiff |
2004-10-27 |
Ray Strode | Move file is regular check to load_from_file to use... |
tree | commitdiff |
2004-10-27 |
Matthias Clasen | 2.5.4 GTK_2_5_4 |
tree | commitdiff |
2004-10-27 |
Matthias Clasen | Introduce the idea of a filename encoding, which is... |
tree | commitdiff |
2004-10-27 |
Matthias Clasen | Fix includes. (#156500, #156499, Kazuki IWAMOTO) |
tree | commitdiff |
2004-10-27 |
Matthias Clasen | Fix srcdir != builddir builds. (#156447, Thomas Fitzsim... |
tree | commitdiff |
2004-10-26 |
Matthias Clasen | Add a missing include. |
tree | commitdiff |
2004-10-26 |
Matthias Clasen | Add new symbols. |
tree | commitdiff |
2004-10-26 |
Matthias Clasen | Documentation fixes. |
tree | commitdiff |
2004-10-26 |
Matthias Clasen | Make the last change compile. |
tree | commitdiff |
2004-10-26 |
Matthias Clasen | Make this function thread-safe in the GLib style. |
tree | commitdiff |
2004-10-26 |
Ray Strode | Add Matthias to "Written by" lines (GKeyFileGroup)... |
tree | commitdiff |
2004-10-26 |
Matthias Clasen | Don't include ctype.h needlessly. (#156424, Morten... |
tree | commitdiff |
2004-10-26 |
Matthias Clasen | Don't include ctype.h needlessly. (#156424, Morten... |
tree | commitdiff |
2004-10-25 |
Manish Singh | rm autom4te.cache, since it might interfere with differ... |
tree | commitdiff |
2004-10-24 |
Matthias Clasen | Don't destroy the lookup map if it is NULL. |
tree | commitdiff |
2004-10-24 |
Matthias Clasen | Apply a patch to fix sparse warnings. (#154696, Kjartan... |
tree | commitdiff |
2004-10-24 |
Matthias Clasen | Undef libc functions before defining them, since they... |
tree | commitdiff |
2004-10-23 |
Matthias Clasen | Add a parser for desktop entries and similar files... |
tree | commitdiff |
2004-10-22 |
Matthias Clasen | Add some uri list tests.c. |
tree | commitdiff |
2004-10-20 |
Matthias Clasen | Don't return the wrong change. (#155856, Lucas Rocha) |
tree | commitdiff |
2004-10-17 |
Matthias Clasen | Make public. (#155589, Tim-Philipp Müller) |
tree | commitdiff |
2004-10-08 |
Matthias Clasen | Document that GLib supports only a single callback... |
tree | commitdiff |
2004-10-06 |
Matthias Clasen | Fix some C99isms. (#154676, Kjartan Maraas) |
tree | commitdiff |
2004-10-05 |
Anders Carlsson | Add check for if argc is 0. |
tree | commitdiff |
2004-10-04 |
Matthias Clasen | Only set vtable_set if the vtable is set. |
tree | commitdiff |
2004-10-03 |
Anders Carlsson | Set arg_data on filenames. (Discovered by Mats-Ola... |
tree | commitdiff |
2004-10-01 |
Tor Lillqvist | Use g_path_get_basename() instead of strrchr(), so... |
tree | commitdiff |
2004-09-30 |
Matthias Clasen | Convert filenames to UTF-8 before putting them in GErro... |
tree | commitdiff |
2004-09-30 |
Matthias Clasen | Add g_assert_warning. |
tree | commitdiff |
2004-09-29 |
Matthias Clasen | Move the declaration of g_return_if_fail_warning()... |
tree | commitdiff |
2004-09-27 |
Murray Cumming | Rename g_context_option_error_quark() to g_option_error... |
tree | commitdiff |
2004-09-26 |
Matthias Clasen | Fix #153649, Hidetaka Iwai: |
tree | commitdiff |
2004-09-22 |
Tor Lillqvist | [Win32] Don't open a console window if standard output... |
tree | commitdiff |
2004-09-20 |
Matthias Clasen | Add a note explaining how to convert UTF-16 byte stream... |
tree | commitdiff |
2004-09-20 |
Matthias Clasen | Make GOption remove long options completely. (#153113... |
tree | commitdiff |
2004-09-20 |
Matthias Clasen | Call error_func on error, not post_parse_func again... |
tree | commitdiff |
2004-09-20 |
Matthias Clasen | Fix the types of some variables to be GLogLevelFlags... |
tree | commitdiff |
2004-09-17 |
Manish Singh | shut up cvs |
tree | commitdiff |
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 |
next |