aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* remove -K option.seki2008-11-171-0/+4
* * configure.in (LIBRUBYARG_STATIC): fixed for --enable-rpath.nobu2008-11-161-0/+4
* * re.c (rb_reg_regsub): returns -1 unless ascii as well asnobu2008-11-151-0/+5
* * configure.in (LDSHARED): do not suppress debug info if higher debugnobu2008-11-151-0/+5
* * README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: updatemame2008-11-141-0/+5
* * thread.c (rb_barrier_wait): gets rid of recursive deadlock.nobu2008-11-131-0/+4
* * thread.c (rb_barrier_{new,wait,release,destroy}): use Mutex so thatnobu2008-11-121-0/+5
* ruby.c (set_internal_encoding_once): fix typo in error stringdavidflanagan2008-11-111-0/+4
* * include/ruby/intern.h (rb_{external,locale}_str_new_cstr): optimizednobu2008-11-111-0/+5
* * load.c (rb_require_safe): destroys barrier after successfullynobu2008-11-111-0/+10
* * lib/uri/generic.rb (URI::Generic#check_path): REL_PATH should amatz2008-11-111-0/+5
* * man/ruby.1 (RUBYOPT): wrote which option can appear.yugui2008-11-111-0/+6
* * configure.in: fix SEGV on Mac OS X 10.5.3 with pthread.kazu2008-11-111-0/+5
* * lib/date.rb (inspect): reverted the previous change.tadf2008-11-111-0/+4
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): moved frommatz2008-11-111-0/+5
* * win32/win32.c (rb_w32_accept): secure fd before accept because ifusa2008-11-111-0/+7
* * test/ruby/test_transcode.rb: unnecessary setup methodduerst2008-11-111-0/+5
* * enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb,duerst2008-11-111-0/+12
* * lib/date.rb (inspect): changed the format.tadf2008-11-101-0/+4
* * test/sdbm/test_sdbm.rb (TestSDBM#test_index): Reflect the methodknu2008-11-101-0/+6
* * lib/delegate.rb (Delegator.delegating_block): should not refermatz2008-11-101-0/+6
* * win32/win32.c (ifs_open_socket): should retry without proto_bufferusa2008-11-101-0/+6
* * struct.c (rb_struct_initialize_m): avoid unnecessary arraymatz2008-11-101-0/+5
* * vm_dump.c (control_frame_dump): suppresses finished method name.nobu2008-11-081-0/+4
* * thread_pthread.c (thread_timer): checks working flags again.nobu2008-11-081-0/+4
* * lib/cgi/session/pstore.rb: fix indentation.xibbar2008-11-081-0/+4
* * lib/cgi/session.rb (FileStore): use marshalized data.xibbar2008-11-081-0/+8
* * lib/cgi/session.rb: remove debug code. xibbar2008-11-081-0/+4
* * lib/cgi/session.rb: fix indentation. xibbar2008-11-081-0/+4
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):matz2008-11-081-0/+11
* * ext/stringio/stringio.c (strio_ungetc): ungetc position shouldmatz2008-11-081-0/+5
* * lib/optparse.rb (OptionParser#make_switch): 1.9 Symbols respondmatz2008-11-081-0/+6
* * ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash.matz2008-11-081-0/+7
* * configure.in: detect stdio buffer pointers for uClibc. a patchmatz2008-11-071-0/+6
* * ext/dbm/dbm.c (fdbm_index): make #index warn like Hash.matz2008-11-071-0/+8
* * ext/curses/curses.c: curses encoding should obey locale.matz2008-11-071-0/+8
* * include/ruby/io.h (rb_io_t): added write_lock to serialize.nobu2008-11-071-0/+12
* * safe.c (safe_setter): add warning for $SAFE=3.matz2008-11-071-0/+4
* * thread_pthread.c (rb_thread_create_timer_thread): do not wait nevernobu2008-11-071-1/+4
* * thread_pthread.c (native_cond_timedwait): returns error code.nobu2008-11-071-0/+6
* * thread_pthread.c (thread_timer, rb_thread_create_timer_thread):nobu2008-11-071-0/+5
* * inits.c (rb_call_inits): do not repeat.nobu2008-11-071-0/+4
* * thread_pthread.c (thread_timer): fixed typo.nobu2008-11-071-1/+1
* * thread_pthread.c (thread_timer): initializes mutex each time.nobu2008-11-071-0/+4
* * thread_win32.c (thread_start_func_1): use already gotten stack info.nobu2008-11-071-0/+4
* * lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i.matz2008-11-071-0/+5
* * nkf.c: update to r1.188. fixes for 16bit environment.naruse2008-11-071-0/+4
* * thread.c (thread_timer): pthread_cond_timedwait returns ETIMEDOUTnobu2008-11-061-0/+5
* * lib/yaml/rubytypes.rb: support Rational and Complex as 1.8matz2008-11-061-0/+5
* * string.c (Init_String): remove Symbol#===. [ruby-dev:37026]matz2008-11-061-0/+4