Malcolm Wallace | 3 Apr 2011 22:30
Gravatar

patch for containers library

Attached, a darcs patch for the containers library.  I don't seem to be able to push right now.

Regards,
    Malcolm
Attachment (nhc-build.dpatch): application/octet-stream, 1935 bytes
_______________________________________________
Cvs-libraries mailing list
Cvs-libraries <at> haskell.org
http://www.haskell.org/mailman/listinfo/cvs-libraries
Max Bolingbroke | 3 Apr 2011 22:39
Picon
Favicon
Gravatar

Re: patch for containers library

On 3 April 2011 21:30, Malcolm Wallace <malcolm.wallace <at> me.com> wrote:
> Attached, a darcs patch for the containers library.  I don't seem to be able to push right now.

I think that containers has been moved into git, and the Darcs repo
will be now be read-only. The new repo is at
http://darcs.haskell.org/packages/containers.git/

Cheers,
Max
Max Bolingbroke | 5 Apr 2011 10:02
Picon
Favicon
Gravatar

[commit: unix] encoding: Add initial .gitignore (93f0e19)

Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix

On branch  : encoding

http://hackage.haskell.org/trac/ghc/changeset/93f0e1957372029262d728f01120d41869f0521a

>---------------------------------------------------------------

commit 93f0e1957372029262d728f01120d41869f0521a
Author: Max Bolingbroke <batterseapower <at> hotmail.com>
Date:   Tue Apr 5 08:54:28 2011 +0100

    Add initial .gitignore

>---------------------------------------------------------------

 .gitignore |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..91d4175
--- /dev/null
+++ b/.gitignore
 <at>  <at>  -0,0 +1,11  <at>  <at> 
+# Specific generated files
+GNUmakefile
+autom4te.cache/
+config.log
+config.status
(Continue reading)

Max Bolingbroke | 5 Apr 2011 10:02
Picon
Favicon
Gravatar

[commit: unix] branch 'encoding' created

Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix

New branch : encoding
Referencing: 4236716b1b4f3621cde3c944ee95533b5acf6282
Max Bolingbroke | 5 Apr 2011 10:02
Picon
Favicon
Gravatar

[commit: unix] encoding: Attempt to make unix Unicode-safe (particularly in process and filepath handling) (4236716)

Repository : ssh://darcs.haskell.org//srv/darcs/packages/unix

On branch  : encoding

http://hackage.haskell.org/trac/ghc/changeset/4236716b1b4f3621cde3c944ee95533b5acf6282

>---------------------------------------------------------------

commit 4236716b1b4f3621cde3c944ee95533b5acf6282
Author: Max Bolingbroke <batterseapower <at> hotmail.com>
Date:   Tue Apr 5 08:56:21 2011 +0100

    Attempt to make unix Unicode-safe (particularly in process and filepath handling)

 System/Posix/Directory.hsc            |   26 ++++++++++---
 System/Posix/DynamicLinker.hsc        |   16 ++++++---
 System/Posix/DynamicLinker/Module.hsc |    8 ++++-
 System/Posix/Env.hsc                  |   28 +++++++++++----
 System/Posix/Files.hsc                |   64 +++++++++++++++++++++-----------
 System/Posix/IO.hsc                   |   16 ++++++---
 System/Posix/Process.hsc              |   19 +++++++---
 System/Posix/Temp.hsc                 |   23 ++++++++++--
 System/Posix/User.hsc                 |   24 ++++++------
 9 files changed, 156 insertions(+), 68 deletions(-)

Diff suppressed because of size. To see it, use:

    git show 4236716b1b4f3621cde3c944ee95533b5acf6282
Max Bolingbroke | 5 Apr 2011 10:02
Picon
Favicon
Gravatar

[commit: Win32] branch 'encoding' created

Repository : ssh://darcs.haskell.org//srv/darcs/packages/Win32

New branch : encoding
Referencing: 5e3ce77d290b8094debb21dbdbc24a492cc80880
Max Bolingbroke | 5 Apr 2011 10:02
Picon
Favicon
Gravatar

