Menu

#32 reduce namespace pollution

open
nobody
None
3
2004-01-06
2004-01-06
Jiri Baum
No

The MatPLC library currently polutes the namespace
something shocking. We should reduce that, perhaps by
using the libtool -export-symbols or
-export-symbols-regex switches.

Note: currently, -export-symbols-regex reduces the
number of symbols reported by nm, but doesn't actually
eliminate them! We'll have to either wait for it to
start working correctly, or mess around with a version
script.

Discussion

  • Jiri Baum

    Jiri Baum - 2004-01-06

    Logged In: YES
    user_id=247975

    Mostly done - see lib/plc.symbols

    A few symbols in that file should really be cleaned up, in
    particular sin_init_addr and bind_socket, and possibly also
    the string_str_to_* ones.

     
  • Jiri Baum

    Jiri Baum - 2004-01-06
    • priority: 1 --> 3
     

Log in to post a comment.