aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* core: wcFerass 'Vitali64' EL HAFIDI2022-12-101-0/+85
* box: Fix compiler errorsFerass 'Vitali64' EL HAFIDI2022-12-051-14/+0
* Makefile: Add more utilities in CORE && core/: Use one single function for pr...Ferass 'Vitali64' EL HAFIDI2022-12-0424-191/+182
* 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-032-195/+198
* core/: No more compiler warnings! (Threat all warnings as errors)Ferass 'Vitali64' EL HAFIDI2022-11-2613-22/+9
* core/vi: Use the buffer.Ferass 'Vitali64' EL HAFIDI2022-11-121-81/+43
* Relicense fases core under the 3BSD && Convert all manpages to scdoc && Link ...Ferass 'Vitali64' EL HAFIDI2022-11-1025-300/+575
* core: Add a useless vi/ex implementation.Ferass 'Vitali64' EL HAFIDI2022-11-072-0/+280
* core: Implement ed && Makefile: Add dirname and remove version.hFerass 'Vitali64' EL HAFIDI2022-10-262-1/+168
* 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
* core/[: Print errors to stderr, not stdout.Ferass 'Vitali64' EL HAFIDI2022-09-191-1/+2
* makefile: Use commit hash instead of date in version.h.Ferass 'Vitali64' EL HAFIDI2022-09-181-1/+1
* core/cat: Move the actual cat logic in a separate functionFerass 'Vitali64' EL HAFIDI2022-09-181-13/+21
* core/mv: initialise iFerass 'Vitali64' EL HAFIDI2022-09-181-1/+1
* core/mv: Fix an undefined behaviour by initialising param.Ferass 'Vitali64' EL HAFIDI2022-09-161-0/+2
* core/tail: Fix compiler errorsFerass 'Vitali64' EL HAFIDI2022-09-071-3/+4
* core/cat: Reinitialise the buffer to fix weird bugs.Ferass 'Vitali64' EL HAFIDI2022-08-311-1/+6
* core/ls: Remove buggy and unstable -R implementation.Ferass 'Vitali64' EL HAFIDI2022-08-201-50/+5
* core/more: Get number of lines/columns in the terminal instead of hardcodingFerass 'Vitali64' EL HAFIDI2022-08-161-4/+5
* box: Fix compiler errors && README.md: Add Monero address for donatingFerass 'Vitali64' EL HAFIDI2022-08-151-5/+0
* core/all: Add compile time on the help textFerass 'Vitali64' EL HAFIDI2022-08-1421-61/+171
* core/test: implement `[ -t fildes ]`Ferass 'Vitali64' EL HAFIDI2022-08-111-1/+4
* core/test: use true and false instead of truee and falseeFerass 'Vitali64' EL HAFIDI2022-08-111-34/+34
* box: add a proper error message && core/test: remove useless functionFerass 'Vitali64' EL HAFIDI2022-08-111-7/+0
* core/test: Fix an exit status bugFerass 'Vitali64' EL HAFIDI2022-08-111-1/+1
* box: add test as [Ferass 'Vitali64' EL HAFIDI2022-08-111-0/+1
* Add core/testFerass 'Vitali64' EL HAFIDI2022-08-112-0/+131
* core/dirname: fix typo && box: regenerate box.cFerass 'Vitali64' EL HAFIDI2022-07-301-1/+1
* core/: implement tail!Ferass 'Vitali64' EL HAFIDI2022-07-272-0/+87
* core/: add dirname!Ferass 'Vitali64' EL HAFIDI2022-07-261-0/+46
* core/link: Fix compiler errors && box: regenerate source codeFerass 'Vitali64' EL HAFIDI2022-07-241-0/+6
* core/more: cleanup codeFerass 'Vitali64' EL HAFIDI2022-07-231-9/+2
* core/more: Get a character *without* echoing! && enable commented optionsFerass 'Vitali64' EL HAFIDI2022-07-231-9/+15
* core/*: remove help text where it's uselessFerass 'Vitali64' EL HAFIDI2022-07-235-41/+3
* core/*: Put the main function at the top and other functions at the bottomFerass 'Vitali64' EL HAFIDI2022-07-2217-191/+211
* core/*: reformat help textFerass 'Vitali64' EL HAFIDI2022-07-1916-34/+35
* docs/TODO.md: Update && core/ln: attempt at adding all POSIX optionsFerass 'Vitali64' EL HAFIDI2022-07-191-4/+17
* core/rm: Fix a bad address errorFerass 'Vitali64' EL HAFIDI2022-07-151-4/+8
* core/ln: fix and add more optionsFerass 'Vitali64' EL HAFIDI2022-07-151-6/+11
* core/mv: finish it!Ferass 'Vitali64' EL HAFIDI2022-07-151-7/+25
* core/: rewrite headFerass 'Vitali64' EL HAFIDI2022-07-151-33/+42
* core/: add chownFerass 'Vitali64' EL HAFIDI2022-07-142-0/+62
* core/: add moreFerass 'Vitali64' EL HAFIDI2022-07-142-0/+111
* core/: add rmFerass 'Vitali64' EL HAFIDI2022-07-132-0/+60