summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* integrate patches by Sylvain Foretgobject_0_10_0Mathieu Lacage2004-11-051-2/+50
* Handle numbers like 1e1, nan, -infinity. Also try harder to preserveMatthias Clasen2004-11-057-39/+101
* improve a bit the introductionMathieu Lacage2004-11-041-4/+17
* forgot to add this file.Mathieu Lacage2004-11-041-0/+58
* integrate patch from Stefan KostMathieu Lacage2004-11-043-28/+218
* Updated Danish translation.Martin Willemoes Hansen2004-11-042-67/+75
* Improve G_WIN32_HAVE_WIDECHAR_API documentation.Tor Lillqvist2004-11-043-2/+13
* Add G_OPTION_FLAG_REVERSE, to reverse the sense of a G_OPTION_ARG_NONETor Lillqvist2004-11-047-2/+28
* Document that the result is guaranteed to be non-NULL.Tor Lillqvist2004-11-047-40/+120
* Argument is in UTF-8. Use wide character Win32 API if present.Tor Lillqvist2004-11-043-5/+37
* 2004-11-03 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-11-032-12/+16
* Add bug references.Matthias Clasen2004-11-035-0/+50
* *** empty log message ***GLIB_2_5_5Matthias Clasen2004-11-0282-1093/+1171
* *** empty log message ***Matthias Clasen2004-11-025-0/+30
* *** empty log message ***Matthias Clasen2004-11-029-3/+32
* Forgotten ChangeLogMatthias Clasen2004-11-025-0/+30
* New function to convert a filename to a UTF-8 string for display purposes.Matthias Clasen2004-11-024-58/+184
* Document that this function may not return.Matthias Clasen2004-11-026-0/+31
* Make gtkdoc-scan happy by removing spaces between gchar and *.Matthias Clasen2004-11-026-3/+28
* Implement correctly also on Unix systems without lstat(). (#157038, MortenTor Lillqvist2004-11-016-4/+30
* don't return an error if we come across a value with invalid utf8 or if weRay Strode2004-11-016-172/+300
* glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.cMatthias Clasen2004-11-0112-7/+57
* Documentation updates.Matthias Clasen2004-11-018-5/+23
* Handle conflicts between options in different groups. (#156808)Matthias Clasen2004-11-016-4/+146
* Document G_WIN32_IS_NT_BASED, G_WIN32_HAVE_WIDECHAR_API.Matthias Clasen2004-10-3110-10/+65
* Document g_win32_get_windows_version().Tor Lillqvist2004-10-316-6/+35
* Add g_lstat().Tor Lillqvist2004-10-317-1/+54
* Doc additions.Matthias Clasen2004-10-308-41/+96
* Convert filenames to UTF-8 on Windows.Matthias Clasen2004-10-306-2/+39
* updated [and finally fixed my script to produce ready to go de-in(ed)Hans Breuer2004-10-2915-27/+117
* Add G_OPTION_REMAININGMatthias Clasen2004-10-292-2/+5
* Update.Matthias Clasen2004-10-291-33/+51
* Add tests for the handling of non-option arguments, "--" andMatthias Clasen2004-10-298-10/+304
* Document GOptionMatthias Clasen2004-10-298-63/+469
* Mark g_assert_warning as G_GNUC_NORETURN, to avoid compiler warnings.Matthias Clasen2004-10-296-1/+26
* Include also <direct.h> for mkdir() prototype with MSVC. [156727, KazukiTor Lillqvist2004-10-296-0/+16
* Redefine also g_io_channel_new_file to the UTF-8 version on Win32.Tor Lillqvist2004-10-296-0/+34
* fix whitespace in changelog entryRay Strode2004-10-285-40/+40
* clean up a leak (#156652, Morten Welinder) (g_key_file_load_from_fd):Ray Strode2004-10-286-26/+88
* Don't use S_ISREG macro (#156728, Kazuki IWAMOTO)Ray Strode2004-10-286-1/+26
* Add some introductory notes.Matthias Clasen2004-10-282-0/+83
* Fix credits.Matthias Clasen2004-10-285-5/+5
* Include galias.h before glib.h (#156697, Christian Persch)Matthias Clasen2004-10-286-1/+16
* Add a missing "Since: 2.6" comment.Matthias Clasen2004-10-286-0/+55
* Include glib.h early to get G_OS_WIN32. Include errno.h for errno.Tor Lillqvist2004-10-286-4/+26
* Include gstdio.h and use g_open().Tor Lillqvist2004-10-286-3/+24
* Fix typo in bug number reference.Tor Lillqvist2004-10-285-5/+5
* Move file is regular check to load_from_file to use fstat() instead ofRay Strode2004-10-276-20/+220
* Bump versionMatthias Clasen2004-10-276-1/+11
* 2.5.4GTK_2_5_4Matthias Clasen2004-10-2779-1790/+1878