Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #23838: Compilation by MinGW for cpu=i386 with time_t bug (#23876) | Ward | 2024-07-22 | 1 | -1/+1 |
| | | | | Change Time type in std/time_t to `distinct clong` instead of `distinct int32` | ||||
* | complete std prefixes for stdlib (#22887) | ringabout | 2023-10-30 | 1 | -1/+1 |
| | | | | follow up https://github.com/nim-lang/Nim/pull/22851 follow up https://github.com/nim-lang/Nim/pull/22873 | ||||
* | use single backtick (#17141) | flywind | 2021-02-21 | 1 | -1/+1 |
| | |||||
* | fix CI doc windows: style error in lib/std/time_t.nim (#14523) | Timothee Cour | 2020-05-31 | 1 | -2/+2 |
| | |||||
* | Revert export of times.CTime; add std/time_t instead. (#10319) | Oscar NihlgÄrd | 2019-01-16 | 1 | -0/+23 |
* Revert export of times.CTime * Add std/time_t |