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
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
time.c
Age
Commit message (
Expand
)
Author
2023-02-19
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2023-02-08
Replace `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED`
Nobuyoshi Nakada
2023-02-07
* remove trailing spaces. [ci skip]
git
2023-02-07
Make Time objects WB protected
Peter Zhu
2023-02-07
Remove unused code in time.c
Peter Zhu
2023-01-02
[Bug #19296] Precheck bits of time components
Nobuyoshi Nakada
2023-01-01
[Bug #19292] Re-initialize tm when wday or yday is not set
Nobuyoshi Nakada
2022-12-22
Update documentation about Time#deconstruct_keys
Kazuki Tsujimoto
2022-12-21
[DOC] fix unintentional verbatim
Nobuyoshi Nakada
2022-12-19
Fix guess_diff type
Nobuyoshi Nakada
2022-12-16
[Feature #18033] Parse more strictly conformant with ISO-8601
Nobuyoshi Nakada
2022-12-16
[Feature #18033] Make more conformant with C standard
Nobuyoshi Nakada
2022-12-16
[Feature #18033] Add `precision:` option
Nobuyoshi Nakada
2022-12-16
[Feature #18033] More strict checks
Nobuyoshi Nakada
2022-12-16
[Feature #18033] Name a magic number
Nobuyoshi Nakada
2022-12-16
[Feature #18033] Make Time.new parse time strings
Nobuyoshi Nakada
2022-11-22
Add Time#deconstruct_keys
zverok
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-15
Re-order checks for colons in UTC offset
Nobuyoshi Nakada
2022-11-07
[Bug #19106] Normalize time at 24:00:00 with a timezone object
Nobuyoshi Nakada
2022-10-11
[DOC] use the local rdoc reference than the external URI
Nobuyoshi Nakada
2022-09-03
[DOC] Remove extra page-dir prefix to fix broken link
Nobuyoshi Nakada
2022-09-03
[DOC] Enhanced RDoc for Time (#6320)
Burdette Lamar
2022-09-02
Enhanced RDoc for Tim[DOC] (#6319)
Burdette Lamar
2022-08-31
[DOC] Enhanced RDoc for Time (#6308)
Burdette Lamar
2022-08-28
[DOC] Enhanced RDoc for Time (#6294)
Burdette Lamar
2022-08-25
[DOC] Enhanced RDoc for Time (#6277)
Burdette Lamar
2022-08-26
[DOC] Tell RDoc aliases of singleton class
Nobuyoshi Nakada
2022-08-23
[DOC] Remove extra page-dir prefix
Nobuyoshi Nakada
2022-08-22
[DOC] Enhanced RDoc for Time (#6267)
Burdette Lamar
2022-08-22
[DOC] Remove extra page-dir prefix
Nobuyoshi Nakada
2022-08-21
[DOC] Enhanced RDoc for Time (#6255)
Burdette Lamar
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-18
[Bug #18922] Normalize time at 24:00:00 UTC
Nobuyoshi Nakada
2022-07-12
[DOC] Enhanced RDoc for Time (#6118)
Burdette Lamar
2022-05-26
Using TZMODE_SET_LOCALTIME macro
S-H-GAMELINKS
2022-04-09
[DOC]Some link prefix replace
S-H-GAMELINKS
2022-02-28
Fix a typo of macro name
Nobuyoshi Nakada
2022-01-12
Speed up and avoid kwarg hash alloc in Time.now
John Hawthorn
2021-12-25
Raise proper exception when month argument is not a name
Nobuyoshi Nakada
2021-12-09
Check month overflow when marshal
Nobuyoshi Nakada
2021-11-15
Use `Primitive.mandatory_only?` for `Time.at`
Koichi Sasada
2021-11-10
Tentative fix of subsec to `Time.at` [Bug #18293]
Nobuyoshi Nakada
2021-11-10
Simplify default values of `Time.at` [Bug #18293]
Nobuyoshi Nakada
2021-10-28
Fix leap day with UTC offset [Bug #18274]
Nobuyoshi Nakada
2021-10-14
Prefer the reentrant versions of gmtime and localtime
Nobuyoshi Nakada
2021-09-18
Include the invalid value in invalid_utc_offset error
Nobuyoshi Nakada
2021-09-16
Remove unneeded ruby_reset_leap_second_info function declaration (#4824)
S.H
2021-09-11
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-10
include/ruby/internal/intern/time.h: add doxygen
卜部昌平
[next]