summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-07-07* bignum.c (bary_mul_karatsuba): Unreachable code removed. Removeakr
2013-07-07* internal.h (rb_big_mul_normal): Declared.akr
2013-07-07* bignum.c: Reorder functions to decrease forward reference.akr
2013-07-07* bignum.c: (bigsub_core): Use bary_sub.akr
2013-07-07* NEWS: Add REXML::Text#<< related updates.kou
2013-07-07* lib/rexml/text.rb (REXML::Text#<<): Support appending in notkou
2013-07-07* lib/rexml/text.rb (REXML::Text#<<): Support method chain use by "<<"kou
2013-07-07* lib/rexml/text.rb (REXML::Text#clear_cache): Extract commonkou
2013-07-07configure.in: correctly tests dtrace -G in version 1.11nobu
2013-07-07* bignum.c (bary_sq_fast): Extracted from bigsqr_fast andakr
2013-07-05* ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds ofemboss
2013-07-05* test/openssl/test_x509crl.rb: Remove unused variable.emboss
2013-07-05* ext/openssl/ossl.c: Provide CRYPTO_set_locking_callback() andemboss
2013-07-05* lib/openssl/ssl.rb: Fix SSL client connection crash for SAN markedemboss
2013-07-05* ext/psych/lib/psych/visitors/yaml_tree.rb: register time objects sotenderlove
2013-07-05* test/ruby/test_unicode_escape.rb (TestUnicodeEscape#test_basic): thisusa
2013-07-05* lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): Fix theknu
2013-07-05* test/ruby/test_regexp.rbknu
2013-07-05* test/ruby/test_regexp.rbknu
2013-07-05* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_notfound): afterusa
2013-07-05test/unit: assert_raise_with_messagenobu
2013-07-05* win32/win32.c (w32_spawn): r41710 made that if the command starts withusa
2013-07-05* lib/mkmf.rb (CONFIG['CPPOUTFILE']): fix r41769; CONFIG['CPPOUTFILE']naruse
2013-07-04* bignum.c (BARY_MUL1): Renamed from BARY_MUL.akr
2013-07-04* bignum.c (bary_mul_balance): Extracted from bigmul1_balance andakr
2013-07-04* lib/fileutils.rb (FileUtils.chmod{,_R}): Enhance the symbolicknu
2013-07-04* lib/fileutils.rb (FileUtils#symbolic_modes_to_i): Fix the wrongknu
2013-07-04mkmf.rb: header in frameworknobu
2013-07-04* object.c (rb_obj_equal): Fixed an rb_obj_equal documentation typocharliesome
2013-07-04* tool/make-snapshot: Exit with EXIT_FAILURE when it fails.akr
2013-07-04* bignum.c (maxpow_in_bdigit_dbl): Use tables if available.akr
2013-07-04* bignum.c (rb_cstr_to_inum): Avoid temporary buffer allocation exceptakr
2013-07-04* string.c (rb_str_succ): use ONIGENC_MBCLEN_CHARFOUND_P correctly.naruse
2013-07-04Additional description for r41764naruse
2013-07-04* regcomp.c (): Merge Onigmo 5.13.5 23b523076d6f1161.naruse
2013-07-04fix a typokazu
2013-07-03internal.h: supperss warningnobu
2013-07-03ruby_atomic.h: ATOMIC_CAS on VC6nobu
2013-07-03ruby_atomic.h: suppress warnignsnobu
2013-07-03* internal.h (ruby_digit36_to_number_table): Declared.akr
2013-07-03mkmf.rb: revert DESTDIR prefixnobu
2013-07-03dir.c: get rid of FindFirstFile bugnobu
2013-07-03* bignum.c (maxpow_in_bdigit): Renamed from calc_hbase and returnakr
2013-07-02* bignum.c (roomof): Cast to long.akr
2013-07-02* bignum.c (rb_cstr_to_inum): Merge two temporary buffers.akr
2013-07-02* bignum.c (rb_cstr_to_inum): Use BDIGIT_DBL to collect adjacent digits.akr
2013-07-02* doc/syntax/refinements.rdoc: add description of Module#using andshugo
2013-07-02re.c: use built-in encoding indexesnobu
2013-07-02dir.c: use built-in encoding indexesnobu
2013-07-02string.c: use built-in encoding indexesnobu