aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/rss/rss.rb: 0.1.8 -> 0.1.9.kou2007-08-131-0/+8
* * eval.c (rb_clear_trace_func, rb_thread_stop_timer_thread):nobu2007-08-131-0/+9
* * lib/open-uri.rb: make ftp passive mode to avoid NAT problem.akr2007-08-131-0/+5
* * thread.c (rb_thread_raise): check if target thread isko12007-08-121-1/+7
* * compile.c (iseq_peephole_optimize): fix peephole optimizationko12007-08-121-0/+8
* * vm_dump.c (debug_print_pre): fix to show control frame count.ko12007-08-121-0/+19
* * template/yasmdata.rb.tmpl: fix type and name.ko12007-08-121-0/+4
* * lib/date/format.rb: reverted some wrongly erased "o" optionstadf2007-08-101-0/+5
* * thread.c (thread_start_func_2): not re-raise to main thread if it isnobu2007-08-101-0/+5
* * thread.c (thread_create_core): inherit the priority of creatingnobu2007-08-101-3/+4
* * thread_pthread.ci (native_thread_apply_priority): set actuallynobu2007-08-101-0/+5
* * thread.c (thread_start_func_2): let abort_on_exception work.nobu2007-08-091-0/+5
* * parse.y (internal_id_gen): internal ID must be bigger thannobu2007-08-091-0/+5
* * parse.y (stmt): check if rhs has value before assignment insteadnobu2007-08-091-0/+7
* * parse.y (f_marg_list): renamed from f_marg_head.nobu2007-08-091-0/+7
* * enum.c (enum_cycle): typo fixed. a patch from Kazuhiromatz2007-08-081-0/+5
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer checkmatz2007-08-081-3/+3
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. amatz2007-08-081-0/+5
* * enumerator.c (enumerator_next_p): should check correctly even whenmatz2007-08-081-0/+16
* * bignum.c (rb_big2str0): should not use RTEST for non-VALUE.nobu2007-08-081-0/+4
* * bignum.c (rb_big2str0): should preserve sign mark.usa2007-08-081-0/+4
* * common.mk (btest-miniruby, test-sample): split the test targetnobu2007-08-081-0/+5
* * ext/pty/pty.c (establishShell): handshaking before close slavenobu2007-08-071-1/+4
* * ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu2007-08-071-0/+8
* * include/ruby/ruby.h (ruby_special_consts): added RUBY_SPECIAL_SHIFT.nobu2007-08-071-0/+6
* * common.mk (node_name.inc): use $? instead of $< for nmake.nobu2007-08-071-0/+5
* * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.nobu2007-08-071-0/+5
* * io.c (pipe_open): fix for win32 platforms.nobu2007-08-071-0/+4
* * bignum.c (rb_big2str0): make Bignum#to_s even faster. a patchmatz2007-08-061-0/+5
* * enum.c (enum_zip): zip no longer converts arguments intomatz2007-08-061-0/+5
* * cont.c (rb_fiber_yield): change argument ordering. export.matz2007-08-061-0/+17
* * enum.c (enum_cycle): new method to cycle enumerable forever.matz2007-08-061-0/+4
* * irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508]keiju2007-08-061-0/+4
* * insnhelper.ci, insns.def: move some statements to functions.ko12007-08-061-0/+6
* * lib/vm/instruction.rb (make_header_analysys): fix last commit.ko12007-08-061-0/+4
* * lib/vm/instruction.rb (make_header_analysys): add to separateko12007-08-061-0/+5
* * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.nobu2007-08-061-0/+4
* * sample/test.rb: fix to output file name if it containsko12007-08-061-0/+5
* * parse.y (value_expr_gen): fix to cause "void value expression"ko12007-08-061-0/+8
* * parse.y: fix a f_marg rule. [ruby-dev:31160]ko12007-08-061-0/+4
* * bootstraptest/runner.rb (assert_equal): add additionalko12007-08-061-0/+5
* * iseq.c (iseq_s_compile_option_get, Init_ISeq): added a newnobu2007-08-061-2/+5
* * common.mk (node_name.inc): auto-generate node name list.nobu2007-08-061-1/+7
* * common.mk (INSNS): not chdir to srcdir.nobu2007-08-061-0/+7
* * lib/rss, sample/rss, test/rss:kou2007-08-051-0/+7
* * io.c (pipe_open_v, pipe_open_s): separate array and stringnobu2007-08-041-0/+5
* * ext/extmk.rb (extmake): save all CONFIG values.nobu2007-08-031-0/+10
* * lib/mkmf.rb (find_type): new method.nobu2007-08-021-1/+3
* * lib/mkmf.rb (have_type): suppress a warning with -Wall.nobu2007-08-021-1/+3
* * lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu2007-08-021-5/+16