summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-11-19* node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE. matz
2008-11-19* ChangeLog: fixed date format.nobu
2008-11-18ChangeLog: correct file nameseki
2008-11-18fixed fails occasionally [ruby-dev:37119]. thanks, shinichiro.h.seki
2008-11-18* error.c (Init_syserr): moved function definition itself fromnobu
2008-11-18fixed NoMethodError problem from NaHi [ruby-dev:37110].seki
2008-11-18* cont.c (cont_mark, cont_capture, cont_restore_1): speed upmame
2008-11-18* lib/time.rb: according to RFC2822, -0000 means local time, +0000matz
2008-11-18* proc.c (proc_eq): equivalence check should not done by pointermatz
2008-11-18* lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.matz
2008-11-18* lib/logger.rb (ProgName): fixed for svn, based on a patch fromnobu
2008-11-18* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line): matz
2008-11-18* re.c (rb_reg_desc): re might be NULL.matz
2008-11-18* lib/optparse.rb (OptionParser::make_switch): makes defaultnobu
2008-11-17* enc/depend (LIBS): fixed for disable-shared. [ruby-dev:37103]nobu
2008-11-17remove -K option.seki
2008-11-16* configure.in (LIBRUBYARG_STATIC): fixed for --enable-rpath.nobu
2008-11-15* re.c (rb_reg_regsub): returns -1 unless ascii as well asnobu
2008-11-15* configure.in (LDSHARED): do not suppress debug info if higher debugnobu
2008-11-14* README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: updatemame
2008-11-13* thread.c (rb_barrier_wait): gets rid of recursive deadlock.nobu
2008-11-12* thread.c (rb_barrier_{new,wait,release,destroy}): use Mutex so thatnobu
2008-11-11ruby.c (set_internal_encoding_once): fix typo in error stringdavidflanagan
2008-11-11* include/ruby/intern.h (rb_{external,locale}_str_new_cstr): optimizednobu
2008-11-11* load.c (rb_require_safe): destroys barrier after successfullynobu
2008-11-11* lib/uri/generic.rb (URI::Generic#check_path): REL_PATH should amatz
2008-11-11* man/ruby.1 (RUBYOPT): wrote which option can appear.yugui
2008-11-11* configure.in: fix SEGV on Mac OS X 10.5.3 with pthread.kazu
2008-11-11 * lib/date.rb (inspect): reverted the previous change.tadf
2008-11-11* ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): moved frommatz
2008-11-11 * win32/win32.c (rb_w32_accept): secure fd before accept because ifusa
2008-11-11* test/ruby/test_transcode.rb: unnecessary setup methodduerst
2008-11-11* enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb,duerst
2008-11-10 * lib/date.rb (inspect): changed the format.tadf
2008-11-10* test/sdbm/test_sdbm.rb (TestSDBM#test_index): Reflect the methodknu
2008-11-10* lib/delegate.rb (Delegator.delegating_block): should not refermatz
2008-11-10 * win32/win32.c (ifs_open_socket): should retry without proto_bufferusa
2008-11-10* struct.c (rb_struct_initialize_m): avoid unnecessary arraymatz
2008-11-08* vm_dump.c (control_frame_dump): suppresses finished method name.nobu
2008-11-08* thread_pthread.c (thread_timer): checks working flags again.nobu
2008-11-08* lib/cgi/session/pstore.rb: fix indentation.xibbar
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-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