aboutsummaryrefslogtreecommitdiff
path: root/core/ln.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ln: Count arguments after parsing optionsRunxi Yu2024-07-251-5/+5
* treewide: readd copyrightsFerass El Hafidi2023-04-101-0/+3
* core/ln: return errnoFerass El Hafidi2023-04-091-2/+1
* core/ln: only support 2 arguments (not counting argv[0] before getopt())Ferass El Hafidi2023-04-091-1/+1
* core/ln: get rid of useless for loopFerass El Hafidi2023-04-091-15/+13
* core/ln: fix error handling!Ferass El Hafidi2023-04-081-3/+3
* core/ln: don't use *paramsFerass El Hafidi2023-04-081-1/+1
* core/ln: get rid of *params, uselessFerass El Hafidi2023-04-081-1/+1
* core/ln: handle errors when calling remove()Ferass El Hafidi2023-04-081-1/+1
* core/ln: TODO -- fix error handlingFerass El Hafidi2023-03-311-1/+1
* all: use SPDX identifiers and add a new MAINTAINERS file.Ferass El Hafidi2023-02-161-28/+1
* core/common.*: Move them somewhere else so they can be used by non-POSIX utilsFerass El Hafidi2023-01-111-3/+3
* core/: Properly use getopt()Ferass El Hafidi2023-01-111-15/+13
* *: Update Copyright dateFerass 'Vitali64' EL HAFIDI2023-01-051-1/+1
* (happy new year!) sh: Fix compiler errors && core/: Move print_usage to commo...Ferass 'Vitali64' EL HAFIDI2023-01-051-5/+6
* core/, Makefile, box: Get rid of version.h and use -DVERSION in CFLAGS instead.Ferass 'Vitali64' EL HAFIDI2022-12-251-7/+2
* Makefile: Add more utilities in CORE && core/: Use one single function for pr...Ferass 'Vitali64' EL HAFIDI2022-12-041-15/+6
* core/: No more compiler warnings! (Threat all warnings as errors)Ferass 'Vitali64' EL HAFIDI2022-11-261-1/+1
* Relicense fases core under the 3BSD && Convert all manpages to scdoc && Link ...Ferass 'Vitali64' EL HAFIDI2022-11-101-12/+23
* core/all: Add compile time on the help textFerass 'Vitali64' EL HAFIDI2022-08-141-2/+7
* core/*: Put the main function at the top and other functions at the bottomFerass 'Vitali64' EL HAFIDI2022-07-221-13/+14
* core/*: reformat help textFerass 'Vitali64' EL HAFIDI2022-07-191-5/+5
* docs/TODO.md: Update && core/ln: attempt at adding all POSIX optionsFerass 'Vitali64' EL HAFIDI2022-07-191-4/+17
* core/ln: fix and add more optionsFerass 'Vitali64' EL HAFIDI2022-07-151-6/+11
* core: exit when an argument is needed but none was specified.Ferass 'Vitali64' EL HAFIDI2022-07-081-0/+4
* core: add unfinished lnFerass 'Vitali64' EL HAFIDI2022-07-061-0/+50