Skip to content
Snippets Groups Projects
  1. Sep 12, 1999
    • sof's avatar
      [project @ 1999-09-12 14:33:56 by sof] · 5740c0e1
      sof authored
      Re-ordered code so that the POSIX-blessed time() is used in preference
      to the plethora of other clock reading calls. This *should* be an OK and
      non-upsetting change, but idiosyncracies of OS-supplied header files may
      just force me to rethink. We'll see..
      5740c0e1
    • sof's avatar
      [project @ 1999-09-12 14:26:32 by sof] · 61316922
      sof authored
      Let's try again - added get_ZONE(), which retrieves current
      timezone string. Need to do this since cygwin doesn't initialise
      its tzname[] properly (=> need to call tzset() explicitly.)
      61316922
    • sof's avatar
      [project @ 1999-09-12 14:23:52 by sof] · 2507462b
      sof authored
      timezone.h
      2507462b
  2. Sep 11, 1999
    • sof's avatar
      [project @ 1999-09-11 18:30:49 by sof] · 55e738bf
      sof authored
      Experimental support for re-routeing I/O on a Handle to that of another
      for the duration of an IO action. Used to provide the following three
      (exported) actions
      
         withStdin, withStdout, withStderr :: Handle -> IO a -> IO a
      
      which 'replaces' one of the standard handles with that of the supplied
      handle while performing the second action.
      55e738bf
    • sof's avatar
      [project @ 1999-09-11 16:50:38 by sof] · e982571c
      sof authored
      Documented Select interface ; removed old Pretty doc
      e982571c
    • sof's avatar
      [project @ 1999-09-11 16:49:02 by sof] · 064567b9
      sof authored
      Added hSelect
      064567b9
  3. Sep 10, 1999
  4. Sep 06, 1999
  5. Sep 01, 1999
  6. Aug 31, 1999
  7. Aug 30, 1999
  8. Aug 27, 1999
  9. Aug 26, 1999
Loading