summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * common.mk : add .SUFFIXES ruleko12007-01-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval_method.h (rb_alias) : fix to check search resultko12007-01-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval_method.h (rb_add_method) : fix to check old_nodeko12007-01-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * compile.c (iseq_compile_each, set_block_local_tbl) :ko12007-01-051-0/+9
| | | | | | | | | | support NODE_LAMBDA (partly). * sample/test.rb : restore test of NODE_LAMBDA * test/ruby/test_lambda.rb : ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread_pthread.ci (native_sleep): fix tv_nsec overflow.gotoyuzo2007-01-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk : rename yarv-test-[all/each] to compare-test[/-each].ko12007-01-041-0/+13
| | | | | | | | | | | | | | purpose of "compare-test" rule is to compare ruby (trunk) and matzruby (branches/matzruby) binary in miniruby level. MATZRUBY parameter means an path to miniruby of matzruby binary. to do this comparison test, you should build matzruby branch. * yarvtest/yarvtest.rb : fix to use command line option as command names to be compared. * yarvtest/runner.rb : remove a debug output. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk : fix to use test.rb script in build directory.ko12007-01-041-0/+5
| | | | | | | | ($(srcdir)/test.rb -> test.rb) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):gotoyuzo2007-01-041-0/+5
| | | | | | | Arrays could not be modified in its each block. [ruby-dev:30063] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * yarv_version.h : removed.ko12007-01-041-0/+8
| | | | | | | | | * common.mk : remove yarv_version.h from rules * yarvcore.h (Init_yarvcore) : remove useless constants git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1):gotoyuzo2007-01-041-0/+6
| | | | | | | | OpenSSL::ASN1::ASN1Data#value,#tag,#tag_class and OpenSSL::ASN1::BitString#unused_bits should be public. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread_pthread.ci : fix last changes around PTHREAD_STACK_MIN.ko12007-01-041-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk : restore changesko12007-01-041-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread_pthread.ci : fix to skip using PTHREAD_STACK_MIN.ko12007-01-041-1/+6
| | | | | | | | [ruby-dev:30063] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11465 ↵ko12007-01-041-0/+4
| | | | b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_getline): lineno update condition was wrong.matz2007-01-031-0/+7
| | | | | | | | [ruby-dev:30065] * io.c (rb_io_getline_fast): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-031-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix to compile on yarv, ruby_errinfo -> rb_errinfo()drbrain2007-01-021-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/tcltklib.c : fix to compile on YARVko12006-12-311-1/+7
| | | | | | | | | ruby_errinfo -> rb_errinfo(), ruby_safe_level -> rb_safe_level(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/drb/test_drbssl.rb : fix to skip drb testsko12006-12-311-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Make RDoc accessible. Update constant value information.drbrain2006-12-311-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update constant comments to provide values for RDoc.drbrain2006-12-311-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Allow RDoc comment to give friendly value for rb_define_const.drbrain2006-12-311-0/+8
| | | | | | | | | | Patch by Daniel Berger <djberg96 at gmail.com>, [ruby-patches-7499]. Fix whitespace handling in constant comments. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Merge YARVko12006-12-311-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix Array#reject, was working like Array#reject\!drbrain2006-12-311-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* removed.tadf2006-12-301-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* updated based on date2 4.0.tadf2006-12-301-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enum.c (enum_each_with_index): reuse array for yield parameters.matz2006-12-291-0/+6
| | | | | | * enum.c (enum_min, enum_max): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enum.c (enum_inject): reuse array for yield parameters.matz2006-12-291-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * array.c (ary_iter_check): should check modification (sizematz2006-12-291-0/+11
| | | | | | | | | | | | change) during iteration. * array.c (rb_ary_initialize, rb_ary_shift, rb_ary_unshift, rb_ary_splice, rb_ary_reverse, rb_ary_sort, rb_ary_delete, rb_ary_delete_at, rb_ary_reject_bang, rb_ary_replace, rb_ary_clear, rb_ary_fill, rb_ary_uniq_bang, rb_ary_compact, rb_ary_shuffle): add iteration check. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/stringio/stringio.c (strio_gets): accepts limit argument.matz2006-12-291-0/+24
| | | | | | | | | | | | | | | | | | | | | | * ext/stringio/stringio.c (strio_readline, strio_each, strio_readlines): ditto. * ext/stringio/stringio.c (strio_getline): add limit capability. * io.c (rb_io_gets_m): accepts limit argument. [ruby-talk:231563] * io.c (rb_io_readline, rb_io_readlines, rb_io_each_line, argf_getline): ditto. * io.c (appendline): add limit capability. * io.c (rb_io_getline_fast, rb_io_getline): ditto. * io.c (rb_io_getline): small refactoring for DRY. * io.c (rb_io_s_foreach, rb_io_s_readlines): small refactoring. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi.rb (CGI::Cookie::initialize): use Array() again.matz2006-12-281-5/+10
| | | | | | | | | | [ruby-core:09781] * object.c (rb_Array): returns 1-element array if the argument does not have to_ary nor to_a. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* remove WIN32OLE::PROPERTY class.suke2006-12-271-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* The argument of Shell.NameSpace should not be file path.suke2006-12-261-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/bigdecimal/bigdecimal.c: remove useless method BigDecimal#!=. ↵aamine2006-12-251-0/+5
| | | | | | [ruby-dev:30050] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_ord): typo fixed. reported from Korneliusmatz2006-12-211-0/+5
| | | | | | Kalnbach <murphy@rubychan.de>. [ruby-core:09621] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_slice_bang): rdoc description bug fixed.matz2006-12-211-0/+5
| | | | | | [ruby-core:09754] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi.rb (CGI::Cookie::initialize): option["value"] may or maymatz2006-12-211-0/+5
| | | | | | | not be string. [ruby-core:09750] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Convert CVS repository to Subversion repository.ko12006-12-201-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi.rb (CGI::Cookie::initialize): Array(string) no longermatz2006-12-171-0/+5
| | | | | | | works. [ruby-core:09738] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: typo.nobu2006-12-151-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (create_makefile): remove static library before update,nobu2006-12-141-1/+4
| | | | | | | to get rid of sludge of Borland tlib.exe. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (COMPILE_RULES): latter rule has higher priority.nobu2006-12-141-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/readline/readline.c: NetBSD editline does not havematz2006-12-141-0/+7
| | | | | | | | | rl_username_completion_function() and rl_completion_matches(). a patch from Takahiro Kambe <taca at back-street.net>. [ruby-dev:30008] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz2006-12-141-0/+5
| | | | | | | NAKAMURA Usaku <usa@ruby-lang.org>. [ruby-dev:30012] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/optparse.rb (Switch#parse_arg, Switch#conv_arg): splat failures.nobu2006-12-121-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu2006-12-111-0/+5
| | | | | | | the superfluous subdirectory digest/. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * variable.c (rb_define_const): typo fixed.matz2006-12-111-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (rb_str_aset): index double decode problem.matz2006-12-111-0/+5
| | | | | | | [ruby-core:09695] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (ruby_cleanup): keep the exception till after END blocks.nobu2006-12-091-0/+5
| | | | | | | [ruby-core:09675] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* instead of File.exists?. a patch from Yutaka Kanemotomatz2006-12-091-1/+2
| | | | | | | <kinpoco at gmail.com> in [ruby-dev:30000]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e