1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/date
usa 322610cb37 merge revision(s) 44086,44126: [Backport #9221]
* ext/date/date_parse.c (parse_time): unset case-insensitive flag
	  for [:alpha:], which already implies both cases, to get rid of
	  backtrack explosion.  [ruby-core:58876] [Bug #9221]

	* ext/date/date_strptime.c (date__strptime_internal): unset
	  case-insensitive flag for [:alpha:], which already implies both
	  cases, to get rid of backtrack explosion.  [ruby-core:58984]
	  [Bug #9221]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@44746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-01-29 05:45:27 +00:00
..
lib * ext/date/date_{core,parse}.c: moved nearly all core code from ext/date/lib. 2011-05-21 12:25:03 +00:00
date_core.c merge revision(s) 36620: [Backport #8791] 2013-08-16 06:36:35 +00:00
date_parse.c merge revision(s) 44086,44126: [Backport #9221] 2014-01-29 05:45:27 +00:00
date_strftime.c * ext/date/date_core.c: an issue that is same as [ruby-dev:44071]. 2011-07-30 14:49:40 +00:00
date_strptime.c merge revision(s) 44086,44126: [Backport #9221] 2014-01-29 05:45:27 +00:00
date_tmx.h * ext/date/date_core.c: avoided using timev. 2011-06-29 14:47:04 +00:00
depend * ext/date/date_{core,strftime}.c: use struct tmx instead of vtm. 2011-04-16 15:22:47 +00:00
extconf.rb * ext/date/date_{core,strftime}.c: use struct tmx instead of vtm. 2011-04-16 15:22:47 +00:00