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 (
Collapse
)
Author
Files
Lines
2024-02-28
archiver api: added slbt_ar_update_syminfo() (nm output to symbol info vector).
midipix
1
-0
/
+9
2024-02-19
library api's: _ar_ (in-memory archiver) namespace overhaul.
midipix
1
-27
/
+27
2024-02-18
slbt_get_archive_meta(): check whether all object members share binary format.
midipix
1
-0
/
+12
2024-02-18
code base: set the visilbity of internal library interfaces to hidden.
midipix
1
-1
/
+2
2024-02-17
ar mode: pretty printer: symbols, mapfile: produce a sorted output by default.
midipix
1
-0
/
+3
2024-02-07
slbt_get_archive_meta(): bsd symrefs vector: fix ar_name_offset logic.
midipix
1
-2
/
+4
2024-02-04
struct slbt_archive_meta: store reference to the (optional) long names member.
midipix
1
-0
/
+6
2024-01-29
slbt_ar_parse_primary_armap_sysv_64(): move to own translation unit.
midipix
1
-111
/
+0
2024-01-29
slbt_ar_parse_primary_armap_sysv_32(): move to own translation unit.
midipix
1
-103
/
+0
2024-01-29
slbt_ar_parse_primary_armap_bsd_64(): move to own translation unit.
midipix
1
-144
/
+0
2024-01-29
slbt_ar_parse_primary_armap_bsd_32(): move to own translation unit.
midipix
1
-131
/
+0
2024-01-29
archiver implementation: move internal macros to the ar internal header.
midipix
1
-9
/
+0
2024-01-29
slbt_get_archive_meta(): symrefs vector: validate all name offsets.
midipix
1
-0
/
+25
2024-01-28
slbt_get_archive_meta(): symrefs vector: validate all member offsets.
midipix
1
-5
/
+20
2024-01-28
slbt_archive_member_from_offset(): fix typo in expression (oops).
midipix
1
-1
/
+1
2024-01-28
slbt_get_archive_meta(): symrefs vector: record name offsets.
midipix
1
-0
/
+16
2024-01-28
slbt_ar_parse_primary_armap_bsd_64(): account for data past the string table.
midipix
1
-8
/
+3
2024-01-28
slbt_ar_parse_primary_armap_bsd_32(): account for data past the string table.
midipix
1
-8
/
+3
2024-01-28
slbt_ar_parse_primary_armap_bsd_64(): symrefs vector: record member offsets.
midipix
1
-0
/
+24
2024-01-28
slbt_ar_parse_primary_armap_bsd_32(): symrefs vector: record member offsets.
midipix
1
-0
/
+19
2024-01-28
slbt_ar_parse_primary_armap_sysv_64(): symrefs vector: record member offsets.
midipix
1
-0
/
+18
2024-01-28
slbt_ar_parse_primary_armap_sysv_32(): symrefs vector: record member offsets.
midipix
1
-0
/
+15
2024-01-28
struct ar_meta_armap_common_{32|64}: added the ar_symrefs member.
midipix
1
-0
/
+6
2024-01-27
slbt_get_archive_meta(): ptr to driver ctx prior to signature-only archives.
midipix
1
-3
/
+3
2024-01-27
struct slbt_archive_meta_impl: added pointer to the associated driver context.
midipix
1
-0
/
+3
2024-01-26
archiver internals: added slbt_archive_member_from_offset().
midipix
1
-0
/
+26
2024-01-26
struct slbt_archive_meta_impl: also store the number of [raw] archive entries.
midipix
1
-0
/
+3
2024-01-26
slbt_get_archive_meta(): record number of public archive members.
midipix
1
-0
/
+20
2024-01-26
struct slbt_archive_meta_impl: added internal vector to hold member offsets.
midipix
1
-0
/
+19
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