On Mon, Dec 14, 2009 at 12:31 PM, Simon Peyton-Jones
wrote:
> OK, so can we nuke it? Or who should we ask?
Sure, fine, it's not that hard to recreate ...
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
On Thu, Sep 10, 2009 at 4:53 AM, Simon Marlow wrote:
> I already fixed http://www.haskell.org/ghc/documentation.html to redirect to
> the documentation page, so we don't need this patch now. Thanks anyway
Ah, okay. It didn't seem to be redirected when I wrote it :-).
Wed Jul 22 13:03:54 EDT 2009 Samuel Bronson
* includes/TSO.h: kill trailing whitespace
New patches:
[includes/TSO.h: kill trailing whitespace
Samuel Bronson **20090722170354
Ignore-this: 36d4afd1a21188d604ed6b432942dcdc
] {
hunk ./includes/TSO.h 87
* storage manager, and won't be c
Wed Jul 22 12:30:11 EDT 2009 Samuel Bronson
* Say what StgTSOBlockInfo is for, where to read about it.
New patches:
[Say what StgTSOBlockInfo is for, where to read about it.
Samuel Bronson **20090722163011
Ignore-this: 6c09e11f23594251cdc2db1bc642edc9
] hunk ./includes/TSO.h 70
On Thu, Aug 21, 2008 at 6:26 PM, Max Bolingbroke
<[EMAIL PROTECTED]> wrote:
> 2008/8/20 Samuel Bronson <[EMAIL PROTECTED]>:
>> sync-all |7 +++
>
> Thanks.
>
> I've added this change to the updated version of sync-all that has
> been hanging ar
sync-all |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/sync-all b/sync-all
index 1f0bfec..27a1ee0 100755
--- a/sync-all
+++ b/sync-all
@@ -80,6 +80,7 @@ sub scmall {
my $tag;
my $remotepath;
my $scm;
+my $use_stgit;
my $path;
my $wd_b
Neil Mitchell gmail.com> writes:
> Mon Apr 7 15:20:06 PDT 2008 Samuel Bronson gmail.com>
> * Replace one occurance of CVS with darcs in HACKING
>
> M ./HACKING -1 +1
>
> View patch online:
> http://darcs.haskell.org/ghc/_darcs/p
On 4/7/08, Simon Marlow <[EMAIL PROTECTED]> wrote:
> Samuel Bronson wrote:
> > Sun Apr 6 09:47:55 EDT 2008 Samuel Bronson <[EMAIL PROTECTED]>
> > * Implement #2191 (traceCcs# -- prints CCS of a value when available)
> > Apparantly, tagged objects are pas