aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * enc/make_encdb.h: sort encoding names by original name.naruse2008-01-131-0/+6
* * encoding.c: add documents.naruse2008-01-131-0/+4
* * encoding.c (Init_Encoding): moved initialization from encdb.h.nobu2008-01-131-0/+8
* * ruby.c (load_file): local variable was not initialized when -x flagnobu2008-01-131-1/+4
* * ruby.c (load_file): script files should not be affected by locale.nobu2008-01-131-0/+5
* Reorganize RDoc generatorsdrbrain2008-01-131-0/+4
* * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.naruse2008-01-131-0/+13
* * encoding.c (enc_table): packed all enc_table stuff.nobu2008-01-131-0/+4
* * encoding.c (rb_enc_init): revert removing SJIS.naruse2008-01-131-0/+13
* * common.mk (incs): includes encdb.h.nobu2008-01-131-0/+4
* * {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019]nobu2008-01-131-0/+4
* * enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069]matz2008-01-121-0/+6
* * enc/make_encdb.rb: added. search enc/*.c and make encoding database.naruse2008-01-121-2/+19
* removed an extra blank line which was added by naruse.tadf2008-01-121-1/+0
* * eval_method.c (rb_define_alloc_func, rb_undef_alloc_func): shouldnobu2008-01-121-0/+7
* * ext/nkf/nkf.c: rdoc update.naruse2008-01-121-0/+5
* * lib/date.rb, lib/date/format.rb: tuning for performance.tadf2008-01-121-0/+4
* * bootstraptest/test_proc.rb: fixed wrong expected result. pointednobu2008-01-121-0/+6
* * ruby.c (process_options): -e'script' is locale encoding by default.naruse2008-01-111-0/+5
* * ext/nkf/nkf-utf8/nkf.c: fix bug: -m was -m0.naruse2008-01-111-0/+4
* * string.c (string.c): call rb_str_buf_append to update encoding ofakr2008-01-111-0/+5
* * proc.c (proc_mark): needs to mark the receiver too. a patch fromnobu2008-01-111-0/+6
* Remove lib/rdoc/usage.rbdrbrain2008-01-111-0/+6
* Follow namespace change for RDoc/RI [ruby-core:14964]drbrain2008-01-111-0/+5
* * string.c (rb_str_append): performance improvement.nobu2008-01-111-0/+4
* * configure.in: AC_TRY_CPP has no FUNCTION-BODY while AC_TRY_COMPILEnobu2008-01-111-1/+1
* * configure.in: moved broken syscall checks from process.c etc.nobu2008-01-111-1/+3
* * defines.h (WORDS_BIGENDIAN): honor __BIG_ENDIAN__ than the result ofnobu2008-01-111-1/+4
* * ChangeLog: commit missnobu2008-01-111-1/+2
* * lib/rdoc/options.rb ():nobu2008-01-111-0/+4
* * ext/nkf/nkf-utf8/nkf.c: update to r1.163.naruse2008-01-111-1/+9
* * encoding (set_base_encoding): must use rb_enc_dummy_p.naruse2008-01-111-0/+4
* * encoding.c (rb_to_encoding_index, rb_to_encoding): disallow nil.nobu2008-01-101-0/+5
* * thread.c (rb_mutex_unlock): proper error message for unlockingmatz2008-01-101-0/+6
* * prelude.rb (Mutex::synchronize): capture exception from unlock.matz2008-01-101-0/+5
* * io.c (io_encoding_set): handle nil for v1.matz2008-01-101-0/+2
* * io.c (io_encoding_set): IO.pipe("euc-jp", nil) should work asmatz2008-01-101-0/+5
* * io.c (rb_io_binmode): should not alter encoding. [ruby-dev:32918]matz2008-01-091-0/+7
* * lib/e2mmap.rb (Exception2MessageMapper::Raise): define fail.matz2008-01-091-0/+5
* * lib/mathn.rb (Prime#each): returns an enumerator if no blockkazu2008-01-091-0/+5
* * encoding.c (rb_enc_replicate): replica of dummy is a dummy.naruse2008-01-091-0/+4
* * lib/webrick/httprequest.rb: supprt X-Forwarded-* header fields.gotoyuzo2008-01-091-0/+11
* * golf_prelude.rb (Array#to_s): alias to join.eban2008-01-091-0/+6
* * string.c (rb_enc_cr_str_buf_cat): fix self appending.akr2008-01-091-0/+4
* * ruby.c (process_options): give priority command line encoding optionnobu2008-01-091-0/+8
* * parse.y (yycompile0): remove setting parser->enc because it is setusa2008-01-091-0/+5
* * string.c (rb_enc_cr_str_buf_cat, rb_str_buf_append): deal with selfnobu2008-01-091-0/+5
* * parse.y (parser_prepare): set parser->enc from lex_input for ripper.usa2008-01-091-0/+4
* * lib/webrick/server.rb (WEBrick::HTTPServer#start):gotoyuzo2008-01-091-0/+5
* * string.c (rb_enc_cr_str_buf_cat): do not recalculate coderangematz2008-01-091-0/+5