Nobuyoshi Nakada
0b9a3371ea
[ruby/date] Add zontab.list dependency
...
https://github.com/ruby/date/commit/7e1ffbf568
2021-08-22 20:28:52 +09:00
Nobuyoshi Nakada
d65f1140b9
[ruby/date] Fixed the script file name to update zonetab.list
...
https://github.com/ruby/date/commit/3c002b1daa
2020-11-12 21:34:43 +09:00
Nobuyoshi Nakada
6abf4c4802
[ruby/date] Added update-zonetab target
...
https://github.com/ruby/date/commit/9bc6e30a82
2019-11-01 17:30:17 +09:00
Nobuyoshi Nakada
3fc10eff1e
date_parse.c: trim off
...
* ext/date/date_parse.c (date_zone_to_diff): trim off by zone name
length.
2019-08-12 20:41:11 +09:00
Nobuyoshi Nakada
d96feee37c
date_parse.c: avoid copying
...
* ext/date/date_parse.c (date_zone_to_diff): get rid of copying
the whole argument string.
2019-08-12 20:41:11 +09:00
nobu
a4804fbdf5
support gperf 3.1
...
* tool/gperf.sed: extracted sed commands to a script. ANSI-C code
produced by gperf 3.1 declares length arguments as `size_t`. it
causes conflict with existing declarations, and needs casts for
a local variable and return statements.
[Feature #13883 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-12-08 05:51:19 +00:00
nobu
d618f7b79a
zonetab.h: use strncmp
...
* ext/date/zonetab.h (zonetab): use strncmp.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-10-01 08:52:43 +00:00
nobu
b5960a63b1
ext/date/zonetab.list: gperf timezone names
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-06-08 01:09:23 +00:00