summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-17* parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string):nobu
2009-08-17Don't warn if the duplicate is caused by /i.naruse
2009-08-16 * lib/date/delta.rb: merged from date4. [experimental]tadf
2009-08-16 * lib/date/format.rb (strptime): removed \v; since \s includes \v.tadf
2009-08-16 * complex.c (nucomp_rationalize) added. [experimental]tadf
2009-08-16use num#i.tadf
2009-08-16 * numeric.c (flo_pow,fix_pow): may return complex number.tadf
2009-08-16* string.c (rb_str_upto): generate numerical sequence whenmatz
2009-08-16* numeric.c (num_imaginary): num#i to return imaginary counterpartmatz
2009-08-16warn only when $VERBOSE.tadf
2009-08-16* 2009-08-17svn
2009-08-16 * lib/complex.rb, lib/rational.rb: added warning messages.tadf
2009-08-16* parse.y (yylex): should dispatch scan-event even when followsnobu
2009-08-16 * lib/date/format.rb: reverted.tadf
2009-08-16* lib/date/format.rb: suppressed a warning.naruse
2009-08-16rescue Encoding::ConverterNotFoundError.naruse
2009-08-16* lib/csv.rb: Change magic comment to US-ASCII in order tonaruse
2009-08-16* regparse.c: commit miss again.nobu
2009-08-16* regparse.c: commit miss.nobu
2009-08-16* regparse.c (parse_char_class, parse_exp, parse_branch),nobu
2009-08-16* vm.c (vm_backtrace_each, vm_backtrace_push),nobu
2009-08-16* vm_dump.c (bugreport_backtrace): rb_backtrace_iter_func nownobu
2009-08-15* vm_insnhelper.c (opt_eq_func): fix optimization bug. This issueko1
2009-08-15* regparse.c (add_ctype_to_cc_by_range): fix the firstnaruse
2009-08-15* 2009-08-16svn
2009-08-15\d, \s and \w are now non Unicode class. [ruby-dev:39026]naruse
2009-08-15* 2009-08-15svn
2009-08-15* parse.y (fname, string_dvar, sym, dsym, f_arglist): removednobu
2009-08-14* include/ruby/ruby.h (rb_check_safe_str): deprecated.nobu
2009-08-14* re.c (rb_reg_preprocess_dregexp): change Exception class tonaruse
2009-08-14* enc/Makefile.in (MKDIRS): revert r24525.naruse
2009-08-14* ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): fasternobu
2009-08-14* configure.in (rubyhdrdir): fixed typo. [ruby-dev:39079]nobu
2009-08-13* doc/ChangeLog-1.8.0: add forgotten entry contributed bymatz
2009-08-13* 2009-08-14svn
2009-08-13* lib/delegate.rb (Delegator#method_missing): __FILE__ may containmatz
2009-08-13* vm.c (vm_exec): returning from lambda runs ensure section.wanabe
2009-08-13* configure.in (RUBY_CHECK_SIZEOF): set cross_compiling to yesnobu
2009-08-13* configure.in (RUBY_CHECK_SIZEOF): use AC_COMPUTE_INT instead ofnobu
2009-08-13* insns.def (opt_case_dispatch): suppressed a warning.nobu
2009-08-13Oops, my finger slipped.knu
2009-08-13* configure.in, Makefile.in (MAKEDIRS): used MKDIR_P instead ofnobu
2009-08-13Merge changes from ruby_1_8 except for the post-1.8.7 part.knu
2009-08-13* regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): fixednobu
2009-08-13* 2009-08-13svn
2009-08-13revert r24507. [ruby-dev:39073]matz
2009-08-12* ChangeLog: typo.usa
2009-08-12 * ext/socket/extconf.rb: if ipv6 is enabled, the version of Windowsusa
2009-08-12 * common.mk (yes-test-knownbug): use RUNRUBY instead of MINIRUBY.usa
2009-08-12* class.c (rb_define_module_id_under): fix the name.naruse