aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* malloc: Return _, ESTACK instead of 0, ESTACKHEADmasterRunxi Yu11 days1-4/+3
|
* Add a READMERunxi Yu13 days1-0/+7
|
* Behave well with HugoRunxi Yu2025-01-032-1/+6
|
* Delete all build stuffRunxi Yu2025-01-034-100/+0
| | | | | We'll use the main website repo to build things and just use this as a subtree
* Much smaller CSSRunxi Yu2024-12-112-282/+15
|
* Makefile: --preserve-tabsRunxi Yu2024-12-111-1/+1
|
* Error propagation clarificationRunxi Yu2024-12-111-4/+6
| | | | | | | | return in the error block just feels wrong... Also let's just use func syntax to define functions for now, it's also easier to grep this way. Could change this later if really desired.
* Use e² instead of $e^2$Runxi Yu2024-12-112-4/+4
|
* s/err/error/gRunxi Yu2024-12-111-2/+2
|
* Some changes, and some examples to start with for error propagationTest_User2024-12-091-2/+31
|
* README: Update online reading URLRunxi Yu2024-12-091-1/+1
|
* Amend malloc example to not assume invalidity of zero pointersRunxi Yu2024-12-051-6/+8
|
* There is language-level support for tagged unions.Runxi Yu2024-12-051-0/+1
|
* Another round of README updates :/Runxi Yu2024-12-054-12/+25
|
* New repo locations and file structureRunxi Yu2024-12-055-151/+164
|
* e2 in plain textRunxi Yu2024-12-051-1/+1
|
* e^2Runxi Yu2024-12-052-3/+5
|
* Overflow updateRunxi Yu2024-12-051-2/+5
|
* PandocRunxi Yu2024-12-054-1/+348
|
* More details about overflowRunxi Yu2024-12-051-14/+32
|
* Implicit type changesTest_User2024-12-031-13/+17
|
* 0x0 mehTest_User2024-12-021-0/+1
|
* No null termination (by default)Test_User2024-12-011-0/+1
|
* Optional manual stack freeingTest_User2024-12-011-0/+3
|
* Comment on integer overflow issues being detectable after the fact. Also, ↵Test_User2024-12-011-1/+3
| | | | more powerful preprocessor mandatory.
* Add a few more differences from CRunxi Yu2024-12-011-0/+9
|
* reasoning: Explicitly mention unlocking as a candidate for nofailRunxi Yu2024-12-011-1/+1
|
* Add some seperate comments on nofail, and a place to put other such commentsTest_User2024-12-011-0/+10
|
* Fix a typoTest_User2024-11-301-1/+1
|
* Fix a typo, remove a wrong assertion, and write up a start for `nofail`Test_User2024-11-301-6/+22
|
* Fix a typoTest_User2024-11-301-1/+1
|
* README.md: Initial write-upRunxi Yu2024-11-301-0/+73
|
* LICENSE: CC0Runxi Yu2024-11-301-0/+122