yac
/
coreutils
Archived
2
0
Fork 0
Commit Graph

35 Commits

Author SHA1 Message Date
silt! 8b9c71c405 cat(1): use bytes over strings, not all input is utf-8 2024-01-01 14:56:26 -07:00
Emma Tebibyte 834d363ead cat(1): removed unused code; arg: updated version 2024-01-01 14:38:57 -07:00
Emma Tebibyte 2bfeb4b221 cat(1): working implementation 2024-01-01 14:38:43 -07:00
Emma Tebibyte c33d9e0556 cat(1): better argv0 parsing 2024-01-01 14:38:31 -07:00
Emma Tebibyte eb0ae4665f fixed build configuration 2024-01-01 14:38:24 -07:00
Emma Tebibyte 20e9c19ccd cat(1): -u works, kinda, but requires 3 ctrl+D presses 2024-01-01 14:37:45 -07:00
Emma Tebibyte cc64ab08da actually fixed build.sh 2024-01-01 14:37:41 -07:00
Emma Tebibyte b3477e32f6 fixed build script 2024-01-01 14:37:08 -07:00
Emma Tebibyte bf07460e53 remove superfluous code 2024-01-01 14:37:03 -07:00
Emma Tebibyte 1e0682390d kind of working 2024-01-01 14:35:48 -07:00
Emma Tebibyte 5c82375ff6 cat(1): fixed files not reading to output 2024-01-01 14:35:37 -07:00
Emma Tebibyte 3e555542b6 cat(1): fixed pseudo-unbuffered output 2024-01-01 14:35:24 -07:00
Emma Tebibyte c5123b9d19 cat(1): cleanup 2024-01-01 14:35:09 -07:00
Emma Tebibyte ad45829309 cat(1): works (real) 2024-01-01 14:35:02 -07:00
Emma Tebibyte edae70d313 better build script 2024-01-01 14:34:31 -07:00
Emma Tebibyte 4bad5494a4 license headers 2024-01-01 14:34:27 -07:00
Emma Tebibyte 059c1890df added cargo config 2024-01-01 14:33:15 -07:00
Emma Tebibyte 2340184777 add build shell script 2024-01-01 14:25:18 -07:00
Emma Tebibyte bf6d149e07 cat(1): statically linked sysexits 2024-01-01 14:25:00 -07:00
Emma Tebibyte 346702d58e renamed sysexits-dynamic 2024-01-01 14:24:44 -07:00
Emma Tebibyte 730acab571 added sysexits dynamic library 2024-01-01 14:24:20 -07:00
Emma Tebibyte c030d6828c actually added stdin support to cat 2024-01-01 14:24:03 -07:00
Emma Tebibyte 5b47345bf5 added stdin support to cat 2024-01-01 14:23:13 -07:00
Emma Tebibyte 680887069f fixed Err warnings for build.rs 2024-01-01 14:22:06 -07:00
Emma Tebibyte 20364aa5bf changed dir name for rust files 2024-01-01 14:21:24 -07:00
silt! b7c58488de add license info to build.rs 2024-01-01 14:21:21 -07:00
silt! a1cb1175d4 build assembly true/false with cargo 2024-01-01 14:19:54 -07:00
silt! 799e96e267 add assembly versions of true and false 2024-01-01 14:16:16 -07:00
Emma Tebibyte 4583d4e330 added nightly toolchain 2024-01-01 14:12:36 -07:00
silt! 7a110f7d09 bloat-free true/false and necessary build stuff 2024-01-01 14:12:29 -07:00
Emma Tebibyte 1817f9b4ea proper error handling 2022-12-05 19:04:28 -05:00
Emma Tebibyte 9c0e14ba35 tentative argument parsing 2022-12-05 00:48:19 -05:00
Emma Tebibyte b3da4df9ec shitty bloated original true and false 2022-12-04 21:09:48 -05:00
Emma Tebibyte 6cd0e230e6 forgot to remove old dependency 2022-12-04 20:59:43 -05:00
Emma Tebibyte 1d9482be2a initial working cat implementation 2022-12-04 20:46:36 -05:00