aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * thread_pthread.ci (native_sleep): fix tv_nsec overflow.gotoyuzo2007-01-051-0/+4
* * common.mk : rename yarv-test-[all/each] to compare-test[/-each].ko12007-01-041-0/+13
* * common.mk : fix to use test.rb script in build directory.ko12007-01-041-0/+5
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):gotoyuzo2007-01-041-0/+5
* * yarv_version.h : removed.ko12007-01-041-0/+8
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1):gotoyuzo2007-01-041-0/+6
* * thread_pthread.ci : fix last changes around PTHREAD_STACK_MIN.ko12007-01-041-2/+6
* * common.mk : restore changesko12007-01-041-0/+4
* * thread_pthread.ci : fix to skip using PTHREAD_STACK_MIN.ko12007-01-041-1/+6
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11465 b2dd03c8-39d4-4d8f-98...ko12007-01-041-0/+4
* * io.c (rb_io_getline): lineno update condition was wrong.matz2007-01-031-0/+7
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-031-0/+4
* Fix to compile on yarv, ruby_errinfo -> rb_errinfo()drbrain2007-01-021-0/+5
* * ext/tk/tcltklib.c : fix to compile on YARVko12006-12-311-1/+7
* * test/drb/test_drbssl.rb : fix to skip drb testsko12006-12-311-2/+6
* Make RDoc accessible. Update constant value information.drbrain2006-12-311-0/+5
* Update constant comments to provide values for RDoc.drbrain2006-12-311-0/+5
* Allow RDoc comment to give friendly value for rb_define_const.drbrain2006-12-311-0/+8
* * Merge YARVko12006-12-311-0/+4
* Fix Array#reject, was working like Array#reject\!drbrain2006-12-311-0/+4
* removed.tadf2006-12-301-0/+4
* updated based on date2 4.0.tadf2006-12-301-0/+4
* * enum.c (enum_each_with_index): reuse array for yield parameters.matz2006-12-291-0/+6
* * enum.c (enum_inject): reuse array for yield parameters.matz2006-12-291-0/+4
* * array.c (ary_iter_check): should check modification (sizematz2006-12-291-0/+11
* * ext/stringio/stringio.c (strio_gets): accepts limit argument.matz2006-12-291-0/+24
* * lib/cgi.rb (CGI::Cookie::initialize): use Array() again.matz2006-12-281-5/+10
* remove WIN32OLE::PROPERTY class.suke2006-12-271-0/+6
* The argument of Shell.NameSpace should not be file path.suke2006-12-261-0/+5
* * ext/bigdecimal/bigdecimal.c: remove useless method BigDecimal#!=. [ruby-dev...aamine2006-12-251-0/+5
* * string.c (rb_str_ord): typo fixed. reported from Korneliusmatz2006-12-211-0/+5
* * string.c (rb_str_slice_bang): rdoc description bug fixed.matz2006-12-211-0/+5
* * lib/cgi.rb (CGI::Cookie::initialize): option["value"] may or maymatz2006-12-211-0/+5
* * Convert CVS repository to Subversion repository.ko12006-12-201-0/+4
* * lib/cgi.rb (CGI::Cookie::initialize): Array(string) no longermatz2006-12-171-0/+5
* * ChangeLog: typo.nobu2006-12-151-1/+1
* * lib/mkmf.rb (create_makefile): remove static library before update,nobu2006-12-141-1/+4
* * win32/Makefile.sub (COMPILE_RULES): latter rule has higher priority.nobu2006-12-141-0/+4
* * ext/readline/readline.c: NetBSD editline does not havematz2006-12-141-0/+7
* * lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz2006-12-141-0/+5
* * lib/optparse.rb (Switch#parse_arg, Switch#conv_arg): splat failures.nobu2006-12-121-0/+4
* * ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu2006-12-111-0/+5
* * variable.c (rb_define_const): typo fixed.matz2006-12-111-0/+4
* * string.c (rb_str_aset): index double decode problem.matz2006-12-111-0/+5
* * eval.c (ruby_cleanup): keep the exception till after END blocks.nobu2006-12-091-0/+5
* instead of File.exists?. a patch from Yutaka Kanemotomatz2006-12-091-1/+2
* * lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz2006-12-091-0/+5
* * lib/optparse.rb: cannot put :nodoc: before method definition.usa2006-12-081-1/+6
* * bin/rdoc: ues File.exist? instead of File.exists.usa2006-12-081-0/+4
* * object.c (Init_Object): new method Dir.exist?(path).matz2006-12-071-0/+10