This project is mirrored from https://git.haskell.org/packages/old-time.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 31 May, 2002 2 commits
- 29 May, 2002 3 commits
- 28 May, 2002 13 commits
-
-
sof authored
make it compile
-
simonmar authored
Documentation for the overloaded array interfaces (currently a bit flaky due to a couple of shortcomings in Haddock).
-
simonmar authored
Documentation
-
simonmar authored
Documentation
-
simonmar authored
Add (minimal) documentation
-
simonmar authored
Fix mistake in 'evaluate'.
-
simonmar authored
Document
-
simonmar authored
typo
-
simonmar authored
Export list tweak
-
simonmar authored
Documentation tweaks
-
simonmar authored
tweak documentationa
-
simonmar authored
Add documentation
-
simonmar authored
Document Text.Regex.Posix and Text.Regex
-
- 27 May, 2002 6 commits
-
-
simonmar authored
Documentation, such as it is
-
simonmar authored
Documentation for System.Mem.Weak
-
simonmar authored
Add documentation
-
simonmar authored
Documentation
-
simonmar authored
Document Control.Exception and Data.Dynamic
-
simonmar authored
Define __HADDOCK__ for .hs files as well as .lhs files.
-
- 16 May, 2002 1 commit
-
-
simonmar authored
Happy -g currently requires GlaExts, which means it can't be used inside fptools/libraries (GlaExts comes from lang, and lang isn't built yet). So, until I've fixed Happy and everyone has built & installed the vnew version... Add a dummy GlaExts module. This is a TEMPORARY HACK to keep Happy happy during the switchover period, and will go away before the release.
-
- 15 May, 2002 3 commits
-
-
simonmar authored
Fix comment to avoid confusing Haddock
-
simonmar authored
Fix non-Haddockish comments
-
chak authored
* Added the options `-ffi' and `-fffi', which switch on FFI support (`-fglasgow-exts' implies `-fffi'). NB: Strictly speaking `-fffi' is the correct name; however, `-ffi' is supported as an alternative spelling. * `-fglasgow-exts' no longer enables the `with' keyword for implicit parameters. To use `with' as a keyword, the additional option `-fwith' has to be supplied. (Note that SimonM recently enabled the use of `let' instead of `with'.) NB: This might prompt some makefile tweaks in libraries or regression tests. * Renamed `Foreign.Marshal.Utils.withObject' to `Foreign.Marshal.Utils.with' as required by the FFI Addendum. (The old name is still available, but marked as deprecated.) * Added `realloc' to `Foreign.Marshal.Alloc' (tracking RC4 of the FFI Addendum). Docu ~~~~ * Added `-ffi', `-fffi', and `-fwith' to the flag reference and the section describing options for Glasgow extensions * Removed most of the FFI section in the User's Guide in favour of a reference to the Addendum plus a brief description of additional features supported by GHC. NB: The old material is still available at fptools/docs/, I merely removed the reference in the User's Guide.
-
- 14 May, 2002 2 commits
- 11 May, 2002 1 commit
-
-
panne authored
Now that Int is exported, it might be a good idea to import it first...
-
- 10 May, 2002 9 commits
-
-
simonmar authored
More documentation
-
simonmar authored
More documentation
-
simonmar authored
give slurpFile, hGetBuf and hPutBuf reasonable behaviour for zero-sized files
-
simonmar authored
Add some documentation for IORef
-
simonmar authored
Add documentation
-
simonmar authored
- Add documentation to Control.Concurrent and friends - Other documentation tweaks
-
simonmar authored
Add GHC/PrimopWrappers to EXTRA_SRCS
-
simonmar authored
Convert these files from .lhs to .hs, and give them proper headers to match the style used in the rest of the libraries.
-
simonmar authored
import GHC.Ptr to get the representation of Ptr. This module should really be split into compiler-dep and indep. parts.
-