| 2026-03-14 21:07 | Remove override, we shouldn't use it | Yersa Nordman | 1 | +1 | -1 |
| 2026-03-14 20:18 | Update package format | Yersa Nordman | 2 | +11 | -16 |
| 2023-05-26 22:52 | Merge pull request #3 from finwo/static-rebuild | Yersa Nordman | 19 | +84 | -118 |
| 2023-05-26 22:48 | Fix nobuiltin trigger in config.mk | Yersa Nordman | 1 | +1 | -1 |
| 2023-05-26 22:46 | Fixed config.mk wildcard | Yersa Nordman | 1 | +1 | -1 |
| 2023-05-26 22:29 | Copy old code, redefined exports | Yersa Nordman | 21 | +721 | -1 |
| 2023-05-26 22:02 | Reset as a statically-embedded library | Yersa Nordman | 25 | +4 | -758 |
| 2023-04-03 18:20 | Fix building heap_limit pointer without casting from size_t | Yersa Nordman | 1 | +1 | -1 |
| 2023-01-29 16:37 | Initialized package.ini | Yersa Nordman | 2 | +9 | -0 |
| 2021-08-18 16:09 | Don't allow undefined symbol references in wasm32 | Yersa Nordman | 1 | +1 | -1 |
| 2021-08-18 16:07 | sbrk now calls upon __builtin_wasm_memory_grow for wasm32 | Yersa Nordman | 5 | +25 | -2 |
| 2021-06-21 08:59 | Added libmatter.so makerule for future reference | Yersa Nordman | 1 | +3 | -0 |
| 2021-03-29 12:56 | Update FUNDING.yml | Yersa Nordman | 1 | +1 | -4 |
| 2020-08-31 13:11 | Added funding.yml; editorconfig is tracked now | Yersa Nordman | 2 | +10 | -0 |
| 2020-06-19 12:16 | Added prng/rand | Yersa Nordman | 2 | +22 | -0 |
| 2020-06-17 14:00 | Added strlen | Yersa Nordman | 10 | +254 | -136 |
| 2020-06-17 12:19 | Re-added stdint.h from uclibc | Yersa Nordman | 1 | +322 | -0 |
| 2020-06-17 09:56 | Separate cflags and includes from the compilation step | Yersa Nordman | 1 | +8 | -1 |
| 2020-06-17 09:46 | Include whole path in file deduplication definition | Yersa Nordman | 5 | +13 | -13 |
| 2020-06-17 09:35 | Based malloc on sbrk now | Yersa Nordman | 10 | +164 | -286 |
| 2020-05-22 11:55 | Clang using -Ofast instead of -Os now | Yersa Nordman | 1 | +1 | -1 |
| 2020-05-21 22:21 | Allow custom source and headers for each target | Yersa Nordman | 3 | +2 | -2 |
| 2020-05-21 21:59 | Added license and code of conduct | Yersa Nordman | 2 | +31 | -0 |
| 2020-05-21 21:55 | Added calloc and realloc functions | Yersa Nordman | 5 | +49 | -6 |
| 2020-05-21 21:36 | Prepared for multiple targets | Yersa Nordman | 9 | +16 | -25 |
| 2020-05-17 18:17 | Allow chaning AR based on target | Yersa Nordman | 1 | +7 | -1 |
| 2020-05-17 03:11 | Start separation of generic and arch-specific code | Yersa Nordman | 11 | +9 | -5 |
| 2019-10-12 09:55 | Copied compilation from supercop-js | Yersa Nordman | 2 | +5 | -1 |
| 2019-10-12 09:50 | Separation didn't work so well | Yersa Nordman | 1 | +1 | -4 |
| 2019-10-12 09:45 | Separate .ll generation | Yersa Nordman | 1 | +5 | -5 |
| 2019-10-12 09:42 | -Os is require for wasm compilation | Yersa Nordman | 1 | +1 | -1 |
| 2019-10-12 09:27 | Different archive creation | Yersa Nordman | 1 | +1 | -1 |
| 2019-10-12 09:24 | Target can now be selected | Yersa Nordman | 3 | +8 | -3 |
| 2019-10-12 09:16 | Build the right libmatter.a filename | Yersa Nordman | 1 | +2 | -2 |
| 2019-10-11 23:17 | Added UINTn_C to stdint | Yersa Nordman | 1 | +35 | -0 |
| 2019-10-11 23:14 | Added missing semicolon | Yersa Nordman | 1 | +1 | -1 |
| 2019-10-11 23:13 | Added size_t in stddef.h | Yersa Nordman | 1 | +2 | -0 |
| 2019-10-11 23:09 | Simplified stdint.h | Yersa Nordman | 2 | +45 | -41 |
| 2019-10-11 22:49 | Added basic stdint | Yersa Nordman | 2 | +55 | -6 |
| 2019-10-11 22:34 | Added limits.h | Yersa Nordman | 1 | +87 | -0 |
| 2019-10-11 22:12 | Useful build structure | Yersa Nordman | 11 | +155 | -6 |
| 2019-10-07 11:09 | Added initial todos | Yersa Nordman | 2 | +6 | -0 |
| 2019-10-07 10:58 | Project init | Yersa Nordman | 2 | +12 | -0 |