Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | core/head: Properly handle standard input | Ferass El Hafidi | 2023-03-04 | 1 | -12/+9 | |
* | core/head: Fix a tiny typo (that introduced a bug) and a segmentation fault | Ferass El Hafidi | 2023-03-03 | 1 | -2/+2 | |
* | core/[: Check argv[0], don't use basename() | Ferass El Hafidi | 2023-03-03 | 1 | -2/+1 | |
* | core/[: Use lstat() instead of stat() | Ferass El Hafidi | 2023-03-02 | 1 | -1/+1 | |
* | core/wc: Fix bug -- see description | Ferass El Hafidi | 2023-03-02 | 1 | -1/+1 | |
* | core/cat: Fix bug - see description | Ferass El Hafidi | 2023-03-02 | 1 | -1/+2 | |
* | core/uname: Fix argument parsing | Ferass El Hafidi | 2023-03-01 | 1 | -11/+7 | |
* | man/: tee.1 | Ferass El Hafidi | 2023-02-27 | 1 | -0/+38 | |
* | core/: tee | Ferass El Hafidi | 2023-02-27 | 2 | -0/+54 | |
* | Makefile: Fix box not compiling && man/: cmp.1 | Ferass El Hafidi | 2023-02-22 | 4 | -3/+42 | |
* | core/: cmp | Ferass El Hafidi | 2023-02-21 | 2 | -0/+55 | |
* | man/: tty.1 | Ferass El Hafidi | 2023-02-19 | 1 | -0/+27 | |
* | core/: tty | Ferass El Hafidi | 2023-02-19 | 2 | -0/+22 | |
* | box/Makefile: Be able to not include core utilities | Ferass El Hafidi | 2023-02-19 | 3 | -85/+11 | |
* | Makefile: Fix error when running 'make' or 'make all' | Ferass El Hafidi | 2023-02-19 | 2 | -1/+9 | |
* | all: use SPDX identifiers and add a new MAINTAINERS file. | Ferass El Hafidi | 2023-02-16 | 44 | -1097/+81 | |
* | sh: shorten comments | Ferass El Hafidi | 2023-02-02 | 2 | -22/+5 | |
* | core/ls: Use OPERANDS instead of (char *)params in getopt() and remove the -R... | Ferass El Hafidi | 2023-01-28 | 1 | -8/+2 | |
* | common/common.c: Just say fases && extras/errno: Refactor (use strerrno and p... | Ferass El Hafidi | 2023-01-11 | 3 | -255/+8 | |
* | core/common.*: Move them somewhere else so they can be used by non-POSIX utils | Ferass El Hafidi | 2023-01-11 | 25 | -59/+59 | |
* | core/: Properly use getopt() | Ferass El Hafidi | 2023-01-11 | 14 | -107/+86 | |
* | core/mv: Fix error handling | Ferass El Hafidi | 2023-01-08 | 1 | -2/+3 | |
* | Makefiles: Remove useless `echo`es and don't compile in a subdirectory | Ferass El Hafidi | 2023-01-07 | 5 | -16/+175 | |
* | core/ls: Fix compiler errors in Alpine Linux | Ferass El Hafidi | 2023-01-06 | 1 | -1/+1 | |
* | Makefile: Fix fases box compiling errors | Ferass El Hafidi | 2023-01-06 | 2 | -7/+10 | |
* | config.mk: typo | Ferass El Hafidi | 2023-01-06 | 1 | -1/+1 | |
* | Remove useless file | Ferass El Hafidi | 2023-01-06 | 1 | -0/+0 | |
* | make: Set CORE to the currently-implemented utils instead | Ferass El Hafidi | 2023-01-06 | 3 | -135/+5 | |
* | *: Update Copyright date #2 | Ferass 'Vitali64' EL HAFIDI | 2023-01-05 | 2 | -2/+2 | |
* | *: Update Copyright date | Ferass 'Vitali64' EL HAFIDI | 2023-01-05 | 31 | -31/+31 | |
* | core/Makefile, config.mk: Add all POSIX utilities and ignore those who aren't... | Ferass 'Vitali64' EL HAFIDI | 2023-01-05 | 2 | -166/+138 | |
* | (happy new year!) sh: Fix compiler errors && core/: Move print_usage to commo... | Ferass 'Vitali64' EL HAFIDI | 2023-01-05 | 27 | -128/+145 | |
* | branding: Rename 'Ferass' Base System' to just 'fases'. | Ferass 'Vitali64' EL HAFIDI | 2022-12-25 | 11 | -20/+20 | |
* | core/, Makefile, box: Get rid of version.h and use -DVERSION in CFLAGS instead. | Ferass 'Vitali64' EL HAFIDI | 2022-12-25 | 26 | -159/+40 | |
* | */Makefile && config.mk: Simplify and remove unnecessary echoes. | Ferass 'Vitali64' EL HAFIDI | 2022-12-25 | 4 | -66/+59 | |
* | docs/: Remove all documentation #2 | Ferass 'Vitali64' EL HAFIDI | 2022-12-17 | 2 | -219/+1 | |
* | docs/: Remove all documentation | Ferass 'Vitali64' EL HAFIDI | 2022-12-17 | 9 | -355/+11 | |
* | docs/: CONTRIBUTE.md | Ferass 'Vitali64' EL HAFIDI | 2022-12-16 | 2 | -0/+75 | |
* | core/wc: Error handling. | Ferass 'Vitali64' EL HAFIDI | 2022-12-10 | 1 | -1/+7 | |
* | core/wc: Add support for `wc file1 file2` | Ferass 'Vitali64' EL HAFIDI | 2022-12-10 | 1 | -13/+26 | |
* | core/wc: Remove unneeded #includes | Ferass 'Vitali64' EL HAFIDI | 2022-12-10 | 1 | -4/+0 | |
* | README: Remove trailing space | Ferass 'Vitali64' EL HAFIDI | 2022-12-10 | 1 | -2/+1 | |
* | README: Put the GIF to the bottom. | Ferass 'Vitali64' EL HAFIDI | 2022-12-10 | 1 | -2/+2 | |
* | core: wc | Ferass 'Vitali64' EL HAFIDI | 2022-12-10 | 2 | -2/+87 | |
* | Silent please. | Ferass 'Vitali64' EL HAFIDI | 2022-12-05 | 2 | -5/+19 | |
* | box: Fix compiler errors | Ferass 'Vitali64' EL HAFIDI | 2022-12-05 | 5 | -26/+13 | |
* | Makefile: Add more utilities in CORE && core/: Use one single function for pr... | Ferass 'Vitali64' EL HAFIDI | 2022-12-04 | 25 | -193/+186 | |
* | Makefile: Fix bugs in the test suite. | Ferass 'Vitali64' EL HAFIDI | 2022-12-03 | 1 | -3/+1 | |
* | Makefile: Make it more compact and add a test suite && README: New XMPP channel | Ferass 'Vitali64' EL HAFIDI | 2022-12-03 | 3 | -197/+208 | |
* | core/: No more compiler warnings! (Threat all warnings as errors) | Ferass 'Vitali64' EL HAFIDI | 2022-11-26 | 14 | -23/+10 |