aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * bootstraptest/test_thread.rb: just check for normal exit.nobu2009-09-111-3/+3
* * test/fileutils: use require_relative to require fileasserts.naruse2009-09-113-2/+6
* * lib/tmpdir.rb (Dir::Tmpname): for internal use.nobu2009-09-111-1/+1
* * configure.in (debugflags): use gdb by default on linux andnobu2009-09-112-2/+9
* * configure.in (XLDFLAGS): keep ARCHFILE macro on AIX.nobu2009-09-112-2/+4
* * configure.in (RUBY_REPLACE_TYPE): define typename to defaultnobu2009-09-112-1/+7
* * include/ruby/win32.h (fstat): override if large file support isnobu2009-09-112-1/+7
* * tool/config.{guess,sub}: updated to automake-1.11.nobu2009-09-113-27/+88
* resolve conflict.shyouhei2009-09-111-0/+6
* Merge branch 'trunk' of git://github.com/swdyh/ruby into trunkshyouhei2009-09-111-1/+1
* * dln.c (aix_loaderror): get rid of using uninitialized value in thenobu2009-09-112-6/+13
* * test/test_open-uri.rb: properties.nobu2009-09-110-0/+0
* renamed.akr2009-09-101-0/+0
* * unicode.c (onigenc_unicode_property_name_to_ctype):naruse2009-09-107-1217/+1306
* * include/ruby/ruby.h (rb_data_type_t): Add comments.ko12009-09-102-1/+10
* add tests for open-uri.akr2009-09-101-0/+151
* * test/dl: use require_relative to require test_base.rb.akr2009-09-107-6/+10
* * parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.naruse2009-09-103-4/+17
* * 2009-09-11svn2009-09-101-2/+2
* * lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18...marcandre2009-09-102-2/+8
* * lib/mkmf.rb (create_makefile): fix for parallel execution.nobu2009-09-102-4/+10
* * test/dl/test_cptr.rb (test_free=): test SEGV at first.akr2009-09-102-0/+20
* * test/ruby/envutil.rb (assert_normal_exit): Don't useakr2009-09-102-7/+11
* * 2009-09-10svn2009-09-101-2/+2
* Warn unknown escaped chars in regexp.naruse2009-09-102-0/+27
* * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the sourcenobu2009-09-093-2/+14
* * ext/bigdecimal/bigdecimal.c (BigDecimal_data_type): typed.nobu2009-09-092-6/+20
* * ext/dl/cfunc.c (dlcfunc_data_type): typed.nobu2009-09-094-47/+91
* * test/dl/test_dl2.rb (test_call_double, test_sin): fixed argumentnobu2009-09-091-6/+7
* Only 1 kcode effects options [ruby-core:25411]naruse2009-09-092-1/+8
* * test/ruby/test_require.rb (test_relative): tests for require_relative.nobu2009-09-091-1/+19
* * load.c (rb_feature_provided): fixed for autoloading extensionnobu2009-09-093-2/+20
* Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-09-093-1/+681
* Wed Sep 9 14:07:19 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-09-092-676/+4
* * variable.c (rb_autoload): initialize typed data.nobu2009-09-092-1/+5
* * st.c (st_free_table): constified.nobu2009-09-093-2/+6
* * variable.c (autoload_data_type): typed.nobu2009-09-092-11/+28
* * time.c (rb_time_timeval, rb_time_timespec): typed.nobu2009-09-091-2/+2
* * transcode.c (econv_data_type): typed.nobu2009-09-092-14/+25
* * time.c (time_data_type): typed.nobu2009-09-092-11/+23
* * thread.c (thgroup_data_type, mutex_data_type, barrier_data_type):nobu2009-09-092-13/+52
* * file.c (stat_data_type): typed.nobu2009-09-092-4/+17
* * error.c (name_err_mesg_data_type): typed.nobu2009-09-092-12/+32
* * enumerator.c (enumerator_data_type): typed.nobu2009-09-092-27/+60
* * dir.c (dir_data_type): typed.nobu2009-09-092-13/+27
* * cont.c (cont_memsize, fiber_memsize): constified.nobu2009-09-091-2/+2
* * include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu2009-09-091-2/+2
* * include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu2009-09-098-14/+18
* * cont.c (cont_memsize): fixed wrong expression on IA64.nobu2009-09-092-2/+5
* * cont.c (cont_restore_1, rb_cont_call): should be Fiber.nobu2009-09-092-6/+10