summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-07-25* io.c: check HAVE_SYS_IOCTL_H before including the header.matz
2005-07-25* ext/tk/lib/multi-tk.rb: fix en-bugged part in the last commit.nagai
2005-07-23* ext/openssl/ossl_engine.c (ossl_engine_s_load): should checkgotoyuzo
2005-07-22* bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]matz
2005-07-22* lib/rss/rss.rb: moved copyright description to lib/rss.rb.kou
2005-07-22* lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTPkou
2005-07-21* ext/tk/tkutil.c (tk_conv_args): forget to revert thread_criticalnagai
2005-07-20* io.c (S_ISREG): need to define S_ISREG before it is used first.usa
2005-07-20* io.c (wsplit_p): patch for the environment whereocean
2005-07-20* io.c (rb_io_ctl): update FMODE_WSPLIT_INITIALIZED and FMODE_WSPLITakr
2005-07-20* variable.c (rb_class_path): need to adjust snprintf() len formatz
2005-07-19* ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET,ocean
2005-07-19no messageocean
2005-07-19* ext/socket/socket.c: should not undef close on win32.ocean
2005-07-19* error.c (syserr_initialize): add 1 byte for snprintf() size formatz
2005-07-19* error.c (syserr_initialize): need to allocate an additional bytematz
2005-07-19* io.c (rb_io_inspect): replace sprintf() with "%s" format allmatz
2005-07-19* ext/tcltklib/tcltklib.c: rbtk_eventloop_depth is used as int.ocean
2005-07-19* ext/tk/lib/tk/variable.rb: For symmetry, add TkVariable#string. Itnagai
2005-07-18* eval.c (rb_call0): make the pointer to NODE volatileocean
2005-07-18* eval.c (rb_call0): make body volatile to avoid optimization problem.akr
2005-07-18* ext/io/wait/wait.c: wrong backport from trunk. fixed: [ruby-dev:26562]nobu
2005-07-18* rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant.akr
2005-07-17* ext/io/wait/extconf.rb, ext/io/wait/wait.c: Win32 platforms support.nobu
2005-07-15* lib/rdoc/parsers/parse_c.rb (handle_class_module): handle anobu
2005-07-15* bcc32/Makefile.sub (COMMON_HEADERS): ruby_1_8 is using winsock.h.ocean
2005-07-14* lib/webrick/server.rb (WEBrick::GenericServer#accept_client):gotoyuzo
2005-07-14* win32/win32.c (rb_w32_strerror): should return correct messageocean
2005-07-13* LEGAL (ext/nkf/nkf-utf8): updated from nkf1.7 to nkf-utf8.nobu
2005-07-13add ML numberocean
2005-07-13* win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES)ocean
2005-07-13* ext/tcltklib/tcltklib.c: TclTkLib.do_one_event doesn't work.nagai
2005-07-12* lib/mkmf.rb: keep curdir unexpanded.nobu
2005-07-10* regex.c (read_special): fix parsing backslashes following \c innobu
2005-07-10 * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over tomneumann
2005-07-10* lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo
2005-07-10* lib/pathname.rb (Pathname#unlink): try Dir.unlink first toakr
2005-07-10* lib/debug.rb (debug_command): added a deficient format specifier.nobu
2005-07-09convert dispid in Ruby and C by INT2NUM and NUM2INT.suke
2005-07-08* lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou
2005-07-05* instruby.rb: expand source library path.nobu
2005-07-05* eval.c (rb_thread_save_context): must not switch contexts duringnobu
2005-07-05* array.c (sort_2): get rid of yet another bcc's bug.nobu
2005-07-05* ext/tk/tkutil.c: fix typo.nagai
2005-07-05* ext/tcltklib/tcltklib.c: bug fix on treating Unicode strings.nagai
2005-07-04* missing/erf.c: original erf.c by prof. Okumura is confirmed tomatz
2005-07-04* test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some testsusa
2005-07-03 * test/wsdl/document/test_rpc.rb: compare formatted time string ofnahi
2005-07-02* ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr
2005-07-02* defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64.akr