Age | Commit message (Expand) | Author |
---|
2024-06-24 | [ruby/date] Use locale insensitive casecmp | Nobuyoshi Nakada |
2022-10-07 | [ruby/date] Fix misplaced time zone offset checks | Nobuyoshi Nakada |
2022-09-29 | [ruby/date] The shrunk words to be copied is limited | Nobuyoshi Nakada |
2022-09-29 | [ruby/date] Narrow ALLOCV region for shrunk words | Nobuyoshi Nakada |
2022-09-28 | [ruby/date] Check time zone offset elements | Nobuyoshi Nakada |
2022-02-25 | [ruby/date] Anchor at beginning of numbers | Nobuyoshi Nakada |
2022-02-25 | [ruby/date] Anchor at beginning of numbers | Nobuyoshi Nakada |
2022-02-25 | [ruby/date] Separate era from preceding word | Nobuyoshi Nakada |
2022-02-25 | [ruby/date] Use possessive match | Nobuyoshi Nakada |
2022-02-25 | [ruby/date] Extracted common leading pattern | Nobuyoshi Nakada |
2020-12-22 | [ruby/date] Deep-freeze internal constants. | Marc-Andre Lafortune |
2020-04-14 | [ruby/date] Suppress -Wchar-subscripts warnings by Cygwin gcc 9.3.0 | Nobuyoshi Nakada |
2019-08-12 | date_parse.c: trim off | Nobuyoshi Nakada |
2019-08-12 | date_parse.c: avoid copying | Nobuyoshi Nakada |
2019-07-16 | Allow mday in Date.iso8601 to be omitted | Nobuyoshi Nakada |
2019-04-09 | date: support for Reiwa, new Japanese era | nobu |
2019-04-03 | * expand tabs. | svn |
2019-04-03 | date: make zone a substring to copy encoding and taintedness | nobu |
2019-04-02 | date_parse.c: name JISX0301_DEFAULT_ERA | nobu |
2019-04-02 | date_parse.c: renamed JAPANESE prefix as JISX0301 | nobu |
2019-04-02 | * expand tabs. | svn |
2019-04-02 | date: use del_hash to extract an element destructively | nobu |
2019-04-01 | date_parse.c: removed 'r' which is not in JIS X 0301 yet | nobu |
2019-04-01 | * expand tabs. | svn |
2019-04-01 | date_parse.c: extract Japanese era initials | nobu |
2018-09-01 | RSTRING_PTR may not be terminated in the future | nobu |
2018-09-01 | surround macro block with do/while | nobu |
2018-02-25 | date_parse.c, date_strptime.c: ensure symbols static all | nobu |
2016-10-01 | * ext/date/date_parse.c (date_zone_to_diff): it's nonsence and really | usa |
2016-10-01 | date_parse.c: str_end_with | nobu |
2016-10-01 | zonetab.h: use strncmp | nobu |
2016-10-01 | date_parse.c: refactor | nobu |
2016-06-08 | ext/date/zonetab.list: gperf timezone names | nobu |
2016-06-08 | ext/date: constify | nobu |
2015-11-08 | suppress warnings | nobu |
2015-06-16 | date_parse.c: use ALLOCV | nobu |
2014-08-03 | ext: prefer RB_TYPE_P over comparison TYPE with constants | nobu |
2013-12-09 | date_parse.c: get rid of backtrack explosion | nobu |
2013-07-21 | date_parse.c: missing wday | nobu |
2013-07-09 | * ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831]. | tadf |
2012-11-11 | * ext/date/date_parse.c (date__parse): revised the tight parser | tadf |
2012-11-10 | * ext/date/date_parse.c: edited about era. | tadf |
2012-11-03 | * ext/date/date_parse.c (parse_eu): should capture apostrophe too. | tadf |
2012-11-03 | * ext/date/date_parse.c (date__parse): revised the tight parser. | tadf |
2012-10-28 | * ext/date/date_parse.c (iso8601_{ext,bas}_time): should not match | tadf |
2012-10-28 | * ext/date/date_parse.c (date__parse): revised the tight parser. | tadf |
2012-10-21 | * ext/date/date_parse.c (date__parse): uses more tight parser if | tadf |
2012-03-03 | * ext/date/date_{parse,strptime}.c [ruby-dev:45303]. | tadf |
2012-01-18 | ext/date/date_parse.c: [ruby-core:42173]. | tadf |
2011-08-28 | * ext/date/date_parse.c (date_zone_to_diff): keep a temporary string | nagachika |