Module Name:    src
Committed By:   riastradh
Date:           Fri Nov 22 00:24:41 UTC 2024

Added Files:
        src/external/bsd/tre/lib: tre.expsym

Log Message:
external/bsd/tre libtre: Add expected symbols list.

NOTE: This looks like it has some extraneous crud like xmalloc_impl.

PR lib/58838: shared libraries in base should all have expsym lists


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/tre/lib/tre.expsym

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/external/bsd/tre/lib/tre.expsym
diff -u /dev/null src/external/bsd/tre/lib/tre.expsym:1.1
--- /dev/null	Fri Nov 22 00:24:41 2024
+++ src/external/bsd/tre/lib/tre.expsym	Fri Nov 22 00:24:41 2024
@@ -0,0 +1,54 @@
+regcomp
+regerror
+regexec
+regfree
+tre_ast_new_catenation
+tre_ast_new_iter
+tre_ast_new_literal
+tre_ast_new_node
+tre_ast_new_union
+tre_compile
+tre_config
+tre_fill_pmatch
+tre_free
+tre_have_approx
+tre_have_backrefs
+tre_mem_alloc_impl
+tre_mem_destroy
+tre_mem_new_impl
+tre_parse
+tre_regaexec
+tre_reganexec
+tre_regaparams_default
+tre_regawexec
+tre_regawnexec
+tre_regcomp
+tre_regerror
+tre_regexec
+tre_regfree
+tre_regncomp
+tre_regnexec
+tre_reguexec
+tre_regwcomp
+tre_regwexec
+tre_regwncomp
+tre_regwnexec
+tre_stack_destroy
+tre_stack_new
+tre_stack_num_objects
+tre_stack_pop_long
+tre_stack_pop_voidptr
+tre_stack_push_long
+tre_stack_push_voidptr
+tre_tnfa_run_approx
+tre_tnfa_run_backtrack
+tre_tnfa_run_parallel
+tre_version
+xcalloc_impl
+xfree_impl
+xmalloc_configure
+xmalloc_current
+xmalloc_current_blocks
+xmalloc_dump_leaks
+xmalloc_impl
+xrealloc_impl

Reply via email to