Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
Branch 'type-nats' now includes:
56c0127... Fix build on Windows
9b02e90... Fix quoteRem, rem, divMod and mod definitions
dfcffb8... Add a test for quot/rem/div/mod overflow
95cc295... Fix a comment about splitAt (fixes #1182).
8fbf420... use seq# as the implementation of evaluate (see #5129)
48546e8... Fix some haddock markup
26b5bd7... Make the calls to 'error' more informative (Trac #5274)
83ad6f1... Fix a copy-and-paste-o
37f8091... Bump version number
9054246... Foreign.Marshal now reexports Foreign.Marshal.Safe
3547e7d... Remove some legacy comments
3a537a9... Fix a typo
35c3706... Correct a comment
903c1af... Typeable overhaul (see #5275)
e73bd57... fix warning
739277e... fix warnings (including moving things around to avoid orphan
instances)
790a6ac... In the deprecation warning for mkTyCon, suggest deriving
Typeable.
2ceacbc... Move the munzip function in the Zip type class;
91f37c8... small tweaks to docs
122140d... export unsafeDupablePerformIO
f1732ae... Implement unsafeLocalState by unsafeDupablePerformIO, not
unsafePerformIO. The latter is more efficient, and will work correctly for
clients that are using unsafeLocalState for its documented uses.
c80c5cb... give instances of Ord for TyCon and TypeRep
77c2f49... DEPRECATE typeRepKey
7ac19d9... Make Typeable safe now that handcrafted instances aren't
allowed.
256ecf2... GHC.Classes has moved to ghc-prim
905989a... Sync the typeable fingerprinting with GHC
d1fbd3b... Tweak the typeable fingerprinting
0e618f8... Follow toInt# -> integerToInt renaming
a9c54c2... Simplify int2Word# . integerToInt -> integerToWord
d485ad6... Add a missing implicit build dependency
6e71bdd... Remove mention of setUncaughtExceptionHandler from forkIO.
b80670b... Add newline to the end of Control/Monad/Zip.hs
0dd3584... Trailing whitespace
8b1fbf4... Remove import of GHC.Show from IOBase.hs
0870146... Remove now-unnecessary import of GHC.Show
b01e786... Merge branch 'master' of /home/dafis/GHC/./ghc//libraries/base
03130b0... Data.Bits: specialise shift[LR] for instance Bits
3a9ff6b... Remove unnecessary import (Windows only)
3af588b... Merge branch 'master' of /home/dafis/GHC/./ghc//libraries/base
cd90bf5... New GHC.Stats module for accessing GC statistics.
ae6c9e8... Warning police
bf684c8... Merge branch 'master' of /home/dafis/GHC/./ghc//libraries/base
ff6f4f3... Merge branch 'master' of /home/dafis/GHC/./ghc//libraries/base
e3c360d... Fix the behaviour of scaleFloat; part of #3898
c85e4df... Remove some antiquated C constructs
57b2ba0... Merge branch 'master' of /home/dafis/GHC/./ghc//libraries/base
e2e87ec... Trailing whitespace
8143f24... Unbox all GCStats fields, also add cpu_seconds and wall_seconds.
88c1273... Merge branch 'master' of /home/dafis/GHC/./ghc//libraries/base
6f89898... Expand documentation for RealFloat. Part of #3898.
fd19a7c... Delete stray comma in doc for encodeFloat
abc695e... Remove old darcs boring file
9f96eb7... Drop bitrotted code for < 32-bit platforms
a57369f... Fix documentation for withCWStringLen (#5396)
7afc8f0... Add Data.Bits.popCount
9c12be2... Follow ghc-prim changes
96ed375... Trailing Whitespace
195657a... FIX BUILD on 32-bits
c533698... Fix build on Windows
47d0d8c... Import GMP-only functions from a GMP modules
fdb3ef3... Eliminate the orphaned Enum Integer instance
0e4442c... Move some Enum helpers into GHC.Enum
cbfdfd4... Give Word a proper Show instance
b68714c... Use the Ratio constructor for toRational from Int/Integer
76e2332... Whitespace only in Text.Read.Lex
252d878... Be more efficient reading fractional literals
901edcb... Fix #5436 by using 'recover' on handle EOF
b52d685... Don't try to detect iconv or libcharset if we are on Windows
b9d4972... Removed pointless rule (realToFrac :: Int -> Int)
f4fb5c6... Whitespace only in GHC.Show
dabfb8f... Fixed documentation bug
684d80b... Fixed mistake in documentation and a typo in a comment
4206afd... Change haddock for encodeFloat, fixes #5525
2ff889f... Fix fromRat' and fromRat''
eb7d19e... Explanatory comments
339aaab... Use Rational constructor if numerator or denominator is 1
9f36875... Eliminate unnecessary shift and reorder branches in fromRat''
e3bf797... Align arrows
3bfa8aa... Whitespace only
6cc0a23... Fix typo in error message
50d9e3d... Merge /home/dafis/GHC/bghc/libraries/base
c46611f... Remove now unnecessary helper function
29ae842... Minor: replace undefined uses with error as mentioned in ticket
#5532
60907a3... Improve performance of the unpack loop
1561cd8... Combine two calls to 'ord' (seems to be just slightly faster)
3b46b7b... Remove the Show superclass of Num
fcd6aef... Remove the Eq superclass of Num
2ed2201... De-orphan the Show Integer instance
efa16a7... 80-columnify
56254d7... tweak unpack/unpack_nl to generate better Core (#5536)
dc05073... Merge branch 'master' of mac:ghc/git/val32/libraries/base
84cc6ed... Fix build on Windows
530fa0b... fix cross-ref to "Catching all exceptions" section (#5546)
1dd55b3... update ref to deprecated function forkIOUnmasked ->
forkIOWithUnmask (#5546)
4b5dc77... update IO manager documentation (#5547)
cc4774d... If an assertion fails, through it rather than a deeper error;
fixes #5561
182c4a7... Export constructors for Foreign.C.Types and System.Posix.Types
newtypes
86a5bae... Fix error in KQueue caused by changes to FFI import requirements
914703a... Warn about ArrowLoop instance for Kleisli Arrows
447448a... Update base for new Safe Haskell design
3dffd56... Update base for latest Safe Haskell.
41138fd... GHC.Stats: Use camelCase in public APIs
e8ecd8b... add laws to class documentation
3c9c0ae... Add pure traceEvent and re-export from Debug.Trace
b455478... Update Debug.Trace haddock docs and rename putTraceMsg to
traceIO
ae4af61... Avoid using iconv for the locale TextEncoding if we can help it
8844558... Be more forgiving about encoding name
capitalization/hyphenization
2e445e5... Fix build on Windows
2cc5a65... use MVar to define fixIO, for thread-safety (see #5421)
8174ee2... add unsafeFixIO (#5421)
2a8af85... export flushAllHandles (#5594)
de91de0... Add unsafeShift to Data.Bits
2513e4b... export tyConName, tyConModule and tyConPackage; deprecate
tyConString
6a92ed7... fix typo
9e4c34c... Add GHC.PArr.PArr to break a cycle in compiling
Data.Array.Parallel
216cfb1... Add "dropWhileEnd", as discussed on the libraries list
576825a... Make the fileSystemEncoding/localeEncoding/foreignEncoding
mutable
7e59b6d... Go back to using private-use characters in roundtripping
3fe743c... Move CPUTime001 here from testsuite/tests/lib/CPUTime
0eb4249... Remove some comments about interfaces being checked against H98
134ae08... Move lib/Char tests from testsuite to base
7674b5c... Move testsuite/tests/lib/Data.Fixed test to base/tests
49cd5e9... Move testsuite/tests/lib/Show to base/tests
afe9a3f... Move testsuite/tests/lib/Numeric to base/tests
39fa610... Whitespace only in tests
878a8dc... Move hash001 to base/tests
c8dc0b8... Whitespace only in hash001 test
aa30f3c... Move lexNum to base/tests
d022bc8... Whitespce only in lexNum
290771a... Move Data.List tests to base/tests
0c8b361... Whitespace only in tests
4eef4e7... Move ix001 to base/tests
97b86a8... Move lib/System tests to base/tests
cad7167... Whitespace and modernise some tests
78ba99d... Move ioref001 to base/tests
389e940... Update system001 output
a43d404... Fix compilation error on windows.
088c966... Rules for powers with small exponents (fixes #5237)
fda9e80... Eta contract 'PArr' synonym
dfca290... Add a C wrapper for gettimeofday
8998e40... Remove some unused functions from include/HsBase.h
5e2a959... Simplify some CPP
ca4ee55... Make a wrapper for getrusage; part of #5480
6874f4f... Convert come FFI bindings to use the capi calling convention
c0ee7bd... Add a way to get hold of the current call stack
630f44d... Use capi some more (part of #5480)
1bde0e5... Use capi to define the fcntl FFI imports
71157d6... Use utf8 when decoding cost centre strings
8812b67... Expand the stack-tracing API
41bf1ae... Add traceStack :: String -> a -> a
0ced3ed... Change the layout of stack traces
87f88de... Add source locations to call stack entries.
a3451b8... Roll back the sigset capi changes
a76211f... doc update: mention -fprof-auto-calls
ffc3054... renderStack: reverse the stack trace (most recent frame first)
f27a5d2... add setNumCapabilities :: Int -> IO ()
b6de8b3... Add getNumProcessors :: IO Int
4138cbb... Fix typo
2493100... Remove GHC.Exts.traceEventIO
8020e1e... Document that -T RTS flag is necessary.
d4c153b... Merge branch 'master' of http://darcs.haskell.org/packages/base
7ed7dd8... update documentation for getNumCapabilities and
setNumCapabilities
d92162f... Re-export Constraint from GHC.Exts
0e1a02b... Export "readEither" and add "readMaybe".
2d05797... Merge branch 'master' into type-nats
b56b66b... Remove all but the basics from the GHC module.
1eba0a9... Change the representation of singletons from Integer to Word.
_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries