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
*
* parse.y: fix rules around f_margs. "make test" passes all tests.
ko1
2007-08-15
1
-1
/
+7
*
* hash.c (rb_hash_delete_key): delete the entry without calling block.
nobu
2007-08-15
1
-0
/
+9
*
* process.c (proc_geteuid): fix strange cast. [ruby-dev:31417]
ko1
2007-08-15
1
-0
/
+4
*
* ext/stringio/stringio.c (strio_getc): should returns
matz
2007-08-15
1
-0
/
+14
*
* bootstraptest/runner.rb (assert_check): don't call newtest.
akr
2007-08-14
1
-0
/
+6
*
* bootstraptest/runner.rb (assert_check): new method.
akr
2007-08-14
1
-0
/
+10
*
* io.c (argf_close): always close via method.
matz
2007-08-14
1
-0
/
+17
*
* proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: move
ko1
2007-08-14
1
-0
/
+12
*
* common.mk: change test order (test -> btest).
ko1
2007-08-14
1
-0
/
+4
*
* lib/rss/rss.rb: 0.1.8 -> 0.1.9.
kou
2007-08-13
1
-0
/
+8
*
* eval.c (rb_clear_trace_func, rb_thread_stop_timer_thread):
nobu
2007-08-13
1
-0
/
+9
*
* lib/open-uri.rb: make ftp passive mode to avoid NAT problem.
akr
2007-08-13
1
-0
/
+5
*
* thread.c (rb_thread_raise): check if target thread is
ko1
2007-08-12
1
-1
/
+7
*
* compile.c (iseq_peephole_optimize): fix peephole optimization
ko1
2007-08-12
1
-0
/
+8
*
* vm_dump.c (debug_print_pre): fix to show control frame count.
ko1
2007-08-12
1
-0
/
+19
*
* template/yasmdata.rb.tmpl: fix type and name.
ko1
2007-08-12
1
-0
/
+4
*
* lib/date/format.rb: reverted some wrongly erased "o" options
tadf
2007-08-10
1
-0
/
+5
*
* thread.c (thread_start_func_2): not re-raise to main thread if it is
nobu
2007-08-10
1
-0
/
+5
*
* thread.c (thread_create_core): inherit the priority of creating
nobu
2007-08-10
1
-3
/
+4
*
* thread_pthread.ci (native_thread_apply_priority): set actually
nobu
2007-08-10
1
-0
/
+5
*
* thread.c (thread_start_func_2): let abort_on_exception work.
nobu
2007-08-09
1
-0
/
+5
*
* parse.y (internal_id_gen): internal ID must be bigger than
nobu
2007-08-09
1
-0
/
+5
*
* parse.y (stmt): check if rhs has value before assignment instead
nobu
2007-08-09
1
-0
/
+7
*
* parse.y (f_marg_list): renamed from f_marg_head.
nobu
2007-08-09
1
-0
/
+7
*
* enum.c (enum_cycle): typo fixed. a patch from Kazuhiro
matz
2007-08-08
1
-0
/
+5
*
* ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer check
matz
2007-08-08
1
-3
/
+3
*
* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. a
matz
2007-08-08
1
-0
/
+5
*
* enumerator.c (enumerator_next_p): should check correctly even when
matz
2007-08-08
1
-0
/
+16
*
* bignum.c (rb_big2str0): should not use RTEST for non-VALUE.
nobu
2007-08-08
1
-0
/
+4
*
* bignum.c (rb_big2str0): should preserve sign mark.
usa
2007-08-08
1
-0
/
+4
*
* common.mk (btest-miniruby, test-sample): split the test target
nobu
2007-08-08
1
-0
/
+5
*
* ext/pty/pty.c (establishShell): handshaking before close slave
nobu
2007-08-07
1
-1
/
+4
*
* ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.
nobu
2007-08-07
1
-0
/
+8
*
* include/ruby/ruby.h (ruby_special_consts): added RUBY_SPECIAL_SHIFT.
nobu
2007-08-07
1
-0
/
+6
*
* common.mk (node_name.inc): use $? instead of $< for nmake.
nobu
2007-08-07
1
-0
/
+5
*
* configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.
nobu
2007-08-07
1
-0
/
+5
*
* io.c (pipe_open): fix for win32 platforms.
nobu
2007-08-07
1
-0
/
+4
*
* bignum.c (rb_big2str0): make Bignum#to_s even faster. a patch
matz
2007-08-06
1
-0
/
+5
*
* enum.c (enum_zip): zip no longer converts arguments into
matz
2007-08-06
1
-0
/
+5
*
* cont.c (rb_fiber_yield): change argument ordering. export.
matz
2007-08-06
1
-0
/
+17
*
* enum.c (enum_cycle): new method to cycle enumerable forever.
matz
2007-08-06
1
-0
/
+4
*
* irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508]
keiju
2007-08-06
1
-0
/
+4
*
* insnhelper.ci, insns.def: move some statements to functions.
ko1
2007-08-06
1
-0
/
+6
*
* lib/vm/instruction.rb (make_header_analysys): fix last commit.
ko1
2007-08-06
1
-0
/
+4
*
* lib/vm/instruction.rb (make_header_analysys): add to separate
ko1
2007-08-06
1
-0
/
+5
*
* lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.
nobu
2007-08-06
1
-0
/
+4
*
* sample/test.rb: fix to output file name if it contains
ko1
2007-08-06
1
-0
/
+5
*
* parse.y (value_expr_gen): fix to cause "void value expression"
ko1
2007-08-06
1
-0
/
+8
*
* parse.y: fix a f_marg rule. [ruby-dev:31160]
ko1
2007-08-06
1
-0
/
+4
*
* bootstraptest/runner.rb (assert_equal): add additional
ko1
2007-08-06
1
-0
/
+5
[next]