summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/tk/variable.rb (TkVariable::coerce): fix bug on a numeric value.nagai2009-11-131-0/+5
* * ext/tk/lib/tk/variable.rb: TkVariable#*(other) and /(other) have anagai2009-11-131-0/+5
* * ext/zlib/zlib.c (rb_zlib_adler32): fix typo.mame2009-11-131-0/+4
* * thread.c (thread_start_func_2): see first_func, not first_proc,nobu2009-11-131-1/+4
* * gc.c (vm_xrealloc): use the given object space.nobu2009-11-131-0/+4
* * lib/cgi/util.rb (CGI::pretty): fix the overflow bugxibbar2009-11-121-0/+5
* * lib/cgi/core.rb (read_from_cmdline): this code is better.xibbar2009-11-121-0/+5
* * lib/net/telnet.rb: don't use simple delegate.xibbar2009-11-121-0/+5
* * thread_win32.c (thread_errno): CreateThread does not set errno.nobu2009-11-121-1/+3
* * thread.c (thread_create_core): moved failure handling fromnobu2009-11-121-1/+4
* * thread_pthread.c (native_thread_create): constified.nobu2009-11-121-0/+4
* * .document: remove documents not in rdoc format untilnaruse2009-11-121-0/+5
* * lib/tempfile.rb (Tempfile#initialize): option hash may not benobu2009-11-111-0/+5
* * enumerator.c (yielder_yield_push): Yielder#<< should return self.mame2009-11-111-0/+5
* * lib/tempfile.rb (Tempfile#initialize): merge mode option.nobu2009-11-111-0/+6
* * hash.c (ruby_setenv): use ruby_strdup().nobu2009-11-111-1/+1
* * hash.c (ruby_setenv): use ruby_strdup().nobu2009-11-111-0/+4
* * hash.c (ruby_setenv): also set CRT workarea. ref [ruby-core:25010]usa2009-11-111-0/+4
* * marshal.c (w_object, r_object0): use RHASH_IFNONE but not ifnonenobu2009-11-111-0/+5
* * thread.c (blocking_region_begin): define before BLOCKING_REGION.akr2009-11-101-0/+5
* * util.c (ruby_strtod): use dval() consistently.akr2009-11-101-0/+4
* * test/matrix/test_matrix.rb (TestMatrix#test_rank):yugui2009-11-101-0/+5
* * process.c (rb_f_exec, rb_f_system, rb_f_spawn): mentioned aboutnobu2009-11-091-0/+6
* * thread.c (rb_gc_save_machine_context): don't save the stack pointerakr2009-11-091-0/+12
* * configure.in (warnflags): add -Wno-long-long.nobu2009-11-091-0/+4
* * hash.c: use RHASH_IFNONE but not ifnone directly.nobu2009-11-081-0/+4
* * lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr2009-11-071-0/+5
* * vm_insnhelper.c (vm_push_frame): get rid of out-of-boundsnobu2009-11-071-0/+5
* * vm_insnhelper.c (VM_CALLEE_SETUP_ARG): revert r25521.matz2009-11-071-0/+5
* * vm_insnhelper.c (vm_push_frame): add CHECK_STACK_OVERFLOW.matz2009-11-071-0/+16
* * lib/mkmf.rb (create_header): split the line by tabs.nobu2009-11-061-0/+4
* * configure.in (MINIDLNOBJ): set default as dmydln.o.naruse2009-11-061-0/+5
* * encoding.c (rb_filesystem_encindex): add fallback tonaruse2009-11-061-0/+5
* * test/ruby/test_case.rb: merged r25658 from ruby_1_8.kazu2009-11-051-0/+4
* fix typoskazu2009-11-051-4/+4
* * gem_prelude.rb (Gem.user_home): force_encoding(naruse2009-11-051-0/+5
* * parse.y (BEGIN): now local_push are local_pop are necessary innobu2009-11-041-0/+5
* * .document: add some README files to default rdoc's of trunk.naruse2009-11-041-0/+5
* * ChangeLog: entry for r25640.nobu2009-11-041-0/+8
* * include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c fornobu2009-11-041-0/+5
* * include/ruby/ruby.h (NUM2CHR): prefix __extension__ forshyouhei2009-11-041-0/+5
* * ruby.c (set_{internal,external}_encoding_once): fixed typos.nobu2009-11-041-0/+4
* * proc.c (mnew): Fix scope issue [ruby-core:26069]marcandre2009-11-041-0/+4
* * dir.c (dir_check): moved other checks from GetDIR.nobu2009-11-031-1/+3
* * dir.c (GetDIR): fixed a variable name.nobu2009-11-031-0/+4
* * cont.c (rb_fiber_start): fixed unconditional test.nobu2009-11-031-0/+4
* fix typos.akr2009-11-031-3/+3
* * ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp): DL::CPtr#== and DL::CPtr#<=>tenderlove2009-11-031-0/+5
* * string.c (rb_str_upto): make next object before yield its block.naruse2009-11-031-0/+6
* * cont.c (fiber_free): don't free unallocated local_storage. see #1325.wanabe2009-11-021-0/+12