summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gc.c: reject unused longlife gc.nari2009-08-109-254/+47
* * marshal.c (must_not_be_anonymous): fixed silly miss.nobu2009-08-091-3/+5
* * marshal.c (class2path, w_unique, w_extended, w_class, w_uclass):nobu2009-08-096-41/+70
* * ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.nagai2009-08-093-5/+12
* * common.mk (ruby.imp): excluded prelude.o to get rid of circularnobu2009-08-092-4/+11
* * bignum.c (rb_big_cmp, bigsub, big_real_len, bigmul1_normal,mame2009-08-092-16/+38
* New API Encoding#ascii_compatible?.naruse2009-08-083-0/+28
* * ext/ripper/eventids2.c (token_to_eventid): addednobu2009-08-082-0/+6
* * 2009-08-09svn2009-08-081-2/+2
* * tool/compile_prelude.rb: fixes a regexp pattern for require.yugui2009-08-082-2/+7
* fix the name in the entrymatz2009-08-081-1/+1
* * bignum.c (bigzero_p): removing BDIGITS() inside of thematz2009-08-082-1/+9
* * marshal.c (w_symbol r_symlink, r_symbol, r_object0): fix fornobu2009-08-074-19/+80
* * eval_error.c (error_print): removed an extra argument.nobu2009-08-062-1/+5
* * eval.c (rb_exc_raise, rb_exc_fatal): nil is used to reraise.nobu2009-08-062-2/+10
* Fix a typo.knu2009-08-061-1/+1
* * ext/digest/sha2/sha2.c: The ULL suffix is not supported byknu2009-08-062-60/+71
* * ext/digest/*/extconf.rb: inttypes.h and unistd.h need not beknu2009-08-065-16/+5
* * 2009-08-07svn2009-08-061-2/+2
* * ext/tk/extconf.rb (search_tclConfig): fix logic bug.nagai2009-08-062-3/+6
* * ext/digest/sha2/lib/sha2.eb: should require sha2.so.usa2009-08-062-0/+5
* * ext/digest/sha2/sha2.c (*_Final): typos.usa2009-08-062-6/+10
* * ext/digest/sha2/sha2.h (BYTE_ORDER): Define BYTE_ORDER asknu2009-08-062-1/+15
* * encoding.c (rb_enc_associate_index): cannot set encoding onnobu2009-08-062-1/+7
* * encoding.c (valid_encoding_name_p): rejects too long encodingnobu2009-08-062-3/+16
* * encoding.c (encoding_data_type): typed data.nobu2009-08-062-8/+25
* * encoding.c (rb_enc_get_index): fixed indent.nobu2009-08-061-25/+25
* * vm_method.c (rb_method_entry_eq): deals with optimized methodnobu2009-08-062-0/+12
* * test/mkmf/base.rb (TestMkmf): was turned into a class, becausenobu2009-08-062-5/+10
* * test/mkmf/base.rb: split from test_sizeof.rb.nobu2009-08-062-19/+34
* * lib/mkmf.rb (check_sizeof): added optional compiler optionnobu2009-08-063-7/+44
* * lib/test/unit/testcase.rb (Test::Unit): removes silly TestCasenobu2009-08-062-0/+8
* * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes anknu2009-08-053-137/+452
* * 2009-08-06svn2009-08-051-2/+2
* * lib/ipaddr.rb (IPAddr#hash): Take account of netmask; submittedknu2009-08-052-5/+12
* * ruby.c (load_file_internal): assumes -x flag if no "ruby" is innobu2009-08-053-31/+20
* * io.c (rb_stdio_set_default_encoding): prototyped.nobu2009-08-052-2/+2
* * ruby.c (rb_stdio_set_default_encoding): declared.naruse2009-08-052-0/+6
* * debug.c (ruby_dummy_gdb_enums): made public. [ruby-dev:39001]nobu2009-08-053-3/+7
* * range.c (range_eql, range_eq): fixed equality to work formatz2009-08-053-2/+14
* * bootstraptest/test_exception.rb: test for [ruby-core:24767].nobu2009-08-051-1/+13
* * eval.c (rb_exc_raise, rb_exc_fatal): require exception object.nobu2009-08-052-0/+7
* * eval.c (rb_longjmp): reset raised flag before fatal error.nobu2009-08-053-3/+10
* Fix test for previous commit.naruse2009-08-051-1/+1
* Fix error message of /.../n with embeded non ASCII-8BIT string.naruse2009-08-052-5/+22
* * lib/test/unit.rb (Test::Unit.setup_argv): expands paths beforenobu2009-08-042-3/+8
* * lib/pp.rb (guard_inspect_key): untrust internal hash to preventmame2009-08-043-3/+46
* * lib/rdoc/parser/c.rb: fixed a small error in the documentation.nobu2009-08-043-3/+8
* * win32/win32.c (has_redirection): need to execute shell if commandlineusa2009-08-042-2/+8
* * lib/ipaddr.rb (IPAddr#{eql?,hash}): Add IPAddr#{eql?,hash} soknu2009-08-042-0/+41