aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ChangeLog: fixed ML reference of r15966.nobu2008-09-021-1/+1
* * win32/Makefile.sub (COMPILERFLAG): new compiler flag to compileusa2008-09-022-1/+9
* * enc/trans/japanese_euc.trans: splitted from japanese.trans to avoidakr2008-09-023-25/+42
* * win32/Makefile.sub (miniruby): new target.usa2008-09-022-1/+7
* * marshal.c (struct load_arg): data is now st_table.nobu2008-09-022-17/+37
* properties.nobu2008-09-020-0/+0
* * win32/win32.c (gettimeofday): easier calculation. use the definitionusa2008-09-022-1/+6
* * common.mk (distclean-golf): moved golf_prelude.c here fromyugui2008-09-022-1/+10
* * win32/win32.c (gettimeofday): calc tv_sec and tv_usec from systemusa2008-09-022-6/+23
* * transcode_data.h (o3): prevent sign extension on 64bit environment.akr2008-09-012-2/+7
* * tool/transcode-tblgen.rb: comment removed in generated code.akr2008-09-012-1/+5
* * tool/transcode-tblgen.rb: define TRANSCODE_TABLE_INFO in generatedakr2008-09-015-15/+29
* * tool/transcode-tblgen.rb: record infos and BYTE_LOOKUPs as index ofakr2008-09-014-6/+18
* * tool/transcode-tblgen.rb: don't need to cast offsets array.akr2008-09-012-1/+5
* * tool/transcode-tblgen.rb: record offsets array as index ofakr2008-09-017-4/+40
* * tool/transcode-tblgen.rb: make infos arrays and BYTE_LOOKUPs intoakr2008-09-012-16/+33
* * common.mk (clean-golf): added.yugui2008-09-012-4/+17
* * common.mk (realclean-local): added newline.c.yugui2008-09-012-1/+5
* * 2008-09-02svn2008-09-011-3/+3
* * transcode_data.h (BYTE_LOOKUP): change to uintptr_t array.akr2008-09-017-37/+54
* * transcode_data.h (BYTE_LOOKUP_BASE): abstract accessor forakr2008-09-013-3/+15
* * tool/transcode-tblgen.rb: gather infos arrays and BYTE_LOOKUPs.akr2008-09-012-18/+21
* added acknowledgment.shugo2008-09-011-1/+2
* * lib/mkmf.rb (distclean): added RM_RF conftest.dSYM.yugui2008-09-012-0/+8
* * lib/rexml/document.rb: limit entity expansion.shugo2008-09-014-0/+114
* * tool/transcode-tblgen.rb: make offsets arrays into single array.akr2008-09-012-7/+19
* * tool/transcode-tblgen.rb: gather offsets array at top.akr2008-09-012-11/+17
* * .: removed rubyspec from svn:ignore subversion property.yugui2008-09-011-0/+7
* * tool/transcode-tblgen.rb: ValidEncoding['eucJP-ms'] defined.akr2008-09-012-0/+7
* * ChangeLog: typo.usa2008-09-011-1/+1
* * ChangeLog: ML ref.usa2008-09-011-0/+1
* * win32/win32.c (gettimeofday): shouldn't use mktime(2) because it'susa2008-09-012-11/+7
* fix changelog [ruby-dev:36070]naruse2008-09-011-3/+3
* * enc/euc_jp.c (euc-jp-ms): euc-jp-ms is not EUC-JP not an alias ofnaruse2008-09-014-3/+18
* * ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.cnobu2008-09-015-8/+14
* * enc/trans/japanese.trans: fix mapping priority.naruse2008-09-012-1/+6
* * tool/transcode-tblgen.rb (transcode_compile_tree): use the firstnaruse2008-09-012-22/+30
* * README.EXT (Appendix A): fixed the name of classyugui2008-09-013-2/+10
* * tool/transcode-tblgen.rb: set ERB source filename for error message.usa2008-09-012-1/+7
* * enc/depend: transdb.c may not present.nobu2008-09-012-0/+5
* * enc/trans/japanese.trans: fix Ruby 1.8 compatibility.naruse2008-09-012-56/+61
* * test/ruby/test_transcode.rb (test_windows_31j): added.naruse2008-09-012-0/+12
* * README.EXT (Data-types): fixed for current status.yugui2008-09-013-97/+356
* * lib/fileutils.rb (copy_stream, fu_copy_stream0, copy_file): usenobu2008-09-012-12/+9
* * strftime.c (rb_strftime): calc timezone offset by myself if systemusa2008-08-312-0/+14
* * tool/transcode-tblgen.rb: change "illegal" to "invalid".akr2008-08-312-4/+8
* * tool/transcode-tblgen.rb (transcode_generated_code): defined forakr2008-08-318-125/+152
* * tool/transcode-tblgen.rb (citrus_decode_mapsrc): print loggingakr2008-08-312-1/+6
* * enc/trans/eucjp-tbl.rb: replace by previous Citrus maps.naruse2008-08-313-29606/+6
* * tool/transcode-tblgen.rb: add table generator from Citrus maps.naruse2008-08-3128-20/+62404