1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
2005-06-18 Andrew Belov <andrew_belov@newmail.ru>
* configure.in:
Fix build failure on GNU/kFreeBSD and GNU/kNetBSD -
from Aurelien Jarno <aurel32@debian.org>
2005-01-21 Andrew Belov <andrew_belov@newmail.ru>
* configure.in: Interix patch from Todd Vierling
2004-04-17 Andrew Belov <andrew_belov@newmail.ru>
* arj.qpg, arj.spec:
The gamma cycle is now over, removing gamma version markers
* configure.in, makefile.in:
Corrections to allow CFLAGS be overriden by user, after a patch
from Guillem Jover <guillem@debian.org>
2004-03-21 Andrew Belov <andrew_belov@newmail.ru>
* configure.in, makefile.in:
Rearranged DLL_CFLAGS to prevent unconditional use of -fPIC
for EMX
* config.h.in, configure.in:
Workaround for parital patterns passed to fnmatch()
2004-03-17 Andrew Belov <andrew_belov@newmail.ru>
* configure.in: Guess-hack for Solaris 8
2004-01-25 Andrew Belov <andrew_belov@newmail.ru>
* configure.in, makefile.in, config.h.in:
Patches from NetBSD codeline to enable NetBSD/x86-64 support
2003-10-27 Andrew Belov <andrew_belov@newmail.ru>
* configure.in:
Drop -fPIC for ARJCRYPT on QNX (now enforced in the makefile).
Declare pointer alignment to support additional architectures -
patch by Guillem Jover <guillem@debian.org>
* makefile.in:
Enforce -fPIC for ARJCRYPT.
Patch by Randolph Chung <tausq@debian.org>
2003-10-16 Andrew Belov <andrew_belov@newmail.ru>
* makefile.in, stripgcc.lnk, arj.qpg, configure.in:
Incorporating QNX build patches by Mike Gorchak <mike@malva.ua>
2003-05-14 Andrew Belov <andrew_belov@newmail.ru>
* makefile.in:
Link REGISTER with integr.* as a temporary workaround for
POSTPROC regressions
2003-05-07 Andrew Belov <andrew_belov@newmail.ru>
* makefile.in:
Updates for SPARC from Etienne Joarlette <etienne@go.cc>
2003-05-05 Andrew Belov <andrew_belov@newmail.ru>
* config.h.in, configure.in:
Determine if the CPU requires pointer alignment
2003-04-24 Andrew Belov <andrew_belov@newmail.ru>
* config.sub:
QNX patch from Samuli Tuomola <samuli@aivo.com>
2003-04-18 Andrew Belov <andrew_belov@newmail.ru>
* makefile.in: More packaging patches
* configure.in, makefile.in:
Build/packaging patches and man pages from Guillem Jover
<guillem@debian.org>
2003-04-15 Andrew Belov <andrew_belov@newmail.ru>
* config.h.in, configure.in:
Preliminary SPARC/SunOS patches from Etienne Joarlette
<etienne@go.cc>
2003-04-15 Andrew Belov <andrew_belov@newmail.ru>
* config.h.in, configure.in: Check for big-endian
2003-04-06 Andrew Belov <andrew_belov@newmail.ru>
* arj.spec: Version 2.78.11 - gamma stage
2003-02-07 Andrew Belov <andrew_belov@newmail.ru>
* config.h.in, configure.in, makefile.in:
Merged with TCO branch up to 2.78.08 (colorstyle support and
internal cleanup)
2002-12-14 Andrew Belov <andrew_belov@newmail.ru>
* arj.spec, config.h.in, configure.in, makefile.in:
Miscellaneous changes to facilitate compiling with GNU make as
proposed by Pavel Roskin <proski@gnu.org>.
2002-04-08 Andrew Belov <andrew_belov@newmail.ru>
* config.h.in, makefile.in:
Official Open Source release.
2002-03-28 Andrew Belov <andrew_belov@newmail.ru>
* install-sh, makefile.in, mkinstalldirs, stripgcc.lnk,
config.guess, config.h.in, config.sub, configure.in, arjcrypt.def:
Imported the first public release of open-source ARJ.
|