summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-10-16Merge r32233 and r32320 from ruby_1_8_7.knu
2012-07-27* numeric.c (int_pow, fix_mul): Avoid optimization bugs ofknu
2012-06-29stack_extendnobu
2012-05-21* ext/syslog/syslog.c (mSyslog_inspect): Make sure self is aknu
2012-05-18[ruby-dev:45650]nobu
2012-05-11 * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC,nobu
2012-04-14* bignum.c (rb_big2str0): prevent working clone fromnobu
2012-03-06merge revision(s) 34908:nobu
2012-03-02* marshal.c (mark_dump_arg): mark destination string. patch bynobu
2012-02-08Backport r34482 from trunk. See #5353nahi
2012-02-08merge revision(s) 31346,31528:nahi
2012-01-26Forward port r34151 from ruby_1_8_7.knu
2011-11-01* lib/webrick/utils.rb: fix fcntl call.akr
2011-10-29* configure.in (CXX): Set CXX when mkconfig.rb wants it defined.knu
2011-10-26* string.c (rb_str_partition, rb_str_rpartition)nobu
2011-07-29* configure.in (RSHIFT): quote to get rid of argument expansionnobu
2011-07-29* lib/securerandom.rb: call OpenSSL::Random.seed at the akr
2011-07-17Backport r24500; fixes #2556.knu
2011-07-17Backport r23730; fixes #2462.knu
2011-07-17Fix credit.knu
2011-07-17Backport r31365; fixes #4661.knu
2011-07-14* eval.c (ruby_setjmp): need to save the stack after r2 (the Tablenobu
2011-07-03* array.c (ary_reject_bang): should not remove elements which arenobu
2011-07-01* array.c (rb_ary_reject_bang, rb_ary_delete_if): rejectednobu
2011-06-29* ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).eban
2011-06-29* ext/tk/extconf.rb (intptr_t, uintptr_t): support for the latest ActiveTcl w...eban
2011-06-16* test/test_securerandom.rb: Add testcase. This testcase does NOT aimnahi
2011-06-13* lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG stateakr
2011-06-09 * lib/date.rb: zone_to_diff in this version is just class method.tadf
2011-06-09 * lib/date.rb (time_to_day_fraction): accepts flonum without Float#to_r.tadf
2011-05-25* variable.c (rb_const_get_0): Fix previous change. There wereshyouhei
2011-05-25* variable.c (rb_autoload_load): There is a race condition whileshyouhei
2011-05-20merge revision(s) 28080:shyouhei
2011-05-20* eval.c (rb_thread_atfork): When a ruby process forks, its randomshyouhei
2011-05-15* lib/uri/generic.rb (#route_from_path): Fix a bug whereknu
2011-05-15* lib/fileutils.rb (FileUtils#touch): Fix corrupted output.knu
2011-04-20* re.h (RMATCH_REGS): parenthesize cast expression. suggestedmatz
2011-04-18backported r31286 from trunkusa
2011-03-03* array.c (rb_ary_collect), enum.c (enum_collect): Addknu
2011-02-18merge revision(s) 30896:shyouhei
2011-02-18* error.c (exc_to_s): untainted strings can be tainted viashyouhei
2011-01-19* win32/win32.c (init_stdhandle): backport mistake of r29382.usa
2011-01-15* ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) in gzip's headernaruse
2011-01-06* ext/socket/{getaddrinfo,getnameinfo}.c: include winsock2.h only whenusa
2011-01-06* win32/README.win32: fix the misunderstanding of previous commit.usa
2011-01-06 * win32/README.win32: Add byacc and sed to required commands list.kosaki
2011-01-05* ext/socket/socket.c (make_addrinfo): skip IPv6 addresses when rubyusa
2011-01-01 * intern.h (VALUE rb_ary_join): I have never seen this functionnobu
2010-12-27* win32/README.win32: note to need NT based OS to build ruby.usa
2010-12-23merge revision(s) 27388:27390:shyouhei