aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * parse.y: fix rules around f_margs. "make test" passes all tests.ko12007-08-154-15/+34
* * hash.c (rb_hash_delete_key): delete the entry without calling block.nobu2007-08-153-16/+57
* * process.c (proc_geteuid): fix strange cast. [ruby-dev:31417]ko12007-08-152-1/+5
* * ext/stringio/stringio.c (strio_getc): should returnsmatz2007-08-153-75/+85
* * bootstraptest/runner.rb (assert_check): don't call newtest.akr2007-08-142-1/+8
* * bootstraptest/runner.rb (assert_check): new method.akr2007-08-143-15/+41
* * io.c (argf_close): always close via method.matz2007-08-142-53/+46
* * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: moveko12007-08-148-8/+44
* * common.mk: change test order (test -> btest).ko12007-08-143-4/+8
* * lib/rss/rss.rb: 0.1.8 -> 0.1.9.kou2007-08-134-8/+13
* * eval.c (rb_clear_trace_func, rb_thread_stop_timer_thread):nobu2007-08-132-12/+26
* * lib/open-uri.rb: make ftp passive mode to avoid NAT problem.akr2007-08-132-0/+6
* * thread.c (rb_thread_raise): check if target thread isko12007-08-123-2/+27
* * compile.c (iseq_peephole_optimize): fix peephole optimizationko12007-08-123-4/+16
* insnhelper.ci: missed at last commit.ko12007-08-121-0/+8
* * vm_dump.c (debug_print_pre): fix to show control frame count.ko12007-08-126-146/+199
* * template/yasmdata.rb.tmpl: fix type and name.ko12007-08-123-4/+8
* * lib/date/format.rb: reverted some wrongly erased "o" optionstadf2007-08-102-10/+15
* * thread.c (thread_start_func_2): not re-raise to main thread if it isnobu2007-08-103-5/+15
* * thread.c (thread_create_core): inherit the priority of creatingnobu2007-08-103-4/+6
* * thread_pthread.ci (native_thread_apply_priority): set actuallynobu2007-08-102-0/+6
* * thread.c (thread_start_func_2): let abort_on_exception work.nobu2007-08-092-0/+22
* * parse.y (internal_id_gen): internal ID must be bigger thannobu2007-08-093-3/+9
* * parse.y (stmt): check if rhs has value before assignment insteadnobu2007-08-092-50/+68
* update syntax (f_marg_list).akr2007-08-091-9/+9
* * parse.y (f_marg_list): renamed from f_marg_head.nobu2007-08-092-10/+17
* * enum.c (enum_cycle): typo fixed. a patch from Kazuhiromatz2007-08-083-4/+9
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer checkmatz2007-08-083-9/+4
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. amatz2007-08-082-1/+6
* * enumerator.c (enumerator_next_p): should check correctly even whenmatz2007-08-085-14/+68
* variable renaming refined.akr2007-08-083-31/+25
* * bignum.c (rb_big2str0): should not use RTEST for non-VALUE.nobu2007-08-082-6/+10
* * bignum.c (rb_big2str0): should preserve sign mark.usa2007-08-082-4/+8
* * common.mk (btest-miniruby, test-sample): split the test targetnobu2007-08-083-5/+14
* remove puts for debugsuke2007-08-071-1/+0
* * ext/pty/pty.c (establishShell): handshaking before close slavenobu2007-08-072-2/+8
* * ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu2007-08-073-43/+42
* * include/ruby/ruby.h (ruby_special_consts): added RUBY_SPECIAL_SHIFT.nobu2007-08-073-13/+39
* * common.mk (node_name.inc): use $? instead of $< for nmake.nobu2007-08-072-1/+6
* * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.nobu2007-08-072-3/+8
* * io.c (pipe_open): fix for win32 platforms.nobu2007-08-072-5/+8
* * bignum.c (rb_big2str0): make Bignum#to_s even faster. a patchmatz2007-08-062-150/+264
* * enum.c (enum_zip): zip no longer converts arguments intomatz2007-08-064-106/+53
* * cont.c (rb_fiber_yield): change argument ordering. export.matz2007-08-065-24/+145
* * enum.c (enum_cycle): new method to cycle enumerable forever.matz2007-08-064-3/+72
* * irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508]keiju2007-08-062-0/+10
* fix test of PROPERTYPUT_REF in some environmentsuke2007-08-061-2/+9
* * insnhelper.ci, insns.def: move some statements to functions.ko12007-08-067-300/+332
* * lib/vm/instruction.rb (make_header_analysys): fix last commit.ko12007-08-062-0/+12
* * lib/vm/instruction.rb (make_header_analysys): add to separateko12007-08-062-4/+14