summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-02-05* insns.def (opt_mult): Use int128_t for overflow detection.naruse
2016-02-04* enc/unicode.c: Activated :ascii flag for ASCII-only case conversionduerst
2016-02-04fstring without copynobu
2016-02-04revert re.c in r53736nobu
2016-02-04fstring_enc_newnobu
2016-02-04* common.mk: Added Unicode data file SpecialCasing.txt to be additionallyduerst
2016-02-04cgi/escape: Optimize CGI.escapenobu
2016-02-04* common.mk: Introduce two variables (UNICODE_DATA_DIR andduerst
2016-02-03* string.c (str_new_frozen): if the given string is embeddedablenaruse
2016-02-02Fix typo on OpenSSL::PKey doc [ci skip]nobu
2016-02-02Fix Ripper.lex error in dedenting squiggly heredocnobu
2016-02-02* re.c (rb_reg_prepare_enc): use already compiled US-ASCII regexpnaruse
2016-02-02* re.c: Introduce RREGEXP_PTR.naruse
2016-02-02ChangeLog: rewordnobu
2016-02-02* lib/rubygems/specification.rb: `coding` is affect only first line excepthsbt
2016-02-01* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.5.2.hsbt
2016-01-31additional math operationsnobu
2016-01-31test for File#lstat.nobu
2016-01-31standard_library.rdoc: fix typo [ci skip]nobu
2016-01-30vm_eval.c: fix hook callnobu
2016-01-29win32/file.c: drop garbagenobu
2016-01-29* win32/win32.c (fileattr_to_unixmode, rb_w32_reparse_symlink_p): volumeusa
2016-01-29fix a typo [ci skip]kazu
2016-01-29Rename parameter namenobu
2016-01-29erb.rb: fronzen-string-literal in comment [Fix GH-1229]nobu
2016-01-29erb.rb: duplicated magic comments [Fix GH-1229]nobu
2016-01-29erb.rb: frozen-string-literal safenobu
2016-01-29* lib/net/http/header.rb: Warn nil variable on HTTP Header.hsbt
2016-01-28socket.c: unlimited size hostnamenobu
2016-01-27* remove trailing spaces.svn
2016-01-27* test/-ext-/string/test_capacity.rb: Added missing library.hsbt
2016-01-27* enc/unicode.c: Fixed bit mask in macro OnigCodePointCountduerst
2016-01-27* enc/unicode.c: Protect code point count by macro, in order toduerst
2016-01-27Fix doc with default value with GH-523nobu
2016-01-27Fix a Ruby-Doc comment for Array#dignobu
2016-01-26fix a typo [ci skip]kazu
2016-01-26array.c: reword [ci skip]nobu
2016-01-26fstring early for internal iseqnormal
2016-01-26compile.c: fix tailcall optimizationnobu
2016-01-26Signal.list deduplicates keysnormal
2016-01-26signal.c: reserved signalsnobu
2016-01-25Macro typonobu
2016-01-25fix build with VM_CHECK_MODE > 0normal
2016-01-25symbol.c: more informative error messagenobu
2016-01-25* test/ruby/test_string.rb: added testcase for next!, succ and succ!hsbt
2016-01-25* lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.hsbt
2016-01-24vm_insnhelper.c (vm_check_if_namespace): tiny size reductionnormal
2016-01-24* common.mk: Simplifying Unicode data file download logic to makeduerst
2016-01-24wait readable/writablenobu
2016-01-23Add test for Array#keep_ifnobu