This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
magicka/jamlib-1.4.7
2016-03-22 18:19:06 +10:00
..
doc Imported jamlib 2016-03-22 12:08:00 +10:00
include More work on message bases 2016-03-22 18:19:06 +10:00
src More work on message bases 2016-03-22 18:19:06 +10:00
win32 Imported jamlib 2016-03-22 12:08:00 +10:00
aclocal.m4 Imported jamlib 2016-03-22 12:08:00 +10:00
AUTHORS Imported jamlib 2016-03-22 12:08:00 +10:00
autogen.sh Imported jamlib 2016-03-22 12:08:00 +10:00
ChangeLog Imported jamlib 2016-03-22 12:08:00 +10:00
Changes Imported jamlib 2016-03-22 12:08:00 +10:00
config.guess Imported jamlib 2016-03-22 12:08:00 +10:00
config.h.in Imported jamlib 2016-03-22 12:08:00 +10:00
config.sub Imported jamlib 2016-03-22 12:08:00 +10:00
configure Imported jamlib 2016-03-22 12:08:00 +10:00
configure.ac Imported jamlib 2016-03-22 12:08:00 +10:00
COPYING Imported jamlib 2016-03-22 12:08:00 +10:00
depcomp Imported jamlib 2016-03-22 12:08:00 +10:00
INSTALL Imported jamlib 2016-03-22 12:08:00 +10:00
install-sh Imported jamlib 2016-03-22 12:08:00 +10:00
jamlib.doc Imported jamlib 2016-03-22 12:08:00 +10:00
jamlib.qpg.in Imported jamlib 2016-03-22 12:08:00 +10:00
ltmain.sh Imported jamlib 2016-03-22 12:08:00 +10:00
Makefile.am Imported jamlib 2016-03-22 12:08:00 +10:00
Makefile.in Imported jamlib 2016-03-22 12:08:00 +10:00
missing Imported jamlib 2016-03-22 12:08:00 +10:00
mkinstalldirs Imported jamlib 2016-03-22 12:08:00 +10:00
NEWS Imported jamlib 2016-03-22 12:08:00 +10:00
README Imported jamlib 2016-03-22 12:08:00 +10:00

This is the JAMLIB library by Björn Stenberg with some minor modifications
made by Johan Billing and Sir Raorn. You can find the documentation for
JAMLIB in the file jamlib.doc.

These are the modifications done by Johan Billing:

 * Support for Win32 and Linux added

 * JAM_ReadMsgHeader() now gives the error JAM_NO_MESSAGE if the
   message has been removed from the messagebase (both offset and
   crc are -1 in the index file).

 * The function JAM_AddEmptyMessage() has been added

 * Improved ANSI-C compatibilty by changing the header files 
   included and using feof() to check for EOF.

 * JAMLIB been rewritten so that it no longer reads or writes structs
   directly from or to disk. This makes JAMLIB more portable and ensures
   that the Intel byte-order is used on all platforms.

 * Some other bugfixes

These are the modifications done by Sir Raorn:

 * All non-linux code dropped out (patches for mingw/djgpp/etc are welcome)

 * Moved to autoconf/automake/libtool

Have a nice programming! :-)