February 2007 Archives by author
Starting: Thu Feb 1 06:50:20 EST 2007
Ending: Wed Feb 28 22:46:24 EST 2007
Messages: 372
- Turn HsRecordBinds into a real type
Lennart Augustsson
- Record wildcard
Lennart Augustsson
- Record wildcard
Lennart Augustsson
- Record wildcard
Lennart Augustsson
- patch applied (ghc): Lightweight ticky-ticky profiling
Kirsten Chevalier
- patch applied (ghc): Update to manual section for ticky-ticky
Kirsten Chevalier
- GHC wiki seems to be broken
Kirsten Chevalier
- patch applied (ghc): Fixed typo in devel1 flavor
Kirsten Chevalier
- patch applied (ghc): Using RTS debug tracing support inside Hpc.c
Andy Gill
- patch applied (ghc): Fixing bad allocation of tix box breakpointing
array.
Andy Gill
- patch applied (testsuite): Accept output
Pepe Iborra
- patch applied (ghc): Fix imports
Pepe Iborra
- patch applied (ghc): Refactoring of DsBreakpoint.hs
Pepe Iborra
- patch applied (ghc): Extend the local bindings at a breakpoint with
one for the wrapped expression
Pepe Iborra
- patch applied (testsuite): Accept output
Pepe Iborra
- patch applied (ghc): Optimize dynamic breakpoints for speed
Pepe Iborra
- patch applied (ghc): Type reconstruction/RTTI: improve handling of
newtypes
Pepe Iborra
- patch applied (ghc): Modify the breakpoint desugaring to introduce
more laziness
Pepe Iborra
- patch applied (ghc): Fixed a bug in the datacon names extension in
the dynamic linker
Pepe Iborra
- patch applied (testsuite): Accept output
Pepe Iborra
- patch applied (testsuite): Update test dynbk001 due to new
functionality in :break add
Pepe Iborra
- patch applied (testsuite): Add test for type refinement with :print
in GHCi
Pepe Iborra
- patch applied (ghc): Taught :breakpoint add to guess the module
name if not given
Pepe Iborra
- patch applied (ghc): Uniform user interface
Pepe Iborra
- patch applied (ghc): Fixed a bug with the :print command spotted by
Bernie Pope.
Pepe Iborra
- patch applied (testsuite): Add a test for :quit and breakpoints in
code with exception handlers
Pepe Iborra
- patch applied (ghc): Removed unnecessary code
Pepe Iborra
- patch applied (ghc): Fix an incomplete pattern in the code for
:print
Pepe Iborra
- patch applied (ghc): Fix the behaviour of :print with functions
Pepe Iborra
- patch applied (ghc): Improving the performance of breakpoints up to
50% (by playing with laziness)
Pepe Iborra
- patch applied (ghc): Unbreak HEAD
Pepe Iborra
- patch applied (ghc): Wibble
Pepe Iborra
- Fixing tab-completion of filenames
Judah Jacobson
- Small bugfix in ghci completion code
Judah Jacobson
- patch applied (ghc): Record arity of the worker,
to maintain consistency of arity and strictness information
(checked by Lint)
Simon Peyton Jones
- patch applied (ghc): Reset the demand info on bindings going to top
level (since they cannot be strict)
Simon Peyton Jones
- patch applied (ghc): Don'
t dump floated bindings just outside a lambda
Simon Peyton Jones
- patch applied (ghc): One more wibble to FloatOut,
fixes HEAD breakage (I hope)
Simon Peyton Jones
- patch applied (ghc): Fix a pair of classic, but tricky, bugs in the
type matcher; exposed by a program from Roman
Simon Peyton Jones
- patch applied (ghc): Comments only
Simon Peyton Jones
- patch applied (ghc): Look through Notes when generating and
matching RULES
Simon Peyton Jones
- patch applied (ghc): Make HsRecordBinds a data type instead of a
synonym.
Simon Peyton Jones
- patch applied (ghc): Export nameEnvUniqueElts,
similar to nameEnvElts, but giving the Unique as well.
Simon Peyton Jones
- patch applied (ghc): Export a function to grab the local
environment as a function.
Simon Peyton Jones
- patch applied (ghc): Improve simplification of coercions
Simon Peyton Jones
- patch applied (ghc): Establish the CoreSyn let/app invariant
Simon Peyton Jones
- patch applied (ghc): Use exprIsCheap in floating,
just as the simplifier does
Simon Peyton Jones
- patch applied (ghc): Float casts out of lambdas
Simon Peyton Jones
- patch applied (ghc): Improve handling of partial applications
involving casts
Simon Peyton Jones
- patch applied (ghc): Implement the PushT rule from the FC paper
Simon Peyton Jones
- patch applied (ghc): Expose rnInScopeSet from VarEnv
Simon Peyton Jones
- patch applied (ghc): Fix a small bug when comparing patterns for
equality
Simon Peyton Jones
- patch applied (ghc): Do more wild-carding in SpecConstr; I'
m not quite sure about this, but it does no harm
Simon Peyton Jones
- patch applied (ghc): Improve rule-matching for let expressions
Simon Peyton Jones
- patch applied (ghc): Comments and debug output
Simon Peyton Jones
- patch applied (ghc): Rename local variable (no semantic effect)
Simon Peyton Jones
- patch applied (ghc): Check for escape when unifying forall-types
Simon Peyton Jones
- patch applied (testsuite): Add test for Trac #1128
Simon Peyton Jones
- patch applied (testsuite): Add tests for impredicativity
Simon Peyton Jones
- patch applied (ghc): Fix bug in -ddump-minimal imports Trac #1025
Simon Peyton Jones
- patch applied (ghc): Spelling fix
Simon Peyton Jones
- patch applied (ghc): Force recompilation with -ddump-minimal-imports
Simon Peyton Jones
- patch applied (ghc): Force recompilation on all -ddump flags
Simon Peyton Jones
- patch applied (ghc): Refactor the simplifier'
s treatment of case expressions
Simon Peyton Jones
- patch applied (ghc): Major improvement to SpecConstr
Simon Peyton Jones
- patch applied (ghc): Signature type variables must not be
instantiated with tycons
Simon Peyton Jones
- patch applied (testsuite): Add test for Trac #1153
Simon Peyton Jones
- patch applied (testsuite): Test for Trac #1128
Simon Peyton Jones
- patch applied (ghc): Fix obscure bug in reportDeprecations
Simon Peyton Jones
- patch applied (ghc): Fix case-merge bug that was breaking the HEAD
Simon Peyton Jones
- patch applied (ghc): Fix defaulting for overloaded strings
Simon Peyton Jones
- patch applied (ghc): Fix a deriving bug,
arising from recent refactoring
Simon Peyton Jones
- patch applied (ghc): Remove dead code from FunDeps
Simon Peyton Jones
- patch applied (ghc): Deal more correctly with orphan instances
Simon Peyton Jones
- patch applied (ghc): Import trimming
Simon Peyton Jones
- patch applied (testsuite): Tests for Trac #1154
Simon Peyton Jones
- patch applied (testsuite): Test for derivign
Simon Peyton Jones
- patch applied (ghc): Allow GADT syntax for newtypes
Simon Peyton Jones
- patch applied (ghc-6.6/ghc): Allow GADT syntax for newtypes (6.6
branch only)
Simon Peyton Jones
- patch applied (ghc): Tidy up typechecking for newtypes
Simon Peyton Jones
- patch applied (ghc): Make let-matching work in Rules again
Simon Peyton Jones
- throwTo and block
Chris Kuklewicz
- throwTo and block
Chris Kuklewicz
- patch applied (ghc-6.6/ghc): clarify that -main-is sets main module
and function
Ian Lynagh
- patch applied (ghc): clarify that -main-is sets main module and
function
Ian Lynagh
- darcs patch: clarify that -main-is sets main module and function
Ian Lynagh
- patch applied (ghc-6.6/ghc): some dynamic flags cannot be used with
OPTIONS_GHC, e.g. -i, -package
Ian Lynagh
- patch applied (ghc-6.6/ghc): chmod +x install-sh, see bug #978
Ian Lynagh
- patch applied (ghc-6.6/ghc): Partial fix for #926
Ian Lynagh
- patch applied (ghc-6.6/ghc): Standardized Makefile for man page
Ian Lynagh
- patch applied (ghc-6.6/ghc): Fix oc->
misalignment use on darwin (already fixed in the HEAD)
Ian Lynagh
- patch applied (ghc): Fix a typo.
Ian Lynagh
- patch applied (ghc): Fix a typo.
Ian Lynagh
- patch applied (ghc): Fix a comment typo.
Ian Lynagh
- patch applied (ghc): fix memory leak in allocExec/freeExec (see bug
#985)
Ian Lynagh
- patch applied (ghc): Fix syntax error
Ian Lynagh
- patch applied (ghc): Don'
t use compat when compiling utils with stage1
Ian Lynagh
- patch applied (testsuite): Option to skip ways when running the
testsuite
Ian Lynagh
- patch applied (ghc-6.6/ghc): Don'
t use compat when compiling utils with stage1
Ian Lynagh
- patch applied (ghc-6.6/testsuite): Option to skip ways when running
the testsuite
Ian Lynagh
- patch applied (ghc): Don'
t use compat when compiling utils with stage1
Ian Lynagh
- patch applied (testsuite): Expect tests to fail if we don'
t have libraries that they use
Ian Lynagh
- patch applied (ghc): Detect the snapshot version number using
darcs
Ian Lynagh
- patch applied (ghc-6.6/ghc): Force recompilation on all -ddump flags
Ian Lynagh
- patch applied (ghc-6.6/ghc): Force recompilation with
-ddump-minimal-imports
Ian Lynagh
- patch applied (ghc-6.6/ghc): Fix bug in -ddump-minimal imports Trac
#1025
Ian Lynagh
- patch applied (ghc-6.6/ghc): MERGED: Check for escape when unifying
forall-types
Ian Lynagh
- patch applied (ghc-6.6/testsuite): MERGED: Expect tests to fail if
we don' t have libraries that they use
Ian Lynagh
- patch applied (ghc): Teach darcs-all how to get testsuite and nofib
Ian Lynagh
- patch applied (ghc-6.6/ghc): MERGE: Teach darcs-all how to get
testsuite and nofib
Ian Lynagh
- patch applied (ghc-6.6/ghc): Use --partial when getting the nofib
and testsuite repos
Ian Lynagh
- GHC wiki seems to be broken
Ian Lynagh
- patch applied (ghc): Fix left-bias in ghci tab-completion code
Ian Lynagh
- patch applied (ghc-6.6/ghc): Fix left-bias in ghci tab-completion
code
Ian Lynagh
- Small bugfix in ghci completion code
Ian Lynagh
- patch applied (ghc-6.6/ghc): fix closure_sizeW_() for AP closures
Ian Lynagh
- patch applied (ghc-6.6/ghc): When the pipeline just copies the file,
prepend a LINE pragma
Ian Lynagh
- patch applied (ghc-6.6/ghc): MERGED: Signature type variables must
not be instantiated with tycons
Ian Lynagh
- patch applied (ghc-6.6/testsuite): add test for bug #1010
Ian Lynagh
- Add: Exception handling Showing negative integers
Ian Lynagh
- patch applied (ghc): Free thread local storage on shutdown
Ian Lynagh
- patch applied (ghc-6.6/ghc): Free thread local storage on shutdown
Ian Lynagh
- patch applied (ghc-6.6/ghc): pthread_key_delete wants the key
itself, not a pointer to it
Ian Lynagh
- patch applied (ghc): pthread_key_delete wants the key itself,
not a pointer to it
Ian Lynagh
- patch applied (ghc-6.6/ghc): MERGED: Fix obscure bug in
reportDeprecations
Ian Lynagh
- patch applied (ghc-6.6/testsuite): Test for Trac #1128
Ian Lynagh
- patch applied (ghc-6.6/ghc): describe the Z-encoding for __stginit
symbol names (addresses #1014)
Ian Lynagh
- patch applied (testsuite): Add testcase from trac #1171 as cg059
Ian Lynagh
- patch applied (ghc-6.6/testsuite): Add testcase from trac #1171 as
cg059
Ian Lynagh
- patch applied (ghc): Doc typo
Ian Lynagh
- patch applied (ghc-6.6/ghc): Doc typo
Ian Lynagh
- patch applied (ghc-6.6/ghc): Document the problem with separate
compilation, existentials and records
Ian Lynagh
- patch applied (ghc-6.6/testsuite): MERGED: Tests for Trac #1154
Ian Lynagh
- patch applied (ghc-6.6/ghc): TAG 2007-02-27
Ian Lynagh
- patch applied (ghc-6.6/ghc): Fixes for the mangler on IA64
Ian Lynagh
- patch applied (ghc): Fixes for the mangler on IA64
Ian Lynagh
- patch applied (ghc): Partial fix for #926
Simon Marlow
- patch applied (ghc): some dynamic flags cannot be used with
OPTIONS_GHC, e.g. -i, -package
Simon Marlow
- patch applied (ghc): chmod +x install-sh, see bug #978
Simon Marlow
- Request for help: 6.6.1 bugs
Simon Marlow
- patch applied (testsuite): Don'
t put double-quotes around the command when passing it to timeout
Simon Marlow
- patch applied (ghc-6.6/testsuite): Don'
t put double-quotes around the command when passing it to timeout
Simon Marlow
- patch applied (ghc-6.6/ghc): fix memory leak in allocExec/freeExec
(see bug #985)
Simon Marlow
- patch applied (ghc-6.6/ghc): TAG 2007-02-05
Simon Marlow
- patch applied (ghc-6.6/ghc): TAG 2007-02-05
Simon Marlow
- patch applied (ghc-6.6/ghc): Simpler, more self-contained, "
make dist"
Simon Marlow
- patch applied (ghc-6.6/ghc): don'
t forget to remove html-docs as part of ' make clean'
Simon Marlow
- patch applied (ghc): TAG 2007-02-05
Simon Marlow
- patch applied (ghc): One more PAPI measurement,
dropped precise cycle counting and replaced it with instructions.
Simon Marlow
- patch applied (ghc): Extension of testing script to parse PAPI
results from GHC programs.
Simon Marlow
- patch applied (ghc): Small optimisation for comparisons
Simon Marlow
- patch applied (ghc): don'
t make jump tables for small switches (< = 4 branches)
Simon Marlow
- patch applied (ghc): small debugging output cleanup
Simon Marlow
- patch applied (ghc): x86: disable assertion that conditionals are
not on I8; they can be
Simon Marlow
- patch applied (ghc): Semi-tagging optimisation
Simon Marlow
- patch applied (ghc): optimisation: shortcut branches when possible
(x86/x86_64 only for now)
Simon Marlow
- patch applied (ghc): Simpler, more self-contained, "
make dist"
Simon Marlow
- patch applied (ghc): don'
t forget to remove html-docs as part of ' make clean'
Simon Marlow
- patch applied (ghc-6.6/ghc): TAG 2007-02-05
Simon Marlow
- patch applied (ghc-6.6/ghc): Make binary-dist tarballs
automatically, and add support for uploading
Simon Marlow
- patch applied (ghc): Semi-tagging optimisation
Simon Marlow
- patch applied (ghc): Semi-tagging optimisation
Simon Marlow
- patch applied (ghc): Make binary-dist tarballs automatically,
and add support for uploading
Simon Marlow
- patch applied (ghc): Move #ifdef __GLASGOW_HASKELL__ <
604 to cover the CSIDL definitions too
Simon Marlow
- patch applied (ghc-6.6/ghc): Move #ifdef __GLASGOW_HASKELL__ <
604 to cover the CSIDL definitions too
Simon Marlow
- patch applied (ghc): Don' t use compat when compiling utils
with stage1
Simon Marlow
- throwTo and block
Simon Marlow
- patch applied (ghc): Detect the snapshot version number using darcs
Simon Marlow
- patch applied (ghc): Detect the snapshot version number using
darcs
Simon Marlow
- patch applied (testsuite): Expect tests to fail if we don'
t have libraries that they use
Simon Marlow
- patch applied (ghc): update version hack to work on partial
repositories
Simon Marlow
- patch applied (ghc-6.6/ghc): Detect the snapshot version number
using darcs
Simon Marlow
- patch applied (ghc-6.6/ghc): update version hack to work on partial
repositories
Simon Marlow
- patch applied (ghc): fix cut-and-pasto in code for binary-dist
upload
Simon Marlow
- patch applied (ghc): make VERSION a dependency of dist
Simon Marlow
- patch applied (ghc-6.6/ghc): fix cut-and-pasto in code for
binary-dist upload
Simon Marlow
- patch applied (ghc-6.6/ghc): make VERSION a dependency of dist
Simon Marlow
- patch applied (ghc): Make it a warning, not an error,
if the version date cannot be determined
Simon Marlow
- patch applied (ghc-6.6/ghc): Make it a warning, not an error,
if the version date cannot be determined
Simon Marlow
- patch applied (/haskell/ghc): add Vista note
Simon Marlow
- patch applied (testsuite): update way names (fix breakage in
previous patch to this file)
Simon Marlow
- patch applied (ghc): Ticky is an RTS-only way;
also fix collateral damage to other ways
Simon Marlow
- patch applied (ghc-6.6/testsuite): MERGE: part of "
ignore_output should be a test option"
Simon Marlow
- patch applied (testsuite): add test for bug #1010
Simon Marlow
- patch applied (ghc): fix closure_sizeW_() for AP closures
Simon Marlow
- patch applied (ghc): add a ToDo, reference bug #1147
Simon Marlow
- patch applied (ghc-6.6/testsuite): only do win32002 on Windows
Simon Marlow
- patch applied (ghc-6.6/testsuite): accept output
Simon Marlow
- patch applied (testsuite): only do win32002 on Windows
Simon Marlow
- patch applied (testsuite): accept output
Simon Marlow
- patch applied (ghc): When the pipeline just copies the file,
prepend a LINE pragma
Simon Marlow
- patch applied (ghc-6.6/ghc): Fix sleep delay for the non-threaded
Windows RTS
Simon Marlow
- patch applied (testsuite): rename GHC_PKG ->
LOCAL_GHC_PKG to avoid clash with mk/test.mk
Simon Marlow
- patch applied (ghc-6.6/testsuite): make this test slightly more
robust (fix occasional failure with threaded2)
Simon Marlow
- patch applied (ghc-6.6/testsuite): we should really exit(0) at the
end of main()
Simon Marlow
- patch applied (ghc-6.6/testsuite): add Windows output
Simon Marlow
- patch applied (ghc-6.6/ghc): freeTaskManager: don'
t free Tasks that are still in use
Simon Marlow
- patch applied (testsuite): make this test slightly more robust (fix
occasional failure with threaded2)
Simon Marlow
- patch applied (testsuite): we should really exit(0) at the end of
main()
Simon Marlow
- patch applied (testsuite): add Windows output
Simon Marlow
- patch applied (ghc): Fix sleep delay for the non-threaded Windows
RTS
Simon Marlow
- patch applied (ghc): freeTaskManager: don'
t free Tasks that are still in use
Simon Marlow
- patch applied (ghc-6.6/testsuite): rename GHC_PKG ->
LOCAL_GHC_PKG to avoid clash with mk/test.mk
Simon Marlow
- patch applied (ghc): describe the Z-encoding for __stginit symbol
names (addresses #1014)
Simon Marlow
- patch applied (ghc-6.6/ghc): Windows fix for stdcall
foreign-import-wrapper, fixes ffi012(ghci)
Simon Marlow
- patch applied (ghc-6.6/testsuite): use HsInt64 instead of int64_t,
fixes this test on Windows (and is more correct)
Simon Marlow
- patch applied (ghc-6.6/testsuite): conc058 is not an expected
failure any more on Windows
Simon Marlow
- patch applied (ghc-6.6/testsuite): make this test deterministic on
a multiprocessor
Simon Marlow
- patch applied (ghc): MERGE from 6.6: Windows fix for stdcall
foreign-import-wrapper, fixes ffi012(ghci)
Simon Marlow
- patch applied (testsuite): use HsInt64 instead of int64_t,
fixes this test on Windows (and is more correct)
Simon Marlow
- patch applied (testsuite): conc058 is not an expected failure any
more on Windows
Simon Marlow
- patch applied (testsuite): make this test deterministic on a
multiprocessor
Simon Marlow
- patch applied (testsuite): temp: omit conc063 on Windows to avoid
hanging the build
Simon Marlow
- patch applied (testsuite): Look for .T files in packages too
Simon Marlow
- patch applied (testsuite): remove network tests, they'
re moving to the network package
Simon Marlow
- patch applied (/haskell/ghc): point to buildbot
Simon Marlow
- patch applied (ghc): refactoring only: remove unused code/imports
Simon Marlow
- patch applied (ghc): refactoring
Simon Marlow
- patch applied (ghc): upload documentation too
Simon Marlow
- patch applied (ghc-6.6/testsuite): Skip out lots of the middle
numbers in cg058 as the test was taking too long
Simon Marlow
- patch applied (ghc-nightly): we're building the HEAD now
Simon Marlow
- patch applied (ghc-nightly): add 6.6 branch builds on cam-02-unx
Simon Marlow
- patch applied (ghc-nightly): 6.6 snapshots go to ghc/dist/stable,
not current
Simon Marlow
- patch applied (ghc-nightly): " HEAD branch" -> "
HEAD"
Simon Marlow
- patch applied (ghc-nightly): we're building snapshots now
Simon Marlow
- patch applied (ghc-nightly): Try 10 times to push each distfile
Simon Marlow
- patch applied (ghc-nightly): omit source dist
Simon Marlow
- patch applied (ghc-nightly): omit source dist
Simon Marlow
- patch applied (ghc-nightly): fix binary dists (works with 6.6 and
HEAD only)
Simon Marlow
- patch applied (ghc): Constructor names in info tables
Simon Marlow
- patch applied (ghc): fix data con patch for 64-bit architectures
Simon Marlow
- patch applied (ghc): Remove the itbls field of BCO,
put itbls in with the literals
Simon Marlow
- patch applied (testsuite): Windows: the .ps file is < prog>
.exe.ps
Simon Marlow
- patch applied (ghc): Windows: the .hp file is <prog>.exe.hp
Simon Marlow
- patch applied (ghc): Remove vectored returns.
Simon Marlow
- patch applied (ghc): use -fforce-recomp when compiling Main.hs
against the ghc package.
Simon Marlow
- patch applied (ghc): Fix #249 (-caf-all bugs)
Simon Marlow
- patch applied (testsuite): prof001 & prof002 are not broken now
Simon Marlow
- patch applied (ghc): Fix #839 (Generate documentation for built-in
types and primitve operations)
Simon Marlow
- PPC Mac OS X build of HEAD: "...ghc .. -c parser/Parser.hs ..."
fails with "/tmp/ghc6575.s:132776:Fixup of 34728 too large
for field width of 16 bits ..."
Thorkil Naur
- Fwd: PPC Mac OS X build of HEAD: "...ghc .. -c parser/Parser.hs
..." fails with "/tmp/ghc6575.s:132776:Fixup of 34728 too
large for field width of 16 bits ..."
Thorkil Naur
- patch applied (ghc): Adhere to the new GNU Coding Standards,
avoiding a warning with autoconf 2.59c and later
Sven Panne
- patch applied (ghc): Warning police: Avoid warning about unused
variable
Sven Panne
- patch applied (ghc): Warning police: " %p"
format expects a void*
Sven Panne
- patch applied (ghc): Make the User'
s Guide DocBook XML 4.2 conformant again
Sven Panne
- patch applied (ghc): Improved naming of generated HTML files by
using nice IDs
Sven Panne
- patch applied (ghc): Don't hardwire RELEASE into configure.ac
Sven Panne
- [nightly] 01-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
Simon Peyton-Jones
- Request for help: 6.6.1 bugs
Simon Peyton-Jones
- [nightly] 31-Jan-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
Simon Peyton-Jones
- Record wildcard
Simon Peyton-Jones
- Turn HsRecordBinds into a real type
Simon Peyton-Jones
- Record wildcard
Simon Peyton-Jones
- Record wildcard
Simon Peyton-Jones
- [nightly] 01-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 01-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 01-Feb-2007 build of HEAD on x86_64-unknown-linux
(cam-03-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 01-Feb-2007 build of 6.6 branch on x86_64-unknown-linux
(cam-03-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 02-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 02-Feb-2007 build of HEAD on x86_64-unknown-linux
(cam-03-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 02-Feb-2007 build of 6.6 branch on x86_64-unknown-linux
(cam-03-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 02-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 03-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 03-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 03-Feb-2007 build of HEAD on x86_64-unknown-linux
(cam-03-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 03-Feb-2007 build of 6.6 branch on x86_64-unknown-linux
(cam-03-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 04-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 04-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 04-Feb-2007 build of HEAD on x86_64-unknown-linux
(cam-03-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 04-Feb-2007 build of 6.6 branch on x86_64-unknown-linux
(cam-03-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 05-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 05-Feb-2007 build of HEAD on x86_64-unknown-linux
(cam-03-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 05-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 05-Feb-2007 build of 6.6 branch on x86_64-unknown-linux
(cam-03-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 06-Feb-2007 build of 6.6 branch on x86_64-unknown-linux
(cam-03-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 06-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 06-Feb-2007 build of HEAD on x86_64-unknown-linux
(cam-03-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 06-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 07-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 07-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 08-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 08-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 09-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 10-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 11-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 12-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 13-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 14-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 14-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 15-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 15-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 16-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 16-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 17-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 17-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 18-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 18-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 19-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 19-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 20-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 21-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 21-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 22-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 22-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 23-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 23-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 24-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 24-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 25-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 25-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 26-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 27-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 27-Feb-2007 build of HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- [nightly] 28-Feb-2007 build of 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
- Exception for printing negative numbers
Peter Tanski
- Exception handling for Showing negative integers
Peter Tanski
- Add: Exception handling Showing negative integers
Peter Tanski
- Add: Exception handling Showing negative integers
Peter Tanski
- patch applied (testsuite): Add tests for the Haddock extension
David Waern
- Record wildcard
Malcolm Wallace
- Record wildcard
Malcolm Wallace
- patch applied (ghc): Moved argument position info of ATs into tycon
rhs info
chak at cse.unsw.edu.au
- patch applied (ghc): Fix parsing of parallel array literals
chak at cse.unsw.edu.au
- buildbot failure in x86-windows-HEAD
cvs-ghc at haskell.org
- buildbot failure in x86-windows-HEAD
cvs-ghc at haskell.org
- buildbot failure in x86-windows-HEAD
cvs-ghc at haskell.org
- buildbot failure in x86-windows-HEAD
cvs-ghc at haskell.org
- patch applied (testsuite): added new tests to esc
nx200 at cam.ac.uk
- patch applied (testsuite): modified all.T
nx200 at cam.ac.uk
- patch applied (testsuite): minor change
nx200 at cam.ac.uk
- [nightly] 01-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 02-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 03-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 04-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 05-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 05-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 06-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 06-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 07-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 07-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 08-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 08-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 09-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 09-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 10-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 10-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 11-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 12-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 13-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 13-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 14-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 14-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 15-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 15-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 16-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 16-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 17-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 17-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 18-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 18-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 19-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 19-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 20-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 20-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 21-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 21-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 22-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 22-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 23-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 24-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
- [nightly] 24-Feb-2007 build of of HEAD on i386-unknown-mingw32
(bling)
sof at galois.com
- [nightly] 25-Feb-2007 build of of 6.6 branch on
i386-unknown-mingw32 (bling)
sof at galois.com
Last message date:
Wed Feb 28 22:46:24 EST 2007
Archived on: Wed Feb 28 22:46:25 EST 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).