summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-11-122.5.6GLIB_2_5_6Matthias Clasen82-1058/+1102
2004-11-11Use embedded tab rather than '\t' escape sequence. (#157951)J. Ali Harlow7-2/+32
2004-11-10Fix typo in doc comment.Tor Lillqvist6-1/+26
2004-11-10UpdatesMatthias Clasen6-0/+35
2004-11-09Updated Simplified Chinese translationFunda Wang2-31/+35
2004-11-08Updated Turkish TranslationBaris Cicek2-37/+40
2004-11-08Add G_TRAVERSE_LEAVES and G_TRAVERSE_NON_LEAVES as alternative names forMatthias Clasen8-11/+45
2004-11-08removed wrap_g_io_channel_ref() hack, since g_io_channel_ref() has aManish Singh2-11/+6
2004-11-08glib/gasyncqueue.c glib/ghook.c g_return_if_fail -> g_return_val_if_failManish Singh9-8/+55
2004-11-08Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(),Matthias Clasen16-15/+65
2004-11-08Initialize child_watch_count to 1, so that we don't miss the very firstMatthias Clasen6-3/+83
2004-11-07Work around an bug in Mac OS < 10.3. (#156446, Dave MacLachlan)Matthias Clasen6-1/+29
2004-11-06Cosmetics: move the G_GNUC_INTERNAL define to the same place where it isTor Lillqvist6-3/+32
2004-11-05Portability fixes and extra sanity checks. (#157453, Morten Welinder)Matthias Clasen6-18/+67
2004-11-05da.po: Quick fixMartin Willemoes Hansen1-2/+2
2004-11-05fix typoMathieu Lacage1-1/+1
2004-11-05integrate patches by Sylvain Foretgobject_0_10_0Mathieu Lacage1-2/+50
2004-11-05Handle numbers like 1e1, nan, -infinity. Also try harder to preserveMatthias Clasen7-39/+101
2004-11-04improve a bit the introductionMathieu Lacage1-4/+17
2004-11-04forgot to add this file.Mathieu Lacage1-0/+58
2004-11-04integrate patch from Stefan KostMathieu Lacage3-28/+218
2004-11-04Updated Danish translation.Martin Willemoes Hansen2-67/+75
2004-11-04Improve G_WIN32_HAVE_WIDECHAR_API documentation.Tor Lillqvist3-2/+13
2004-11-04Add G_OPTION_FLAG_REVERSE, to reverse the sense of a G_OPTION_ARG_NONETor Lillqvist7-2/+28
2004-11-04Document that the result is guaranteed to be non-NULL.Tor Lillqvist7-40/+120
2004-11-04Argument is in UTF-8. Use wide character Win32 API if present.Tor Lillqvist3-5/+37
2004-11-032004-11-03 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2-12/+16
2004-11-03Add bug references.Matthias Clasen5-0/+50
2004-11-02*** empty log message ***GLIB_2_5_5Matthias Clasen82-1093/+1171
2004-11-02*** empty log message ***Matthias Clasen5-0/+30
2004-11-02*** empty log message ***Matthias Clasen9-3/+32
2004-11-02Forgotten ChangeLogMatthias Clasen5-0/+30
2004-11-02New function to convert a filename to a UTF-8 string for display purposes.Matthias Clasen4-58/+184
2004-11-02Document that this function may not return.Matthias Clasen6-0/+31
2004-11-02Make gtkdoc-scan happy by removing spaces between gchar and *.Matthias Clasen6-3/+28
2004-11-01Implement correctly also on Unix systems without lstat(). (#157038, MortenTor Lillqvist6-4/+30
2004-11-01don't return an error if we come across a value with invalid utf8 or if weRay Strode6-172/+300
2004-11-01glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.cMatthias Clasen12-7/+57
2004-11-01Documentation updates.Matthias Clasen8-5/+23
2004-11-01Handle conflicts between options in different groups. (#156808)Matthias Clasen6-4/+146
2004-10-31Document G_WIN32_IS_NT_BASED, G_WIN32_HAVE_WIDECHAR_API.Matthias Clasen10-10/+65
2004-10-31Document g_win32_get_windows_version().Tor Lillqvist6-6/+35
2004-10-31Add g_lstat().Tor Lillqvist7-1/+54
2004-10-30Doc additions.Matthias Clasen8-41/+96
2004-10-30Convert filenames to UTF-8 on Windows.Matthias Clasen6-2/+39
2004-10-29updated [and finally fixed my script to produce ready to go de-in(ed)Hans Breuer15-27/+117
2004-10-29Add G_OPTION_REMAININGMatthias Clasen2-2/+5
2004-10-29Update.Matthias Clasen1-33/+51
2004-10-29Add tests for the handling of non-option arguments, "--" andMatthias Clasen8-10/+304
2004-10-29Document GOptionMatthias Clasen8-63/+469