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 18d73ae815 merge revision(s) 50104,50105: [Backport #10906]
* ext/date/extconf.rb: try_cflags("-std=iso9899:1999") [Bug #10906]
	  ruby itself (including numeric.c) is built with strict compile
	  options including -std=iso9899:1999, but ext/date is not.
	  By the way -std=iso9899:1999 is not only a warning option but also
	  changes behavior like MACRO definitions for example INFINITY.
	  gcc on Solaris affect this.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@52645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-18 11:57:07 +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) r44577,r45097,r45330,r45331,r45354,r45356: [Backport #10033] 2014-08-02 15:25:17 +00:00
date_parse.c date_parse.c: get rid of backtrack explosion 2013-12-09 02:14:35 +00:00
date_strftime.c * configure.in: check struct timeval exist or not. 2013-03-16 05:06:47 +00:00
date_strptime.c date_strptime.c: get rid of backtrack explosion 2013-12-10 14:58:43 +00:00
date_tmx.h * ext/date/date_tmx.h: offset in struct tmx_funcs is now int. 2012-06-16 09:49:17 +00:00
depend * common.mk, ext/objspace/depend, ext/coverage/depend, 2013-10-28 03:43:17 +00:00
extconf.rb merge revision(s) 50104,50105: [Backport #10906] 2015-11-18 11:57:07 +00:00