aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/pty/pty.c (get_device_once): abandon asynchronous exceptionmatz2008-11-211-0/+10
* address tweakedmatz2008-11-211-1/+1
* * ext/curses/curses.c (curses_escdelay_set): support ESCDELAY. amatz2008-11-211-0/+6
* * ruby.c (usage): -W description updated. [ruby-core:19858]matz2008-11-211-0/+4
* * signal.c (register_sigaltstack): use alternative stack formatz2008-11-211-0/+7
* * vm.c (thread_free): th->vm may be NULL when pthread_creatematz2008-11-211-0/+5
* * lib/logger.rb (Logger): should handle the case that cvs/svn domatz2008-11-191-0/+5
* * lib/minitest/unit.rb (MiniTest::Assertions#capture_io): adjustmatz2008-11-191-0/+5
* * ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a valuematz2008-11-191-0/+5
* * node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE. matz2008-11-191-0/+5
* * ChangeLog: fixed date format.nobu2008-11-191-4/+4
* ChangeLog: correct file nameseki2008-11-181-1/+1
* fixed fails occasionally [ruby-dev:37119]. thanks, shinichiro.h.seki2008-11-181-0/+5
* * error.c (Init_syserr): moved function definition itself fromnobu2008-11-181-0/+5
* fixed NoMethodError problem from NaHi [ruby-dev:37110].seki2008-11-181-0/+5
* * cont.c (cont_mark, cont_capture, cont_restore_1): speed upmame2008-11-181-0/+5
* * lib/time.rb: according to RFC2822, -0000 means local time, +0000matz2008-11-181-0/+5
* * proc.c (proc_eq): equivalence check should not done by pointermatz2008-11-181-0/+5
* * lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.matz2008-11-181-0/+6
* * lib/logger.rb (ProgName): fixed for svn, based on a patch fromnobu2008-11-181-0/+5
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line): matz2008-11-181-0/+6
* * re.c (rb_reg_desc): re might be NULL.matz2008-11-181-0/+6
* * lib/optparse.rb (OptionParser::make_switch): makes defaultnobu2008-11-181-0/+5
* * enc/depend (LIBS): fixed for disable-shared. [ruby-dev:37103]nobu2008-11-171-0/+4
* 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