Author: daniel
Date: 2007-01-11 01:22:46 +0000 (Thu, 11 Jan 2007)
New Revision: 622
ViewCVS link: http://svn.gnome.org/viewcvs/regexxer?rev=622&view=rev

Modified:
   trunk/ChangeLog
Log:
* src/fileio.cc (save_iochannel): Add comment about assertions and
reorganize the code a bit.
(Regexxer::save_file): Elaborate on why IOChannel::close() is
used explicitely.

* src/filetreeprivate.cc (FileTreePrivate::collatekey_sort_func):
Fix oversight:  Subtracting two unsigned values and converting the
result to a signed type relies on implementation-defined behavior.
Explicitely cast the operands to a signed type before substraction.

* src/main.cc (main): Use g_get_prgname() instead of the string
literal PACKAGE_TARNAME in the error message for Glib::OptionError
exceptions.


_______________________________________________
SVN-commits-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Reply via email to