index
:
slibtool
main
a surrogate libtool implementation, written in C
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
internal
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-13
internals: slbt_spawn(): always record process creation and execution errors.
midipix
1
-3
/
+9
2018-07-11
driver: added --windres support.
midipix
1
-0
/
+2
2018-07-07
internals: added missing notes for recently-added translation units.
midipix
2
-0
/
+12
2018-07-07
implementation: use of openat(): define _POSIX_C_SOURCE as needed.
midipix
3
-0
/
+12
2018-07-06
library interfaces: invocations of openat() now use the context's fdcwd.
midipix
2
-4
/
+6
2018-07-06
driver: struct slbt_fd_ctx: added .fdcwd and .fddst.
midipix
1
-0
/
+14
2018-06-29
internals: re-implemented slbt_create_compatible_object_wrapper() w. pure fdio.
midipix
1
-6
/
+10
2018-06-29
internals: re-implemented slbt_create_default_object_wrapper() w. pure fdio.
midipix
1
-6
/
+12
2018-06-29
internals: re-implemented slbt_create_compatible_library_wrapper() w. pure fdio.
midipix
1
-6
/
+10
2018-06-29
internals: re-implemented slbt_create_default_library_wrapper() w. pure fdio.
midipix
1
-6
/
+12
2018-06-29
execution context: generated wrapper: replaced the stream with a pure fd.
midipix
1
-0
/
+41
2018-06-29
internals: added slbt_mapped_readline().
midipix
2
-0
/
+47
2018-06-29
internals: added slbt_map_file(), slbt_unmap_file().
midipix
2
-0
/
+96
2018-06-27
internal headers: add missing guards and notes, remove unneeded notes.
midipix
7
-10
/
+34
2018-06-27
internal headers: fix oversight typos.
midipix
1
-2
/
+2
2018-06-27
annual chores.
midipix
11
-11
/
+11
2018-06-27
driver, library interfaces: support alternate fd's for input/output/error/log.
midipix
1
-0
/
+29
2018-06-27
driver: argv usage and error output: use the signal-resilient slbt_dprintf().
midipix
2
-0
/
+5
2018-06-27
internals: added slbt_dprintf(), a signal-resilient dprintf implementation.
midipix
2
-0
/
+62
2018-06-27
argv.h: output usage and errors using [argv_]dprintf rather than fprint.
midipix
1
-36
/
+42
2018-06-27
argv.h: argv_get(): be consistent between forward decl. and impl.
midipix
1
-1
/
+1
2018-06-27
argv.h: move definition of struct argv_meta_impl to the implementation block.
midipix
1
-6
/
+6
2018-06-21
link mode: --disable-{shared|static}: use differently-named placeholders.
midipix
2
-5
/
+41
2018-05-23
argv.h: whitespace meditation.
midipix
1
-5
/
+9
2018-05-23
argv: argv_scan(): properly handle optional argument values of short options.
midipix
1
-0
/
+2
2018-03-05
driver: support -export-dynamic (currently as a no-op).
midipix
1
-0
/
+1
2017-10-26
driver: added --mdso and --implib support.
midipix
1
-0
/
+3
2017-08-11
driver: added initial -dlpreopen support.
midipix
1
-0
/
+1
2017-08-11
driver: support -thread-safe more elegantly.
midipix
1
-0
/
+1
2017-02-09
annual chores: normalize date range in internal header.
midipix
1
-1
/
+1
2017-02-05
annual chores, properly performed.
midipix
11
-11
/
+11
2017-02-04
annual chores.
midipix
11
-11
/
+11
2016-12-26
argv.h: struct argv_ctx: .unitidx and .erridx are set via pointer arithmetic.
midipix
1
-2
/
+2
2016-12-25
argv.h: use an option vector rather than a direct pointer to the option table.
midipix
2
-31
/
+54
2016-12-14
link mode: create an archive /dev/null symlink placeholder as needed.
midipix
1
-2
/
+3
2016-11-26
argv.h: error code path: remove unneeded if statement (always true).
midipix
1
-5
/
+2
2016-10-26
driver: struct slbt_error_info: extend and refactor.
midipix
2
-20
/
+21
2016-10-25
argv.h: argv_usage(): use correct format for short option name in short mode.
midipix
1
-1
/
+1
2016-10-24
driver: removed unit context and related interfaces (not needed by slibtool).
midipix
1
-7
/
+0
2016-10-07
driver: added support for -dlopen (currently a no-op).
midipix
1
-0
/
+1
2016-09-30
library: helper functions: implemented compatible library and objects wrappers.
Sebastian Wiedenroth
2
-5
/
+164
2016-09-24
uninstall mode: initial implementation.
midipix
1
-0
/
+25
2016-09-19
driver: accommodate hosts that occasionally use '-portbld-' in their triple.
midipix
1
-0
/
+1
2016-09-11
install mode: support the -f (force copy) command line argument.
midipix
1
-0
/
+1
2016-09-05
slbt_spawn(): reset value of errno after successful child process creation.
midipix
1
-1
/
+2
2016-09-03
slbt_create_symlink(): added error trace support.
midipix
1
-6
/
+9
2016-09-03
slbt_create_default_object_wrapper(): added error trace support.
midipix
1
-2
/
+4
2016-09-03
slbt_create_default_library_wrapper(): added error trace support.
midipix
1
-2
/
+4
2016-09-03
internals: error trace implementation: added slbt_record_error().
midipix
2
-0
/
+121
2016-09-03
driver: added initial error info vector and buffer allocation.
midipix
1
-0
/
+4
[next]