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
/
arbits
/
slbt_archive_meta.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-26
struct ar_meta_member_info: added pointer to the archive member's raw header.
midipix
1
-1
/
+2
2024-01-26
slbt_get_archive_meta(): user-visible structure: set value of a_memberv.
midipix
1
-0
/
+3
2024-01-26
slbt_ar_parse_primary_armap_sysv_64(): properly handle empty string tables.
midipix
1
-1
/
+1
2024-01-26
slbt_ar_parse_primary_armap_sysv_32(): properly handle empty string tables.
midipix
1
-1
/
+1
2024-01-26
slbt_ar_parse_primary_armap_bsd_64(): more strictly validate the string table.
midipix
1
-1
/
+21
2024-01-26
slbt_ar_parse_primary_armap_bsd_32(): more strictly validate the string table.
midipix
1
-1
/
+21
2024-01-25
slbt_ar_parse_primary_armap_sysv_64(): perform strict armap validation.
midipix
1
-0
/
+41
2024-01-25
slbt_ar_parse_primary_armap_sysv_32(): perform strict armap validation.
midipix
1
-0
/
+41
2024-01-25
slbt_get_archive_meta(): properly special-case the /SYM64/ member name.
midipix
1
-0
/
+22
2024-01-25
slbt_get_archive_meta(): optimize stack utilization.
midipix
1
-2
/
+2
2024-01-25
slbt_ar_parse_primary_armap_bsd_64(): perform strict armap validation.
midipix
1
-6
/
+49
2024-01-25
slbt_ar_parse_primary_armap_bsd_32(): perform strict armap validation.
midipix
1
-5
/
+46
2024-01-22
slbt_get_archive_meta(): initial implementation.
midipix
1
-0
/
+922