summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-11-12* thread.c (thread_create_core): moved failure handling fromnobu
2009-11-12* thread_pthread.c (native_thread_create): constified.nobu
2009-11-12* .document: remove documents not in rdoc format untilnaruse
2009-11-11* lib/tempfile.rb (Tempfile#initialize): option hash may not benobu
2009-11-11* enumerator.c (yielder_yield_push): Yielder#<< should return self.mame
2009-11-11* lib/tempfile.rb (Tempfile#initialize): merge mode option.nobu
2009-11-11* hash.c (ruby_setenv): use ruby_strdup().nobu
2009-11-11* hash.c (ruby_setenv): use ruby_strdup().nobu
2009-11-11* hash.c (ruby_setenv): also set CRT workarea. ref [ruby-core:25010]usa
2009-11-11* marshal.c (w_object, r_object0): use RHASH_IFNONE but not ifnonenobu
2009-11-10* thread.c (blocking_region_begin): define before BLOCKING_REGION.akr
2009-11-10* util.c (ruby_strtod): use dval() consistently.akr
2009-11-10* test/matrix/test_matrix.rb (TestMatrix#test_rank):yugui
2009-11-09* process.c (rb_f_exec, rb_f_system, rb_f_spawn): mentioned aboutnobu
2009-11-09* thread.c (rb_gc_save_machine_context): don't save the stack pointerakr
2009-11-09* configure.in (warnflags): add -Wno-long-long.nobu
2009-11-08* hash.c: use RHASH_IFNONE but not ifnone directly.nobu
2009-11-07* lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr
2009-11-07* vm_insnhelper.c (vm_push_frame): get rid of out-of-boundsnobu
2009-11-07* vm_insnhelper.c (VM_CALLEE_SETUP_ARG): revert r25521.matz
2009-11-07* vm_insnhelper.c (vm_push_frame): add CHECK_STACK_OVERFLOW.matz
2009-11-06* lib/mkmf.rb (create_header): split the line by tabs.nobu
2009-11-06* configure.in (MINIDLNOBJ): set default as dmydln.o.naruse
2009-11-06* encoding.c (rb_filesystem_encindex): add fallback tonaruse
2009-11-05* test/ruby/test_case.rb: merged r25658 from ruby_1_8.kazu
2009-11-05fix typoskazu
2009-11-05* gem_prelude.rb (Gem.user_home): force_encoding(naruse
2009-11-04* parse.y (BEGIN): now local_push are local_pop are necessary innobu
2009-11-04* .document: add some README files to default rdoc's of trunk.naruse
2009-11-04* ChangeLog: entry for r25640.nobu
2009-11-04* include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c fornobu
2009-11-04 * include/ruby/ruby.h (NUM2CHR): prefix __extension__ forshyouhei
2009-11-04* ruby.c (set_{internal,external}_encoding_once): fixed typos.nobu
2009-11-04* proc.c (mnew): Fix scope issue [ruby-core:26069]marcandre
2009-11-03* dir.c (dir_check): moved other checks from GetDIR.nobu
2009-11-03* dir.c (GetDIR): fixed a variable name.nobu
2009-11-03* cont.c (rb_fiber_start): fixed unconditional test.nobu
2009-11-03fix typos.akr
2009-11-03* ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp): DL::CPtr#== and DL::CPtr#<=>tenderlove
2009-11-03* string.c (rb_str_upto): make next object before yield its block.naruse
2009-11-02* cont.c (fiber_free): don't free unallocated local_storage. see #1325.wanabe
2009-11-02* eval.c (rb_exc_raise, rb_exc_fatal, rb_make_exception):nobu
2009-11-02* thread_pthread.c (native_stop_timer_thread): delay joinning timerusa
2009-11-02* thread_pthread.c (native_stop_timer_thread): need to join timer threadusa
2009-11-02* thread_{pthread,win32}.c (native_stop_timer_thread): join the threadusa
2009-11-02* ext/dl/win32/lib/win32/registry.rb: update rdoc. [ruby-core:26022]naruse
2009-11-02revert r25623wanabe
2009-11-01* cont.c (fiber_free): don't free unallocated local_storage. see #1325.wanabe
2009-11-01* ext/bigdecimal/bigdecimal.c: fixed rdoc. [ruby-core:26457]naruse
2009-11-01* configure.in (rb_cv_stack_grow_dir): fix for universal binary.nobu