aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * include/ruby/oniguruma.h (OnigEncodingType): new memberakr2008-01-074-16/+15
* Namespace TokenStream under RDoc.drbrain2008-01-072-9/+21
* add test_knowbug [ruby-core:14813]matz2008-01-071-0/+25
* Namespace RDoc::DOT. Clean up formatting of RDoc::Diagrams.drbrain2008-01-073-74/+83
* Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.drbrain2008-01-0713-594/+635
* * common.mk, Makefile.in, */Makefile.sub (distclean-local): moveusa2008-01-076-1/+10
* * lib/rdoc/generators.rb: set properties.nobu2008-01-070-0/+0
* * re.c (rb_reg_preprocess): fix fixed_enc condition.akr2008-01-072-1/+5
* Merge documentation from the same class on ri generation.drbrain2008-01-073-10/+27
* * encoding.c (rb_enc_internal_get_index): extracted fromakr2008-01-078-24/+88
* add test_knonbugmatz2008-01-071-0/+25
* Collapse namespaces and refactor requires in RDocdrbrain2008-01-076-366/+352
* Clean up comments and whitespace in RDoc generatorsdrbrain2008-01-074-262/+248
* * 2008-01-07usa2008-01-071-3/+3
* add ML ref.akr2008-01-061-1/+1
* * string.c (coderange_scan): avoid rb_enc_to_index.akr2008-01-062-6/+13