aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/io.h (rb_io_t): added write_lock to serialize.nobu2008-11-074-21/+89
* * safe.c (safe_setter): add warning for $SAFE=3.matz2008-11-072-0/+7
* * thread_pthread.c (rb_thread_create_timer_thread): do not wait nevernobu2008-11-072-3/+7
* * thread_pthread.c (native_cond_timedwait): returns error code.nobu2008-11-072-4/+10
* * 2008-11-08svn2008-11-071-3/+3
* * thread_pthread.c (thread_timer, rb_thread_create_timer_thread):nobu2008-11-072-9/+32
* * inits.c (rb_call_inits): do not repeat.nobu2008-11-072-87/+50
* * thread_pthread.c (thread_timer): fixed typo.nobu2008-11-072-2/+2
* * thread_pthread.c (thread_timer): initializes mutex each time.nobu2008-11-072-1/+6
* * thread_win32.c (thread_start_func_1): use already gotten stack info.nobu2008-11-072-18/+5
* * lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i.matz2008-11-072-1/+6
* * nkf.c: update to r1.188. fixes for 16bit environment.naruse2008-11-074-25/+75
* * thread.c (thread_timer): pthread_cond_timedwait returns ETIMEDOUTnobu2008-11-062-1/+6
* * lib/yaml/rubytypes.rb: support Rational and Complex as 1.8matz2008-11-063-0/+67
* * string.c (Init_String): remove Symbol#===. [ruby-dev:37026]matz2008-11-062-8/+4
* * thread_pthread.c (thread_timer): uses pthread_cond_timedwait alwaysnobu2008-11-062-27/+5
* * thread.c (thread_timer): uses timedwait on cygwin.nobu2008-11-062-4/+46
* * lib/rexml/entity.rb (unnormalized): do not callshugo2008-11-063-2/+12
* * 2008-11-07svn2008-11-061-3/+3
* * tool/make-snapshot: binary encoding spec is no longer needed in 1.9.nobu2008-11-062-2/+6
* * thread.c (rb_thread_stop_timer_thread): terminates timer threadnobu2008-11-064-24/+56
* * 2008-11-06svn2008-11-061-3/+3
* * ext/win32ole/win32ole.c (fole_s_connect, fole_initialize,suke2008-11-065-1/+62
* * lib/test/unit.rb: sorry, removed debug code.usa2008-11-041-1/+0
* * lib/test/unit.rb (Test::Unit.setup_argv): now can specify ``-xname''usa2008-11-042-5/+11
* * test/zlib/test_zlib.rb(test_readchar): compare in same type.takano322008-11-032-1/+5
* * array.c (rb_ary_join): do not repeat self in a recursive array.nobu2008-11-032-1/+9
* * include/ruby/intern.h (rb_mutex_synchronize): fixed prototype.nobu2008-11-034-5/+11
* * missing.h: needs RUBY_EXTERN instead of extern for mswin.nobu2008-11-032-29/+37
* * test/win32ole/test_win32ole_variant_outarg.rb: eol-style.nobu2008-11-030-0/+0
* * array.c (rb_ary_take_first_or_last): renamed rb_ary_partial moreyugui2008-11-032-10/+25
* * range.c (rb_range_beg_len): rb_raise takes C values as arguments.yugui2008-11-032-1/+6
* * 2008-11-03svn2008-11-021-3/+3
* * test/win32ole/test_win32ole_event.rb: rename test class.suke2008-11-025-54/+85
* * test/win32ole/test_err_in_callback.rb: add teardown.suke2008-11-022-0/+8
* * ext/win32ole/win32ole.c (ole_event_free): invoke IConnectionPoint::Unadvisesuke2008-11-025-343/+307
* win32/Makefile.sub: add RUNRUBYOPT. [ruby-dev:37009]suke2008-11-022-1/+5
* * ext/zlib/zlib.c (Init_zlib): defines readbyte instead redefiningnobu2008-11-023-5/+11
* * 2008-11-01svn2008-10-311-4/+4
* Don't require rubygems/defaults from gem_prelude.rb.drbrain2008-10-315-9/+139
* * lib/rss/converter.rb (RSS::Converter): use String#encode.kou2008-10-312-1/+13
* * lib/webrick/httpauth/digestauth.rbmame2008-10-312-1/+6
* * test/ruby/test_array.rb (test_array_subclass) test for r20076.yugui2008-10-312-1/+7
* * array.c (ary_partial0): recovers mistakenly feature change at r19723.yugui2008-10-312-1/+10
* * enc/trans/single_byte.trans, maccroatioan-tbl.rb,duerst2008-10-316-0/+473
* * dir.c (dir_globs): need taint check. reported by stevematz2008-10-312-1/+6
* * array.c (rb_ary_decrement_share): fix to work recyclingwanabe2008-10-312-5/+18
* * spec/default.mspec: supports that the build directory != srcdir.yugui2008-10-312-3/+10
* * encoding.c (rb_enc_set_default_internal): no alias "internal" ifnobu2008-10-312-2/+12
* * ruby.c (process_options): delays setting safe level.nobu2008-10-304-16/+32