summaryrefslogtreecommitdiffstats
path: root/enc/make_encdb.rb
Commit message (Expand)AuthorAgeFilesLines
* * enc/emacs_mule.c (svn:executable): dropped executable bit.yugui2008-09-021-0/+0
* * enc/make_encdb.rb, enc/trans/make_transdb.rb: skip nonexistentnobu2008-08-081-0/+1
* * common.mk (encdb.h): see both $(srcdir)/enc and enc.nobu2008-08-081-34/+40
* * enc/make_encdb.h: always add ';' at the end of line.usa2008-07-011-1/+1
* * common.mk (prelude.c): simply depends on PREP. [ruby-dev:34877]nobu2008-05-301-8/+2
* * enc/{depend,make_encdb.rb,trans/make_transdb.rb}: sort in alpha-numeric order.nobu2008-02-221-1/+3
* * enc/make_encdb.rb: fix duplication check.naruse2008-01-191-10/+11
* * common.mk (encdb.h): give output file name to make_encdb.rb.nobu2008-01-171-40/+43
* * enc/*.c: add replicas and aliases.naruse2008-01-131-8/+28
* * enc/make_encdb.h: sort encoding names by original name.naruse2008-01-131-4/+4
* * encoding.c (Init_Encoding): moved initialization from encdb.h.nobu2008-01-131-16/+6
* * encoding.c (enc_table): packed all enc_table stuff.nobu2008-01-131-11/+7
* * enc/make_encdb.rb: set properties.nobu2008-01-131-64/+64
* * enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069]matz2008-01-121-7/+6
* * enc/make_encdb.rb: added. search enc/*.c and make encoding database.naruse2008-01-121-0/+65