index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
date
/
date_parse.c
Age
Commit message (
Expand
)
Author
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
2011-08-13
* ext/date/date_parse.c parse_ddd_cb): fix r32896. RB_GC_GUARD
nagachika
[next]