aboutsummaryrefslogtreecommitdiff
path: root/COPYING.GPLv3 (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-18Initial commit.Ferass 'Vitali64' EL HAFIDI1-3/+1
2022-11-12core/vi: Use the buffer.Ferass 'Vitali64' EL HAFIDI1-81/+43
2022-11-10README: Document the licenses used.Ferass 'Vitali64' EL HAFIDI1-1/+15
2022-11-10Relicense fases core under the 3BSD && Convert all manpages to scdoc && Link ...Ferass 'Vitali64' EL HAFIDI42-555/+998
2022-11-08docs/: Finally add a license.Ferass 'Vitali64' EL HAFIDI2-0/+36
2022-11-07core: Add a useless vi/ex implementation.Ferass 'Vitali64' EL HAFIDI3-1/+291
2022-11-03README.md: Add information about the documentation being incomplete && Create...Ferass 'Vitali64' EL HAFIDI2-0/+47
2022-10-26core: Implement ed && Makefile: Add dirname and remove version.hFerass 'Vitali64' EL HAFIDI2-1/+168
2022-10-23config.mk: Globally use a feature test macro.Ferass 'Vitali64' EL HAFIDI2-2/+2
2022-10-23docs/MIRRORS.md: Add more mirrors.Ferass 'Vitali64' EL HAFIDI1-4/+5
2022-10-23core/ls: Calculate number of columns to print.Ferass 'Vitali64' EL HAFIDI1-8/+20
2022-10-23core/ls: Fix date issues when using the -l option.Ferass 'Vitali64' EL HAFIDI1-7/+6
2022-10-23ls: ***ONE LINE FIX*** Do not follow symbolic links when -l is used.Ferass 'Vitali64' EL HAFIDI1-1/+1
2022-10-15sh: Fix error handling.Ferass 'Vitali64' EL HAFIDI2-6/+6
2022-10-15sh: Remove debugging junk and add a link to the POSIX sh specification.Ferass 'Vitali64' EL HAFIDI1-2/+3
2022-10-15sh: Fix a weird bug before adding support for &&.Ferass 'Vitali64' EL HAFIDI1-3/+9
2022-10-14sh: Move error handling to parseCommand()Ferass 'Vitali64' EL HAFIDI2-4/+3
2022-10-13sh: Add support for being able to run multiple commands in a single line using ;Ferass 'Vitali64' EL HAFIDI1-3/+13
2022-10-13sh: Add support for commentsFerass 'Vitali64' EL HAFIDI1-1/+5
2022-10-13sh: Add the ability to finally run commands from a file! && Fix weird error h...Ferass 'Vitali64' EL HAFIDI2-7/+21
2022-10-12sh: Move the command runner mechanism to a separate function && fix various s...Ferass 'Vitali64' EL HAFIDI3-22/+38