summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-10-10ruby/io.h: deprecate old macrosnobu
2014-10-09* bignum.c (absint_numwords_generic): set an array element afterngoto
2014-10-09st: test packed-to-unpacked transitions during iterationnormal
2014-10-09benchmark/bm_hash_aref_sym*.rb: force static symbolsnormal
2014-10-09hash.c (rb_any_hash): remove unnecessary dsym checknormal
2014-10-08missing/setproctitle.c: Avoid invalidating argv[1], argv[2], etc. until the f...odaira
2014-10-08dir.c: fix rdoc [ci skip]nobu
2014-10-08ext/win32ole/win32ole_variable.c: use typed data.suke
2014-10-08ChangeLog: fix name and addressnobu
2014-10-08* test/ruby/test_syntax.rb: added syntax tests of underscore arguments.hsbt
2014-10-07* lib/uri/generic.rb (URI#inspect): remove Object id.naruse
2014-10-07ext/etc/etc.c (etc_systmpdir): set default tmplen correctlynormal
2014-10-07* lib/matrix.rb: Add @- and @+ for Matrix and Vector.marcandre
2014-10-07normalize reference to Timeout::Errornormal
2014-10-07test/ruby/test_process.rb (TestProcess#test_setsid): AIX does not allow Proce...odaira
2014-10-07test/ruby/test_rubyoptions.rb (TestRubyOptions#test_encoding): On AIX, locale...odaira
2014-10-07* lib/matrix.rb: Add Matrix#laplace_expansion.marcandre
2014-10-07* lib/matrix.rb: Add Vector.basis.marcandre
2014-10-07signal.c: get rid of deadlock by discarded signalsnobu
2014-10-07ext/win32ole/win32ole_method.c: use typed data.suke
2014-10-07ext/win32ole/win32ole_param.c: refactoringsuke
2014-10-07ext/win32ole/win32ole_method.c: refactoring. addsuke
2014-10-07etc.c: try confstr on Mac OS Xnobu
2014-10-07configure.in: off_t for struct stat.st_sizenobu
2014-10-07configure.in: fix quoting bracketsnobu
2014-10-06ext/win32ole/win32ole_param.c: use typed data.suke
2014-10-06symbol.h: move struct RSymbolnobu
2014-10-06* error.c: update exception tree. [DOC]usa
2014-10-06configure.in: Fix typo. [Bug #9914]odaira
2014-10-06signal.c: send signal unless handlednobu
2014-10-06test_string.rb: enable huge test only on possible platformsnobu
2014-10-06tool/unicode_norm_gen.rb: Adding/tweaking comments.duerst
2014-10-06tool/unicode_norm_gen.rb: Adjusted directory paths.duerst
2014-10-06tool/unicode_norm_gen.rb: Data generation script imported fromduerst
2014-10-06tool/downloader.rb: Adjust example in documentation for Downloader.download.duerst
2014-10-06lib/unicode_normalize: New folder for Unicode normalization functionalityduerst
2014-10-05digest/*/extconf.rb: do not link openssl when using bundlednobu
2014-10-05rmd160/extconf.rb: fix function namenobu
2014-10-04ext/zlib/zlib.c: TypedData conversionnormal
2014-10-04test/test_syslog.rb (TestSyslog#test_log): In AIX, each output line of LOG_PE...odaira
2014-10-04test/socket/test_unix.rb (TestSocket_UNIXSocket#test_too_long_path): sockaddr...odaira
2014-10-04* ext/win32ole/sample/example*.rb: Add wait input to quit for exampleszzak
2014-10-04* ext/win32ole/win32ole.c: [DOC] Fix typo in :nodoc: reported byzzak
2014-10-04* ext/openssl/ossl_rand.c: [DOC] Add call signature for pseudo_byteszzak
2014-10-03* ext/openssl/ossl_rand.c: [DOC] Add rdoc for method descriptionszzak
2014-10-03* ext/openssl/ossl_rand.c: Use rb_define_module_function instead ofzzak
2014-10-03ext/win32ole/win32ole_method.c(olemethod_set_member): removesuke
2014-10-03* .travis.yml: removed needless preparation for gcc.hsbt
2014-10-03* .travis.yml: enabled gcc build with osx on travis.hsbt
2014-10-03fake.rb.in: fix make install failureshirosaki