summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-07-25* win32/win32.[ch]: (rb_w32_vsnprintf, rb_w32_snprintf): removed.usa
2005-07-25* {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for rubynobu
2005-07-25* common.mk: Borland MAKE doesn't look for file names which have pathsnobu
2005-07-25* bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]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-23* eval.c (rb_fd_select): the all three fd_sets must be long enough fornobu
2005-07-23* sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu
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/tkutil.c (tk_conv_args): forget to revertnagai
2005-07-21* ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h}:naruse
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* signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz
2005-07-19* ext/tk/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 possible optimizationakr
2005-07-18* ext/io/wait/wait.c: wrong backport from trunk, and compile error onnobu
2005-07-18* rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant.akr
2005-07-17* ext/nkf/nkf-utf8/nkf.c: import nkf.c 1.73naruse
2005-07-17* ext/io/wait/extconf.rb, ext/io/wait/wait.c: Win32 platforms support.nobu
2005-07-16* enumerator.c (Init_Enumerator): wrong argument specs.nobu
2005-07-16* win32/win32.[hc]: constified socket functions. [ruby-dev:26553]ocean
2005-07-15* lib/rdoc/parsers/parse_c.rb (handle_class_module): handle anobu
2005-07-15* enumerator.c (Init_Enumerator): use an internal directly.nobu
2005-07-14* lib/webrick/server.rb (WEBrick::GenericServer#accept_client):gotoyuzo
2005-07-14* enum.c (enumeratorize): create new enumerator for current method ifnobu
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-13* parse.y: remove static variables. [ruby-dev:26530]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/tk/tcltklib.c: TclTkLib.do_one_event doesn't work.nagai
2005-07-12* lib/mkmf.rb: keep curdir unexpanded.nobu
2005-07-11* eval.c, intern.h (rb_proc_call, rb_obj_method, rb_method_call):nobu
2005-07-10* regparse.c (fetch_escaped_value): mask values 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