aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cont.c (cont_data_type, fiber_data_type): typed.nobu2009-09-083-7/+66
* * lib/tempfile.rb, lib/tmpdir.rb (Tmpname): extracted new module.nobu2009-09-083-92/+84
* * st.c (st_init_*table_with_size): use st_index_t.nobu2009-09-083-32/+34
* * re.c (rb_reg_hash): must calculate hash.nobu2009-09-081-1/+1
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-0821-79/+92
* * iseq.c (iseq_mark): use preprocessor.nobu2009-09-081-2/+4
* * vm.c (rb_thread_mark): mark callers iseqs. [ruby-core:25474]nobu2009-09-082-0/+6
* * tool/compile_prelude.rb: reverted.nobu2009-09-082-6/+1
* * tool/compile_prelude.rb: evaluates in the main context.nobu2009-09-082-1/+6
* * iseq.c (iseq_mark): no need to mark inline cache entries.ko12009-09-083-11/+11
* * test/dl/test_{cfunc,ptr}.rb: added tests from Aaron Patterson.nobu2009-09-073-0/+82
* * vm.c (sdr, nsdr): nodoc.nobu2009-09-072-2/+4
* * io.c (rb_io_tell): adjustment for ungotten data.nobu2009-09-073-0/+11
* * io.c (io_encname_bom_p): removed magic number.nobu2009-09-072-2/+8
* * io.c (Init_IO): added rdocs for constants.nobu2009-09-071-8/+21
* * lib/irb/inspector.rb (IRB::INSPECTORS.def_inspector): supportmatz2009-09-072-1/+13