aboutsummaryrefslogtreecommitdiffstats
path: root/src/tree.c
Commit message (Collapse)AuthorAgeFilesLines
* tree: handle a pointer returned by malloc()Joursoir2022-08-311-0/+1
| | | | | | | | It is wrong to assume that malloc() always returns allocated memory. Unfortunately, it can return NULL. The rest of the code that uses malloc() should be refactored. That's the reason why we can't do it right now.
* tree: indent one tab between macro name and valueJoursoir2022-08-311-3/+3
|
* tree: make it possible to control the use of colorJoursoir2021-06-111-5/+8
|
* change licenseJoursoir2021-02-281-0/+18
|
* improve code and codestyle; mv/rm cmd don't use global vars anymoreJoursoir2021-02-261-39/+2
|
* rename handerror to xstd; create and use some routinesJoursoir2021-02-261-14/+1
|
* create own function: treeJoursoir2021-02-261-0/+142