| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
possible
|
| |
|
|
|
|
|
|
|
|
| |
* Allocate argv array with a character pointer, not just a byte (whoops)
* Removed unneeded cast
* Allocate enough memory for the output string
* free() argv's resources
* [l]strip() now strips blanks AND whitespaces from strings
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Add strdup_array()
* Begin consolidating spm root information into SPM_Hierarchy
* Begin consolidating metadata
* Begin trimming repeated code (mostly file reading)
* Store information about installed packages under [root]/var/db/records
|
| |
|
|
|
|
|
|
|
|
|
| |
* Implement multiple manifests
* Random bug fixes
* More bugs added
* Start removing references to SPM_GLOBAL.package_dir
* Start using manifests for everything
* Simplify mkmanifest_interface
|
|
* Move prototypes and definitions to respective header files
* Renamed strings.h to str.h to avoid collision with standard library header
|