summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * dln.c (conv_to_posix_path): removed.nobu2007-07-264-121/+124
* * lib/rexml/formatters/*.rb: set properties.nobu2007-07-250-0/+0
* Indentation fix.ser2007-07-251-0/+1
* Merges upstream changes for REXML v3.1.7ser2007-07-2523-1414/+1775
* * io.c (rb_f_p): return nil if no argument. [ruby-dev:31285]nobu2007-07-242-1/+5
* * regint.h (USE_MATCH_RANGE_IS_COMPLETE_RANGE): undef to achieve oldmatz2007-07-233-4/+9
* * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixesmatz2007-07-2314-1411/+1392
* * parse.y (value_expr_gen): warn for empty expression ().matz2007-07-233-6/+16
* * lib/date/format.rb (Date._parse): now accepts some newtadf2007-07-223-22/+67
* * thread.c (is_ruby_native_thread): made an int function asnobu2007-07-225-5/+13
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-228-19/+33
* * string.c (rb_str_resize): fix indent.nobu2007-07-211-1/+1
* * lib/date.rb, lib/date/format.rb (Date._parse): now can take sometadf2007-07-213-24/+318
* * common.mk: inverted rules order.nobu2007-07-214-15/+50
* * bcc32/{Makefile.sub,configure.bat,setup.mak: configure_argsnobu2007-07-215-53/+160
* * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hnobu2007-07-212-2/+6
* * bcc32/Makefile.sub (ASMEXT): had overwitten OBJEXT.nobu2007-07-211-1/+1
* * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.nobu2007-07-214-4/+6
* * win32/resource.rb: include patchlevel number.nobu2007-07-212-3/+9
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu2007-07-213-3/+8
* * lib/date/format.rb (Date._parse): completes calendar week based year.tadf2007-07-202-17/+30
* * compile.c (iseq_set_sequence): raise SyntaxError instead of rb_bugnobu2007-07-202-8/+23
* * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not tonobu2007-07-207-74/+102
* * ext/openssl/ossl_config.c (ossl_config_set_section): do notnobu2007-07-202-1/+9
* * parse.y (remove_begin): keep empty NODE_BEGIN, instead of null.nobu2007-07-201-2/+2
* * parse.y (stmt, mlhs_node, lhs, arg, var_ref): return dummynobu2007-07-203-20/+26
* * bootstraptest/test_syntax.rb: SEGV tests for syntax.nobu2007-07-201-0/+20
* * bootstraptest/runner.rb (get_result_string): check $?.coredump? nobu2007-07-203-5/+19
* refine tests for shift.akr2007-07-192-7/+56
* * eval_error.ci (get_backtrace): check the result more.nobu2007-07-193-7/+14
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu2007-07-196-26/+147
* * bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]nobu2007-07-182-1/+7
* * parse.y (rb_parser_append_print, rb_parser_while_loop): moved checknobu2007-07-183-4/+16
* * time.c (time_succ): Time#succ should return a time object in thematz2007-07-173-4/+14
* * sprintf.c (rb_str_format): make %u behave like %d for negativematz2007-07-162-9/+9
* * lib/base64.rb (Base64::b64encode): should not specify /o optionmatz2007-07-163-4/+9
* * string.c (rb_str_rindex_m): accept string-like object convertiblenobu2007-07-162-39/+50
* * insns.def (getspecial): lfp_svar_get() requires int for specialnobu2007-07-152-0/+6
* * sprintf.c (rb_f_sprintf): more checks for format argument.nobu2007-07-153-26/+74
* * bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]nobu2007-07-153-18/+10
* * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu2007-07-1510-9/+54
* refine failure messages.akr2007-07-151-6/+16
* * bignum.c (bigtrunc): do not empty Bignum. [ruby-dev:31229]nobu2007-07-151-1/+1
* * bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu2007-07-152-1/+6
* * bignum.c (rb_cstr_to_inum): check leading non-digits.nobu2007-07-153-15/+33
* add reference.akr2007-07-151-0/+4
* refined.akr2007-07-151-5/+12
* fix previous change.akr2007-07-151-1/+1
* add comment.akr2007-07-151-0/+5
* * bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu2007-07-143-3/+8