Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/agc-symver]: src/lib/libterminfo Add symbol versioning information for l...



details:   https://anonhg.NetBSD.org/src/rev/c67299d36999
branches:  agc-symver
changeset: 785631:c67299d36999
user:      agc <agc%NetBSD.org@localhost>
date:      Tue Mar 26 14:45:24 2013 +0000

description:
Add symbol versioning information for libterminfo.

Obvious (but interesting) aspect of this library:  ospeed, PC, and
BC also need to be exported as global symbols or they are not found
at link time.

diffstat:

 lib/libterminfo/Version.map |  61 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 61 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r b9ea8d61a2c9 -r c67299d36999 lib/libterminfo/Version.map
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libterminfo/Version.map       Tue Mar 26 14:45:24 2013 +0000
@@ -0,0 +1,61 @@
+LIBTERMINFO_1.0.0.0 {
+global:
+       PC;
+       ospeed;
+       putp;
+       ti_putp;
+       ti_puts;
+       tputs;
+       ti_getflag;
+       ti_getnum;
+       ti_getstr;
+       tigetflag;
+       tigetnum;
+       tigetstr;
+       BC;
+       UP;
+       captoinfo;
+       tgetent;
+       tgetflag;
+       tgetnum;
+       tgetstr;
+       tgoto;
+       _ti_parm_analyse;
+       ti_tiparm;
+       tiparm;
+       tparm;
+       setupterm;
+       ti_setupterm;
+       _ti_database;
+       _ti_getterm;
+       _ti_compile;
+       _ti_find_cap;
+       _ti_find_extra;
+       _ti_flatten;
+       _ti_freetic;
+       _ti_get_token;
+       _ti_grow_tbuf;
+       _ti_store_extra;
+       _ti_setospeed;
+       cur_term;
+       del_curterm;
+       longname;
+       set_curterm;
+       termname;
+       ttytype;
+       _ti_flagid;
+       _ti_flagindex;
+       _ti_numid;
+       _ti_numindex;
+       _ti_strid;
+       _ti_strindex;
+};
+
+NetBSD_6.99.18.0 {
+} LIBTERMINFO_1.0.0.0;
+
+LIBTERMINFO_private_1.0.0.0 {
+local:
+       *;
+};
+



Home | Main Index | Thread Index | Old Index