aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* core/head: Properly handle standard inputFerass El Hafidi2023-03-041-12/+9
* core/head: Fix a tiny typo (that introduced a bug) and a segmentation faultFerass El Hafidi2023-03-031-2/+2
* core/[: Check argv[0], don't use basename()Ferass El Hafidi2023-03-031-2/+1
* core/[: Use lstat() instead of stat()Ferass El Hafidi2023-03-021-1/+1
* core/wc: Fix bug -- see descriptionFerass El Hafidi2023-03-021-1/+1
* core/cat: Fix bug - see descriptionFerass El Hafidi2023-03-021-1/+2
* core/uname: Fix argument parsingFerass El Hafidi2023-03-011-11/+7
* man/: tee.1Ferass El Hafidi2023-02-271-0/+38
* core/: teeFerass El Hafidi2023-02-272-0/+54
* Makefile: Fix box not compiling && man/: cmp.1Ferass El Hafidi2023-02-224-3/+42
* core/: cmpFerass El Hafidi2023-02-212-0/+55
* man/: tty.1Ferass El Hafidi2023-02-191-0/+27
* core/: ttyFerass El Hafidi2023-02-192-0/+22
* box/Makefile: Be able to not include core utilitiesFerass El Hafidi2023-02-193-85/+11
* Makefile: Fix error when running 'make' or 'make all'Ferass El Hafidi2023-02-192-1/+9
* all: use SPDX identifiers and add a new MAINTAINERS file.Ferass El Hafidi2023-02-1644-1097/+81
* sh: shorten commentsFerass El Hafidi2023-02-022-22/+5
* core/ls: Use OPERANDS instead of (char *)params in getopt() and remove the -R...Ferass El Hafidi2023-01-281-8/+2
* common/common.c: Just say fases && extras/errno: Refactor (use strerrno and p...Ferass El Hafidi2023-01-113-255/+8
* core/common.*: Move them somewhere else so they can be used by non-POSIX utilsFerass El Hafidi2023-01-1125-59/+59
* core/: Properly use getopt()Ferass El Hafidi2023-01-1114-107/+86
* core/mv: Fix error handlingFerass El Hafidi2023-01-081-2/+3
* Makefiles: Remove useless `echo`es and don't compile in a subdirectoryFerass El Hafidi2023-01-075-16/+175
* core/ls: Fix compiler errors in Alpine LinuxFerass El Hafidi2023-01-061-1/+1
* Makefile: Fix fases box compiling errorsFerass El Hafidi2023-01-062-7/+10
* config.mk: typoFerass El Hafidi2023-01-061-1/+1
* Remove useless fileFerass El Hafidi2023-01-061-0/+0
* make: Set CORE to the currently-implemented utils insteadFerass El Hafidi2023-01-063-135/+5
* *: Update Copyright date #2Ferass 'Vitali64' EL HAFIDI2023-01-052-2/+2
* *: Update Copyright dateFerass 'Vitali64' EL HAFIDI2023-01-0531-31/+31
* core/Makefile, config.mk: Add all POSIX utilities and ignore those who aren't...Ferass 'Vitali64' EL HAFIDI2023-01-052-166/+138
* (happy new year!) sh: Fix compiler errors && core/: Move print_usage to commo...Ferass 'Vitali64' EL HAFIDI2023-01-0527-128/+145
* branding: Rename 'Ferass' Base System' to just 'fases'.Ferass 'Vitali64' EL HAFIDI2022-12-2511-20/+20
* core/, Makefile, box: Get rid of version.h and use -DVERSION in CFLAGS instead.Ferass 'Vitali64' EL HAFIDI2022-12-2526-159/+40
* */Makefile && config.mk: Simplify and remove unnecessary echoes.Ferass 'Vitali64' EL HAFIDI2022-12-254-66/+59
* docs/: Remove all documentation #2Ferass 'Vitali64' EL HAFIDI2022-12-172-219/+1
* docs/: Remove all documentationFerass 'Vitali64' EL HAFIDI2022-12-179-355/+11
* docs/: CONTRIBUTE.mdFerass 'Vitali64' EL HAFIDI2022-12-162-0/+75
* core/wc: Error handling.Ferass 'Vitali64' EL HAFIDI2022-12-101-1/+7
* core/wc: Add support for `wc file1 file2`Ferass 'Vitali64' EL HAFIDI2022-12-101-13/+26
* core/wc: Remove unneeded #includesFerass 'Vitali64' EL HAFIDI2022-12-101-4/+0
* README: Remove trailing spaceFerass 'Vitali64' EL HAFIDI2022-12-101-2/+1
* README: Put the GIF to the bottom.Ferass 'Vitali64' EL HAFIDI2022-12-101-2/+2
* core: wcFerass 'Vitali64' EL HAFIDI2022-12-102-2/+87
* Silent please.Ferass 'Vitali64' EL HAFIDI2022-12-052-5/+19
* box: Fix compiler errorsFerass 'Vitali64' EL HAFIDI2022-12-055-26/+13
* Makefile: Add more utilities in CORE && core/: Use one single function for pr...Ferass 'Vitali64' EL HAFIDI2022-12-0425-193/+186
* Makefile: Fix bugs in the test suite.Ferass 'Vitali64' EL HAFIDI2022-12-031-3/+1
* Makefile: Make it more compact and add a test suite && README: New XMPP channelFerass 'Vitali64' EL HAFIDI2022-12-033-197/+208
* core/: No more compiler warnings! (Threat all warnings as errors)Ferass 'Vitali64' EL HAFIDI2022-11-2614-23/+10