gmane.comp.lang.haskell.cvs.hugs archive
377 archived articles, newest first (page 1 of 4). Latest articles →
patch applied (hugs98): Add type signatures to numeric constants printed in corehugs mode.
Fri, 9 Jan 2009 20:49:13 -0800patch applied (hugs98): Add command line arguments to Setup configure to use the in-place hugs.
Fri, 3 Oct 2008 07:03:08 -0700patch applied (hugs98): Reset evalDepth on catching an exception (Matthew Naylor: fixes #84)
Thu, 2 Oct 2008 17:03:27 -0700patch applied (hugs98): adapt tests to the new Control.Exception (which is not Haskell 98)
Tue, 12 Aug 2008 18:06:16 -0700patch applied (hugs98): adapt to new Control.Exception
Tue, 12 Aug 2008 18:06:14 -0700patch applied (hugs98): drop dummy implementations of block/unblock (now in Control.Exception)
Tue, 15 Jul 2008 05:58:37 -0700patch applied (hugs98): fix variable definitions in make_bootlib
Tue, 24 Jun 2008 06:10:48 -0700patch applied (hugs98): change library bootstrap
Tue, 24 Jun 2008 06:10:46 -0700patch applied (hugs98): add simple Setup.hs
Tue, 24 Jun 2008 06:10:44 -0700patch applied (hugs98): cut down runstdtest, which wasn't working with most recent perl
Tue, 24 Jun 2008 06:10:42 -0700patch applied (hugs98): fix printf syntax
Fri, 13 Jun 2008 01:50:08 -0700patch applied (hugs98): improve output of intermediate compilation results (from Dimitry Golubovsky)
Thu, 12 Jun 2008 17:18:41 -0700cvs commit: www/Hugs/pages downloading-Sep2006.htm
Sat, 8 Mar 2008 07:25:29 -0800patch applied (hugs98): declare build-type Simple
Tue, 23 Oct 2007 11:41:21 -0700patch applied (hugs98): fix Cabal bootstrap
Tue, 23 Oct 2007 11:41:23 -0700patch applied (hugs98): ad Eq instance for MutableByteArray
Tue, 23 Oct 2007 11:41:19 -0700patch applied (hugs98): fix selection of module names in bootstrap
Thu, 18 Oct 2007 10:12:40 -0700patch applied (hugs98): fix hSetBuffering for terminals
Wed, 17 Oct 2007 10:31:04 -0700patch applied (hugs98): add hugslibs at start of path
Tue, 18 Sep 2007 12:53:30 -0700patch applied (hugs98): fix non-H98 export
Tue, 18 Sep 2007 12:53:32 -0700patch applied (hugs98): exclude GHC and NHC top-level hierarchies
Wed, 29 Aug 2007 10:53:58 -0700patch applied (hugs98): drop --with-runhugs argument to Setup
Wed, 29 Aug 2007 10:54:00 -0700patch applied (hugs98): add array, bytestring and containers packages
Wed, 29 Aug 2007 10:54:02 -0700patch applied (hugs98): no longer use hugs/exclude
Wed, 29 Aug 2007 10:53:56 -0700patch applied (hugs98): update Mark Jones URLs
Wed, 29 Aug 2007 08:36:23 -0700patch applied (hugs98): add numElements primitives now required by Data.Array.Base
Wed, 29 Aug 2007 08:36:25 -0700patch applied (hugs98): use new --configure-option option to setup configure
Tue, 24 Jul 2007 05:28:11 -0700patch applied (hugs98): place extra header files in base/include instead of trying to mirror the GHC structure
Tue, 24 Jul 2007 05:28:13 -0700cvs commit: www/Hugs/pages downloading-Sep2006.htm
Tue, 24 Jul 2007 03:16:20 -0700patch applied (hugs98): get MonadFix(mfix) from Hugs.Prelude instead of Control.Monad.Fix
Tue, 19 Jun 2007 17:07:52 -0700cvs commit: www/Hugs/pages downloading-Sep2006.htm
Mon, 4 Jun 2007 11:00:26 -0700patch applied (hugs98): Add FlushBufferUnlock, in order to get the locking just right
Mon, 28 May 2007 06:33:42 -0700patch applied (hugs98): Add more locking to the buffer, pretty much at random (I have no replicable test case, and no idea whats going on, but it doesn' t seem to break anything)
Mon, 28 May 2007 06:33:44 -0700patch applied (hugs98): Add a predefinition of WinHugsStatistics
Mon, 28 May 2007 06:33:40 -0700patch applied (hugs98): Remove an undefined SetWorkingDir message
Mon, 28 May 2007 06:33:39 -0700patch applied (hugs98): Change some newline issues, had \r\n for some small part of DlgMain.c
Mon, 28 May 2007 06:33:37 -0700patch applied (hugs98): track package split (based on Ian' s patch)
Thu, 24 May 2007 17:32:14 -0700patch applied (hugs98): include filepath in the first phase of the bootstrap
Mon, 14 May 2007 10:18:53 -0700patch applied (hugs98): expand message on pattern match failure in do expression (fixes #70)
Fri, 11 May 2007 13:38:19 -0700Proposal to add a flag
Fri, 4 May 2007 16:49:05 +0100patch applied (hugs98): Change the logic for when a file is relative, fixes bugs with openning files which were included by Hugs with ..
Fri, 4 May 2007 07:33:36 -0700patch applied (hugs98): Add a wall clock time status message to WinHugs
Fri, 4 May 2007 07:12:01 -0700patch applied (hugs98): Display the reduction count statistics in the status bar all the time
Fri, 4 May 2007 06:10:38 -0700patch applied (hugs98): Delete some \r characters that had sneaked into the Registry.c file (not quite sure how..)
Fri, 4 May 2007 06:10:36 -0700patch applied (hugs98): Change the default HUGSPATH on Windows to include the place where Cabal puts stuff, fixes bug #67
Thu, 3 May 2007 12:54:43 -0700patch applied (hugs98): Further changes to complete the transition to a multi-line list for include directories, fixes bug #66
Thu, 3 May 2007 12:26:03 -0700patch applied (hugs98): Initial changes for bug #66, split the extensions and loading options, to give more space for the loading ones
Thu, 3 May 2007 12:26:01 -0700patch applied (hugs98): Slight clean up, reorder a conditional test to match the others around it
Thu, 3 May 2007 12:25:59 -0700patch applied (hugs98): Do not allow new lines to be pasted into the prompt
Thu, 3 May 2007 12:25:57 -0700patch applied (hugs98): Fix bug #55, Ctrl+E should not centre the text (also blocks L/R alignment changes)
Thu, 3 May 2007 11:13:21 -0700patch applied (hugs98): Fix some preprocessors directives that got lost in the translation to VS 8
Thu, 3 May 2007 11:13:15 -0700patch applied (hugs98): Update the copyright message on the front banner from 2005 to 2007
Thu, 3 May 2007 11:13:19 -0700patch applied (hugs98): Change the copyright information to 2007 in the WinHugs about box
Thu, 3 May 2007 11:13:17 -0700patch applied (hugs98): Upgrade the MSVC project files from 7.1 to 8.0
Thu, 3 May 2007 11:13:13 -0700Hugs fails to build
Thu, 3 May 2007 17:59:01 +0100Adding parser.c to the repo
Thu, 3 May 2007 17:30:05 +0100patch applied (hugs98): report the top-level goal when hitting the cutoff (fixes #65)
Fri, 20 Apr 2007 13:37:06 -0700cvs commit: www/Hugs/pages downloading-Sep2006.htm
Fri, 20 Apr 2007 12:33:50 -0700patch applied (hugs98): track location of GHC includes dir (used by base)
Fri, 6 Apr 2007 04:56:57 -0700patch applied (hugs98): comments only: change GreenCard to FFI
Fri, 6 Apr 2007 04:56:59 -0700patch applied (hugs98): Minor cleanup, mainly removal of superfluos double qoutes
Tue, 3 Apr 2007 10:28:06 -0700Re: Package versioning confusion
Tue, 3 Apr 2007 13:15:55 +0200Re: Package versioning confusion
Tue, 3 Apr 2007 11:54:58 +0100Re: Package versioning confusion
Tue, 3 Apr 2007 10:31:28 +1000Re: Package versioning confusion
Tue, 3 Apr 2007 10:30:25 +1000Re: patch applied (hugs98): Added handling of URLs in package list
Mon, 2 Apr 2007 19:33:13 +0200patch applied (hugs98): Added handling of URLs in package list
Mon, 2 Apr 2007 10:22:51 -0700patch applied (hugs98): Make --partial the default, as discussed on the mailing list
Mon, 2 Apr 2007 09:49:28 -0700patch applied (hugs98): Refactored the looping over all packages via higher-order shell programming ; -)
Mon, 2 Apr 2007 09:34:57 -0700patch applied (hugs98): Added --list-packages option (for use in GHC' s Makefiles)
Mon, 2 Apr 2007 09:19:47 -0700patch applied (hugs98): Make repository base calculation more lenient, allowing e.g. GHC branches
Mon, 2 Apr 2007 09:05:15 -0700patch applied (hugs98): Added --dry-run option
Mon, 2 Apr 2007 08:54:22 -0700patch applied (hugs98): Simplified curl/wget logic
Mon, 2 Apr 2007 08:30:45 -0700patch applied (hugs98): Verbose messages go to stderr now, this seems to be more common
Mon, 2 Apr 2007 08:30:43 -0700Re: Package versioning confusion
Mon, 2 Apr 2007 16:11:30 +0200Re: Package versioning confusion
Mon, 2 Apr 2007 14:44:35 +0100Re: Package versioning confusion
Mon, 2 Apr 2007 22:18:14 +1000Re: Package versioning confusion
Mon, 2 Apr 2007 21:51:00 +1000Re: Package versioning confusion
Mon, 2 Apr 2007 13:43:24 +0200Re: Package versioning confusion
Mon, 2 Apr 2007 21:23:59 +1000Package versioning confusion
Mon, 2 Apr 2007 13:13:27 +0200Re: patch applied (hugs98): Added a shiny new unified darcs-all script
Mon, 2 Apr 2007 11:37:14 +0200RE: patch applied (hugs98): Added a shiny new unified darcs-all script
Mon, 2 Apr 2007 09:37:05 +0100patch applied (hugs98): Added a shiny new unified darcs-all script
Sun, 1 Apr 2007 10:59:06 -0700patch applied (hugs98): readline command completion (from Georg Sauthoff)
Sun, 1 Apr 2007 02:18:51 -0700patch applied (hugs98): add filepath package
Sun, 1 Apr 2007 02:18:49 -0700Re: Hugs' build system
Mon, 26 Mar 2007 16:38:47 +0100Re: Hugs' build system
Mon, 26 Mar 2007 16:37:26 +0100Re: Hugs' build system
Mon, 26 Mar 2007 17:18:08 +0200Re: Hugs' build system
Sun, 25 Mar 2007 18:06:06 +0100Re: Hugs' build system
Sun, 25 Mar 2007 18:46:16 +0200Re: Hugs' build system
Sun, 25 Mar 2007 17:37:53 +0100Re: Hugs' build system
Sun, 25 Mar 2007 17:12:26 +0200Re: Hugs' build system
Sat, 24 Mar 2007 18:20:40 +0100Re: Hugs' build system
Sat, 24 Mar 2007 18:11:21 +0100Re: Hugs' build system
Sat, 24 Mar 2007 16:08:39 +0000Re: Hugs' build system
Sat, 24 Mar 2007 15:13:37 +0100Re: Hugs' build system
Fri, 23 Mar 2007 18:21:49 +0100Re: Hugs' build system
Fri, 23 Mar 2007 17:29:21 +0100Re: Hugs' build system
Fri, 23 Mar 2007 16:16:30 +0000
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.