Fri Nov 11 13:20:08 EST 2005  Craig Lennox <[EMAIL PROTECTED]>
  * Make Pristine, RepoFormat, Repository derive Show
New patches:

[Make Pristine, RepoFormat, Repository derive Show
Craig Lennox <[EMAIL PROTECTED]>**20051111182008] {
hunk ./Pristine.lhs 51
+    deriving Show
hunk ./RepoFormat.lhs 20
-newtype RepoFormat = RF [[PackedString]]
+newtype RepoFormat = RF [[PackedString]] deriving Show
hunk ./Repository.lhs 53
+                deriving Show
hunk ./Repository.lhs 56
+                deriving Show
}

Context:

[add a few more changelog entries.
David Roundy <[EMAIL PROTECTED]>**20051111133638] 
[fix bug in code for external conflict resolution.
David Roundy <[EMAIL PROTECTED]>**20051111132557] 
[spelling fix in docs.
David Roundy <[EMAIL PROTECTED]>**20051111123035] 
[use substrPS for more robust searching for the patch bundle hash.
David Roundy <[EMAIL PROTECTED]>**20051110145918] 
[speed up replace by first checking on each line if there might be a match.
David Roundy <[EMAIL PROTECTED]>**20051110143047
 The idea is that if there is no substring match, there won't be a token
 match, and we can save huge amounts of time.  On my very simple test
 (replacing if with fi in all of darcs' files), the speedup took us from 30
 seconds to 3 seconds to pull.
] 
[implement FastPackedString.substrPS, which searches for a substring.
David Roundy <[EMAIL PROTECTED]>**20051110140311] 
[make pull.pl work on MacOS X using ugly hack.
[EMAIL PROTECTED]
 For some reason ghc on MacOX X gives an Unknown error 0 where it ought to
 give a "permission denied" error.  This change just makes us recognize this
 and turns the test failure into a TODO check.
] 
[add a couple of changelog entries.
David Roundy <[EMAIL PROTECTED]>**20051108132617] 
[make sftp honor the SSH_PORT env variable.
David Roundy <[EMAIL PROTECTED]>**20051108131847] 
[Fix spurious failure of the revert test case
Florian Weimer <[EMAIL PROTECTED]>**20051107195237
 
 "darcs revert -a" does not require confirmation.
] 
[Check for excess input in test cases
Florian Weimer <[EMAIL PROTECTED]>**20051107195045
 
 This change also fixes a latent race condition (by adding a call to
 waitpid): darcs might not have run to completion when echo_to_darcs
 returns.
] 
[During tests, do not exit silently when a write fails
Florian Weimer <[EMAIL PROTECTED]>**20051107194913] 
[Avoid putting a wrongly-named directory in dist tarball if the name we wanted already exists in $TMPDIR
Simon McVittie <http://www.pseudorandom.co.uk/>**20051106145821] 
[fix example in doc to work with version 1.0.3 and above
Tommy Pettersson <[EMAIL PROTECTED]>**20051106232940
 Discovered and fix suggested by Pavel Pisa.
] 
[update version number to 1.0.4rc3.
David Roundy <[EMAIL PROTECTED]>**20051108120613] 
[TAG 1.0.4rc2
David Roundy <[EMAIL PROTECTED]>**20051106121631] 
Patch bundle hash:
c0e16170e697a92998d85cbed3d1a772740b0986
_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to