aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (id2ref): must not assign pointers to long int. usematz2005-07-271-0/+17
* * dir.c (dir_each): rewinddir(3) before iteration.matz2005-07-271-0/+5
* * ruby.h: support LLP64 model. [ruby-talk:149524]matz2005-07-261-0/+4
* * ext/openssl/openssl_missin.c: include <openssl/engine.h> beforegotoyuzo2005-07-261-0/+6
* * {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for rubynobu2005-07-251-17/+22
* * io.c: check HAVE_SYS_IOCTL_H before including the header.matz2005-07-251-0/+5
* * ext/tk/lib/multi-tk.rb: fix en-bugged part in the last commit.nagai2005-07-251-0/+4
* * ext/openssl/ossl_engine.c (ossl_engine_s_load): should checkgotoyuzo2005-07-231-0/+5
* * bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]matz2005-07-221-0/+6
* * lib/rss/rss.rb: moved copyright description to lib/rss.rb.kou2005-07-221-0/+16
* * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTPkou2005-07-221-0/+8
* * ext/tk/tkutil.c (tk_conv_args): forget to revert thread_criticalnagai2005-07-211-0/+39
* * io.c (S_ISREG): need to define S_ISREG before it is used first.usa2005-07-201-0/+4
* * io.c (wsplit_p): patch for the environment whereocean2005-07-201-0/+6
* * io.c (rb_io_ctl): update FMODE_WSPLIT_INITIALIZED and FMODE_WSPLITakr2005-07-201-0/+5
* * variable.c (rb_class_path): need to adjust snprintf() len formatz2005-07-201-0/+10
* * ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET,ocean2005-07-191-0/+8
* no messageocean2005-07-191-2/+2
* * ext/socket/socket.c: should not undef close on win32.ocean2005-07-191-0/+6
* * error.c (syserr_initialize): add 1 byte for snprintf() size formatz2005-07-191-2/+2
* * error.c (syserr_initialize): need to allocate an additional bytematz2005-07-191-0/+5
* * io.c (rb_io_inspect): replace sprintf() with "%s" format allmatz2005-07-191-6/+16
* * ext/tcltklib/tcltklib.c: rbtk_eventloop_depth is used as int.ocean2005-07-191-0/+10
* * ext/tk/lib/tk/variable.rb: For symmetry, add TkVariable#string. Itnagai2005-07-191-0/+6
* * eval.c (rb_call0): make the pointer to NODE volatileocean2005-07-181-0/+5
* * eval.c (rb_call0): make body volatile to avoid optimization problem.akr2005-07-181-0/+6
* * ext/io/wait/wait.c: wrong backport from trunk. fixed: [ruby-dev:26562]nobu2005-07-181-4/+8
* * rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant.akr2005-07-181-0/+8
* * ext/io/wait/extconf.rb, ext/io/wait/wait.c: Win32 platforms support.nobu2005-07-171-0/+4
* * lib/rdoc/parsers/parse_c.rb (handle_class_module): handle anobu2005-07-151-0/+10
* * bcc32/Makefile.sub (COMMON_HEADERS): ruby_1_8 is using winsock.h.ocean2005-07-151-0/+5
* * lib/webrick/server.rb (WEBrick::GenericServer#accept_client):gotoyuzo2005-07-141-0/+11
* * win32/win32.c (rb_w32_strerror): should return correct messageocean2005-07-141-0/+8
* * LEGAL (ext/nkf/nkf-utf8): updated from nkf1.7 to nkf-utf8.nobu2005-07-131-0/+4
* add ML numberocean2005-07-131-1/+1
* * win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES)ocean2005-07-131-0/+11
* * ext/tcltklib/tcltklib.c: TclTkLib.do_one_event doesn't work.nagai2005-07-131-0/+6
* * lib/mkmf.rb: keep curdir unexpanded.nobu2005-07-121-0/+4
* * regex.c (read_special): fix parsing backslashes following \c innobu2005-07-101-0/+5
* * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over tomneumann2005-07-101-0/+6
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-07-101-0/+6
* * lib/pathname.rb (Pathname#unlink): try Dir.unlink first toakr2005-07-101-0/+6
* * lib/debug.rb (debug_command): added a deficient format specifier.nobu2005-07-101-1/+6
* convert dispid in Ruby and C by INT2NUM and NUM2INT.suke2005-07-091-0/+11
* * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou2005-07-081-0/+14
* * instruby.rb: expand source library path.nobu2005-07-051-0/+4
* * eval.c (rb_thread_save_context): must not switch contexts duringnobu2005-07-051-1/+4
* * array.c (sort_2): get rid of yet another bcc's bug.nobu2005-07-051-6/+11
* * ext/tk/tkutil.c: fix typo.nagai2005-07-051-0/+4
* * ext/tcltklib/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-051-0/+38