June 2009 Archives by thread
Starting: Tue Jun 2 00:05:01 EDT 2009
Ending: Tue Jun 30 05:26:41 EDT 2009
Messages: 223
- patch applied (packages/time): cap in .cabal
Ashley Yakeley
- patch applied (packages/time): add validating converters
Ashley Yakeley
- patch applied (packages/ghc-prim): Add missing -XTypeOperators
Simon Peyton Jones
- patch applied (packages/directory): Fix #3189: add docs to
findExecutable
Simon Marlow
- patch applied (packages/process): Fix #2650: avoid a race condition
on Windows when creating sub-processes
Simon Marlow
- patch applied (packages/Win32): add a test for #3241
Simon Marlow
- patch applied (packages/Win32): Fix #3241: regSetStringValue passed
the wrong value for the length
Simon Marlow
- patch applied (packages/base): Remove unnecessary parens
Ian Lynagh
- patch applied (packages/integer-gmp): Remove the unused
decodeFloatInteger
Ian Lynagh
- patch applied (packages/base): nhc98 must build dirUtils.c as well.
Malcolm Wallace
- patch applied (packages/Cabal): Enable the global command usage to
be set
Ian Lynagh
- patch applied (packages/Cabal): Swap the order of global usage
messages
Ian Lynagh
- patch applied (packages/Cabal): The Read instance for License and
InstalledPackageInfo is authoritative
Ian Lynagh
- patch applied (packages/Cabal): Improve runE parse error message
Ian Lynagh
- patch applied (packages/Cabal): Make 'ghc-options: -O0' a warning
rather than an error
Ian Lynagh
- patch applied (packages/Cabal): Typo in docs for source-repository
Ian Lynagh
- patch applied (packages/Cabal): Fix installIncludeFiles to create
target directories properly
Ian Lynagh
- patch applied (packages/Cabal): Move installDataFiles out of line
to match installIncludeFiles
Ian Lynagh
- patch applied (packages/Cabal): filter -threaded when profiling is
on
Ian Lynagh
- patch applied (packages/Cabal): Fix openNewBinaryFile on Windows
with ghc-6.6
Ian Lynagh
- patch applied (packages/Cabal): Update changelog for 1.6.0.2
Ian Lynagh
- patch applied (packages/Cabal): New changelog entries for 1.7.x
Ian Lynagh
- patch applied (packages/Cabal): Filter ghc-options -threaded for
libs too
Ian Lynagh
- patch applied (packages/Cabal): Check for ghc-options: -threaded in
libraries
Ian Lynagh
- patch applied (packages/Cabal): Remove unused support for
installing dynamic exe files
Ian Lynagh
- patch applied (packages/Cabal): Add Distribution.Compat.CopyFile
module
Ian Lynagh
- patch applied (packages/Cabal): Pass include directories to LHC
Ian Lynagh
- patch applied (packages/Cabal): Warn if C dependencies not found
(kind of fixes #262)
Ian Lynagh
- patch applied (packages/Cabal): Export setFileOrdinary and
setFileExecutable from Compat.CopyFile
Ian Lynagh
- patch applied (packages/Cabal): Use setFileExecutable instead of
copyPermissions
Ian Lynagh
- patch applied (packages/Cabal): Add a bunch of utility functions
for installing files
Ian Lynagh
- patch applied (packages/Cabal): Make the Compat.CopyFile module
with with old and new ghc
Ian Lynagh
- patch applied (packages/Cabal): Use installOrdinaryFile and
installExecutableFile in various places
Ian Lynagh
- patch applied (packages/Cabal): Stop using smartCopySources or
copyDirectoryRecursiveVerbose
Ian Lynagh
- patch applied (packages/Cabal): Switch last uses of copyFile to
copyFileVerbose
Ian Lynagh
- patch applied (packages/Cabal): Switch hugs wrapper code to use
setFileExecutable
Ian Lynagh
- patch applied (packages/Cabal): Let the setFileExecutable function
work with hugs too
Ian Lynagh
- patch applied (packages/Cabal): Switch copyFileVerbose to use
compat copyFile
Ian Lynagh
- patch applied (packages/Cabal): Deprecate smartCopySources and
copyDirectoryRecursiveVerbose
Ian Lynagh
- patch applied (packages/Cabal): Misc minor comment and help message
changes
Ian Lynagh
- patch applied (packages/Cabal): #262 iterative tests for foreign
dependencies
Ian Lynagh
- patch applied (packages/Cabal): Document most of the new file
utility functions
Ian Lynagh
- patch applied (packages/Cabal): move imports outside ifdef GHC
Ian Lynagh
- patch applied (packages/Cabal): Do the check for foreign libs after
running configure
Ian Lynagh
- patch applied (packages/Cabal): Use the cc,
cpp and ld options when checking foreign headers and libs
Ian Lynagh
- patch applied (packages/Cabal): Improve the error message for
missing foreign libs and make it fatal
Ian Lynagh
- patch applied (packages/Cabal): Add createTempDirectory to
Compat.TempFile module
Ian Lynagh
- patch applied (packages/Cabal): Make withTempDirectory create a new
secure temp dir
Ian Lynagh
- patch applied (packages/Cabal): Remove #ifdefery for windows,
renameFile now works properly
Ian Lynagh
- patch applied (packages/Cabal): Fix message suggesting the
--executables flag
Ian Lynagh
- patch applied (packages/Cabal): Correct docdir -> mandir in
InstallDirs
Ian Lynagh
- patch applied (packages/Cabal): Don't build ghci lib if we're not
making vanilla libs
Ian Lynagh
- patch applied (packages/Cabal): Only print message about ignoring
-threaded if its actually present
Ian Lynagh
- patch applied (packages/Cabal): Fix compat functions for setting
file permissions on windows
Ian Lynagh
- patch applied (packages/Cabal): Folly the directions for docbook-xsl
Ian Lynagh
- patch applied (packages/Cabal): Make documentation validate
Ian Lynagh
- patch applied (packages/Cabal): Validate the docbook xml before
processing.
Ian Lynagh
- patch applied (packages/Cabal): Use more cc options when checking
for header files and libs
Ian Lynagh
- patch applied (packages/Cabal): Final changelog updates for 1.6.0.2
Ian Lynagh
- patch applied (packages/Cabal): Specify a temp output file for the
header/lib checks
Ian Lynagh
- patch applied (packages/Cabal): Fix user guide docs about
--disable-library-vanilla
Ian Lynagh
- patch applied (packages/Cabal): fix imports for non-GHC
Ian Lynagh
- patch applied (packages/Cabal): rewrite of
Distribution.Simple.Haddock
Ian Lynagh
- patch applied (packages/Cabal): Make die use an IOError that gets
handled at the top level
Ian Lynagh
- patch applied (packages/Cabal): use -D__HADDOCK__ only when
preprocessing for haddock < 2
Ian Lynagh
- patch applied (packages/Cabal): Print a more helpful message when
haddock's ghc version doesn't match
Ian Lynagh
- patch applied (packages/Cabal): Update the support for LHC.
Ian Lynagh
- patch applied (packages/Cabal): LHC: register the external core
files.
Ian Lynagh
- patch applied (packages/Cabal): Ticket #89 part 1: add
targetBuildDepends field to PackageDescription's
target-specific BuildInfos
Ian Lynagh
- patch applied (packages/Cabal): Ticket #89 part 2:
Dependency-related test cases and a simple test harness
Ian Lynagh
- patch applied (packages/Cabal): Add new ComponentLocalBuildInfo
Ian Lynagh
- patch applied (packages/Cabal): Remove the makefile generation
feature
Ian Lynagh
- patch applied (packages/Cabal): Fix warnings about unused
definitions and imports
Ian Lynagh
- patch applied (packages/Cabal): Fixup .cabal file with the removed
modules and files
Ian Lynagh
- patch applied (packages/Cabal): Remove unused ghc-only executable
wrapper feature
Ian Lynagh
- patch applied (packages/Cabal): Split ghc's build action into
buildLib and buildExe
Ian Lynagh
- patch applied (packages/Cabal): Fix types of libModules and
exeModules
Ian Lynagh
- patch applied (packages/Cabal): Give withLib and withExe sensible
types
Ian Lynagh
- patch applied (packages/Cabal): Sync LHC module from GHC module
Ian Lynagh
- patch applied (packages/Cabal): Split JHC's build into buildLib and
buildExe
Ian Lynagh
- patch applied (packages/Cabal): Split nhc and hugs's build action
into buildLib and buildExe
Ian Lynagh
- patch applied (packages/Cabal): Rejig calls to per-compiler build
functions
Ian Lynagh
- patch applied (packages/Cabal): Make absoluteInstallDirs only take
the package id
Ian Lynagh
- patch applied (packages/Cabal): No need to drop
dist/installed-pkg-config after every build
Ian Lynagh
- patch applied (packages/Cabal): Simplify writeInstalledConfig
slightly
Ian Lynagh
- patch applied (packages/Cabal): Pass ComponentLocalBuildInfo to the
buildLib/Exe
Ian Lynagh
- patch applied (packages/Cabal): Use componentPackageDeps,
remove packageDeps, add externalPackageDeps
Ian Lynagh
- patch applied (packages/Cabal): Resolve merge conflict with
dynlibPref patch
Ian Lynagh
- patch applied (packages/Cabal): Register XmlSyntax and
RegularPatterns as known extensions in Language.Haskell.Extension
Ian Lynagh
- patch applied (packages/Cabal): Add *LBI variants of withLib and
withExe that give corresponding build info
Ian Lynagh
- patch applied (packages/Cabal): Use accurate per-component package
deps
Ian Lynagh
- patch applied (packages/Cabal): Detect intra-package build-depends
Ian Lynagh
- patch applied (packages/Cabal): Improve an internal error message
slightly
Ian Lynagh
- patch applied (packages/Cabal): Minor renaming
Ian Lynagh
- patch applied (packages/Cabal): Bump version to 1.7.1 due to recent
changes
Ian Lynagh
- patch applied (packages/Cabal): Simplify version ranges before
printing in configure error message
Ian Lynagh
- patch applied (packages/Cabal): Use the PackageDbStack in the local
build info and compiler modules
Ian Lynagh
- patch applied (packages/Cabal): Add and export simplifyDependency
Ian Lynagh
- patch applied (packages/Cabal): Simplify version ranges in
configure messages and errors
Ian Lynagh
- patch applied (packages/Cabal): Make rendering the ghc package db
stack more lenient
Ian Lynagh
- patch applied (packages/Cabal): Always build ar files with indexes
Ian Lynagh
- patch applied (packages/Cabal): executables can now depend on a
library in the same package.
Ian Lynagh
- patch applied (packages/Cabal): Ignore a byte order mark (BOM) when
reading UTF8 text files
Ian Lynagh
- patch applied (packages/Cabal): Split requireProgram into two
different functions
Ian Lynagh
- patch applied (packages/Cabal): Ban upwardly open version ranges in
dependencies on base
Ian Lynagh
- patch applied (packages/Cabal): Remove a couple unused imports.
Ian Lynagh
- patch applied (packages/Cabal): Make message "refers to a library
which is defined within the same.." more grammatical
Ian Lynagh
- patch applied (packages/Cabal): Ticket #89 final: Regression tests
for new dependency behaviour.
Ian Lynagh
- patch applied (packages/Cabal): Bump version due to recent changes
Ian Lynagh
- patch applied (packages/Cabal): Tweak a comment so that it doesn't
confuse haddock
Ian Lynagh
- patch applied (packages/Cabal): Fix unlit
Ian Lynagh
- patch applied (packages/Cabal): When build calls register,
pass the verbosity level too
Ian Lynagh
- patch applied (packages/Cabal): Pass a verbosity flag to ghc-pkg
Ian Lynagh
- patch applied (packages/Cabal): Put a "%expect 0" directive in the
.y file of a test
Ian Lynagh
- patch applied (packages/base3-compat): Add a deprecated warning to
Prelude
Ian Lynagh
- patch applied (packages/base): Remove unused foreign imports of
__encodeFloat/Double
Duncan Coutts
- patch applied (packages/integer-gmp): Add __encodeDouble and
__encodeFloat
Duncan Coutts
- patch applied (packages/array): Update for new IO library
(TEMPORARY: hGetArray/hPutArray not implemented)
Simon Marlow
- patch applied (packages/base): Rewrite of the IO library,
including Unicode support
Simon Marlow
- patch applied (packages/base3-compat): changes for new IO library
Simon Marlow
- patch applied (packages/bytestring): Update for new IO library
Simon Marlow
- patch applied (packages/Cabal): update to work with the new GHC IO
library internals (fdToHandle)
Simon Marlow
- patch applied (packages/directory): changes for the new IO library
Simon Marlow
- patch applied (packages/process): Changes for new IO library
Simon Marlow
- patch applied (packages/syb): Update for new IO library
Simon Marlow
- patch applied (packages/unix): Update to work with the new GHC IO
library internals
Simon Marlow
- patch applied (packages/base): Add iconv as an extra library on
platform that need to link with it
Ian Lynagh
- patch applied (packages/OpenGL): Bumped version number to 2.3.0.0
Sven Panne
- patch applied (packages/OpenGL): Use types and functions from
OpenGLRaw.
Sven Panne
- patch applied (packages/base): Allow System.Posix.Internals to
compile with nhc98 again.
Ian Lynagh
- patch applied (packages/template-haskell): abstractify ModName,
PkgName and OccName; drop dependency on packedstring
Simon Marlow
- patch applied (packages/base): Fix #3128: file descriptor leak when
hClose fails
Simon Marlow
- patch applied (packages/time): use base==4.*
Ashley Yakeley
- patch applied (packages/time): add validating constructors
Ashley Yakeley
- patch applied (packages/base): Save and restore the codec state
when re-decoding
Simon Marlow
- patch applied (packages/base): Fix warnings in C programs generated
by configure; fixes failures with -Werror
Ian Lynagh
- patch applied (packages/base): Fix warnings in configure script
Ian Lynagh
- patch applied (packages/base): The IO type has moved to GHC.Types
in ghc-prim
Ian Lynagh
- patch applied (packages/ghc-prim): Add a GHC.Debug module,
with debugLn :: [Char] -> IO ()
Ian Lynagh
- patch applied (packages/ghc-prim): The IO type has moved to
GHC.Types in ghc-prim
Ian Lynagh
- patch applied (packages/base): Redefine gcdInt to use gcdInteger
rather than gcdInt# primop
Ian Lynagh
- patch applied (packages/base): Remove old Integer prototypes
Ian Lynagh
- patch applied (packages/base): Remove AC_C_CONST
Ian Lynagh
- patch applied (packages/base): Unconditionally make a (Show Ptr)
instance
Ian Lynagh
- patch applied (packages/ghc-prim): Remove the Integer functions;
they're now in integer-gmp instead
Ian Lynagh
- patch applied (packages/integer-gmp): Implement the gmp primops in
the integer-gmp package using cmm
Ian Lynagh
- patch applied (packages/integer-gmp): Tweak the small integer case
of gcdInteger for better optimisation
Ian Lynagh
- patch applied (packages/integer-gmp): Add a configure script and
rely on local definitions of derived constants
Ian Lynagh
- patch applied (packages/integer-gmp): Move gmp to here,
from the GHC repo
Ian Lynagh
- patch applied (packages/integer-gmp): Move the int64 conversion
functions here, from ghc-prim
Ian Lynagh
- patch applied (packages/integer-gmp): Fixes for building on
machines that don't have gmp
Ian Lynagh
- patch applied (packages/integer-gmp): Don't put "extra-libraries:
gmp" in the cabal file; it comes from the buildinfo file
Ian Lynagh
- patch applied (packages/integer-gmp): Improve the configure script
Ian Lynagh
- patch applied (packages/integer-gmp): Make configure fail if
deriving the constants fails
Ian Lynagh
- patch applied (packages/integer-gmp): gmp build tweaks
Ian Lynagh
- patch applied (packages/integer-gmp): Patch GMP to always use the
GHC allocation functions
Ian Lynagh
- patch applied (packages/base): Add a comment to remind us that
memcpy_src_off is used by dph
Simon Marlow
- patch applied (packages/base): Windows: Unicode openFile and stat
functions
Simon Marlow
- patch applied (packages/base): Make this file independent of
HsBase.h, use HsBaseConfig.h only
Simon Marlow
- patch applied (packages/base): Tidy up use of read/write/recv/send;
avoid unnecessary wrappers
Simon Marlow
- patch applied (packages/Cabal): follow change in
System.Posix.Internals.c_open
Simon Marlow
- patch applied (packages/directory): Decouple from
System.Posix.Internals on Unix
Simon Marlow
- patch applied (packages/directory): add a test for
getDirectoryContents on a non-existent directory
Simon Marlow
- patch applied (packages/directory): Windows: Unicode
getDirectoryContents and setPermissions
Simon Marlow
- patch applied (packages/directory): add Windows output
Simon Marlow
- patch applied (packages/integer-gmp): don't include config.mk if
we're cleaning
Simon Marlow
- patch applied (packages/unix): Decouple from base (almost)
Simon Marlow
- patch applied (packages/Win32): add findFirstFile, findNextFile,
findClose
Simon Marlow
- patch applied (packages/integer-gmp): Make this package now really
integer-gmp, rather than pretending it's integer
Ian Lynagh
- patch applied (packages/integer-gmp): fix the dependencies on
GmpDerivedConstants.h when HaveLibGmp==YES
Simon Marlow
- patch applied (packages/base): fix bug in partial writes
Simon Marlow
- patch applied (packages/base): add hFlushAll,
flushes both read and write buffers
Simon Marlow
- patch applied (packages/base): Call nl_langinfo(CODESET) to get the
name of the locale encoding on Unix
Simon Marlow
- patch applied (packages/base): setNonBlockingMode now takes a flag,
can turn blocking mode back on again
Simon Marlow
- patch applied (packages/process): Fix #3316: use O_NONBLOCK on
GHC's end of the pipe
Simon Marlow
- patch applied (packages/process): unblock user signals in the child
(fixes #3317)
Simon Marlow
- patch applied (packages/process): Add a mutex around the Unix
version of runInteractiveProcess()
Simon Marlow
- patch applied (packages/process): disable 3231(normal) - it only
works by accident sometimes
Simon Marlow
- patch applied (packages/base): Fix iconv detection on OpenBSD
Ian Lynagh
- patch applied (packages/stm): add test for #3049
Simon Marlow
- patch applied (packages/base): fix build failure on Windows
Simon Marlow
- patch applied (packages/base): not having iconv is not fatal on
Windows
Simon Marlow
- patch applied (packages/base): fix the windows build even more
Simon Marlow
- patch applied (packages/integer-gmp): TAG 2009-06-25
Ian Lynagh
- patch applied (packages/integer-gmp): Fix the case of
HaveFrameworkGMP values
Ian Lynagh
- patch applied (packages/integer-gmp): Check for whether we have
gmp.h, as well as whether we have the gmp library
Ian Lynagh
- patch applied (packages/unix): TAG 2009-06-25
Ross Paterson
- patch applied (packages/unix): rename cache variables to keep
recent autoconfs happy
Ross Paterson
- patch applied (packages/base): TAG 2009-06-25
Simon Marlow
- patch applied (packages/base): Move directory-related stuff to the
unix package
Simon Marlow
- patch applied (packages/base): set binary mode for existing FDs on
Windows (fixes some GHCi test failures)
Simon Marlow
- patch applied (packages/Cabal): TAG 2009-06-25
Simon Marlow
- patch applied (packages/Cabal): clean up createTempDirectory,
using System.Posix or System.Directory
Simon Marlow
- patch applied (packages/unix): Move directory stuff from base to
here
Simon Marlow
- patch applied (packages/haskell-src): Add Functor, Applicative,
Monad, and Monoid instances for ParseResult.
Ross Paterson
- patch applied (ghc-6.10/packages/process): unblock user signals in
the child (fixes #3317)
Ian Lynagh
- patch applied (ghc-6.10/packages/process): Add a mutex around the
Unix version of runInteractiveProcess()
Ian Lynagh
- patch applied (packages/base): #include <sys/times.h> if we have it
(should fix build problems)
Simon Marlow
- patch applied (packages/Cabal): Help Cabal find gcc/ld on Windows
Simon Marlow
- patch applied (packages/directory): TAG 2009-06-25
Simon Marlow
- patch applied (packages/directory): add a test for getHomeDirectory
et. al.
Simon Marlow
- patch applied (packages/directory): move Win32 SearchPath and
SHGetFolderPath into the Win32 package
Simon Marlow
- patch applied (bytestring): Use comma separated lists in the
LANGUAGE pragmas
Duncan Coutts
- patch applied (bytestring): Improve the top-level documentation for
the Unsafe and Internal modules
Duncan Coutts
- patch applied (bytestring): Make docs for fromForeignPtr point to
suitable public alternatives
Duncan Coutts
- patch applied (bytestring): Fix docs for unsafePackAddressLen,
it doesn't need null-termination
Duncan Coutts
- patch applied (packages/Win32): TAG 2009-06-25
Simon Marlow
- patch applied (packages/Win32): add SHGetFolderPath support
Simon Marlow
- patch applied (packages/base): Add a wrapper for libiconv.
Simon Marlow
- patch applied (packages/base): avoid a warning
Simon Marlow
Last message date:
Tue Jun 30 05:26:41 EDT 2009
Archived on: Tue Jun 30 05:09:18 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).