Age | Commit message (Expand) | Author |
---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson |
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson |
2019-03-25 | Move sizeof check to torint.h | rl1987 |
2019-03-22 | Write missing function comments | rl1987 |
2019-03-22 | Compile time check for being able to fit {unsigned} int inside void pointer | rl1987 |
2019-03-20 | Check roundtrip for each bit of {unsigned} int values | rl1987 |
2019-03-20 | Check more values of int | rl1987 |
2019-03-20 | Move casts to separate C file to prevent compiler from optimising them away | rl1987 |
2019-03-12 | USe uintptr_t for unsigned ints | rl1987 |
2019-03-12 | Refrain from doing exhaustive iteration over all values of integers | rl1987 |
2019-02-25 | Check that all valid values of int and unsigned int can be put into void pointer | rl1987 |