aboutsummaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-12-10Chore: merge main into laptopselfhostNicholas
2021-12-10Checkin: small sprawling updatesNicholas Noll
2021-12-05Chore: updated fs·walk to use new data structuresNicholas Noll
2021-12-05Feat: added math libraryNicholas Noll
2021-12-05feat(huge): huge refactor (in progress).Nicholas Noll
2021-12-05Feat: basic string and memory functionsNicholas Noll
2021-12-05Feat: libbase partitioning. Cleaned up hash map macros.Nicholas Noll
2021-12-04Chore(REMOVE): finished deprecation of old io functions.Nicholas Noll
2021-11-20Chore: cleaned up the exit code to cleanly interface with libcNicholas
2021-11-20chore: simplify makefilesNicholas
2021-11-20Chore: reorganize libutf and libfmt into baseNicholas
2021-11-20Feature: self hosting prototype implementedNicholas Noll
2021-11-19chore: make dependence on static syscalls explicitNicholas Noll
2021-11-18feat: continued filling out system layerNicholas Noll
2021-11-18feat: filling out system layer's interfaceNicholas Noll
2021-11-18filling out system layerNicholas Noll
2021-11-18added more syscallsNicholas
2021-11-17automated platform specific code parsingNicholas Noll
2021-11-17update: sysNicholas
2021-11-17fix: mkfile namesNicholas
2021-11-15Feat: prototype of self-hosted libraryNicholas
2021-11-12chore: simplified organizational structurelaptopNicholas
2021-11-11chore: merge master into laptopNicholas
2021-11-11chore: split up base library into individual files for smaller binariesNicholas Noll
2021-11-11feat: libfmt prototype added from plan9Nicholas Noll
2021-11-11chore: update desktopNicholas Noll
2021-11-11chore: updated old copy of mkrunewidthNicholas
2021-11-11chore: forgot to move old generatorsNicholas
2021-11-11feat: added libfmtNicholas
2021-11-11chore: libunicode -> libutfNicholas
2021-11-11feat: added libfmtNicholas
2021-11-10chore: libunicode -> libutfNicholas
2021-11-08feat(rc): added back functionality of prompt, now unicode awareNicholas Noll
2021-11-07config changes for laptopNicholas
2021-11-04Feat: input readline now unicode awareNicholas Noll
2021-10-29fix(unicode): emoji widths and readline now moves in a more unicode aware mannerNicholas Noll
2021-10-29checkinNicholas Noll
2021-10-29implemented functionality to compute rune widths from unicode dataNicholas Noll
2021-10-29chore: stop tracking auto-gen fileNicholas Noll
2021-10-29Prototype of unicode readline supportNicholas Noll
2021-10-29Exposed some unicode values to library users.Nicholas Noll
2021-10-28Feat(libunicode): cleaned up decode/encodeNicholas Noll
2021-10-26fix(unicode): renamed functions to be easier to understand their functionsNicholas Noll
2021-10-26Feat(libunicode): Added an explicit unicode libraryNicholas Noll
2021-10-26fix(rc): prompt during command entryNicholas Noll
2021-10-26feat(rc): keywords now recognized. for and while loopNicholas Noll
2021-10-26chore: spaceNicholas Noll
2021-10-26chore(rename): libn -> baseNicholas Noll
2021-10-26proto(rc): control structuresNicholas Noll
2021-10-26feat(rc): added index operationsNicholas Noll