- 27 7月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
is to have a placeholder to small routines, which can be written only in assembler. In IA-32 case this includes processor capability identification and access to Time-Stamp Counter. As discussed earlier OPENSSL_ia32cap is introduced to control recently added SSE2 code pathes (see docs/crypto/OPENSSL_ia32cap.pod). For the moment the code is operational on ELF platforms only. I haven't checked it yet, but I have all reasons to believe that Windows build should fail to link too. I'll be looking into it shortly...
-
- 26 7月, 2004 10 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
stop complaining about loss of precision, but explicit cast.
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
because "wrong" casts will either be optimized away or never performed.
-
- 24 7月, 2004 3 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 23 7月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
Apparently, the length *including* the NUL byte should be used. Contributed by Andy Polyakov <appro@fy.chalmers.se>
-
- 22 7月, 2004 7 次提交
-
-
由 Richard Levitte 提交于
Make a nicer comment, as we don't really know for sure that it's really needed, and just want to play on the safe side. Suggest by Andy Polyakov <appro@fy.chalmers.se>
-
由 Andy Polyakov 提交于
with HP-UX offering 14 for NAME_MAX?
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
SIXTY_FOUR_BIT_LONG) were failing to pass 'cd test; make test_bn'.
-
由 Richard Levitte 提交于
Some code beautification. Change the macro CP_THREAD_ACP to CP_ACP, because the latter is more widely defined. Add a conditional macro definition in case FindFirstFile and FindNextFile aren't properly defined (might happen on WinCE). Suggested by Andy Polyakov <appro@fy.chalmers.se>
-
由 Andy Polyakov 提交于
-
- 21 7月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
Windows changes that detects if multibyte characters are available and deals with them properly. Contributed by Andy Polyakov <appro@fy.chalmers.se>
-
- 20 7月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
NUL-teminated at all times, and that we don't make unneeded calls to free().
-
- 19 7月, 2004 3 次提交
-
-
由 Richard Levitte 提交于
instead of local time.
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
I also used this opportunity to clean up some out-of-date targets and re-group targets by OS.
-
- 17 7月, 2004 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
we were mislead by _MSC_VER macro, which is defined by *all* Windows Microsoft compilers.
-
- 16 7月, 2004 2 次提交
-
-
由 Geoff Thorpe 提交于
Submitted by: Nils Larsch
-
由 Geoff Thorpe 提交于
(suggested by Adam Young <ayoung@cigital.com>) Submitted by: Nils Larsch
-
- 12 7月, 2004 6 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
Lucky me, I had prepared for this :-).
-
由 Richard Levitte 提交于
identities disabled.
-
由 Richard Levitte 提交于
Don't have a constant that you're going to assign to, that's just plain stupid (I was the stupidhead here...).
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
linux-x86_64 target.
-
- 10 7月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
Now we have directory reading capabilities for VMS as well, and all of it in a fairly general manner.
-
- 08 7月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
_stricmp() on that platform, use the appropriate header file for it, <string.h>. o_str.h: we only want to get size_t, which is defined in <stddef.h>. Philippe Bougeret <philippe.bougeret@freesbee.fr> notified us about Windows not having a <strings.h>
-
- 07 7月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-