summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * encoding (set_base_encoding): must use rb_enc_dummy_p.naruse2008-01-112-1/+5
* * encoding.c (rb_to_encoding_index, rb_to_encoding): disallow nil.nobu2008-01-102-2/+5
* * thread.c (rb_mutex_unlock): proper error message for unlockingmatz2008-01-103-13/+27
* add a test.akr2008-01-101-0/+4
* make a test locale independent.akr2008-01-101-1/+1
* * prelude.rb (Mutex::synchronize): capture exception from unlock.matz2008-01-102-1/+6
* io.c (io_encoding_set): typo fixedmatz2008-01-101-1/+1
* * io.c (io_encoding_set): handle nil for v1.matz2008-01-102-4/+11
* * io.c (io_encoding_set): IO.pipe("euc-jp", nil) should work asmatz2008-01-102-0/+6
* * io.c (rb_io_binmode): should not alter encoding. [ruby-dev:32918]matz2008-01-094-13/+13
* * lib/e2mmap.rb (Exception2MessageMapper::Raise): define fail.matz2008-01-092-0/+6
* * lib/mathn.rb (Prime#each): returns an enumerator if no blockkazu2008-01-092-0/+6
* * encoding.c (rb_enc_replicate): replica of dummy is a dummy.naruse2008-01-092-0/+5
* * lib/webrick/httprequest.rb: supprt X-Forwarded-* header fields.gotoyuzo2008-01-093-2/+126
* * golf_prelude.rb (Array#to_s): alias to join.eban2008-01-092-4/+16
* * string.c (rb_enc_cr_str_buf_cat): fix self appending.akr2008-01-092-3/+7
* * ruby.c (process_options): give priority command line encoding optionnobu2008-01-092-8/+33
* * parse.y (yycompile0): remove setting parser->enc because it is setusa2008-01-092-1/+5
* * string.c (rb_enc_cr_str_buf_cat, rb_str_buf_append): deal with selfnobu2008-01-092-5/+12
* * parse.y (parser_prepare): set parser->enc from lex_input for ripper.usa2008-01-092-0/+5
* * lib/webrick/server.rb (WEBrick::HTTPServer#start):gotoyuzo2008-01-092-0/+6
* * string.c (rb_enc_cr_str_buf_cat): do not recalculate coderangematz2008-01-093-5/+12
* * enum.c: Updating the documentation of Enumrable#zip to reflectjeg22008-01-082-6/+12
* * enc/Makefile.in (BUILTIN_ENCS): UTF-{16,32}{BE,LE} are not builtin.naruse2008-01-082-2/+5
* * encoding.c (rb_enc_init): UTF-{16,32}{BE,LE} are not builtin.naruse2008-01-082-8/+4
* * encoding.c, Makefile.in, include/ruby/oniguruma.h,naruse2008-01-085-11/+25
* * win{32,ce}/Makefile.sub: merged.nobu2008-01-083-541/+172
* Speed up Marshal load, fix bug with nested classes' methodsdrbrain2008-01-082-3/+13
* Clean up namespacing of RI's classesdrbrain2008-01-0820-1402/+1362
* * enum.c (enum_zip): honor length of the receiver, not thematz2008-01-084-16/+128
* * set properties.nobu2008-01-080-0/+0
* Replace ri with Ryan Davis' cached ridrbrain2008-01-0811-579/+531
* * enc/utf_{16,32}{be,le}.c: renamed to match with encoding names.nobu2008-01-084-869/+0
* * enc/utf_{16,32}{be,le}.c: renamed to match with encoding names.nobu2008-01-084-0/+869
* * enc/utf{16,32}_{be,le}.c: use &OnigEncodingName(*) instead ofusa2008-01-085-11/+24
* * regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): suppressednobu2008-01-088-9/+18
* * enc/utf{16,32}_{be,le}.c: imported from Oniguruma 5.9.1.nobu2008-01-085-0/+865
* * string.c (str_gsub): avoid appending empty pre-match substr.akr2008-01-082-1/+7
* * compile.c (iseq_build_from_ary), iseq.c (iseq_load): fix for format change.nobu2008-01-083-20/+25
* * 2008-01-08usa2008-01-081-3/+3
* * string.c (rb_str_buf_append): fix append itself.akr2008-01-073-1/+17
* set properties.nobu2008-01-070-0/+0
* Add additional information to RDoc template valuesdrbrain2008-01-071-36/+38
* * string.c (STR_ENC_GET): defined. same as rb_enc_get withoutakr2008-01-072-102/+93
* add tests.akr2008-01-072-0/+27
* * lib/webrick/httpservlet/cgihandler.rb: external encoding ofgotoyuzo2008-01-072-0/+7
* Use ERB instead of custom template language for RDoc.drbrain2008-01-0711-1573/+688
* * string.c (Init_String): sym_match arity spec was wrong. a patchmatz2008-01-073-2/+7
* add test_knownbug [ruby-core:14813]matz2008-01-071-0/+23
* * string.c (str_gsub): move rb_enc_get(str) to out of loop.akr2008-01-072-4/+10