summaryrefslogtreecommitdiff
path: root/ghc/interpreter/command.h
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2000-03-10 19:50:44 by sewardj]sewardj2000-03-101-49/+0
| | | | | | Major cleanup of header files. Merge the 5 deleted files into connect.h. Organise connect.h to gather declarations into roughtly related categories.
* [project @ 1999-10-15 22:35:04 by andy]andy1999-10-151-3/+6
| | | | Adding diffs between Hugs98 (Jan99) and Hugs98 (Sep99) manually to STG Hugs.
* [project @ 1999-10-15 21:40:49 by andy]andy1999-10-151-6/+7
| | | | Updating all copyright messages to the same as Hugs98.
* [project @ 1999-04-27 10:06:47 by sewardj]sewardj1999-04-271-3/+5
| | | | | | | | | Changes to improve runtime performance of STG Hugs. -- Reorganisation of the evaluator (Evaluator.c). -- Changes to code emission (Assembler.c) to support peephole opts -- An experimental simplifier (optimise.c). -- Many supporting bug fixes and minor changes. -- Experimental implementation of integer for standalone hugs (sainteger.c).
* [project @ 1999-02-03 17:08:25 by sewardj]sewardj1999-02-031-7/+7
| | | | | Preliminary results of the merge of STG hugs and 990121. These files will compile and link, but don't work yet.
* [project @ 1998-12-02 13:17:09 by simonm]simonm1998-12-021-0/+43
Move 4.01 onto the main trunk.