suve

Results 25 issues of suve

Using the latest cpufetch v1.06, the program builds fine, but then crashes when ran on aarch64. Debugging with Valgrind led me to find two off-by-one errors: ----- Commit 1b746bc67d58a6f317233440be3e0336ecfcf8ac introduced...

bug

Currently, `copydeps` relies on the assumption that the programs being handed to it are for the same architecture that `copydeps` is running on (with one exception being `x86` support when...

ELF

This PR adds a basic man page for the program.

The test suite seems to assume that `sizeof(tiny_utf8::string)` is 32 chars and bases some asserts on this, e.g. inside [`AppendString`](https://github.com/DuffsDevice/tiny-utf8/blob/v4.4.3/test/src/test_manipulation.cpp#L8): ```c++ tiny_utf8::string str = U"Hello ツ"; str.append(U" ♫ World"); EXPECT_EQ(str.length(),...

FPC 3.2.4-rc1 is now available. TZSeconds has been moved from the 'UnixUtil' unit to 'Unix'.