index
:
slibtool
main
a surrogate libtool implementation, written in C
midipix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
helper
/
slbt_archive_import.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-18
process spawning and forking: use dup2, not dup, in the child process.
midipix
1
-2
/
+1
2017-11-18
process forking and spawning: call _exit, not exit, in the child process.
midipix
1
-1
/
+1
2017-08-10
slibtool-shared: properly handle .la arguments when creating an archive.
midipix
1
-0
/
+5
2017-02-05
annual chores, properly performed.
midipix
1
-1
/
+1
2017-02-04
annual chores.
midipix
1
-1
/
+1
2016-11-01
error trace: use descriptive errcodes for invocations of SLBT_CUSTOM_ERROR.
Kylie McClain
1
-1
/
+1
2016-09-03
slbt_archive_import(): added error trace support.
midipix
1
-6
/
+8
2016-06-17
slbt_mri_argument(): properly handle absolute path arg.
midipix
1
-6
/
+13
2016-04-30
slbt_archive_import(): fix child process control flow.
midipix
1
-3
/
+2
2016-04-23
slbt_archive_import(): fix header inclusion and variable naming.
midipix
1
-5
/
+5
2016-04-23
added slbt_archive_import(): work around ar(1) MRI parser limitations.
midipix
1
-2
/
+47
2016-04-18
library: helper functions: fix linkage of slbt_archive_import().
midipix
1
-1
/
+1
2016-04-13
library: helper functions: added slbt_archive_import().
midipix
1
-0
/
+95