Package: lrslib / 0.43-1

Metadata

Package Version Patches format
lrslib 0.43-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Make some symbols private.patch | (download)

lrsgmp.c | 2 1 + 1 - 0 !
lrsgmp.h | 5 0 + 5 - 0 !
lrslib.c | 49 37 + 12 - 0 !
lrslib.h | 22 0 + 22 - 0 !
lrslong.h | 5 0 + 5 - 0 !
lrsmp.h | 5 0 + 5 - 0 !
6 files changed, 38 insertions(+), 50 deletions(-)

 [patch] make some symbols private.

These symbols are not intended to be used by clients of lrslib.

- make temp1, temp2, temp3 static
- make pushQ ptimes and get_time static
- make dict_count, dict_limit, cache_tries, cache_misses static
- convert cache_dict, check_cache, save_basis to static
- make signal handling routines private
- make get_time static
- make new_lrs_dic static
- remove declaration of ptimes from lrsgmp.h