oweals/openssl.git
22 years agothere is no minimum length for session IDs
Bodo Möller [Thu, 19 Sep 2002 11:43:13 +0000 (11:43 +0000)]
there is no minimum length for session IDs

PR: 274

22 years agofix race condition
Bodo Möller [Thu, 19 Sep 2002 11:27:37 +0000 (11:27 +0000)]
fix race condition

PR: 262

22 years agoConsequently use term URI instead of URL
Lutz Jänicke [Thu, 5 Sep 2002 07:52:45 +0000 (07:52 +0000)]
Consequently use term URI instead of URL
Submitted by: TJ Saunders <tj@castaglia.org>
Reviewed by:
PR: 268

22 years agoFix ASN1_STRING_to_UTF8: remove non sensical !*out test.
Dr. Stephen Henson [Fri, 30 Aug 2002 17:16:56 +0000 (17:16 +0000)]
Fix ASN1_STRING_to_UTF8: remove non sensical !*out test.

22 years agodon't memset(data,0,...) if data is NULL
Bodo Möller [Thu, 29 Aug 2002 11:33:43 +0000 (11:33 +0000)]
don't memset(data,0,...) if data is NULL

Submitted by: anonymous
PR: 254

22 years agoFix crahses and leaks in pkcs12 utility -chain option
Dr. Stephen Henson [Thu, 22 Aug 2002 21:53:49 +0000 (21:53 +0000)]
Fix crahses and leaks in pkcs12 utility -chain option

22 years agoTypo, I assigned the variable ld instead of my_ld...
Richard Levitte [Sun, 18 Aug 2002 21:32:39 +0000 (21:32 +0000)]
Typo, I assigned the variable ld instead of my_ld...

