index
:
gh_mirror/jhunkeler/spmc.git
master
versioning
Simple Package Manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix: spm_prompt_user did not capture input and process it as intended
Joseph Hunkeler
2020-03-28
1
-54
/
+19
*
Add strcmp_array() function
Joseph Hunkeler
2020-03-28
1
-0
/
+41
*
Return NULL if input is NULL
Joseph Hunkeler
2020-03-27
1
-0
/
+5
*
Explicit return
Joseph Hunkeler
2020-03-27
1
-0
/
+1
*
Fix compiler warnings not triggering
Joseph Hunkeler
2020-03-27
1
-2
/
+2
*
Bugfix: Terminate array
Joseph Hunkeler
2020-03-27
1
-1
/
+1
*
Use getenv_pair() to construct a basic runtime environment
Joseph Hunkeler
2020-03-27
1
-1
/
+55
*
Bugfix: Terminate array
Joseph Hunkeler
2020-03-26
1
-1
/
+1
*
Guarantee the array is terminated
Joseph Hunkeler
2020-03-26
1
-0
/
+1
*
Fix segfault caused by freeing records for no reason:
Joseph Hunkeler
2020-03-26
5
-18
/
+22
*
Bugfix: Replace char &reference with const char[] string.
Joseph Hunkeler
2020-03-25
1
-2
/
+2
*
Fix a few memory leaks:
Joseph Hunkeler
2020-03-25
3
-9
/
+22
*
Fix double less-than check
Joseph Hunkeler
2020-03-25
1
-1
/
+1
*
Add .circleci/config.yml
Joseph Hunkeler
2020-03-25
3
-21
/
+19
*
Fix bugs uncovered by tests
Joseph Hunkeler
2020-03-24
1
-39
/
+110
*
Refactor project: build/install libspm[_static.a].so to make unit testing pos...
Joseph Hunkeler
2020-03-18
27
-0
/
+7119