• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cmake/modules/H07-May-2022-8071

doc/H03-May-2022-9,4178,002

include/H03-May-2022-1,9231,507

m4/H15-Mar-2018-9,2888,396

po/H07-May-2022-3,1452,515

src/H03-May-2022-8,5156,032

AUTHORSH A D14-Jun-2005104 32

COPYINGH A D28-Apr-200317.6 KiB341281

ChangeLogH A D15-Mar-201810.5 KiB285244

INSTALLH A D15-Mar-201815.4 KiB369287

Makefile.amH A D27-Nov-2007453 199

Makefile.inH A D03-May-202229.5 KiB938836

NEWSH A D29-Apr-200346 52

READMEH A D07-Aug-2003491 1510

aclocal.m4H A D15-Mar-2018123.7 KiB3,4123,192

autogen.shH A D07-Apr-20161.2 KiB4722

cmakeconfig.h.inH A D05-Jul-20072.1 KiB7550

compileH A D15-Mar-20187.2 KiB348258

config.guessH A D15-Mar-201843.2 KiB1,4811,288

config.h.inH A D15-Mar-20186.3 KiB243166

config.subH A D15-Mar-201835.3 KiB1,8021,661

configureH A D15-Mar-2018527.8 KiB18,15815,228

configure.acH A D15-Mar-20185.1 KiB212176

depcompH A D15-Mar-201823 KiB792502

install-shH A D15-Mar-201814.8 KiB509329

ltmain.shH A D15-Mar-2018316.8 KiB11,1577,986

missingH A D15-Mar-20186.7 KiB216143

mkinstalldirsH A D15-Mar-20183.5 KiB163112

pxlib.pc.inH A D26-Jul-2016236 1310

pxlib.specH A D15-Mar-20182 KiB6754

pxlib.spec.inH A D20-May-20112 KiB6754

README

1What is pxlib ?
2---------------
3
4pxlib is shared C library to read various Paradox files. Currently .DB
5files are best supported. pxlib provides a very simple api to read the
6header and the data records of Paradox files. I also provides functions
7to convert the data into the hosts data format (little or big endian).
8
9The complete api is well documented in set of man pages, one for each
10function.
11
12pxlib can be downloaded at http://pxlib.sourceforge.net.
13
14Uwe Steinmann <uwe@steinmann.cx>
15