aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * sample/rss/tdiary_plugin: removed. because the pluginkou2005-07-274-323/+5
* * lib/fileutils.rb (cd): follow :noop option change. (This patch is contribut...aamine2005-07-272-1/+6
* 2005-07-27matz2005-07-271-3/+3
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-2714-144/+315
* * ext/tk/sample/tkextlib/tile/demo.rb: fixed typo.ocean2005-07-272-1/+5
* * ext/ripper/lib/ripper/sexp.rb: new method Ripper.sexp_raw.aamine2005-07-262-5/+52
* * lib/net/http.rb: merge a patch contributed by Daniel Berger, with some modi...aamine2005-07-262-42/+25
* * sprintf.c (rb_sprintf): fixed typo.ocean2005-07-261-1/+1
* * ruby.h: support LLP64 model. [ruby-talk:149524]matz2005-07-262-3/+19
* * ext/openssl/openssl_missin.c: include <openssl/engine.h> beforegotoyuzo2005-07-262-4/+10
* 2005-07-26gotoyuzo2005-07-261-3/+3
* * win32/win32.[ch]: (rb_w32_vsnprintf, rb_w32_snprintf): removed.usa2005-07-253-21/+4
* * {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for rubynobu2005-07-254-12/+8
* * common.mk: Borland MAKE doesn't look for file names which have pathsnobu2005-07-255-11/+17
* * bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]matz2005-07-253-6/+17
* * ext/tk/lib/multi-tk.rb: fix en-bugged part in the last commit.nagai2005-07-253-57/+12
* 2005-07-25nagai2005-07-251-3/+3
* * ext/openssl/ossl_engine.c (ossl_engine_s_load): should checkgotoyuzo2005-07-232-1/+8
* * eval.c (rb_fd_select): the all three fd_sets must be long enough fornobu2005-07-233-3/+30
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-2317-132/+200
* 2005-07-23nobu2005-07-231-3/+3
* * lib/rss/rss.rb: moved copyright description to lib/rss.rb.kou2005-07-228-31/+103
* * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTPkou2005-07-223-2/+64
* * ext/tk/tkutil/tkutil.c (tk_conv_args): forget to revertnagai2005-07-218-63/+222
* * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h}:naruse2005-07-214-788/+821
* 2005-07-22naruse2005-07-211-3/+3
* * io.c (S_ISREG): need to define S_ISREG before it is used first.usa2005-07-202-4/+8
* fix previous commit.akr2005-07-201-3/+2
* * io.c (wsplit_p): patch for the environment whereocean2005-07-202-3/+12
* * io.c (rb_io_ctl): update FMODE_WSPLIT_INITIALIZED and FMODE_WSPLITakr2005-07-202-0/+15
* * variable.c (rb_class_path): need to adjust snprintf() len formatz2005-07-205-11/+23
* * ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET,ocean2005-07-193-1/+13
* no messageocean2005-07-191-2/+2
* * ext/socket/socket.c: should not undef close on win32.ocean2005-07-192-5/+6
* 2005-07-20ocean2005-07-191-3/+3
* * error.c (syserr_initialize): add 1 byte for snprintf() size formatz2005-07-193-7/+7
* * error.c (syserr_initialize): need to allocate an additional bytematz2005-07-193-2/+7
* * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz2005-07-1910-47/+50
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2005-07-191-1/+1
* * ext/tk/tcltklib.c: rbtk_eventloop_depth is used as int.ocean2005-07-192-8/+18
* * ext/tk/lib/tk/variable.rb: For symmetry, add TkVariable#string. Itnagai2005-07-192-0/+7
* 2005-07-19nagai2005-07-191-3/+3
* * eval.c (rb_call0): make the pointer to NODE volatileocean2005-07-182-1/+6
* * eval.c (rb_call0): make body volatile to avoid possible optimizationakr2005-07-182-1/+8
* * ext/io/wait/wait.c: wrong backport from trunk, and compile error onnobu2005-07-182-11/+24
* * rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant.akr2005-07-183-4/+47
* * ext/nkf/nkf-utf8/nkf.c: import nkf.c 1.73naruse2005-07-172-12/+34
* 2005-07-18naruse2005-07-171-3/+3
* * ext/io/wait/extconf.rb, ext/io/wait/wait.c: Win32 platforms support.nobu2005-07-173-1/+22
* 2005-07-17nobu2005-07-171-3/+3