aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove -K option.seki2008-11-172-15/+4
* * configure.in (LIBRUBYARG_STATIC): fixed for --enable-rpath.nobu2008-11-163-5/+11
* * re.c (rb_reg_regsub): returns -1 unless ascii as well asnobu2008-11-152-1/+6
* * configure.in (LDSHARED): do not suppress debug info if higher debugnobu2008-11-153-4/+9
* * 2008-11-14svn2008-11-141-3/+3
* * README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: updatemame2008-11-145-4/+9
* * thread.c (rb_barrier_wait): gets rid of recursive deadlock.nobu2008-11-132-0/+7
* * thread.c (rb_barrier_{new,wait,release,destroy}): use Mutex so thatnobu2008-11-123-137/+22
* ruby.c (set_internal_encoding_once): fix typo in error stringdavidflanagan2008-11-112-1/+5
* * include/ruby/intern.h (rb_{external,locale}_str_new_cstr): optimizednobu2008-11-113-0/+19
* * load.c (rb_require_safe): destroys barrier after successfullynobu2008-11-114-9/+50
* * lib/uri/generic.rb (URI::Generic#check_path): REL_PATH should amatz2008-11-112-1/+6
* * 2008-11-12svn2008-11-111-3/+3
* * lib/rubygems/timer.rb: removed svn:executable.yugui2008-11-1112-0/+0
* * man/ruby.1 (RUBYOPT): wrote which option can appear.yugui2008-11-112-0/+29
* * configure.in: fix SEGV on Mac OS X 10.5.3 with pthread.kazu2008-11-112-1/+6
* * lib/date.rb (inspect): reverted the previous change.tadf2008-11-114-7/+9
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): moved frommatz2008-11-113-12/+41
* * win32/win32.c (rb_w32_accept): secure fd before accept because ifusa2008-11-112-11/+26
* * test/ruby/test_transcode.rb: unnecessary setup methodduerst2008-11-112-15/+5
* * enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb,duerst2008-11-1120-0/+2569
* trivial changes.tadf2008-11-102-2/+2
* * 2008-11-11svn2008-11-101-3/+3
* * lib/date.rb (inspect): changed the format.tadf2008-11-104-4/+11
* * test/sdbm/test_sdbm.rb (TestSDBM#test_index): Reflect the methodknu2008-11-102-9/+9
* * lib/delegate.rb (Delegator.delegating_block): should not refermatz2008-11-102-1/+7
* * win32/win32.c (ifs_open_socket): should retry without proto_bufferusa2008-11-102-0/+8
* * 2008-11-10svn2008-11-101-3/+3
* * struct.c (rb_struct_initialize_m): avoid unnecessary arraymatz2008-11-102-8/+18
* * test/cgi/test_cgi_session.rb: properties.nobu2008-11-080-0/+0
* * vm_dump.c (control_frame_dump): suppresses finished method name.nobu2008-11-082-8/+15
* fix test for 1.8xibbar2008-11-083-10/+57
* * thread_pthread.c (thread_timer): checks working flags again.nobu2008-11-084-7/+25
* * 2008-11-09svn2008-11-081-3/+3
* * lib/cgi/session/pstore.rb: fix indentation.xibbar2008-11-082-25/+29
* fix debug codexibbar2008-11-081-5/+1
* * lib/cgi/session.rb (FileStore): use marshalized data.xibbar2008-11-083-2/+69
* * lib/cgi/session.rb: remove debug code. xibbar2008-11-082-2/+4
* * lib/cgi/session.rb: fix indentation. xibbar2008-11-082-64/+70
* merges r20050 from ruby_1_9_1 into trunk.yugui2008-11-081-6/+8
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):matz2008-11-0810-26/+37
* * ext/stringio/stringio.c (strio_ungetc): ungetc position shouldmatz2008-11-082-1/+6
* * lib/optparse.rb (OptionParser#make_switch): 1.9 Symbols respondmatz2008-11-082-1/+7
* * ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash.matz2008-11-085-9/+25
* * configure.in: detect stdio buffer pointers for uClibc. a patchmatz2008-11-072-0/+8
* * ext/dbm/dbm.c (fdbm_index): make #index warn like Hash.matz2008-11-074-8/+32
* * ext/curses/curses.c: curses encoding should obey locale.matz2008-11-075-17/+77
* * 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