]> git.ipfire.org Git - thirdparty/openssl.git/history - Makefile.org
Add emacs CC mode style for OpenSSL
[thirdparty/openssl.git] / Makefile.org
2002-10-15  Richard LevitteA much better idea, of course, is not to do a submake...
2002-10-15  Richard LevitteMakefile.shared needs to know how it can reach itself.
2002-10-11  Richard LevitteStep 12 of move of engines: Time to make the changes...
2002-10-11  Richard LevitteMove the shared library construction stuff to Makefile...
2002-10-09  Richard LevitteKeep the sub_all symbol so all the algorithm Makefiles...
2002-10-09  Richard LevitteChange the main Makefile to have "mini-build" targets.
2002-10-04  Richard LevitteInstalled libraries should not be overwritten, especial...
2002-08-18  Richard LevitteTypo, I assigned the variable ld instead of my_ld...
2002-08-17  Richard LevitteSo, I discovered that if you have your $PATH set so...
2002-08-14  Bodo Möllerchange how pod2man is handled: explicitly invoke '...
2002-08-09  Richard LevitteWhen we want to give a -f argument to $(MAKE), we'd...
2002-08-09  Bodo MöllerAdd ECDH support.
2002-08-04  Geoff ThorpeFix "make install_docs" (and thus "make install").
2002-08-01  Richard LevitteWe don't need to find out which pod2man to use more...
2002-08-01  Richard LevitteAdd aix64-cc, and make sure that ar gets proper flags...
2002-07-31  Richard LevitteMake sure to use $(MAKE) everywhere instead of make.
2002-07-31  Richard Levitteln -f -s doesn't always work, so do a rm -f followed...
2002-07-23  Richard LevitteMake dummy tests to make it easier to physically remove...
2002-07-19  Lutz JänickeHP-UX shared libraries must be +x and should be -w...
2002-07-17  Richard LevitteOn MacOS X, the shared library editor uses DYLD_LIBRARY...
2002-06-27  Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-20  Lutz JänickeHP-UX: shared libraries MUST be +x and SHOULD be -w.
2002-06-20  Lutz JänickeFix path to find util/pod2man.pl from the execution...
2002-06-12  Lutz JänickeSupport building the distribution .tar file on platform...
2002-06-10  Bodo Möllerfix for 'make update'
2002-06-10  Lutz JänickeMake sure that flags are passed to "make" subprocesses.
2002-06-06  Lutz JänickeFor the main directory, Makefile.org is significant :-)
2002-06-05  Richard LevitteMake perl replacement for dirname, for system that...
2002-05-30  Richard LevitteApparently, there are still chances we have to deal...
2002-05-30  Richard LevitteOur copy of pod2man.pl is old and comparatively broken...
2002-05-07  Lutz JänickeAdd missing ";" after fi
2002-04-13  Richard LevitteAvoid emacs backup files when making a snapshot
2002-04-06  Richard LevitteMake shared libraries resolve global symbols within...
2002-02-14  Richard LevitteAt Corinna Vinschen's request, change CygWin32 to Cygwin
2002-02-13  Bodo MöllerECDSA support
2002-02-13  Richard LevitteUpdate the configuration of CygWin32 to use the new...
2002-02-13  Richard LevitteMove teh silencer to the right place.
2002-02-13  Richard LevitteMake link-shard a little bit more efficient. If there...
2002-02-07  Richard LevitteGenerate the individual engines' error strings and...
2002-01-29  Lutz JänickeMake SHLIB_TARGET available in subdirs (here: apps/)
2002-01-28  Lutz JänickeSuperflous '\' messes up with HP-UX make.
2002-01-26  Richard LevitteUpdate SCO5 targets.
2002-01-26  Richard LevitteAdd old patch from Robert Dahlem <Robert.Dahlem@ffm2...
2002-01-08  Richard LevittePatches to make OpenSSL compilable on MacOS/X.
2002-01-02  Richard LevitteBecause Rijndael is more known as AES, use crypto/aes...
2002-01-02  Richard LevitteOn Solaris64, cc needs the flag -xarch=v9 when linking...
2001-10-30  Richard LevitteChange the shared library support so the shared librari...
2001-10-10  Richard LevitteFor systems where gcc is used and where we don't know...
2001-09-06  Lutz JänickeCompletely reworked SVR5 shared library support.
2001-09-06  Lutz JänickeSupport for shared libraries on Unixware-7 and OpenUNIX-8
2001-08-10  Richard LevitteApply the Tru64 patch from Tim Mooney <mooney@dogbert...
2001-07-09  Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
2001-06-05  Richard LevitteSmall detail about AIX forgotten...
2001-05-06  Richard LevitteAdd a general user interface API. This is designed...
2001-04-27  Richard LevitteA method to create shared libraries on AIX, and accordi...
2001-04-26  Richard LevitteLinux shared libraries can be linked with debug symbols.
2001-04-12  Bodo Möllerundo previous change ...
2001-04-12  Bodo Möllerupdate from 0.9.6a
2001-04-08  Bodo Möller'||', '&&' and 'test -x' apparently don't work on Ultrix;
2001-04-04  Richard LevitteIncorporate some changes that make OpenSSL compilable...
2001-04-04  Richard LevitteMake do_bsd-gcc-shared depend on do_gnu-shared instead...
2001-03-24  Richard LevitteWhen using the native tools on Solaris, make damn sure...
2001-03-24  Richard Levitteln on Solaris expects -f to come before -s.
2001-03-22  Richard LevitteWe really have no need for PEX_LIBS, so empty it.
2001-03-15  Richard LevitteMinimise the amount of -L. when linking the shared...
2001-03-13  Bodo Möllertypo
2001-03-11  Bodo MöllerForcibly enable memory leak checking during "make test"
2001-03-06  Bodo MöllerChange obj_... generation so that it does not generate...
2001-03-05  Bodo MöllerMove ec.h to ec2.h because it is not compatible with...
2001-02-22  Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-19  Richard LevitteMake all configuration macros available for application...
2001-01-10  Bodo MöllerPass ${PERL} down to the Makefile in sub-directory...
2001-01-10  Bodo MöllerUse $(PERL) in place of hard-coded perl
2000-11-30  Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-14  Lutz JänickeSome platforms (namely HP-UX) require the 'x' bit set...
2000-11-13  Lutz JänickeHP-UX shared libraries do not build any longer, as...
2000-11-12  Richard LevitteFor a long time, I've wanted to be able to easily run...
2000-11-08  Richard LevitteRemove references to RSAref. The glue library is but...
2000-11-06  Richard LevitteMake sure that shared libraries get the internal name...
2000-11-01  Richard LevitteAdd support for shared libraries under Irix.
2000-10-31  Richard LevitteRename true64 to the correct tru64.
2000-10-27  Richard LevitteThe majority of the OCSP code from CertCo.
2000-10-26  Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-10-22  Richard LevitteWhen building shared libraries on HP-UX 10.20 and HP...
2000-10-22  Richard LevitteIt seems like grep isn't as capable as I thought on...
2000-10-21  Richard LevitteAdd what's needed to get shared libraries on HP-UX.
2000-10-14  Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-10-13  Richard LevitteRework the system to generate shared libraries:
2000-10-09  Richard LevitteMake sure ranlib is only used on .a libraries.
2000-09-26  Bodo MöllerVerbose output when installing manual pages so that...
2000-09-21  Richard LevitteI'm using GNU tar...
2000-08-17  Richard LevitteAllow reconfiguration. This can be useful if some...
2000-08-14  Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-08-02  Richard LevitteIt's probably a good idea to make the shared libraries...
2000-08-02  Richard LevitteA few corrections with the shared library support:
2000-07-24  Richard LevitteAdd support for solaris shared libraries, currently...
2000-07-24  Richard LevitteAvoid loops, and make sure that it's possible to still...
2000-07-21  Richard LevitteRedo and enhance the support for building shared librar...
2000-07-05  Richard LevitteI got sick and tired of having to keep track of NIDs...
2000-06-17  Bodo MöllerUsing speaking "variable" names in macros so that e...
next