Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix style using clang-formatHEADmaster | qorg11 | 2021-06-29 | 41 | -739/+880 |
| | | | | Closes: #2 | ||||
* | whoops | qorg11 | 2021-03-15 | 1 | -5/+3 |
| | |||||
* | wc shows the total of every file if you pass more than one file | qorg11 | 2021-03-15 | 1 | -4/+21 |
| | |||||
* | Don't take file as stdin if you passed a flag after optind | qorg11 | 2021-01-19 | 1 | -13/+7 |
| | | | | | | | In good c libraries, the argv[] array is not resorted with the flags at the beginning, then normal argvs, for example in glibc if you run ./wc file -l -c, argv will be ./wc -l -c file | ||||
* | fix cat to return error if the read fails | qorg11 | 2021-01-14 | 1 | -2/+7 |
| | |||||
* | Make wc read binary data by using fread() instead of fgetc() | qorg11 | 2021-01-02 | 1 | -6/+6 |
| | |||||
* | fix braces styles in wc.c | qorg11 | 2021-01-01 | 1 | -12/+6 |
| | |||||
* | * Cleaned code in the recursive thing | qorg11 | 2020-12-29 | 1 | -38/+38 |
| | | | | | * Print errors if any * Fixed a code copypaste? | ||||
* | * Add recursive directory listing to ls.c | qorg11 | 2020-12-29 | 1 | -8/+50 |
| | | | | | * Now you can actually give it a directory This is very ugly code, and it has to be fixed. | ||||
* | fix indentation in date | qorg11 | 2020-12-26 | 1 | -25/+25 |
| | |||||
* | Add todo to wc | qorg11 | 2020-12-26 | 1 | -1/+13 |
| | |||||
* | * Fix segfault in wc.c when fopen() fails | qorg11 | 2020-12-26 | 1 | -20/+27 |
| | |||||
* | Delete useless blank line | qorg11 | 2020-12-25 | 1 | -1/+0 |
| | |||||
* | Added stat.c | qorg11 | 2020-12-24 | 1 | -0/+60 |
| | | | | | | I was really drunk at the moment of writing this, so code can be *very* better i guess, i'll improve it some other day have a nice dinner tho | ||||
* | Added a bunch of things (mostly indetation), and changelog | qorg11 | 2020-12-19 | 8 | -135/+293 |
| | |||||
* | Fixed stuff in rmdir | qorg11 | 2020-12-18 | 1 | -11/+10 |
| | |||||
* | proto -l in ls | qorg11 | 2020-12-11 | 1 | -4/+10 |
| | | | | | ls requires *serious* revision since its code is fucking horrible. i'll see what i do about it (please help) | ||||
* | trying EBIN indentation style :-------DDDDDDDDDDDD | qorg11 | 2020-12-05 | 1 | -72/+72 |
| | |||||
* | wait i'm fucking stupid, lmao, well musl, good luck searching for a file ↵ | qorg11 | 2020-12-05 | 1 | -7/+7 |
| | | | | called -<CHAR>, but if it makes you happy, go for it my dude | ||||
* | don't take - as stdin if it is a flag (solves musl getopt() bullshit) | qorg11 | 2020-12-05 | 1 | -3/+2 |
| | | | | | | | | | gnu, please add to your FUCKING MANPAGE THAT RESORTING argv IS A FUCKING EXTENSION OF YOUR SHIT, GODDAMN jk, love you GNU, but please, i don't use man 3p that often t. spurdo | ||||
* | sorry, my emacs indentation was retarded | qorg11 | 2020-11-30 | 1 | -19/+19 |
| | |||||
* | less long line | qorg11 | 2020-11-30 | 1 | -2/+3 |
| | |||||
* | Tabs instead of spaces in indentation lol | qorg11 | 2020-11-30 | 1 | -19/+19 |
| | |||||
* | added contributing guideliness | qorg11 | 2020-11-28 | 1 | -0/+7 |
| | |||||
* | im an idiot | qorg11 | 2020-11-28 | 1 | -1/+1 |
| | |||||
* | cat: ignore -u and - can be used for stdin | qorg11 | 2020-11-28 | 1 | -10/+10 |
| | |||||
* | shit to cat.c read the diff lmao | qorg11 | 2020-11-28 | 1 | -6/+5 |
| | |||||
* | https://lainsafe.delegao.moe/files/160545969573108.png | qorg11 | 2020-11-15 | 1 | -1/+1 |
| | |||||
* | Cleanup code | qorg11 | 2020-11-15 | 1 | -6/+5 |
| | |||||
* | %c is better since gnu date gives that by default so take it | qorg11 | 2020-11-15 | 1 | -1/+1 |
| | |||||
* | Added a probably non posix compliant date(1) but it works :DDD | qorg11 | 2020-11-15 | 2 | -2/+41 |
| | |||||
* | Added the -p flag to ls | qorg11 | 2020-11-08 | 1 | -22/+35 |
| | |||||
* | Holy cow, I added comments but I made another commit to k9core! | qorg11 | 2020-10-08 | 1 | -3/+4 |
| | |||||
* | It seems that, somehow, i typed 1 instead of 0 | qorg11 | 2020-09-09 | 1 | -1/+1 |
| | |||||
* | POSIX, I don't really get you sometimes... | qorg11 | 2020-09-09 | 1 | -1/+5 |
| | |||||
* | Added tee! | qorg11 | 2020-09-09 | 1 | -0/+60 |
| | | | | It supports all the POSIX flags! (-i and -a) | ||||
* | added -h flag to chgrp | qorg11 | 2020-09-07 | 1 | -5/+22 |
| | |||||
* | added chgrp | qorg11 | 2020-09-07 | 1 | -0/+24 |
| | |||||
* | wc prints the filename | qorg11 | 2020-08-29 | 1 | -5/+4 |
| | |||||
* | Modified the style | qorg11 | 2020-08-27 | 3 | -15/+21 |
| | |||||
* | Is this ok, POSIX? | qorg11 | 2020-08-24 | 1 | -3/+6 |
| | |||||
* | Remove useless headers | qorg11 | 2020-08-23 | 1 | -2/+0 |
| | |||||
* | Whatever this does lmao | qorg11 | 2020-08-23 | 1 | -0/+36 |
| | |||||
* | cleaned up chmod.c | qorg11 | 2020-08-23 | 1 | -3/+5 |
| | |||||
* | generic case for uname | qorg11 | 2020-08-23 | 1 | -0/+1 |
| | |||||
* | what the hell is -m flag posix is literally the same as -c | qorg11 | 2020-08-23 | 1 | -2/+4 |
| | |||||
* | Finally fixed wc :D | qorg11 | 2020-08-23 | 1 | -25/+32 |
| | |||||
* | Improved uname.c | qorg11 | 2020-08-22 | 1 | -7/+27 |
| | |||||
* | Modified the readme because this also has util-linux packes | qorg11 | 2020-08-22 | 1 | -1/+2 |
| | |||||
* | git you're a bit dumb | qorg11 | 2020-08-22 | 2 | -73/+0 |
| |