summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2010-12-20 * Backported the fix atnahi
2010-12-20 * Backported the fix atnahi
2010-12-10* ext/tk/lib/multi-tk.rb: infinite loop on method_missing at loading.nagai
2010-12-03* lib/mkmf.rb (check_sizeof): should return integer always.nobu
2010-12-01* numeric.c (Init_Numeric): fixed a potential bug when using bccwin32usa
2010-11-26* ext/dl/extconf.rb, ext/iconv/charset_alias.rb: use RbConfig.nobu
2010-11-26* win32/Makefile.sub (WARNFLAGS): shut up the meaningless warnings ofusa
2010-11-26* re.c (rb_reg_regcomp): should succeed the taint status from theusa
2010-11-24* ext/socket/extconf.rb (getaddrinfo): should initialize winsock onusa
2010-11-24merge from trunk (r29767)usa
2010-11-22merge revision(s) 28835,28894:shyouhei
2010-11-17* array.c (rb_ary_sort_by_bang): Add Array#sort_by!.knu