1
0

patch applied (hugs98): Add type signatures to numeric constants printed in corehugs mode.
by Dimitry Golubovsky 09 Jan '09
by Dimitry Golubovsky 09 Jan '09
09 Jan '09
1
0

patch applied (hugs98): Add command line arguments to Setup configure to use the in-place hugs.
by Ross Paterson 03 Oct '08
by Ross Paterson 03 Oct '08
03 Oct '08
1
0

patch applied (hugs98): Reset evalDepth on catching an exception (Matthew Naylor: fixes #84)
by Ross Paterson 02 Oct '08
by Ross Paterson 02 Oct '08
02 Oct '08
1
0

patch applied (hugs98): adapt tests to the new Control.Exception (which is not Haskell 98)
by Ross Paterson 12 Aug '08
by Ross Paterson 12 Aug '08
12 Aug '08
1
0
1
0

patch applied (hugs98): drop dummy implementations of block/unblock (now in Control.Exception)
by Ross Paterson 15 Jul '08
by Ross Paterson 15 Jul '08
15 Jul '08
1
0

24 Jun '08
1
0
1
0
1
0

patch applied (hugs98): cut down runstdtest, which wasn't working with most recent perl
by Ross Paterson 24 Jun '08
by Ross Paterson 24 Jun '08
24 Jun '08
1
0
1
0

patch applied (hugs98): improve output of intermediate compilation results (from Dimitry Golubovsky)
by Ross Paterson 12 Jun '08
by Ross Paterson 12 Jun '08
12 Jun '08
1
0
1
0
1
0
1
0
1
0

18 Oct '07
1
0
1
0
1
0
1
0

29 Aug '07
1
0

29 Aug '07
1
0

29 Aug '07
1
0
1
0

patch applied (hugs98): add numElements primitives now required by Data.Array.Base
by Ross Paterson 29 Aug '07
by Ross Paterson 29 Aug '07
29 Aug '07
1
0
1
0

patch applied (hugs98): place extra header files in base/include instead of trying to mirror the GHC structure
by Ross Paterson 24 Jul '07
by Ross Paterson 24 Jul '07
24 Jul '07
1
0

patch applied (hugs98): use new --configure-option option to setup configure
by Ross Paterson 24 Jul '07
by Ross Paterson 24 Jul '07
24 Jul '07
1
0
1
0

patch applied (hugs98): get MonadFix(mfix) from Hugs.Prelude instead of Control.Monad.Fix
by Ross Paterson 19 Jun '07
by Ross Paterson 19 Jun '07
19 Jun '07
1
0
1
0

patch applied (hugs98): Add FlushBufferUnlock, in order to get the locking just right
by Neil Mitchell 28 May '07
by Neil Mitchell 28 May '07
28 May '07
1
0

28 May '07
1
0

28 May '07
1
0

patch applied (hugs98): Change some newline issues, had \r\n for some small part of DlgMain.c
by Neil Mitchell 28 May '07
by Neil Mitchell 28 May '07
28 May '07
1
0

patch applied (hugs98): track package split (based on Ian' s patch)
by Ross Paterson 24 May '07
by Ross Paterson 24 May '07
24 May '07
1
0

patch applied (hugs98): include filepath in the first phase of the bootstrap
by Ross Paterson 14 May '07
by Ross Paterson 14 May '07
14 May '07
1
0

patch applied (hugs98): expand message on pattern match failure in do expression (fixes #70)
by Ross Paterson 11 May '07
by Ross Paterson 11 May '07
11 May '07
1
0
1
0

patch applied (hugs98): Change the logic for when a file is relative, fixes bugs with openning files which were included by Hugs with ..
by Neil Mitchell 04 May '07
by Neil Mitchell 04 May '07
04 May '07
1
0

04 May '07
1
0

patch applied (hugs98): Display the reduction count statistics in the status bar all the time
by Neil Mitchell 04 May '07
by Neil Mitchell 04 May '07
04 May '07
1
0

patch applied (hugs98): Delete some \r characters that had sneaked into the Registry.c file (not quite sure how..)
by Neil Mitchell 04 May '07
by Neil Mitchell 04 May '07
04 May '07
1
0

patch applied (hugs98): Change the default HUGSPATH on Windows to include the place where Cabal puts stuff, fixes bug #67
by Neil Mitchell 03 May '07
by Neil Mitchell 03 May '07
03 May '07
1
0

patch applied (hugs98): Further changes to complete the transition to a multi-line list for include directories, fixes bug #66
by Neil Mitchell 03 May '07
by Neil Mitchell 03 May '07
03 May '07
1
0

patch applied (hugs98): Initial changes for bug #66, split the extensions and loading options, to give more space for the loading ones
by Neil Mitchell 03 May '07
by Neil Mitchell 03 May '07
03 May '07
1
0

patch applied (hugs98): Slight clean up, reorder a conditional test to match the others around it
by Neil Mitchell 03 May '07
by Neil Mitchell 03 May '07
03 May '07
1
0

patch applied (hugs98): Do not allow new lines to be pasted into the prompt
by Neil Mitchell 03 May '07
by Neil Mitchell 03 May '07
03 May '07
1
0

patch applied (hugs98): Fix bug #55, Ctrl+E should not centre the text (also blocks L/R alignment changes)
by Neil Mitchell 03 May '07
by Neil Mitchell 03 May '07
03 May '07
1
0

patch applied (hugs98): Update the copyright message on the front banner from 2005 to 2007
by Neil Mitchell 03 May '07
by Neil Mitchell 03 May '07
03 May '07
1
0

patch applied (hugs98): Change the copyright information to 2007 in the WinHugs about box
by Neil Mitchell 03 May '07
by Neil Mitchell 03 May '07
03 May '07
1
0

patch applied (hugs98): Fix some preprocessors directives that got lost in the translation to VS 8
by Neil Mitchell 03 May '07
by Neil Mitchell 03 May '07
03 May '07
1
0

03 May '07
1
0
1
0
1
0

patch applied (hugs98): report the top-level goal when hitting the cutoff (fixes #65)
by Ross Paterson 20 Apr '07
by Ross Paterson 20 Apr '07
20 Apr '07
1
0
1
0

06 Apr '07
1
0

patch applied (hugs98): track location of GHC includes dir (used by base)
by Ross Paterson 06 Apr '07
by Ross Paterson 06 Apr '07
06 Apr '07
1
0

patch applied (hugs98): Minor cleanup, mainly removal of superfluos double qoutes
by Sven Panne 03 Apr '07
by Sven Panne 03 Apr '07
03 Apr '07
1
0
3
11
2
1

patch applied (hugs98): Make --partial the default, as discussed on the mailing list
by Sven Panne 02 Apr '07
by Sven Panne 02 Apr '07
02 Apr '07
1
0

patch applied (hugs98): Refactored the looping over all packages via higher-order shell programming ; -)
by Sven Panne 02 Apr '07
by Sven Panne 02 Apr '07
02 Apr '07
1
0

patch applied (hugs98): Added --list-packages option (for use in GHC' s Makefiles)
by Sven Panne 02 Apr '07
by Sven Panne 02 Apr '07
02 Apr '07
1
0

patch applied (hugs98): Make repository base calculation more lenient, allowing e.g. GHC branches
by Sven Panne 02 Apr '07
by Sven Panne 02 Apr '07
02 Apr '07
1
0
1
0
1
0

patch applied (hugs98): Verbose messages go to stderr now, this seems to be more common
by Sven Panne 02 Apr '07
by Sven Panne 02 Apr '07
02 Apr '07
1
0

02 Apr '07
3
2

patch applied (hugs98): readline command completion (from Georg Sauthoff)
by Ross Paterson 01 Apr '07
by Ross Paterson 01 Apr '07
01 Apr '07
1
0
1
0
3
2
4
26
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0

24 Nov '06
1
0

24 Nov '06
1
0
1
0

cvs commit: hugs98 Makefile RPM.mk hugs98.nsi hugs98.spec hugs98/docs/users_guide miscellaneous.xml hugs98/libraries Makefile.in
by Ross Paterson 24 Nov '06
by Ross Paterson 24 Nov '06
24 Nov '06
1
0
1
0

cvs commit: hugs98/lib/hugs HugsLibs.hs hugs98/tests testScript hugs98/tests/libs Edison.hs libs.hs
by Ross Paterson 23 Nov '06
by Ross Paterson 23 Nov '06
23 Nov '06
1
0