aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18...marcandre2009-09-101-0/+5
* * lib/mkmf.rb (create_makefile): fix for parallel execution.nobu2009-09-101-0/+5
* * test/dl/test_cptr.rb (test_free=): test SEGV at first.akr2009-09-101-0/+5
* * test/ruby/envutil.rb (assert_normal_exit): Don't useakr2009-09-101-0/+5
* Warn unknown escaped chars in regexp.naruse2009-09-101-0/+7
* * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the sourcenobu2009-09-091-0/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_data_type): typed.nobu2009-09-091-1/+3
* * ext/dl/cfunc.c (dlcfunc_data_type): typed.nobu2009-09-091-0/+8
* Only 1 kcode effects options [ruby-core:25411]naruse2009-09-091-0/+5
* * load.c (rb_feature_provided): fixed for autoloading extensionnobu2009-09-091-0/+6
* Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-09-091-0/+680
* Wed Sep 9 14:07:19 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-09-091-675/+4
* * variable.c (rb_autoload): initialize typed data.nobu2009-09-091-0/+4
* * st.c (st_free_table): constified.nobu2009-09-091-0/+4
* * variable.c (autoload_data_type): typed.nobu2009-09-091-1/+3
* * transcode.c (econv_data_type): typed.nobu2009-09-091-1/+3
* * time.c (time_data_type): typed.nobu2009-09-091-1/+3
* * thread.c (thgroup_data_type, mutex_data_type, barrier_data_type):nobu2009-09-091-1/+4
* * file.c (stat_data_type): typed.nobu2009-09-091-1/+3
* * error.c (name_err_mesg_data_type): typed.nobu2009-09-091-1/+3
* * enumerator.c (enumerator_data_type): typed.nobu2009-09-091-1/+4
* * dir.c (dir_data_type): typed.nobu2009-09-091-0/+4
* * include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu2009-09-091-0/+4
* * cont.c (cont_memsize): fixed wrong expression on IA64.nobu2009-09-091-0/+4
* * cont.c (cont_restore_1, rb_cont_call): should be Fiber.nobu2009-09-091-0/+4
* * cont.c (cont_data_type, fiber_data_type): typed.nobu2009-09-081-0/+4
* * lib/tempfile.rb, lib/tmpdir.rb (Tmpname): extracted new module.nobu2009-09-081-0/+5
* * st.c (st_init_*table_with_size): use st_index_t.nobu2009-09-081-1/+3
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-081-0/+4
* * vm.c (rb_thread_mark): mark callers iseqs. [ruby-core:25474]nobu2009-09-081-0/+5
* * tool/compile_prelude.rb: reverted.nobu2009-09-081-5/+0
* * tool/compile_prelude.rb: evaluates in the main context.nobu2009-09-081-0/+5
* * iseq.c (iseq_mark): no need to mark inline cache entries.ko12009-09-081-0/+7
* * test/dl/test_{cfunc,ptr}.rb: added tests from Aaron Patterson.nobu2009-09-071-0/+5
* * io.c (rb_io_tell): adjustment for ungotten data.nobu2009-09-071-0/+4
* * io.c (io_encname_bom_p): removed magic number.nobu2009-09-071-0/+4
* * lib/irb/inspector.rb (IRB::INSPECTORS.def_inspector): supportmatz2009-09-071-0/+6
* * insns.def (opt_*): add IC operands.ko12009-09-061-0/+12
* * Makefile.in, common.mk: move a id.h generation rule.ko12009-09-061-0/+4
* * benchmark/driver.rb: remove RUBY_VERSION output.ko12009-09-061-0/+4
* * vm_insnhelper.c: rename macro name ENABLE_IC_FOR_IVARko12009-09-061-0/+5
* * lib/uri/common.rb (URI.escape): obsoleted.naruse2009-09-061-0/+6
* * vm_insnhelper.h (CALL_SIMPLE_METHOD_IC): make a macroko12009-09-061-0/+7
* * template/id.h.tmpl: fix this.ko12009-09-061-0/+6
* * compile.c (iseq_specialized_instruction), insns.def (opt_size):ko12009-09-061-0/+7
* * insns.def (setinstancevariable), vm_insnhelper.c (vm_setivar):ko12009-09-061-0/+5
* * io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].nobu2009-09-061-0/+4
* * io.c: Add rdoc for ARGF.naruse2009-09-051-0/+5
* * compile.c (iseq_compile_each): op_asgn to aref should return rhs.nobu2009-09-051-0/+5
* * compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu2009-09-051-0/+5