summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-11Remove lib/rdoc/usage.rbdrbrain
2008-01-11Follow namespace change for RDoc/RI [ruby-core:14964]drbrain
2008-01-11* string.c (rb_str_append): performance improvement.nobu
2008-01-11update rdoc: force_encoding doesn't accept nil.akr
2008-01-11* configure.in: AC_TRY_CPP has no FUNCTION-BODY while AC_TRY_COMPILEnobu
2008-01-11* configure.in: moved broken syscall checks from process.c etc.nobu
2008-01-11add tests.akr
2008-01-11* defines.h (WORDS_BIGENDIAN): honor __BIG_ENDIAN__ than the result ofnobu
2008-01-11* ChangeLog: commit missnobu
2008-01-11* lib/rdoc/options.rb ():nobu
2008-01-11* ext/nkf/nkf-utf8/nkf.c: update to r1.163.naruse
2008-01-11* encoding (set_base_encoding): must use rb_enc_dummy_p.naruse
2008-01-10* encoding.c (rb_to_encoding_index, rb_to_encoding): disallow nil.nobu
2008-01-10* thread.c (rb_mutex_unlock): proper error message for unlockingmatz
2008-01-10add a test.akr
2008-01-10make a test locale independent.akr
2008-01-10* prelude.rb (Mutex::synchronize): capture exception from unlock.matz
2008-01-10io.c (io_encoding_set): typo fixedmatz
2008-01-10* io.c (io_encoding_set): handle nil for v1.matz
2008-01-10* io.c (io_encoding_set): IO.pipe("euc-jp", nil) should work asmatz
2008-01-09* io.c (rb_io_binmode): should not alter encoding. [ruby-dev:32918]matz
2008-01-09* lib/e2mmap.rb (Exception2MessageMapper::Raise): define fail.matz
2008-01-09* lib/mathn.rb (Prime#each): returns an enumerator if no blockkazu
2008-01-09* encoding.c (rb_enc_replicate): replica of dummy is a dummy.naruse
2008-01-09* lib/webrick/httprequest.rb: supprt X-Forwarded-* header fields.gotoyuzo
2008-01-09* golf_prelude.rb (Array#to_s): alias to join.eban
2008-01-09* string.c (rb_enc_cr_str_buf_cat): fix self appending.akr
2008-01-09* ruby.c (process_options): give priority command line encoding optionnobu
2008-01-09 * parse.y (yycompile0): remove setting parser->enc because it is setusa
2008-01-09* string.c (rb_enc_cr_str_buf_cat, rb_str_buf_append): deal with selfnobu
2008-01-09 * parse.y (parser_prepare): set parser->enc from lex_input for ripper.usa
2008-01-09* lib/webrick/server.rb (WEBrick::HTTPServer#start):gotoyuzo
2008-01-09* string.c (rb_enc_cr_str_buf_cat): do not recalculate coderangematz
2008-01-08* enum.c: Updating the documentation of Enumrable#zip to reflectjeg2
2008-01-08* enc/Makefile.in (BUILTIN_ENCS): UTF-{16,32}{BE,LE} are not builtin.naruse
2008-01-08* encoding.c (rb_enc_init): UTF-{16,32}{BE,LE} are not builtin.naruse
2008-01-08* encoding.c, Makefile.in, include/ruby/oniguruma.h,naruse
2008-01-08* win{32,ce}/Makefile.sub: merged.nobu
2008-01-08Speed up Marshal load, fix bug with nested classes' methodsdrbrain
2008-01-08Clean up namespacing of RI's classesdrbrain
2008-01-08* enum.c (enum_zip): honor length of the receiver, not thematz
2008-01-08* set properties.nobu
2008-01-08Replace ri with Ryan Davis' cached ridrbrain
2008-01-08* enc/utf_{16,32}{be,le}.c: renamed to match with encoding names.nobu
2008-01-08* enc/utf_{16,32}{be,le}.c: renamed to match with encoding names.nobu
2008-01-08 * enc/utf{16,32}_{be,le}.c: use &OnigEncodingName(*) instead ofusa
2008-01-08* regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): suppressednobu
2008-01-08* enc/utf{16,32}_{be,le}.c: imported from Oniguruma 5.9.1.nobu
2008-01-08* string.c (str_gsub): avoid appending empty pre-match substr.akr
2008-01-08* compile.c (iseq_build_from_ary), iseq.c (iseq_load): fix for format change.nobu