aboutsummaryrefslogtreecommitdiffstats
path: root/src/implementation.c
Commit message (Collapse)AuthorAgeFilesLines
* improve code and codestyle; mv/rm cmd don't use global vars anymoreJoursoir2021-02-261-10/+5
|
* rename handerror to xstd; create and use some routinesJoursoir2021-02-261-1/+1
|
* add recursive mkdir, improve error handlingJoursoir2021-02-251-78/+72
|
* refactor codeJoursoir2021-02-241-22/+12
|
* change recognizing of commands; many printf -> one printfJoursoir2021-02-221-11/+0
|
* correct typos, change vars namev1.0cJoursoir2021-01-141-14/+12
|
* refactor generator of passwordJoursoir2021-01-141-20/+6
|
* rewrite shell script 'copy' to c languageJoursoir2021-01-141-5/+28
|
* some features:Joursoir2020-10-311-0/+256
remake README.md for new code architecture; add help command; add man page;