summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2004-11-25Add «nb» to ALL_LINGUAS.Kjartan Maraas1-0/+4
2004-11-24Use wide character API when available. Document that string parameters andTor Lillqvist1-0/+9
2004-11-24Replace g_utf8_validate() with an optimized version, and clarify the docsMatthias Clasen1-0/+4
2004-11-24Add utf8-validate.Matthias Clasen1-0/+6
2004-11-23Don't mark g_option_error_quark() as const, to be consistent with all theMatthias Clasen1-1/+9
2004-11-23Fix a problem with the PLT reduction changes which caused the internalMatthias Clasen1-0/+10
2004-11-21updatedHans Breuer1-0/+4
2004-11-17Support gmodule-no-export.Matthias Clasen1-0/+11
2004-11-17*** empty log message ***Matthias Clasen1-0/+5
2004-11-15Use S_ISREG(), since S_IFMT and S_IFREG are apprarently missing on someMatthias Clasen1-0/+6
2004-11-12Bump version.Matthias Clasen1-0/+2
2004-11-122.5.6GLIB_2_5_6Matthias Clasen1-0/+4
2004-11-11Use embedded tab rather than '\t' escape sequence. (#157951)J. Ali Harlow1-0/+6
2004-11-10Fix typo in doc comment.Tor Lillqvist1-0/+5
2004-11-10UpdatesMatthias Clasen1-0/+4
2004-11-08Add G_TRAVERSE_LEAVES and G_TRAVERSE_NON_LEAVES as alternative names forMatthias Clasen1-0/+5
2004-11-08glib/gasyncqueue.c glib/ghook.c g_return_if_fail -> g_return_val_if_failManish Singh1-0/+9
2004-11-08Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(),Matthias Clasen1-1/+8
2004-11-08Initialize child_watch_count to 1, so that we don't miss the very firstMatthias Clasen1-0/+14
2004-11-07Work around an bug in Mac OS < 10.3. (#156446, Dave MacLachlan)Matthias Clasen1-0/+5
2004-11-06Cosmetics: move the G_GNUC_INTERNAL define to the same place where it isTor Lillqvist1-0/+6
2004-11-05Portability fixes and extra sanity checks. (#157453, Morten Welinder)Matthias Clasen1-0/+5
2004-11-05Handle numbers like 1e1, nan, -infinity. Also try harder to preserveMatthias Clasen1-0/+8
2004-11-04Add G_OPTION_FLAG_REVERSE, to reverse the sense of a G_OPTION_ARG_NONETor Lillqvist1-0/+5
2004-11-04Document that the result is guaranteed to be non-NULL.Tor Lillqvist1-0/+14
2004-11-03Add bug references.Matthias Clasen1-0/+10
2004-11-02*** empty log message ***GLIB_2_5_5Matthias Clasen1-0/+2
2004-11-02*** empty log message ***Matthias Clasen1-0/+6
2004-11-02*** empty log message ***Matthias Clasen1-0/+5
2004-11-02Forgotten ChangeLogMatthias Clasen1-0/+6
2004-11-02Document that this function may not return.Matthias Clasen1-0/+5
2004-11-02Make gtkdoc-scan happy by removing spaces between gchar and *.Matthias Clasen1-0/+5
2004-11-01Implement correctly also on Unix systems without lstat(). (#157038, MortenTor Lillqvist1-0/+5
2004-11-01don't return an error if we come across a value with invalid utf8 or if weRay Strode1-0/+22
2004-11-01glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.cMatthias Clasen1-0/+10
2004-11-01Documentation updates.Matthias Clasen1-0/+2
2004-11-01Handle conflicts between options in different groups. (#156808)Matthias Clasen1-0/+12
2004-10-31Document G_WIN32_IS_NT_BASED, G_WIN32_HAVE_WIDECHAR_API.Matthias Clasen1-0/+5
2004-10-31Document g_win32_get_windows_version().Tor Lillqvist1-0/+2
2004-10-31Add g_lstat().Tor Lillqvist1-0/+4
2004-10-30Doc additions.Matthias Clasen1-0/+2
2004-10-30Convert filenames to UTF-8 on Windows.Matthias Clasen1-0/+5
2004-10-29updated [and finally fixed my script to produce ready to go de-in(ed)Hans Breuer1-0/+10
2004-10-29Add tests for the handling of non-option arguments, "--" andMatthias Clasen1-0/+11
2004-10-29Document GOptionMatthias Clasen1-0/+4
2004-10-29Mark g_assert_warning as G_GNUC_NORETURN, to avoid compiler warnings.Matthias Clasen1-0/+5
2004-10-29Include also <direct.h> for mkdir() prototype with MSVC. [156727, KazukiTor Lillqvist1-0/+3
2004-10-29Redefine also g_io_channel_new_file to the UTF-8 version on Win32.Tor Lillqvist1-0/+6
2004-10-28fix whitespace in changelog entryRay Strode1-8/+8
2004-10-28clean up a leak (#156652, Morten Welinder) (g_key_file_load_from_fd):Ray Strode1-0/+13