Kouhei Sutou
kous****@users*****
2006年 11月 30日 (木) 12:03:32 JST
Index: tomoe/ChangeLog diff -u tomoe/ChangeLog:1.346 tomoe/ChangeLog:1.347 --- tomoe/ChangeLog:1.346 Thu Nov 30 11:53:15 2006 +++ tomoe/ChangeLog Thu Nov 30 12:03:32 2006 @@ -1,11 +1,15 @@ 2006-11-30 Kouhei Sutou <kou****@cozmi*****> + * ext/ruby/tomoe-rb-char.c: added Tomoe::Char#<=> and made + Tomoe::Char comparable. + * test/char_spec.rb: added tests for comparing Tomoe::Char. + * lib/tomoe-char.[ch]: represented radical and variant as gchar * instead of TomoeChar *. * ext/ruby/tomoe-rb-char.c, test/char_spec.rb: followed the changes. * test/tomoe-spec-utils.rb: added utility for making backtraces - more emacs-style. + more Emacs-style. * lib/tomoe-xml-parser.[ch], lib/Makefile.am: split XML parsing related functions from tomoe-dict-xml.[ch].