22 years agoSo, I discovered that if you have your $PATH set so a ld different from
Richard Levitte [Sat, 17 Aug 2002 13:46:46 +0000 (13:46 +0000)]
So, I discovered that if you have your $PATH set so a ld different from
GNU ld comes first, checking the usage of collect2 gives that instead of
GNU ld, even if GNU ld would be the one that would get used if we link using
gcc.  It's much better, apparently, to ask gcc directly what the path to
GNU ld is (provided it's there at all and gcc knows about it), and ask
the result if it's a GNU or not.  The bonus is that our GNU ld detection
mechanism got shorter and easier to understand...

22 years agoReorder cleanup sequence in SSL_CTX_free() to leave ex_data for remove_cb().
Lutz Jänicke [Fri, 16 Aug 2002 17:09:31 +0000 (17:09 +0000)]
Reorder cleanup sequence in SSL_CTX_free() to leave ex_data for remove_cb().
Submitted by:
Reviewed by:
PR: 212

22 years agoIf gmtime() returned NULL (and we couldn't fix it à la VMS), let's
Richard Levitte [Fri, 16 Aug 2002 11:55:54 +0000 (11:55 +0000)]
If gmtime() returned NULL (and we couldn't fix it à la VMS), let's
return NULL.
PR: 228

22 years agoisalist was less trustable than I thought (or rather, one can trust it to
Richard Levitte [Fri, 16 Aug 2002 09:41:23 +0000 (09:41 +0000)]
isalist was less trustable than I thought (or rather, one can trust it to
come up with all kinds of names we don't have in our targets).
Besides, our sparcv9 targets currently generate sparcv8 code, I'm told.

22 years agouse correct function code in error message
Bodo Möller [Thu, 15 Aug 2002 16:16:36 +0000 (16:16 +0000)]
use correct function code in error message

22 years agoIt seems like sun4u doesn't always have a sparcv9 inside. Trust isalist.
Richard Levitte [Thu, 15 Aug 2002 15:20:55 +0000 (15:20 +0000)]
It seems like sun4u doesn't always have a sparcv9 inside.  Trust isalist.
PR: 220

22 years agofix warnings (CHARSET_EBCDIC)
Bodo Möller [Thu, 15 Aug 2002 14:54:16 +0000 (14:54 +0000)]
fix warnings (CHARSET_EBCDIC)

Submitted by: Lorinczy Zsigmond <lzsiga@mail.ahiv.hu>

22 years agofix manpage
Bodo Möller [Thu, 15 Aug 2002 14:22:27 +0000 (14:22 +0000)]
fix manpage

Submitted by: thomas poindessous <poinde_t@epita.fr>

22 years agoAdd a FAQ entry for yet another bc failure.
Richard Levitte [Thu, 15 Aug 2002 10:50:36 +0000 (10:50 +0000)]
Add a FAQ entry for yet another bc failure.
PR: 199

22 years agoSometimes, the value of the variable containing the compiler call can
Richard Levitte [Thu, 15 Aug 2002 08:29:58 +0000 (08:29 +0000)]
Sometimes, the value of the variable containing the compiler call can
become rather large.  This becomes a problem when the default 1024
character large buffer that WRITE uses isn't enough.  WRITE/SYMBOL
uses a 2048 byte large buffer instead.

22 years agochange how pod2man is handled: explicitly invoke '$PERL' only when
Bodo Möller [Wed, 14 Aug 2002 14:10:25 +0000 (14:10 +0000)]
change how pod2man is handled: explicitly invoke '$PERL' only when
needed, call 'pod2man' directly if this works

PR: 217

22 years agoInstead of returning errors when certain flags are unusable, just ignore them.
Richard Levitte [Wed, 14 Aug 2002 12:18:29 +0000 (12:18 +0000)]
Instead of returning errors when certain flags are unusable, just ignore them.
That will make the test go through even if DH (or in some cases ECDH) aren't
built into OpenSSL.
PR: 216, part 2

22 years agoDo not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.
Richard Levitte [Wed, 14 Aug 2002 12:08:44 +0000 (12:08 +0000)]
Do not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.
PR: 216, point 3

22 years agoSmall syntax error corrected. Fortunately, this one only issues a
Richard Levitte [Wed, 14 Aug 2002 11:27:25 +0000 (11:27 +0000)]
Small syntax error corrected.  Fortunately, this one only issues a
warning, and is thereby ignored by the rest of the command procedure.
The only problem would be if SSL_TASK.C failed to compile, which
hasn't happened in ages...

22 years agoMake sure that the test input file comes in the same record format as the
Richard Levitte [Wed, 14 Aug 2002 11:08:52 +0000 (11:08 +0000)]
Make sure that the test input file comes in the same record format as the
typical output from a program in C.
PR: 222

22 years agoFix typo in OBJ_txt2obj which incorrectly passed the content
Dr. Stephen Henson [Wed, 14 Aug 2002 00:36:44 +0000 (00:36 +0000)]
Fix typo in OBJ_txt2obj which incorrectly passed the content
length, instead of the encoding length to d2i_ASN1_OBJECT.

This wasn't visible before becuse ASN1_get_object() used
to read past the length of the supplied buffer.

22 years agoTime to go on...
Richard Levitte [Fri, 9 Aug 2002 12:08:23 +0000 (12:08 +0000)]
Time to go on...

22 years agoTime to release 0.9.6g. OpenSSL_0_9_6g
Richard Levitte [Fri, 9 Aug 2002 11:37:15 +0000 (11:37 +0000)]
Time to release 0.9.6g.
The tag will be OpenSSL_0_9_6g.

22 years agoWhen we want to give a -f argument to $(MAKE), we'd better make sure the
Richard Levitte [Fri, 9 Aug 2002 08:49:53 +0000 (08:49 +0000)]
When we want to give a -f argument to $(MAKE), we'd better make sure the
variable doesn't already contain a -f argument.
PR: 203, part 4

22 years agoentry for change in 'engine' branch
Bodo Möller [Fri, 9 Aug 2002 08:13:13 +0000 (08:13 +0000)]
entry for change in 'engine' branch

22 years agoSince we moved the pod2man check to be outside the loop, the path to it is different.
Richard Levitte [Fri, 9 Aug 2002 07:39:57 +0000 (07:39 +0000)]
Since we moved the pod2man check to be outside the loop, the path to it is different.
PR: 203, part 3

22 years agoRemove an extra @, since that line is now a continuation of the previous one.
Richard Levitte [Fri, 9 Aug 2002 07:37:28 +0000 (07:37 +0000)]
Remove an extra @, since that line is now a continuation of the previous one.
PR: 203, part 2

22 years agoParse version numbers prefixed with text (egcs does that, even with
Richard Levitte [Fri, 9 Aug 2002 07:32:38 +0000 (07:32 +0000)]
Parse version numbers prefixed with text (egcs does that, even with
-dumpversion).
PR: 203, part 1

22 years agoTagging has been done, update to next development version.
Richard Levitte [Thu, 8 Aug 2002 21:23:51 +0000 (21:23 +0000)]
Tagging has been done, update to next development version.

22 years agoTime to release version 0.9.6f. OpenSSL_0_9_6f
Richard Levitte [Thu, 8 Aug 2002 20:51:52 +0000 (20:51 +0000)]
Time to release version 0.9.6f.
The tag will be OpenSSL_0_9_6f.

22 years agomake update
Richard Levitte [Thu, 8 Aug 2002 20:41:20 +0000 (20:41 +0000)]
make update

22 years agoFix typo
Dr. Stephen Henson [Fri, 2 Aug 2002 19:00:21 +0000 (19:00 +0000)]
Fix typo

22 years agoFix the ASN1 sanity check: correct header length
Dr. Stephen Henson [Fri, 2 Aug 2002 18:41:08 +0000 (18:41 +0000)]
Fix the ASN1 sanity check: correct header length
calculation and check overflow against LONG_MAX.

22 years agoCertain flag macros were tested with #if instead if #ifdef...
Richard Levitte [Fri, 2 Aug 2002 11:14:06 +0000 (11:14 +0000)]
Certain flag macros were tested with #if instead if #ifdef...

22 years agoget rid of OpenSSLDie
Bodo Möller [Fri, 2 Aug 2002 10:51:59 +0000 (10:51 +0000)]
get rid of OpenSSLDie

22 years agoWe don't need to find out which pod2man to use more than once
Richard Levitte [Thu, 1 Aug 2002 21:53:24 +0000 (21:53 +0000)]
We don't need to find out which pod2man to use more than once

22 years agoDon't try testing with parallell make, that will just fail.
Richard Levitte [Thu, 1 Aug 2002 21:34:56 +0000 (21:34 +0000)]
Don't try testing with parallell make, that will just fail.
PR: 175

22 years agoLinux on s390 really knows about loading dynamically.
Richard Levitte [Thu, 1 Aug 2002 13:50:41 +0000 (13:50 +0000)]
Linux on s390 really knows about loading dynamically.
PR: 183

22 years agoMake sure it's possible to check GCCVER even if it wasn't set.
Richard Levitte [Thu, 1 Aug 2002 10:17:05 +0000 (10:17 +0000)]
Make sure it's possible to check GCCVER even if it wasn't set.
PR: 179

22 years agoIf CRYPTO_realloc() is called with a NULL pointer, have it call
Richard Levitte [Thu, 1 Aug 2002 10:08:53 +0000 (10:08 +0000)]
If CRYPTO_realloc() is called with a NULL pointer, have it call
OPENSSL_malloc().
PR: 187

22 years agoMake sure to use $(MAKE) everywhere instead of make.
Richard Levitte [Wed, 31 Jul 2002 13:49:22 +0000 (13:49 +0000)]
Make sure to use $(MAKE) everywhere instead of make.
Part of PR 181

22 years agoln -f -s doesn't always work, so do a rm -f followed by a ln -s.
Richard Levitte [Wed, 31 Jul 2002 13:38:50 +0000 (13:38 +0000)]
ln -f -s doesn't always work, so do a rm -f followed by a ln -s.
Part of PR 181

22 years agoNext version of 0.9.6 would be 0.9.6f.
Lutz Jänicke [Tue, 30 Jul 2002 10:52:36 +0000 (10:52 +0000)]
Next version of 0.9.6 would be 0.9.6f.
Submitted by:
Reviewed by:
PR:

22 years agoRelease 0.9.6e. OpenSSL_0_9_6e
Lutz Jänicke [Tue, 30 Jul 2002 10:34:35 +0000 (10:34 +0000)]
Release 0.9.6e.
Submitted by:
Reviewed by:
PR:

22 years agoOpenSSL Security Advisory [30 July 2002]
Lutz Jänicke [Tue, 30 Jul 2002 10:19:01 +0000 (10:19 +0000)]
OpenSSL Security Advisory [30 July 2002]

Changes marked "(CHATS)" were sponsored by the Defense Advanced
Research Projects Agency (DARPA) and Air Force Research Laboratory,
Air Force Materiel Command, USAF, under agreement number
F30602-01-2-0537.
Submitted by:
Reviewed by:
PR:

22 years ago"make update"
Lutz Jänicke [Tue, 30 Jul 2002 09:32:45 +0000 (09:32 +0000)]
"make update"
Submitted by:
Reviewed by:
PR:

22 years agomention SSL_do_handshake()
Bodo Möller [Mon, 29 Jul 2002 12:34:47 +0000 (12:34 +0000)]
mention SSL_do_handshake()

22 years agotypo etc.
Bodo Möller [Thu, 25 Jul 2002 11:17:01 +0000 (11:17 +0000)]
typo etc.

22 years agomore detailed instructions for export from US
Bodo Möller [Thu, 25 Jul 2002 11:16:05 +0000 (11:16 +0000)]
more detailed instructions for export from US

22 years agoBIS URL really spells 'Notify' as 'Nofify'
Bodo Möller [Thu, 25 Jul 2002 11:01:22 +0000 (11:01 +0000)]
BIS URL really spells 'Notify' as 'Nofify'

22 years agobxa => bis
Bodo Möller [Thu, 25 Jul 2002 11:00:19 +0000 (11:00 +0000)]
bxa => bis

22 years agoDon't clobber loop variable.
Richard Levitte [Wed, 24 Jul 2002 14:42:05 +0000 (14:42 +0000)]
Don't clobber loop variable.
PR: 159

22 years agoHP-UX shared libraries must be +x and should be -w. It doesn't hurt on
Lutz Jänicke [Fri, 19 Jul 2002 16:33:26 +0000 (16:33 +0000)]
HP-UX shared libraries must be +x and should be -w. It doesn't hurt on
other platforms.
Submitted by:
Reviewed by:
PR: 134

22 years ago'SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION' does not belong here,
Bodo Möller [Fri, 19 Jul 2002 12:37:30 +0000 (12:37 +0000)]
'SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION' does not belong here,
it's 0.9.7 only

22 years agoupdate
Bodo Möller [Fri, 19 Jul 2002 12:33:41 +0000 (12:33 +0000)]
update

22 years agoThe behaviour is undefined when calling SSL_write() with num=0.
Lutz Jänicke [Fri, 19 Jul 2002 11:54:37 +0000 (11:54 +0000)]
The behaviour is undefined when calling SSL_write() with num=0.
Submitted by:
Reviewed by:
PR: 141

22 years agoManual page for SSL_do_handshake().
Lutz Jänicke [Fri, 19 Jul 2002 11:07:53 +0000 (11:07 +0000)]
Manual page for SSL_do_handshake().
Submitted by: Martin Sjögren <martin@strakt.com>
PR: 137

22 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn [Fri, 19 Jul 2002 11:05:52 +0000 (11:05 +0000)]
This commit was manufactured by cvs2svn to create branch
'OpenSSL_0_9_6-stable'.

22 years agoManual page for SSL_do_handshake().
Lutz Jänicke [Fri, 19 Jul 2002 11:05:50 +0000 (11:05 +0000)]
Manual page for SSL_do_handshake().
Submitted by: Martin Sjögren <martin@strakt.com>
PR: 137

22 years agothis is a non-ENGINE version of the clarifications made to the other CVS
Geoff Thorpe [Thu, 18 Jul 2002 22:24:25 +0000 (22:24 +0000)]
this is a non-ENGINE version of the clarifications made to the other CVS
branches.

PR: 86

22 years agoThis documentation change was being written at the same time as Richard's
Geoff Thorpe [Thu, 18 Jul 2002 20:59:22 +0000 (20:59 +0000)]
This documentation change was being written at the same time as Richard's
changes. So I'm committing this version to overwrite his changes for now,
and he can always take his turn to overwrite my words if he wants :-)

PR: 86

22 years agoExplain why RSA_check_key() doesn't work with hard keys.
Richard Levitte [Thu, 18 Jul 2002 19:10:57 +0000 (19:10 +0000)]
Explain why RSA_check_key() doesn't work with hard keys.
PR: 86

22 years agoAdd history for documented new functions.
Richard Levitte [Thu, 18 Jul 2002 18:54:46 +0000 (18:54 +0000)]
Add history for documented new functions.
PR: 59

22 years agoAllow subjects with more than 255 characters to be properly printed.
Richard Levitte [Thu, 18 Jul 2002 17:59:27 +0000 (17:59 +0000)]
Allow subjects with more than 255 characters to be properly printed.
PR: 147

22 years agoAllow subjects with more than 255 characters to be properly printed.
Richard Levitte [Thu, 18 Jul 2002 17:59:21 +0000 (17:59 +0000)]
Allow subjects with more than 255 characters to be properly printed.
PR: 147

22 years agoFurther enhance assembler support on Cygwin and DJGPP.
Richard Levitte [Thu, 18 Jul 2002 12:37:59 +0000 (12:37 +0000)]
Further enhance assembler support on Cygwin and DJGPP.
Make pod2mantest useable on DOS-based systems.
Part of PR 75, the rest is still under investigation.

22 years agoFix bug introduced with revision 1.95 when this filed was modified to
Bodo Möller [Thu, 18 Jul 2002 11:23:50 +0000 (11:23 +0000)]
Fix bug introduced with revision 1.95 when this filed was modified to
use the new X509_CRL_set_issuer_name() function:
The CRL issuer should be X509_get_subject_name(x509), not
X509_get_issuer_name(x509).

Submitted by: Juergen Lesny <lesnyj@informatik.tu-muenchen.de>

typo

22 years agotypo
Bodo Möller [Thu, 18 Jul 2002 11:15:52 +0000 (11:15 +0000)]
typo

22 years agoReverse the change with the following log, it needs further investigation:
Richard Levitte [Thu, 18 Jul 2002 10:39:34 +0000 (10:39 +0000)]
Reverse the change with the following log, it needs further investigation:

Make S/MIME output conform with the mail and MIME standards.
PR: 151

22 years agoReverse the change with the following log, it needs further investigation:
Richard Levitte [Thu, 18 Jul 2002 10:39:20 +0000 (10:39 +0000)]
Reverse the change with the following log, it needs further investigation:

Make S/MIME output conform with the mail and MIME standards.
PR: 151

22 years agoMake S/MIME output conform with the mail and MIME standards.
Richard Levitte [Thu, 18 Jul 2002 08:47:47 +0000 (08:47 +0000)]
Make S/MIME output conform with the mail and MIME standards.
PR: 151

22 years agoMake S/MIME output conform with the mail and MIME standards.
Richard Levitte [Thu, 18 Jul 2002 08:47:33 +0000 (08:47 +0000)]
Make S/MIME output conform with the mail and MIME standards.
PR: 151

22 years agoUnixware doesn't have strings.h, so we need to declare strcasecmp()
Richard Levitte [Thu, 18 Jul 2002 07:47:30 +0000 (07:47 +0000)]
Unixware doesn't have strings.h, so we need to declare strcasecmp()
differently.
Unixware 2 needs to link with libresolv.
PR: 148

22 years agoOPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect it
Richard Levitte [Thu, 18 Jul 2002 06:34:34 +0000 (06:34 +0000)]
OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect it

22 years agoMake mkdir failsafe in case the directories are already present
Richard Levitte [Wed, 17 Jul 2002 13:33:06 +0000 (13:33 +0000)]
Make mkdir failsafe in case the directories are already present

22 years agoMake mkdir failsafe in case the directories are already present
Richard Levitte [Wed, 17 Jul 2002 13:33:02 +0000 (13:33 +0000)]
Make mkdir failsafe in case the directories are already present

22 years agoAdd support for shared libraries with OS/2.
Richard Levitte [Wed, 17 Jul 2002 13:27:43 +0000 (13:27 +0000)]
Add support for shared libraries with OS/2.
PR: 124

22 years agoAdd a few FAQ entries for the various ways building OpenSSL on MacOS X
Richard Levitte [Wed, 17 Jul 2002 11:29:26 +0000 (11:29 +0000)]
Add a few FAQ entries for the various ways building OpenSSL on MacOS X
can fail, and point at the text in the PROBLEMS file

22 years agoAdd a few FAQ entries for the various ways building OpenSSL on MacOS X
Richard Levitte [Wed, 17 Jul 2002 11:29:15 +0000 (11:29 +0000)]
Add a few FAQ entries for the various ways building OpenSSL on MacOS X
can fail, and point at the text in the PROBLEMS file

22 years agoIf OpenSSL is built with shared library support on MacOS X,
Richard Levitte [Wed, 17 Jul 2002 11:16:22 +0000 (11:16 +0000)]
If OpenSSL is built with shared library support on MacOS X,
 everything works fine.  Note: this is only true for 0.9.7 and on

22 years agoOn MacOS X, the shared library editor uses DYLD_LIBRARY_PATH
Richard Levitte [Wed, 17 Jul 2002 11:09:44 +0000 (11:09 +0000)]
On MacOS X, the shared library editor uses DYLD_LIBRARY_PATH

22 years agoOn MacOS X, you're not allowed to have common objects in shared libraries
Richard Levitte [Wed, 17 Jul 2002 08:20:40 +0000 (08:20 +0000)]
On MacOS X, you're not allowed to have common objects in shared libraries

22 years agoOn MacOS X, you're not allowed to have common objects in shared libraries
Richard Levitte [Wed, 17 Jul 2002 08:20:27 +0000 (08:20 +0000)]
On MacOS X, you're not allowed to have common objects in shared libraries

22 years agoAdd the usually recommended solution to the linking problem entry for MacOS X
Richard Levitte [Wed, 17 Jul 2002 07:48:44 +0000 (07:48 +0000)]
Add the usually recommended solution to the linking problem entry for MacOS X

22 years agoAdd the usually recommended solution to the linking problem entry for MacOS X
Richard Levitte [Wed, 17 Jul 2002 07:48:39 +0000 (07:48 +0000)]
Add the usually recommended solution to the linking problem entry for MacOS X

22 years agoWe had some experimental options in the Darwin entries. They are no longer needed
Richard Levitte [Tue, 16 Jul 2002 11:07:42 +0000 (11:07 +0000)]
We had some experimental options in the Darwin entries.  They are no longer needed

22 years agoThe default C compiler on MacOS X doesn't like empty object files
Richard Levitte [Tue, 16 Jul 2002 10:46:04 +0000 (10:46 +0000)]
The default C compiler on MacOS X doesn't like empty object files

22 years agoThe default C compiler on MacOS X doesn't like empty object files
Richard Levitte [Tue, 16 Jul 2002 10:46:00 +0000 (10:46 +0000)]
The default C compiler on MacOS X doesn't like empty object files

22 years agoAdd the new PROBLEMS section from HEAD
Richard Levitte [Tue, 16 Jul 2002 10:39:37 +0000 (10:39 +0000)]
Add the new PROBLEMS section from HEAD

22 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn [Tue, 16 Jul 2002 10:20:07 +0000 (10:20 +0000)]
This commit was manufactured by cvs2svn to create branch
'OpenSSL_0_9_6-stable'.

22 years agoActually, the "bug" is really documented in the man-page for ld, so
Richard Levitte [Tue, 16 Jul 2002 10:20:06 +0000 (10:20 +0000)]
Actually, the "bug" is really documented in the man-page for ld, so
it's really a misfeature according to the jargon file (4.0.0)
definition:

":misfeature: /mis-fee'chr/ or /mis'fee`chr/ /n./  A feature
   that eventually causes lossage, possibly because it is not adequate
   for a new situation that has evolved.  Since it results from a
   deliberate and properly implemented feature, a misfeature is not a
   bug."

22 years agoThere are problems on certain platforms, and possible answers on how to (temporarly...
Richard Levitte [Tue, 16 Jul 2002 10:04:40 +0000 (10:04 +0000)]
There are problems on certain platforms, and possible answers on how to (temporarly) solve them.

22 years agoFor those wanting to build for several platforms with the same source
Richard Levitte [Tue, 16 Jul 2002 09:19:37 +0000 (09:19 +0000)]
For those wanting to build for several platforms with the same source
directory, making a separate directory tree with lots of symbolic links
seems to be the solution.  Unfortunately, Configure doesn't take appropriate
steps to support this solution (as in removing a file that's going to be
rewritten).  This change corrects that situation.  Now I just have to
find all other places where there's lack of support for this.

22 years agoFor those wanting to build for several platforms with the same source
Richard Levitte [Tue, 16 Jul 2002 08:53:32 +0000 (08:53 +0000)]
For those wanting to build for several platforms with the same source
directory, making a separate directory tree with lots of symbolic links
seems to be the solution.  Unfortunatelt, Configure doesn't take appropriate
steps to support this solution (as in removing a file that's going to be
rewritten).  This change corrects that situation.  Now I just have to
find all other places where there's lack of support for this.

22 years agoSome older code (never committed) wasn't converted to the new format.
Richard Levitte [Tue, 16 Jul 2002 08:02:31 +0000 (08:02 +0000)]
Some older code (never committed) wasn't converted to the new format.
Corrected.

22 years agoLet's not forget the second -Wtraditional
Richard Levitte [Tue, 16 Jul 2002 07:06:48 +0000 (07:06 +0000)]
Let's not forget the second -Wtraditional

22 years agoUsing -Wtraditional took it a little far. After all, we expect ANSI C, so
Richard Levitte [Tue, 16 Jul 2002 06:53:45 +0000 (06:53 +0000)]
Using -Wtraditional took it a little far.  After all, we expect ANSI C, so
we don't need to care about traditional compilers

22 years agoSet up the engine before doing anything random-related, since engine randomness
Richard Levitte [Tue, 16 Jul 2002 06:52:03 +0000 (06:52 +0000)]
Set up the engine before doing anything random-related, since engine randomness
is only used for seeding and doing it in the wrong order will mean seeding
is done before the engine randomness is hooked in.
Notified by Frederic DONNAT <frederic.donnat@zencod.com>