Skip to content
Snippets Groups Projects
  1. Aug 30, 2000
  2. Aug 29, 2000
  3. Aug 25, 2000
    • Simon Marlow's avatar
      [project @ 2000-08-25 15:21:57 by simonmar] · a61dd342
      Simon Marlow authored
      Fix for copying html documentation into a binary dist.
      a61dd342
    • Simon Marlow's avatar
      [project @ 2000-08-25 13:26:57 by simonmar] · b07a2716
      Simon Marlow authored
      Add a test (also benchmark) for threadDelay, Random, and QSemN.  This
      test starts a large number of threads which all wait for a random
      delay.  The semaphore is used to wait for them all to finish before exiting.
      b07a2716
    • Simon Marlow's avatar
      [project @ 2000-08-25 13:12:07 by simonmar] · 5a4ec937
      Simon Marlow authored
      Change the way threadDelay# is implemented.
      
      We now use a list of sleeping threads sorted in increasing order by
      the time at which they will wake up.  This avoids us having to
      traverse the entire queue on each context switch.
      5a4ec937
    • Reuben Thomas's avatar
      [project @ 2000-08-25 12:49:54 by rrt] · 944c6afd
      Reuben Thomas authored
      Sorry Sigbj&oslash;rn, but DocBook won't accept &oslash; in <Author>
      elements. Seems to work everywhere else...
      944c6afd
    • Marcin 'Qrczak' Kowalczyk's avatar
      [project @ 2000-08-25 10:06:37 by qrczak] · fd23905b
      Marcin 'Qrczak' Kowalczyk authored
      Don't strip libgmp.a. (But perhaps --strip-unneeded or something
      would be harmless.)
      
      PS. The configure script looks for __gmpz_fdiv_qr, but gmp that I have
      installed uses the name mpz_fdiv_qr and is thus not being found. (Also
      it is dynamically linked, where ghc's gmp is only statically linked.)
      I guess that configure should check for either name.
      fd23905b
  4. Aug 24, 2000
  5. Aug 23, 2000
  6. Aug 22, 2000
  7. Aug 21, 2000
  8. Aug 18, 2000
Loading