Commit Graph

7 Commits

Author SHA1 Message Date
brad
07d09305f7 replace patch with the use of MAKE_FLAGS 2000-12-07 14:14:21 +00:00
brad
b313816afe use "cc -shared" to create shared libraries on 2.8 and up. 2000-12-04 16:10:02 +00:00
brad
8f41103f3f Bump shared library minor rev number; requested by espie@ 2000-12-04 16:00:29 +00:00
espie
e417a43871 API change with missing minor number update -> broken. 2000-12-04 15:03:25 +00:00
kevlo
1823de3361 Update to version 1.5.1 2000-12-04 01:49:22 +00:00
espie
9caf73d4ab Trim down comments 2000-11-21 17:26:32 +00:00
brad
beb3ed7ca6 add popt port
--
This is the popt command line option parsing library. While it is similiar
to getopt(3), it contains a number of enhancements, including:

        1) popt is fully reentrant
        2) popt can parse arbitrary argv[] style arrays while
           getopt(2) makes this quite difficult
        3) popt allows users to alias command line arguments
        4) popt provides convience functions for parsing strings
           into argv[] style arrays
2000-09-10 08:28:55 +00:00