X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-8;h=ecc5c9c92bd3dd1fa967a4b5d94efb89b60f3bcc;hb=35923250d4cab3eba8ac14d3aebf0da09e64ba20;hp=1129338414ae640026014f6b6f78846c9bbe9582;hpb=c71a77a520ac1e5f83677833197c8f6f9aa70f18;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1129338..ecc5c9c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,39 @@ +2001-07-21 Hans Breuer + + * glib/giowin32.c : intial implementation of new API functions. + Not sure if it behaves as intended ... + + * glib.def : removed, glib/glib.def is the file used since moved + * glib/glib.def : updated + + * tests/makefile.msc : added iochannel-test + +Fri Jul 20 19:19:10 (UTC) 2001 Ron Steinke + + * glib/giochannel.c: API changes, fixes to + error handling, some internal restructuring + * glib/giochannel.h: API changes, documentation for + elements in GIOChannel structure + * glib/giounix.c: Matched API changes, implemented + backend to set is_readable, is_writeable, is_seekable + flags, added a test to catch large values of count + for which the behavior of write() is undefined + * glib/giowin32.c: Changed to match new prototypes for + io_close() and io_seek(), removed references to + G_IO_STATUS_INTR, set is_seekable flag in channel + creation functions + * glib.def: Renamed g_channel_error_quark() and + g_channel_error_from_errno() to g_io_channel_error_quark() and + g_io_channel_error_from_errno(); added new functions + g_io_channel_get_buffered() and g_io_channel_set_buffered() + * docs/reference/glib/glib-sections.txt: Modified iochannel + section to reflect new functions and API changes + * tests/iochannel-test.c: Fixed to work with API changes + * tests/iochannel-test-infile: New file; input file + for iochannel-test + * tests/unicode-collate.c tests/unicode-normalize.c: + Changed G_IO_FILE_MODE_READ to "r" to match API change + Fri Jul 20 19:16:24 (UTC) 2001 Ron Steinke * gobject/glib-genmarshal.c: modified to create header files