summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-01-08* 2008-01-08usa
2008-01-07* string.c (rb_str_buf_append): fix append itself.akr
2008-01-07set properties.nobu
2008-01-07Add additional information to RDoc template valuesdrbrain
2008-01-07* string.c (STR_ENC_GET): defined. same as rb_enc_get withoutakr
2008-01-07add tests.akr
2008-01-07* lib/webrick/httpservlet/cgihandler.rb: external encoding ofgotoyuzo
2008-01-07Use ERB instead of custom template language for RDoc.drbrain
2008-01-07* string.c (Init_String): sym_match arity spec was wrong. a patchmatz
2008-01-07add test_knownbug [ruby-core:14813]matz
2008-01-07* string.c (str_gsub): move rb_enc_get(str) to out of loop.akr
2008-01-07* include/ruby/oniguruma.h (OnigEncodingType): new memberakr
2008-01-07Namespace TokenStream under RDoc.drbrain
2008-01-07add test_knowbug [ruby-core:14813]matz
2008-01-07Namespace RDoc::DOT. Clean up formatting of RDoc::Diagrams.drbrain
2008-01-07Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.drbrain
2008-01-07 * common.mk, Makefile.in, */Makefile.sub (distclean-local): moveusa
2008-01-07* lib/rdoc/generators.rb: set properties.nobu
2008-01-07* re.c (rb_reg_preprocess): fix fixed_enc condition.akr
2008-01-07Merge documentation from the same class on ri generation.drbrain
2008-01-07* encoding.c (rb_enc_internal_get_index): extracted fromakr