summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-02-17string.c: fix rb_str_initnobu
2016-02-17* string.c (rb_str_init): introduce String.new(capacity: size)naruse
2016-02-16fix indent [ci skip]kazu
2016-02-16ChangeLog should be us-ascii [ci skip]kazu
2016-02-16* enc/unicode/case-folding.rb, casefold.h: Used only first elementduerst
2016-02-16numeric.c: fix segfaultnobu
2016-02-16dir.c: Dir.empty?nobu
2016-02-16rbinstall.rb: drive letter in without_destdirnobu
2016-02-15* insns.def (opt_plus): simply use LONG2NUM() instead of wronglynaruse
2016-02-15rbinstall.rb: drive letter in without_destdirnobu
2016-02-15parse.y: kwarg to method with same name variablenobu
2016-02-15* enc/unicode/case-folding.rb: Added debugging optionduerst
2016-02-14mkmf.rb: Do not modify caller stringsnobu
2016-02-14not overwrite causenobu
2016-02-13* hash.c (rb_hash_invert): [DOC] more examples.akr
2016-02-13CIDR in no_proxynobu
2016-02-13no_proxy with whitespaces and leading dotsnobu
2016-02-12error.c: fix doc [ci skip]nobu
2016-02-12net/ftp.rb: NullSocket#closed?nobu
2016-02-12Update re.c [ci skip]nobu
2016-02-11configure.in: fix universal binarynobu
2016-02-10* configure.in (RUBY_DEFINT): use Parameter Expansion.naruse
2016-02-10* configure.in (int128_t): don't check HAVE_XXX (for examplenaruse
2016-02-10check ar D flagnobu
2016-02-09* lib/logger.rb: Remove block from Logger.add as it's not neededsonots
2016-02-09* ext/zlib/zlib.c: Document mtime header behavior with patch by @schneemszzak
2016-02-09* re.c: Remove deprecated kcode argument from Regexp.new and compilezzak
2016-02-08* enc/unicode/case-folding.rb, enc/unicode/casefold.h: Flags forduerst
2016-02-08* string.c, enc/unicode.c: Disassociating ONIGENC_CASE_FOLD flag fromduerst
2016-02-08* enc/unicode.c: Shortened macros for enc/unicode/casefold.h toduerst
2016-02-08ruby.c: err ambiguous feature name [ci skip]nobu
2016-02-08* common.mk: Removed enc/unicode/casefold.h from automatic build becauseduerst
2016-02-07* ChangeLog: revive an entry for r53762 accidentally removed at r53764.nagachika
2016-02-07* common.mk: Added two more precondition files for enc/unicode/casefold.hduerst
2016-02-07* enc/unicode/case-folding.rb: Fixing parameter passing.duerst
2016-02-07* enc/unicode/case-folding.rb: New classes CaseMapping/CaseMappingDummyduerst
2016-02-07* common.mk: using new option in recipe for enc/unicode/casefold.hduerst
2016-02-07(this commit message applies to the previous commit)duerst
2016-02-06Revert "check __int64_t and __int128_t"naruse
2016-02-06ASCII-incompatible escapenobu
2016-02-06check __int64_t and __int128_tnobu
2016-02-06* test/ruby/enc/test_regex_casefold.rb: Added data-based testing forduerst
2016-02-06* test/ruby/enc/test_regex_casefold.rb: Tests for three case foldingduerst
2016-02-06* enc/unicode.c, test/ruby/enc/test_case_mapping.rb: Implemented :foldduerst
2016-02-05* test/ruby/enc/test_case_mapping.rb: added tests for :ascii option.duerst
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