aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Makefile: Fix compiler errorsFerass 'Vitali64' EL HAFIDI2022-11-251-1/+1
* Add a WIP GIFFerass 'Vitali64' EL HAFIDI2022-11-202-0/+4
* core/vi: Use the buffer.Ferass 'Vitali64' EL HAFIDI2022-11-121-81/+43
* README: Document the licenses used.Ferass 'Vitali64' EL HAFIDI2022-11-101-1/+15
* Relicense fases core under the 3BSD && Convert all manpages to scdoc && Link ...Ferass 'Vitali64' EL HAFIDI2022-11-1042-555/+998
* docs/: Finally add a license.Ferass 'Vitali64' EL HAFIDI2022-11-082-0/+36
* core: Add a useless vi/ex implementation.Ferass 'Vitali64' EL HAFIDI2022-11-073-1/+291
* README.md: Add information about the documentation being incomplete && Create...Ferass 'Vitali64' EL HAFIDI2022-11-032-0/+47
* core: Implement ed && Makefile: Add dirname and remove version.hFerass 'Vitali64' EL HAFIDI2022-10-262-1/+168
* config.mk: Globally use a feature test macro.Ferass 'Vitali64' EL HAFIDI2022-10-232-2/+2
* docs/MIRRORS.md: Add more mirrors.Ferass 'Vitali64' EL HAFIDI2022-10-231-4/+5
* core/ls: Calculate number of columns to print.Ferass 'Vitali64' EL HAFIDI2022-10-231-8/+20
* core/ls: Fix date issues when using the -l option.Ferass 'Vitali64' EL HAFIDI2022-10-231-7/+6
* ls: ***ONE LINE FIX*** Do not follow symbolic links when -l is used.Ferass 'Vitali64' EL HAFIDI2022-10-231-1/+1
* sh: Fix error handling.Ferass 'Vitali64' EL HAFIDI2022-10-152-6/+6
* sh: Remove debugging junk and add a link to the POSIX sh specification.Ferass 'Vitali64' EL HAFIDI2022-10-151-2/+3
* sh: Fix a weird bug before adding support for &&.Ferass 'Vitali64' EL HAFIDI2022-10-151-3/+9
* sh: Move error handling to parseCommand()Ferass 'Vitali64' EL HAFIDI2022-10-142-4/+3
* sh: Add support for being able to run multiple commands in a single line using ;Ferass 'Vitali64' EL HAFIDI2022-10-131-3/+13
* sh: Add support for commentsFerass 'Vitali64' EL HAFIDI2022-10-131-1/+5
* sh: Add the ability to finally run commands from a file! && Fix weird error h...Ferass 'Vitali64' EL HAFIDI2022-10-132-7/+21