Repository : ssh://darcs.haskell.org//srv/darcs/ghc

Branch 'ghc-generics' now includes:

     90edc9c... Update meta-repo stuff
     c5f09ae... Fix bindisttest in git
     7978575... fix 'sync-all pull'
     d94579a... add a "set-origin" command
     0cb84f3... add "./sync-all fetch" and "./sync-all new"
     40769ea... Really zap case-binder occurrence info: solves #5028
     067268c... Merge branch 'ticket-5028'
     9aa71a3... Merge branch 'master' of http://darcs.haskell.org/ghc
     7a29845... Pop OS X stack padding even if the foreign call is stdcall 
(#5052)
     240545f... Ignore more generated files
     376bb62... Mark scripts executable (boot, and the ones the build system 
chmods)
     648979d... Follow changes in Cabal
     6552d9f... Merge branch 'master' of http://darcs.haskell.org/ghc
     41dc519... Ignore names introduced "implicitly" in unused-variable 
warnings (Fix #4404)
     88e9830... Update README to talk about git rather than darcs
     2a86d5c... Prefer builtin commands to macros in GHCi command resolution 
(#3858)
     8c49df0... Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/ghc
     ffb2e81... Update boot scripts for git
     fb65975... Merge branch 'master' of http://darcs.haskell.org/ghc
     9330f8d... Fix parsing constructors containing dots; fixes trac #4891
     3deca8f... Use tcRnImports rather than rnImports with GHCi "import" 
statement: fixes #4832
     1ecf3fd... Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/ghc
     731afdc... Make compilation of hscRnImportDecls conditional: fixes stage1 
build
     633a108... Trivial change to README to observe error I get during github 
push
     f83fe7c... Trivial change to HACKING: github testing againh
     99d5f76... Fix build
     617c933... Update darcs references to git in README
     be89531... Take strlen of archive filenames.
     9e27ad1... Teach GHC to compile objective-c files; trac #5025
     577c006... Add "./sync-all set-push"
     fdc606f... Minor documentation improvement about pointer tagging.
     d97ce1a... Fix typos and add Outputable constraints to aid debugging.
     3463ec6... Ignore tags files.
     93e7418... Add some comments to sync-all, based on darcs-all's comments
     2fe9913... Turn on autoflush in sync-all
     aaafc98... Merge branch 'master' of http://darcs.haskell.org/ghc
     46a963a... Remove redundant darcs-all script
     af5e034... Remove redundant packages.git file
     9be618c... Remove dead code, now that -fvia-c is a no-op
     06bf361... Fix linear register allocator bug involving read/write to same 
registers.
     3a50b1f... suppress warning about --partial
     db48557... Add "remote add" and "remote rm" commands
     c3740c9... 'fetch' and 'new' can take branch names as arguments 
(defaulting to 'origin')
     b61c52d... remove set-origin and set-push commands; add "remote set-url 
[--push]" (to match git syntax).
     a28ed19... Give infinite fuel to required C-- transformations. Fixes #4971.
     0ce8f5e... remove ^Ms; comment updates
     7b0ff17... Merge _stub.o files into the main .o file (Fixes #3687 and 
#706) Now GHC still generates the _stub.c files, but the object file is 
automatically merged into the main .o file for a module.  This means that build 
systems (including GHC's own) no longer need to worry about looking for _stub.o 
files and including them when linking.
     3745ba9... fix warning
     4058965... allocateRegsAndSpill: disable a panic for the time being (see 
comment)
     60ec869... Merge branch 'master' of /home/simonmar/ghc-git
     12929a2... Suppress dumpTcRn when -dno-debug-output is enabled.
     d70fc3c... CmmOpt cannot assume single assignment for hand-written or new 
codegen Cmm.
     2688d8d... Make sync-all work with the GitHub mirror.
     e893450... Make sync-all work with the GitHub mirror over HTTPS
     72a2b6d... Add 'sync-all status' as an alias for 'sync-all whatsnew' (to 
match git syntax)
     3617df3... doc fix: -package-name is more static than dynamic.  It can't 
be used in a LANGUAGE pragma, but it is parsed by parseDynamicFlags, and it can 
be set per-session in the GHC API.  We don't have a name for this type of flag, 
but from the user's point of view "static" is probably less confusing.
     d4d383b... Fix -split-objs: there was a bad interaction with the recent 
changes to the way stub files were handled.
     ef344a1... remove debugging output
     78946b2... Add 'sync-all grep'
     91bb651... Merge branch 'master' of /home/simonmar/ghc-git/.
     14c3373... Revert "Suppress dumpTcRn when -dno-debug-output is enabled."
     6caa417... Merge branch 'trac_5025' of https://github.com/thoughtpolice/ghc
     0dd5815... Merge remote branch 'origin'
     bd9c8356.. Fix bug in X86 codegen: use GMOV instead of MOV for F64 w/o 
SSE2.
     2d8b317... Add "commit" to the list of commands sync-all supports
     9586648... sync-all: Don't give remote repo paths and branches to git pull
     ae9ef75... Merge branch 'master' of http://darcs.haskell.org/ghc
     342f474... Merge remote branch 'origin/patch-4404'
     1844c3c... sync-all: Push doesn't take a repo path either
     9ffa268... bugfix for stub generation: create the directory for the 
_stub.h file, not the _stub.c file, because the latter is now created as a 
temporary file.
     e0d60d5... Handle '\r's in boot-pkgs files
     814edf4... Force re-linking if the options have changed (#4451)
     e7f04c3... - disable shared lib support on Solaris 10 and older (fixes 
#4973)
     159fdb1... gen_contents_index: Improve parsing of packages file
     3783ffa... rts/Linker.c tidyups and debug belches
     b100191... Add "./sync-all config" command
     67e48af... Support fat archives on OS X
     95ba531... Add "./sync-all reset" command
     169dadd... Whitespace only in main/Finder.lhs
     521b792... add casMutVar#
     61d1a81... tweak to cleanTempFilesExcept
     7bf5bf3... ghc-pkg dependency on ghc-cabal should be an order-only 
dependency, otherwise we repeatedly try to rebuild ghc-pkg if ghc-cabal is 
newer.
     1fb3844... Refactoring and tidy up
     8a0ab97... Unsafe foreign calls (fat machine instructions) do not kill all 
registers.
     856448e... Implement mapUFM_Directly.
     b3199f6... Flag for defaulting the codegen GhcStageXDefaultNewCodegen.
     d76fcd2... Remove debugging CmmComment from old code generator.
     4f018b4... isAlive: re-apply the tag if we find a forwarding pointer. This 
is a real bug, spotted by Marcin Orczyk (thanks!).  I'm not sure if it lead to 
any actual crashes.
     5463b55... Cleanup sweep and fix a bug in RTS flag processing.
     a52ff76... Change the way module initialisation is done (#3252, #4417)
     8419203... Merge branch 'master' of c:/code/HEAD-git/. into ghc-generics
     ce2ea82... Small fixes to the generics branch to get rid of warnings, plus 
a false ASSERT failure

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to