- 23 Jul, 2004 1 commit
-
-
ross authored
To make Text.Regex.Posix work with Hugs, move cbits/regex/regex.h under include, where Hugs can find it.
-
- 21 Jul, 2004 4 commits
-
-
simonmar authored
Make total_allocated be an ullong, to accommodate programs that do a lot of allocation. MERGE TO STABLE
-
simonpj authored
Wibble to :i for (,); make algTyConRhs behave right
-
simonpj authored
Add location information to :i command
-
simonpj authored
------------------------------- Sort out the :i command for GHCi ------------------------------- The :info command has been broken in the HEAD for some time, since the new IfaceSyn story. This commit sorts it out, and makes it nicer than before. For example, when you :i a record selector, you get a cut-down data type declaration, so you can see the context.
-
- 19 Jul, 2004 3 commits
-
-
simonmar authored
do the file writes one after another, so if the underlying file system happens to be case-insensitive we won't run into a file locking issue. MERGE TO STABLE
-
simonpj authored
Template Haskell improvements a) Make '() and '[] work. b) Add tupleTypeName, tupleDataName b) Try to improve error message for (lack of) existential data constructors in TH
-
simonpj authored
Comments only
-
- 15 Jul, 2004 2 commits
- 12 Jul, 2004 1 commit
-
-
simonmar authored
Add a (rather vague) FAQ entry about the readline build problem reported in bug #988585.
-
- 09 Jul, 2004 2 commits
- 29 Jun, 2004 1 commit
-
-
panne authored
Workaround for hbc: It compiles matching against 0-ary constructors in list comprehensions into wrong code, e.g. [ () | True <- [False] ] results in something like Error: No match in I4680Pinteractive when issued in hbi.
-
- 28 Jun, 2004 1 commit
-
-
sof authored
sec-makefile-dependencies: -o option is no longer supported. Merge to STABLE.
-
- 27 Jun, 2004 1 commit
-
-
panne authored
Small syntactic changes to please hbc's interpretation of the layout rule and records
-
- 24 Jun, 2004 4 commits
-
-
simonmar authored
Correction to the construction of .hi filenames in dependency generation. Fixes sourceforge bug #978543 Merge to STABLE
-
simonmar authored
Tiny perf improvement
-
simonmar authored
Add FAQ item: how to compile a program with and without profiling in the same directory.
-
simonmar authored
Remove "EXOTICA" from the description of -osuf/-hisuf
-
- 23 Jun, 2004 2 commits
-
-
ross authored
arrow notation fixes (problems reported bu John Hughes): * allow an infixexp (exp0) to the left of -<. This adds 4 more shift/reduce conflicts, because it makes if/lambda/let/case/proc before -< ambiguous. This is the same sort of thing as "if x then y else z + 1", and as there shifting does the right thing. * described the grammar more precisely * fixed an example merge to STABLE
-
ross authored
rearrange documentation of SPECIALIZE.
-
- 22 Jun, 2004 4 commits
-
-
simonpj authored
Typo about TH
-
simonpj authored
Clarify words about the -package flag
-
simonpj authored
----------------------------------------------- Improve reporting of TH reify out-of-scope errors ----------------------------------------------- No change to functionality, just better error reports.
-
simonpj authored
Improve pretty printing slightly
-
- 20 Jun, 2004 1 commit
-
-
panne authored
Renamed Opt_WarnMisc to Opt_WarnDodgyImports
-
- 18 Jun, 2004 1 commit
-
-
dons authored
Have loadObj ignore requests to load an object more than once, instead of actually loading the object, then dying. This change lets user-land loaders safely work inside GHCi, when they would have no way to know what packages had already been loaded. Help from SimonM and Andre Pang.
-
- 17 Jun, 2004 1 commit
-
-
simonmar authored
Mention the splitter in the section on porting.
-
- 16 Jun, 2004 1 commit
-
-
dons authored
Add linker symbols into linker symbol table. This lets things that bind to the linker run in GHCi. Tested on OSX and OpenBSD. Thanks to Andre Pang.
-
- 12 Jun, 2004 1 commit
-
-
panne authored
Tell the linker that we barf in lockFile now. Nuked an evil $Id$ on the way.
-
- 11 Jun, 2004 4 commits
-
-
panne authored
Synched "Overflown relocation field" message with reality
-
malcolm authored
Oops, accidentally deleted this. Reinstate.
-
malcolm authored
Remove hsc2hs files prior to re-grafting the entire directory.
-
malcolm authored
Move Makefiles for nhc98's build here, prior to grafting the directory.
-
- 06 Jun, 2004 5 commits
-
-
panne authored
* Fixed ANNOUNCE, LICENSE and README handling * Made binaries explicit * Small reformatting
-
panne authored
Added empty "install" and "install-docs" targets
-
panne authored
* Moved snapshot handling to configure.ac (well, sort of...) * Updated Requires and BuildRequires * Synched documentation building/packaging with reality
-
panne authored
Advance HEAD version to 6.3.
-
panne authored
Added empty "all" and "boot" targets
-