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