summaryrefslogtreecommitdiff
path: root/enc/make_encdb.rb
AgeCommit message (Expand)Author
2008-09-02* enc/emacs_mule.c (svn:executable): dropped executable bit.yugui
2008-08-08* enc/make_encdb.rb, enc/trans/make_transdb.rb: skip nonexistentnobu
2008-08-08* common.mk (encdb.h): see both $(srcdir)/enc and enc.nobu
2008-07-01 * enc/make_encdb.h: always add ';' at the end of line.usa
2008-05-30* common.mk (prelude.c): simply depends on PREP. [ruby-dev:34877]nobu
2008-02-22* enc/{depend,make_encdb.rb,trans/make_transdb.rb}: sort in alpha-numeric order.nobu
2008-01-19* enc/make_encdb.rb: fix duplication check.naruse
2008-01-17* common.mk (encdb.h): give output file name to make_encdb.rb.nobu
2008-01-13* enc/*.c: add replicas and aliases.naruse
2008-01-13* enc/make_encdb.h: sort encoding names by original name.naruse
2008-01-13* encoding.c (Init_Encoding): moved initialization from encdb.h.nobu
2008-01-13* encoding.c (enc_table): packed all enc_table stuff.nobu
2008-01-13* enc/make_encdb.rb: set properties.nobu
2008-01-12* enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069]matz
2008-01-12* enc/make_encdb.rb: added. search enc/*.c and make encoding database.naruse