[commit: ghc] ghc-lwc2: Added missing files in base library (5a77d33)
Ian Lynagh
igloo at earth.li
Thu Feb 28 15:19:50 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : ghc-lwc2
http://hackage.haskell.org/trac/ghc/changeset/5a77d33a6563587b1f2d9e075b2627bd7610afa8
>---------------------------------------------------------------
commit 5a77d33a6563587b1f2d9e075b2627bd7610afa8
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date: Sat Feb 23 15:30:15 2013 -0500
Added missing files in base library
.gitignore | 2 +-
libraries/base/Control/Concurrent/QSem.hs | 133 ++++++++++
libraries/base/Control/Concurrent/QSemN.hs | 127 ++++++++++
libraries/base/Data/OldTypeable.hs | 198 +++++++++++++++
.../Data/{Typeable.hs-boot => OldTypeable.hs-boot} | 2 +-
.../Data/{Typeable => OldTypeable}/Internal.hs | 266 +++++++++++++++++---
.../{Typeable => OldTypeable}/Internal.hs-boot | 11 +-
libraries/base/Data/String.hs | 2 +-
libraries/base/GHC/Event/TimerManager.hs | 274 +++++++++++++++++++++
libraries/base/GHC/Profiling.hs | 6 +
libraries/base/cbits/sysconf.c | 19 ++
.../base/include/{Typeable.h => OldTypeable.h} | 14 +-
libraries/base/tests/IO/T2122.hs | 77 ++++++
libraries/base/tests/IO/T3307.hs | 52 ++++
libraries/base/tests/IO/T3307.stdout | 12 +
libraries/base/tests/IO/T4808.hs | 13 +
libraries/base/tests/IO/T4808.stderr | 1 +
.../tests/IO/{IOError002.stdout => T4808.stdout} | 0
libraries/base/tests/IO/T4855.hs | 3 +
libraries/base/tests/IO/T4855.stderr | 1 +
libraries/base/tests/IO/T4895.hs | 9 +
libraries/base/tests/IO/T4895.stdout | 1 +
libraries/base/tests/T4006.hs | 8 +
libraries/base/tests/T4006.stdout | 2 +
libraries/base/tests/T5943.hs | 36 +++
libraries/base/tests/T5943.stdout | 7 +
libraries/base/tests/T7457.hs | 2 +
libraries/base/tests/T7457.stdout | 1 +
libraries/base/tests/Text.Printf/T1548.hs | 11 +
libraries/base/tests/Text.Printf/T1548.stdout | 3 +
libraries/base/tests/qsem001.hs | 88 +++++++
libraries/base/tests/qsem001.stdout | 5 +
libraries/base/tests/qsemn001.hs | 110 +++++++++
libraries/base/tests/qsemn001.stdout | 5 +
libraries/base/tests/readFixed001.hs | 13 +
libraries/base/tests/readFixed001.stdout | 6 +
36 files changed, 1462 insertions(+), 58 deletions(-)
Diff suppressed because of size. To see it, use:
git show 5a77d33a6563587b1f2d9e075b2627bd7610afa8
More information about the ghc-commits
mailing list