packages feed

clock-0.1.2.1: CHANGES

CHANGES

  0.1.2.1:
         → bugfix: System.Posix.Clock.getTime
           this would call clock_getres internally
           results were always the same with getRes

         → bugfix: System.Posix.Clock.sec
                   System.Posix.Clock.nsec
           now properly exported

  0.1.2: → System.CPUTime.Clock:
           renamed to System.Posix.Clock because it contained a
           posix-only implementation.

           later System.Windows.Clock can be implemented using
           QueryPerformanceCounter, GetTickCount64, etc. and a
           common interface could be exposed in System.Clock

         → System.Posix.Clock:
           clock_gettime renamed to getTime
           clock_getres  renamed to getRes

         → System.Posix.Clock.TimeSpec:
           now uses a record syntax and is also an instance of
           Foreign.Storable, Eq and Ord.

         → Source Documentation:
           improved according to IEEE Std 1003.1-2008
           http://www.opengroup.org/onlinepubs/9699919799/


  0.1.1: → added rudimentary documentation