index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* include/ruby/ruby.h (rb_data_type_struct): constified dsize.
nobu
2009-09-09
1
-0
/
+4
*
* cont.c (cont_memsize): fixed wrong expression on IA64.
nobu
2009-09-09
1
-0
/
+4
*
* cont.c (cont_restore_1, rb_cont_call): should be Fiber.
nobu
2009-09-09
1
-0
/
+4
*
* cont.c (cont_data_type, fiber_data_type): typed.
nobu
2009-09-08
1
-0
/
+4
*
* lib/tempfile.rb, lib/tmpdir.rb (Tmpname): extracted new module.
nobu
2009-09-08
1
-0
/
+5
*
* st.c (st_init_*table_with_size): use st_index_t.
nobu
2009-09-08
1
-1
/
+3
*
* include/ruby/st.h (st_hash_func): use st_index_t.
nobu
2009-09-08
1
-0
/
+4
*
* vm.c (rb_thread_mark): mark callers iseqs. [ruby-core:25474]
nobu
2009-09-08
1
-0
/
+5
*
* tool/compile_prelude.rb: reverted.
nobu
2009-09-08
1
-5
/
+0
*
* tool/compile_prelude.rb: evaluates in the main context.
nobu
2009-09-08
1
-0
/
+5
*
* iseq.c (iseq_mark): no need to mark inline cache entries.
ko1
2009-09-08
1
-0
/
+7
*
* test/dl/test_{cfunc,ptr}.rb: added tests from Aaron Patterson.
nobu
2009-09-07
1
-0
/
+5
*
* io.c (rb_io_tell): adjustment for ungotten data.
nobu
2009-09-07
1
-0
/
+4
*
* io.c (io_encname_bom_p): removed magic number.
nobu
2009-09-07
1
-0
/
+4
*
* lib/irb/inspector.rb (IRB::INSPECTORS.def_inspector): support
matz
2009-09-07
1
-0
/
+6
*
* insns.def (opt_*): add IC operands.
ko1
2009-09-06
1
-0
/
+12
*
* Makefile.in, common.mk: move a id.h generation rule.
ko1
2009-09-06
1
-0
/
+4
*
* benchmark/driver.rb: remove RUBY_VERSION output.
ko1
2009-09-06
1
-0
/
+4
*
* vm_insnhelper.c: rename macro name ENABLE_IC_FOR_IVAR
ko1
2009-09-06
1
-0
/
+5
*
* lib/uri/common.rb (URI.escape): obsoleted.
naruse
2009-09-06
1
-0
/
+6
*
* vm_insnhelper.h (CALL_SIMPLE_METHOD_IC): make a macro
ko1
2009-09-06
1
-0
/
+7
*
* template/id.h.tmpl: fix this.
ko1
2009-09-06
1
-0
/
+6
*
* compile.c (iseq_specialized_instruction), insns.def (opt_size):
ko1
2009-09-06
1
-0
/
+7
*
* insns.def (setinstancevariable), vm_insnhelper.c (vm_setivar):
ko1
2009-09-06
1
-0
/
+5
*
* io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].
nobu
2009-09-06
1
-0
/
+4
*
* io.c: Add rdoc for ARGF.
naruse
2009-09-05
1
-0
/
+5
*
* compile.c (iseq_compile_each): op_asgn to aref should return rhs.
nobu
2009-09-05
1
-0
/
+5
*
* compile.c (iseq_compile_each): &&= and ||= should return rhs.
nobu
2009-09-05
1
-0
/
+5
*
* re.c (update_char_offset): position should be long.
nobu
2009-09-04
1
-9
/
+8
*
* re.c (update_char_offset):
nobu
2009-09-04
1
-0
/
+10
*
* numeric.c (round): added declaration. [ruby-dev:39222]
nobu
2009-09-04
1
-0
/
+4
*
* dir.c (Init_Dir): alias Dir#path to Dir#to_path. [ruby-core:25326]
matz
2009-09-03
1
-0
/
+4
*
* random.c (random_rand): fixed rdoc. [ruby-core:25332]
nobu
2009-09-03
1
-0
/
+4
*
* lib/webrick/httpservlet/abstract.rb (do_OPTIONS): method names
nobu
2009-09-03
1
-0
/
+5
*
* parse.y (literal_concat_gen): concat body from dstr instead of
nobu
2009-09-03
1
-0
/
+5
*
* math.c (math_gamma): get rid of direct comparison between too
nobu
2009-09-02
1
-0
/
+5
*
* math.c (domain_check): simplified.
nobu
2009-09-02
1
-0
/
+4
*
* gc.c (obj_free): fix to free method table (fix memory leak).
ko1
2009-09-02
1
-0
/
+4
*
* tool/instruction.rb (RubyVM::InstructionsLoader#make_stackcaching_insns):
nobu
2009-09-01
1
-0
/
+5
*
NaN is now 0.0/0 because of 1.8/1.9 compat.
naruse
2009-09-01
1
-0
/
+5
*
* ext/json: Update to JSON 1.1.9.
naruse
2009-09-01
1
-0
/
+4
*
* vm_eval.c (eval_string_with_cref): fix to check local_table_size.
ko1
2009-09-01
1
-0
/
+5
*
* class.c (make_singleton_class): variable name changed.
yugui
2009-08-31
1
-0
/
+5
*
* class.c: refactored singleton class related matters.
yugui
2009-08-31
1
-0
/
+24
*
* time.c (find_time_t): use mktime for the first guess.
akr
2009-08-30
1
-0
/
+4
*
* parse.y (rb_enc_symname2_p): not depend on nul terminator.
nobu
2009-08-30
1
-0
/
+4
*
* common.mk: dependencies updated.
akr
2009-08-30
1
-2
/
+6
*
* time.c (add): shortcut implemented for fixnums.
akr
2009-08-30
1
-0
/
+6
*
* time.c (eq): apply RTEST.
akr
2009-08-30
1
-0
/
+9
*
* bignum.c (bigmul1_single): new function specialized respect to
akr
2009-08-30
1
-0
/
+6
[next]