summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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-08Replace ri with Ryan Davis' cached ridrbrain
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-07* string.c (rb_str_buf_append): fix append itself.akr
2008-01-07* string.c (STR_ENC_GET): defined. same as rb_enc_get withoutakr
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-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-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* 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
2008-01-06add ML ref.akr
2008-01-06* string.c (coderange_scan): avoid rb_enc_to_index.akr
2008-01-06* string.c (coderange_scan): optimize ASCII-8BIT string.akr
2008-01-06* lib/erb.rb (ERB::Revision): cut off locale dependent string in Dateakr
2008-01-06don't use Date keyword itself.akr
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-06* re.c (rb_reg_initialize_str): forbid raw non ASCII characterakr
2008-01-06* include/ruby/encoding.h (rb_enc_str_buf_cat): declared.akr
2008-01-06* lib/securerandom.rb: Add Win32 support.technorama
2008-01-06 * lib/date.rb, lib/date/format.rb: introduced some constantstadf
2008-01-05* re.c (rb_reg_initialize_str): /\x80/n is not an error even if scriptakr
2008-01-05* lib/resolv.rb (Reolv::DNS#each_address): get A record and then AAAAnaruse
2008-01-05* vm_insnhelper.c (vm_callee_setup_arg): it is not inlinable becauseakr
2008-01-05* string.c (rb_str_resize): copy if old data is not emptynobu
2008-01-05* string.c (rb_str_resize): copy at old length but not new length.nobu
2008-01-05* ruby.c (proc_options): no need for intermediate object.nobu
2008-01-05* encoding.c (Init_Encoding): alias csWindows31J to Windows-31J.akr
2008-01-04* include/ruby/ruby.h (rb_intern): memorize interned ID for constantakr
2008-01-04* string.c (trnext): should enable backslash escape.matz
2008-01-04* eval.c (Init_eval): move instance_eval and instance_exec tomatz
2008-01-04* ruby.c (proc_options): update according to the last API revert.matz
2008-01-04* include/ruby/intern.h, re.c (rb_reg_new): keep interface same asnobu
2008-01-04* time.c (time_arg): use converted object. [ruby-core:14759]nobu
2008-01-04* ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): useakr
2008-01-04* re.c (rb_reg_prepare_re): check string encoding. Oniguruma doesn'takr