Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor project structure: | Joseph Hunkeler | 2020-02-11 | 1 | -591/+0 |
| | | | | | * Move prototypes and definitions to respective header files * Renamed strings.h to str.h to avoid collision with standard library header | ||||
* | Reorganize calloc arguments | Joseph Hunkeler | 2020-02-07 | 1 | -1/+1 |
| | |||||
* | Add normalize_space | Joseph Hunkeler | 2020-02-05 | 1 | -0/+53 |
| | |||||
* | SEAD - memory leaks | Joseph Hunkeler | 2020-01-30 | 1 | -1/+1 |
| | |||||
* | Fix more memory leaks: | Joseph Hunkeler | 2020-01-28 | 1 | -2/+2 |
| | | | | | Add ability to free ManifestPackage structure Fix bug: manifest_search pointer got free()ed accidentally. | ||||
* | Change fstree signature | Joseph Hunkeler | 2020-01-22 | 1 | -6/+6 |
| | | | | | Change strstr_array return type to char* Re-add and reorder a few prototypes in spm.h | ||||
* | split() returns NULL if input string is NULL | Joseph Hunkeler | 2020-01-14 | 1 | -0/+3 |
| | |||||
* | Fix inane compiler warnings | Joseph Hunkeler | 2019-12-30 | 1 | -5/+5 |
| | | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set" | ||||
* | Minor fixes: | Joseph Hunkeler | 2019-12-29 | 1 | -3/+3 |
| | | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks | ||||
* | Fixes: | Joseph Hunkeler | 2019-12-28 | 1 | -3/+15 |
| | | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer. | ||||
* | Listing packages and printing banners | Joseph Hunkeler | 2019-12-26 | 1 | -0/+18 |
| | |||||
* | Version matching and package searching | Joseph Hunkeler | 2019-12-26 | 1 | -0/+18 |
| | |||||
* | Add join() | Joseph Hunkeler | 2019-12-20 | 1 | -0/+50 |
| | |||||
* | Make command line argument a thing | Joseph Hunkeler | 2019-12-19 | 1 | -4/+10 |
| | |||||
* | Refactor project structure | Joseph Hunkeler | 2019-12-18 | 1 | -0/+431 |