Skip to content
  1. Jul 26, 2004
    • Andy Polyakov's avatar
      Add framework for yet another assembler module dubbed "cpuid." Idea · 14e21f86
      Andy Polyakov authored
      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...
      14e21f86
  2. Jul 25, 2004
  3. Jul 24, 2004
  4. Jul 23, 2004
  5. Jul 22, 2004
  6. Jul 21, 2004
    • Richard Levitte's avatar
      From LPlib: · 765e231a
      Richard Levitte authored
      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>
      765e231a
    • Andy Polyakov's avatar
      Make rand_win.c UNICODE savvy. · 89c53672
      Andy Polyakov authored
      89c53672
  7. Jul 20, 2004
    • Richard Levitte's avatar
      From LPlib: · 64ba6cf2
      Richard Levitte authored
      Windows changes that detects if multibyte characters are available and
      deals with them properly.
      
      Contributed by Andy Polyakov <appro@fy.chalmers.se>
      64ba6cf2
  8. Jul 19, 2004
  9. Jul 18, 2004
  10. Jul 17, 2004
  11. Jul 16, 2004
  12. Jul 12, 2004