[commit: Win32] encoding: Add initial .gitignore (47f6cb1)

Repository : ssh://darcs.haskell.org//srv/darcs/packages/Win32

On branch  : encoding

http://hackage.haskell.org/trac/ghc/changeset/47f6cb128720c0f899b99bb277efb1d4117ce9c7

>---------------------------------------------------------------

commit 47f6cb128720c0f899b99bb277efb1d4117ce9c7
Author: Max Bolingbroke <batterseapower <at> hotmail.com>
Date:   Mon Apr 4 22:21:02 2011 +0100

    Add initial .gitignore

>---------------------------------------------------------------

 .gitignore |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f1abef4
--- /dev/null
+++ b/.gitignore
 <at>  <at>  -0,0 +1,3  <at>  <at> 
+# Specific generated files
+GNUmakefile
+ghc.mk
\ No newline at end of file
(Continue reading)

Max Bolingbroke | 5 Apr 2011 10:02
Picon
Favicon
Gravatar

[commit: Win32] encoding: Attempt to fix lurking Unicode errors in Win32 (5e3ce77)

Repository : ssh://darcs.haskell.org//srv/darcs/packages/Win32

On branch  : encoding

http://hackage.haskell.org/trac/ghc/changeset/5e3ce77d290b8094debb21dbdbc24a492cc80880

>---------------------------------------------------------------

commit 5e3ce77d290b8094debb21dbdbc24a492cc80880
Author: Max Bolingbroke <batterseapower <at> hotmail.com>
Date:   Mon Apr 4 22:21:27 2011 +0100

    Attempt to fix lurking Unicode errors in Win32

>---------------------------------------------------------------

 Graphics/Win32/GDI/Bitmap.hsc |    4 ++--
 System/Win32/DLL.hsc          |    2 +-
 System/Win32/NLS.hsc          |    2 +-
 System/Win32/SimpleMAPI.hsc   |   32 +++++++++++++++++---------------
 cbits/dumpBMP.c               |    7 +++----
 5 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/Graphics/Win32/GDI/Bitmap.hsc b/Graphics/Win32/GDI/Bitmap.hsc
index 2d9bb59..6b07fc0 100644
--- a/Graphics/Win32/GDI/Bitmap.hsc
+++ b/Graphics/Win32/GDI/Bitmap.hsc
 <at>  <at>  -376,10 +376,10  <at>  <at>  sizeofLPBITMAPFILEHEADER = #{size BITMAPFILEHEADER}

 createBMPFile :: String -> HBITMAP -> HDC -> IO ()
(Continue reading)

Max Bolingbroke | 5 Apr 2011 10:03
Picon
Favicon
Gravatar

[commit: process] branch 'encoding' created

Repository : ssh://darcs.haskell.org//srv/darcs/packages/process

New branch : encoding
Referencing: 20a230f433238a8388fee06afa4fc99176861326
Max Bolingbroke | 5 Apr 2011 10:03
Picon
Favicon
Gravatar

[commit: process] encoding: Initial .gitignore (82900fc)

Repository : ssh://darcs.haskell.org//srv/darcs/packages/process

On branch  : encoding

http://hackage.haskell.org/trac/ghc/changeset/82900fc7b7630cdf3a71ad67b1ed4d2e4e01b316

>---------------------------------------------------------------

commit 82900fc7b7630cdf3a71ad67b1ed4d2e4e01b316
Author: Max Bolingbroke <batterseapower <at> hotmail.com>
Date:   Mon Apr 4 23:57:58 2011 +0100

    Initial .gitignore

>---------------------------------------------------------------

 .gitignore |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bd6e173
--- /dev/null
+++ b/.gitignore
 <at>  <at>  -0,0 +1,14  <at>  <at> 
+# Specific generated files
+GNUmakefile
+autom4te.cache/
+config.log
+config.status
(Continue reading)


Gmane