aboutsummaryrefslogtreecommitdiff
path: root/src/strings.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor project structure:Joseph Hunkeler2020-02-111-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 argumentsJoseph Hunkeler2020-02-071-1/+1
|
* Add normalize_spaceJoseph Hunkeler2020-02-051-0/+53
|
* SEAD - memory leaksJoseph Hunkeler2020-01-301-1/+1
|
* Fix more memory leaks:Joseph Hunkeler2020-01-281-2/+2
| | | | | Add ability to free ManifestPackage structure Fix bug: manifest_search pointer got free()ed accidentally.
* Change fstree signatureJoseph Hunkeler2020-01-221-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 NULLJoseph Hunkeler2020-01-141-0/+3
|
* Fix inane compiler warningsJoseph Hunkeler2019-12-301-5/+5
| | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set"
* Minor fixes:Joseph Hunkeler2019-12-291-3/+3
| | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks
* Fixes:Joseph Hunkeler2019-12-281-3/+15
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* Listing packages and printing bannersJoseph Hunkeler2019-12-261-0/+18
|
* Version matching and package searchingJoseph Hunkeler2019-12-261-0/+18
|
* Add join()Joseph Hunkeler2019-12-201-0/+50
|
* Make command line argument a thingJoseph Hunkeler2019-12-191-4/+10
|
* Refactor project structureJoseph Hunkeler2019-12-181-0/+431