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

..03-May-2022-

COPYINGH A D22-May-200717.6 KiB341281

MakefileH A D22-May-2007247 1911

Makefile.amH A D22-May-2007183 42

Makefile.inH A D22-May-200716.3 KiB504421

READMEH A D22-May-20071.1 KiB3527

aclocal.m4H A D22-May-200730.7 KiB853717

cdata.cH A D22-May-20071.3 KiB4013

cdata.hH A D22-May-20071.1 KiB4117

cfile.cH A D22-May-20071.7 KiB5120

cfile.hH A D22-May-20071.1 KiB3916

cfolder.cH A D22-May-20071.2 KiB4010

cfolder.hH A D22-May-20071 KiB3611

cheader.cH A D22-May-20071.6 KiB5827

cheader.hH A D22-May-20071.2 KiB3715

checksum.cH A D22-May-20071.5 KiB5429

checksum.hH A D22-May-2007967 277

config.h.inH A D22-May-20072.5 KiB9565

configureH A D22-May-2007163 KiB5,5904,576

configure.acH A D22-May-2007694 3224

cstruct.hH A D22-May-20071.4 KiB6744

cwrite.cH A D22-May-20073.7 KiB11873

cwrite.hH A D22-May-20071.2 KiB3914

depcompH A D22-May-200713 KiB465298

install-shH A D22-May-20076.2 KiB277169

lcab.1H A D22-May-2007638 2926

main.cH A D22-May-200711.8 KiB452333

missingH A D22-May-200710 KiB337263

mkinstalldirsH A D22-May-20071.9 KiB11285

mytypes.hH A D22-May-20071.8 KiB5530

warn.cH A D22-May-2007372 2118

warn.hH A D22-May-200762 43

README

1LICENSE
2-------
3lcab is under the GPL.
4
5
6COMPILE
7-------
8to compile you can do one of two things:
9
101)
11just type "make", that's it
12
132)
14./configure
15make
16This is a little more platform independent.
17
18
19CREDITS / THANKS / BUGFIXES
20---------------------------
21Cabinet Files specs from Microsoft.
22cabinet@Thrill.cis.fordham.edu : use 32K datablocks.
23undefine@venus.wmid.amu.edu.pl : argument parsing.
24Ben Kibbey (bjk@m-net.arbornet.org) : quiet-option, recursive dirs
25John Johnsen (johnjohnsen@mindsync.com) : small bug in setting number of files
26Jeremy Jongsma (jjongsma@tickhat.com) : it segfaulted; I searched and found out max. filename size was 50!!
27function changepath: got rid of the pointer error
28Juan Grigera (dario@dalam.com.ar) : return codes of main.c
29Shaun Jackman (sjackman@pathwayconnect.com) : cabfile header bugfix, Debian packages, man page, autoconf
30Ivan Brozovic <ivan.brozovic@ka.htnet.hr> : timestamp and attributes (especially the 'run-after-install' attribute *shudder*) bug fixed
31Andreas Ropers (info@aropers.de): fixed the timestamp on Win32 platform, and fixed the build on Solaris
32
33Enjoy,
34Rien (rien@geekshop.be)
35