| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-05-31 | get better more/thorough tests for the native wrapper | -13/+43 | ||
| 2023-05-30 | adjust abstract type names with namespace | -2/+2 | ||
| 2023-05-30 | remove jd_time_{localtime,utc} | -64/+0 | ||
| the correct approach is to keep it in time_t form as much as possible and apply transformations on that | ||||
| 2023-05-30 | remove warning from localtime | -1/+1 | ||
| 2023-05-30 | add notes, need to go do work now | -0/+9 | ||
| 2023-05-30 | build with tz's LIBSRC | -1/+6 | ||
| 2023-05-29 | Add eggert/tz module at release 2023c | -0/+3 | ||
| 2023-05-13 | add ability to construct a tm from a dict | -1/+52 | ||
| it's very error prone but hey sometimes you need to notably *only* allowed for UTC for a myriad of reasons funnily enough, that means it's largely incompatible with macos for now | ||||
| 2023-05-13 | add TM_GMTOFF and TM_ZONE | -5/+62 | ||
| I might want to be able to write to them, but that seems very error-prone. | ||||
| 2023-05-13 | better tests that also serve as temporary docs | -10/+32 | ||
| 2023-05-13 | add shortcuts for *time(mktime) | -4/+76 | ||
| 2023-05-13 | remove headers from project.janet | -1/+0 | ||
| it's actually useless | ||||
| 2023-05-12 | note about macos | -0/+2 | ||
| development to continue on linux? | ||||
| 2023-05-12 | big updates | -96/+110 | ||
| ok I figured out what the problem was, I think? put is nice too now, no more conversions eh also offsets are nice, makes iterating way easier | ||||
| 2023-05-12 | investigating... | -0/+8 | ||
| 2023-05-12 | fix tm_from_dict year bug | -1/+1 | ||
| 2023-05-12 | rewrite | -469/+421 | ||
| Split it into multiple things. The new tests will actually reflect how you should use the native library. | ||||
| 2023-05-11 | update many things | -10/+53 | ||
| this is kind of a mess and I'm thinking of making the native portion much bigger to just have a better API at this point | ||||
| 2023-05-11 | initial commit | -0/+465 | ||
