Log In
cross
/
slibtool
Clone
Source Code
GIT
Source
Issues
8
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
d4b2a5
slbt_util_real_path(): rewrite as a wrapper around an internal slbt_realpath().
Authored and Committed by
midipix
9 months ago
raw
patch
tree
parent
10 files changed.
131 lines added
.
93 lines removed
.
project/common.mk
file modified
+1
-0
project/headers.mk
file modified
+1
-0
src/fallback/slbt_archive_import_mri.c
file modified
+1
-1
src/internal/slibtool_lconf_impl.c
file modified
+3
-2
src/internal/slibtool_realpath_impl.c
file added
+103
src/internal/slibtool_realpath_impl.h
file added
+13
src/logic/linkcmd/slbt_linkcmd_dsolib.c
file modified
+2
-1
src/logic/linkcmd/slbt_linkcmd_executable.c
file modified
+2
-1
src/output/slbt_output_fdcwd.c
file modified
+3
-2
src/util/slbt_realpath.c
file modified
+2
-86
slbt_util_real_path(): rewrite as a wrapper around an internal slbt_realpath().
project/common.mk
file modified
+1
-0
project/headers.mk
file modified
+1
-0
src/fallback/slbt_archive_import_mri.c
file modified
+1
-1
src/internal/slibtool_lconf_impl.c
file modified
+3
-2
src/internal/slibtool_realpath_impl.c
file added
+103
src/internal/slibtool_realpath_impl.h
file added
+13
src/logic/linkcmd/slbt_linkcmd_dsolib.c
file modified
+2
-1
src/logic/linkcmd/slbt_linkcmd_executable.c
file modified
+2
-1
src/output/slbt_output_fdcwd.c
file modified
+3
-2
src/util/slbt_realpath.c
file modified
+2
-86