aboutsummaryrefslogtreecommitdiff
path: root/sys/libn
AgeCommit message (Expand)Author
2020-05-18fix: line accounting is less buggyNicholas Noll
2020-05-18feat: macro expansion and constant evaluation prototypeNicholas Noll
2020-05-17fix: bugs associated to map reallocatingNicholas Noll
2020-05-17prototype of front end cliNicholas Noll
2020-05-17change signature for string functionsNicholas Noll
2020-05-16fix: linking errors associated to linking bins against all dependencies. part...Nicholas Noll
2020-05-15feat: added buffered io to libnNicholas Noll
2020-05-15feat: testing directory to allow for easier tests of codeNicholas Noll
2020-05-15factored out the common code of makefilesNicholas Noll
2020-05-13blas 1 generation code completeNicholas Noll
2020-05-07wrap: elementary math functions for libmathNicholas Noll
2020-05-06bumpNicholas Noll
2020-05-03removed the day's confusion. added debug and release mode to makefileNicholas Noll
2020-05-03added simple random number generator: NOT CRYTOGRAPHICNicholas Noll
2020-05-03removed buggy qsort header and implemented myselfNicholas Noll
2020-04-30chore: move from new to make prefix of constructorsNicholas Noll
2020-04-28struct: preparing for prototype of math libraryNicholas Noll
2020-04-26feat: added simple sort interfaces to libnNicholas Noll
2020-04-26sys/libn/sort.cNicholas Noll
2020-04-26chore: moved string into main libn headerNicholas Noll
2020-04-25feat: added memory mapped file readerNicholas Noll
2020-04-25feat: updated fasta code to allow for iterationNicholas Noll
2020-04-23fix: gzip macro errorNicholas Noll
2020-04-23feat: started prototype of zlib wrapperNicholas Noll
2020-04-23feat: made calling signature of interface accepting functions more reliableNicholas Noll
2020-04-22fix: double free problemNicholas Noll
2020-04-22fix: moved byte buffer to static storage so you don't read off stale stackNicholas Noll
2020-04-22fix: bug squashing with newick parserNicholas Noll
2020-04-21chore: updating naming conventionsNicholas Noll
2020-04-21fix: updated make rules to output sensible nameNicholas Noll
2020-04-21feat: added simple memory arena allocator to libnNicholas Noll
2020-04-21chore: updated make rules to not link all made librariesNicholas Noll
2020-04-21feat: added wrapper for ioNicholas Noll
2020-04-19chore: updated inclusion of files to mark the new partition of logicNicholas Noll
2020-04-19chore: reorganized structure to allow for more parallel projectsNicholas Noll