Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tree: handle a pointer returned by malloc() | Joursoir | 2022-08-31 | 1 | -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 value | Joursoir | 2022-08-31 | 1 | -3/+3 |
| | |||||
* | tree: make it possible to control the use of color | Joursoir | 2021-06-11 | 1 | -5/+8 |
| | |||||
* | change license | Joursoir | 2021-02-28 | 1 | -0/+18 |
| | |||||
* | improve code and codestyle; mv/rm cmd don't use global vars anymore | Joursoir | 2021-02-26 | 1 | -39/+2 |
| | |||||
* | rename handerror to xstd; create and use some routines | Joursoir | 2021-02-26 | 1 | -14/+1 |
| | |||||
* | create own function: tree | Joursoir | 2021-02-26 | 1 | -0/+142 |