aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu2005-08-031-0/+9
* * sprintf.c: replacing is no longer needed.nobu2005-08-031-0/+4
* * ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work onocean2005-08-031-0/+5
* * numeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod,matz2005-08-031-0/+11
* * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF,usa2005-08-031-0/+8
* * configure.in: check vsnprintf() and snprintf().nobu2005-08-031-3/+10
* * ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654]matz2005-08-021-1/+6
* * array.c (rb_ary_or): wraps the operand in an array if it is notmatz2005-08-021-0/+7
* * ext/tk/tcltklib.c: use Tcl_[GS]etVar2Ex instead ofocean2005-08-021-0/+10
* * lib/ping.rb (Ping.pingecho): should rescue StandardError.gotoyuzo2005-08-011-0/+5
* * ext/tk/tcltklib.c: refactoring - replaced rb_ivar_defined &ocean2005-08-011-0/+5
* * ext/tk/tcltklib.c (Tcl_GetStringResult): refactoring - defineocean2005-08-011-0/+5
* add ML numberocean2005-08-011-2/+2
* * ext/tk/tcltklib.c (deleted_ip): refactoring - interpreter deletionocean2005-08-011-1/+6
* use private_methods and protected_methods instead of respond_to? to checkseki2005-07-311-0/+10
* add WIN32OLE_TYPE#ole_typelib, WIN32OLE_TYPE#implemented_ole_types.suke2005-07-301-0/+7
* * lib/irb/context.rb: fix `irb --readline` option. [ruby-dev:40955]keiju2005-07-291-0/+3
* * eval.c (rb_yield_0): push yielded node instead of yielding.nobu2005-07-291-1/+4
* * eval.c (rb_call0): fix calling zsuper from a method with anonymousnobu2005-07-291-0/+5
* * parse.y (rb_parser_end_seen_p): exclude from ripper.nobu2005-07-281-11/+19
* * ext/tk/stubs.c: When --enable-tcltk-stubs, the initializenagai2005-07-281-0/+33
* * parse.y (f_larglist): allow block argument in lambda parametermatz2005-07-281-0/+5
* * hash.c (each_i): typo fixed. [ruby-dev:26622]matz2005-07-281-0/+4
* * parse.y (f_arg): better argument name duplication checkmatz2005-07-281-0/+15
* * parse.y (f_larglist): allow bv_decl at the end of lambdamatz2005-07-281-0/+13
* * gc.c (obj_free): make message formant consistent with one frommatz2005-07-271-0/+7
* * sample/rss/tdiary_plugin: removed. because the pluginkou2005-07-271-0/+5
* * lib/fileutils.rb (cd): follow :noop option change. (This patch is contribut...aamine2005-07-271-0/+5
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-271-0/+27
* * ext/ripper/lib/ripper/sexp.rb: new method Ripper.sexp_raw.aamine2005-07-261-0/+7
* * lib/net/http.rb: merge a patch contributed by Daniel Berger, with some modi...aamine2005-07-261-0/+5
* * ruby.h: support LLP64 model. [ruby-talk:149524]matz2005-07-261-0/+9
* * ext/openssl/openssl_missin.c: include <openssl/engine.h> beforegotoyuzo2005-07-261-0/+6
* * win32/win32.[ch]: (rb_w32_vsnprintf, rb_w32_snprintf): removed.usa2005-07-251-0/+4
* * {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for rubynobu2005-07-251-1/+4
* * common.mk: Borland MAKE doesn't look for file names which have pathsnobu2005-07-251-0/+9
* * bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]matz2005-07-251-0/+6
* * 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
* * eval.c (rb_fd_select): the all three fd_sets must be long enough fornobu2005-07-231-0/+5
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-19/+26
* * 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/tkutil.c (tk_conv_args): forget to revertnagai2005-07-211-0/+39
* * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c,config.h}:naruse2005-07-211-0/+6
* * 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