summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-08* thread_pthread.c (thread_timer): checks working flags again.nobu
2008-11-08* 2008-11-09svn
2008-11-08* lib/cgi/session/pstore.rb: fix indentation.xibbar
2008-11-08fix debug codexibbar
2008-11-08* lib/cgi/session.rb (FileStore): use marshalized data.xibbar
2008-11-08* lib/cgi/session.rb: remove debug code. xibbar
2008-11-08* lib/cgi/session.rb: fix indentation. xibbar
2008-11-08merges r20050 from ruby_1_9_1 into trunk.yugui
2008-11-08* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):matz
2008-11-08* ext/stringio/stringio.c (strio_ungetc): ungetc position shouldmatz
2008-11-08* lib/optparse.rb (OptionParser#make_switch): 1.9 Symbols respondmatz
2008-11-08* ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash.matz
2008-11-07* configure.in: detect stdio buffer pointers for uClibc. a patchmatz
2008-11-07* ext/dbm/dbm.c (fdbm_index): make #index warn like Hash.matz
2008-11-07* ext/curses/curses.c: curses encoding should obey locale.matz
2008-11-07* include/ruby/io.h (rb_io_t): added write_lock to serialize.nobu
2008-11-07* safe.c (safe_setter): add warning for $SAFE=3.matz
2008-11-07* thread_pthread.c (rb_thread_create_timer_thread): do not wait nevernobu
2008-11-07* thread_pthread.c (native_cond_timedwait): returns error code.nobu
2008-11-07* 2008-11-08svn
2008-11-07* thread_pthread.c (thread_timer, rb_thread_create_timer_thread):nobu
2008-11-07* inits.c (rb_call_inits): do not repeat.nobu
2008-11-07* thread_pthread.c (thread_timer): fixed typo.nobu
2008-11-07* thread_pthread.c (thread_timer): initializes mutex each time.nobu
2008-11-07* thread_win32.c (thread_start_func_1): use already gotten stack info.nobu
2008-11-07* lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i.matz
2008-11-07* nkf.c: update to r1.188. fixes for 16bit environment.naruse
2008-11-06* thread.c (thread_timer): pthread_cond_timedwait returns ETIMEDOUTnobu
2008-11-06* lib/yaml/rubytypes.rb: support Rational and Complex as 1.8matz
2008-11-06* string.c (Init_String): remove Symbol#===. [ruby-dev:37026]matz
2008-11-06* thread_pthread.c (thread_timer): uses pthread_cond_timedwait alwaysnobu
2008-11-06* thread.c (thread_timer): uses timedwait on cygwin.nobu
2008-11-06* lib/rexml/entity.rb (unnormalized): do not callshugo
2008-11-06* 2008-11-07svn
2008-11-06* tool/make-snapshot: binary encoding spec is no longer needed in 1.9.nobu
2008-11-06* thread.c (rb_thread_stop_timer_thread): terminates timer threadnobu
2008-11-06* 2008-11-06svn
2008-11-06* ext/win32ole/win32ole.c (fole_s_connect, fole_initialize,suke
2008-11-04* lib/test/unit.rb: sorry, removed debug code.usa
2008-11-04 * lib/test/unit.rb (Test::Unit.setup_argv): now can specify ``-xname''usa
2008-11-03* test/zlib/test_zlib.rb(test_readchar): compare in same type.takano32
2008-11-03* array.c (rb_ary_join): do not repeat self in a recursive array.nobu
2008-11-03* include/ruby/intern.h (rb_mutex_synchronize): fixed prototype.nobu
2008-11-03* missing.h: needs RUBY_EXTERN instead of extern for mswin.nobu
2008-11-03* test/win32ole/test_win32ole_variant_outarg.rb: eol-style.nobu
2008-11-03* array.c (rb_ary_take_first_or_last): renamed rb_ary_partial moreyugui
2008-11-03* range.c (rb_range_beg_len): rb_raise takes C values as arguments.yugui
2008-11-02* 2008-11-03svn
2008-11-02* test/win32ole/test_win32ole_event.rb: rename test class.suke
2008-11-02* test/win32ole/test_err_in_callback.rb: add teardown.suke