aboutsummaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-06-03checkin: before attempting hinting engineNicholas Noll
2020-06-02fix: remaining raw free callsNicholas Noll
2020-06-02removed annoying macroNicholas Noll
2020-06-02fix: added include file and fixed calls to free instead of interfaceNicholas Noll
2020-06-02migrated glyph index to a switch statementNicholas Noll
2020-06-02reorganized find tablesNicholas Noll
2020-06-02fix: fixed prototype used in testNicholas Noll
2020-06-02feat: extracted out allocation into interfaceNicholas Noll
2020-06-02working test caseNicholas Noll
2020-06-02refactored stb font library into a cleaner unix libraryNicholas Noll
2020-06-02prototype of dway. needs testingNicholas Noll
2020-06-02feat: started port of dwm to waylandNicholas Noll
2020-06-02feat: started port of st to waylandNicholas Noll
2020-05-31feat: started port of st to waylandNicholas Noll
2020-05-31structural regular expressions prototypeNicholas Noll
2020-05-31minor changesNicholas Noll
2020-05-30encountered bug due to lack of formalized incomplete types. on the next todoNicholas Noll
2020-05-30fix: more bug squashing of parserNicholas Noll
2020-05-30fix: many use before initialization bugsNicholas Noll
2020-05-30bug: temporary removal of musl lib to isolate malloc bugNicholas Noll
2020-05-30fix: preprocessor elif changed to goto to correctly handle the skipNicholas Noll
2020-05-30many bug fixesNicholas Noll
2020-05-29feat: cc parser prototype finishedNicholas Noll
2020-05-29switch types to be integers into the main databaseNicholas Noll
2020-05-29blas code updateNicholas Noll
2020-05-29checkin: before fix of stale type pointer bugNicholas Noll
2020-05-25feat: added preprocessor macros to manually unroll loopsNicholas Noll
2020-05-25deprecated old python generation filesNicholas Noll
2020-05-24feat: added prototype of type infoNicholas Noll
2020-05-24contin: in the middle of reorganizing the declaration parsing. check-in befor...Nicholas Noll
2020-05-22fix: calling signature of popioNicholas Noll
2020-05-22fix: encapsulated the IO stack into the lexerNicholas Noll
2020-05-22checkin: utf8 generation codeNicholas Noll
2020-05-22checkin: going to rework declaration structure to be more transparentNicholas Noll
2020-05-21feat: partial implementation of expression parsingNicholas Noll
2020-05-21feat: prototype of ast stmt and decl implementationsNicholas Noll
2020-05-20feat: prototype of ASTNicholas Noll
2020-05-20small renamingNicholas Noll
2020-05-20fix: removed signed bitwise operationsNicholas Noll
2020-05-20fix: truncate infinite recursion caused by self referential macrosNicholas Noll
2020-05-20fix: made rune constants unsigned for implicit castingNicholas Noll
2020-05-19fix: macro expansion works! also fixed issue with iopopNicholas Noll
2020-05-19fix: arguments now hold their state correctly throughout macro parsingNicholas Noll
2020-05-19checkin: found a large bug associated to ident resetting the buffer vectorNicholas Noll
2020-05-19fix: many bug fixes to number parsingNicholas Noll
2020-05-19feat: added prototype of stringizer & tokenizer macro operatorsNicholas Noll
2020-05-19chore: small restructure associated to lex layoutNicholas Noll
2020-05-19feat: cleaned up character lexingNicholas Noll
2020-05-18feat: pulled out os specific code into its own fileNicholas Noll
2020-05-18fix: line accounting is less buggyNicholas Noll