Mon Dec 19 11:32:04 GMT 2005 [EMAIL PROTECTED]
* copy Data.Ratio bytecode file when bootstrapping
New patches:
[copy Data.Ratio bytecode file when bootstrapping
[EMAIL PROTECTED] {
hunk ./src/packages/yhc-base-1.0/Makefile 67
+ cp $(BOOTSTRAP_BASE)/Data/Ratio.hbc $(YHC_BASE)/Data
}
Context:
[Updated configure to (hopefully) support other version of libgmp
Tom Shackell <[EMAIL PROTECTED]>**20051207100923]
[Initial version of bytecode description
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051206143005]
[Fixed bug in Makefile.bat
Mike Dodds <[EMAIL PROTECTED]>**20051206135211]
[Catch compilation / execution failure, shift to using yhc
Mike Dodds <[EMAIL PROTECTED]>**20051206134648]
[Fixed gui bugs
Mike Dodds <[EMAIL PROTECTED]>**20051206134531]
[Autodetect the location of Visual Studio
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051206112836]
[Check for Visual Studio 2005
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051206111311]
[Fixes the make clean issue in the yhc-base Makefile
Tom Shackell <[EMAIL PROTECTED]>**20051206101642]
[add stupidest possible thread support
Mike Dodds <[EMAIL PROTECTED]>**20051206011619]
[fix minor bug, clean-up
Mike Dodds <[EMAIL PROTECTED]>**20051206010205]
[Added a makefile for the gui and cmdline tool
Mike Dodds <[EMAIL PROTECTED]>**20051206004855]
[added support for auto-resizing of bottom box
Mike Dodds <[EMAIL PROTECTED]>**20051205150109]
[added resizing on multi-line input, saved multi-line status between sessions
Mike Dodds <[EMAIL PROTECTED]>**20051204000410]
[Fixed Data.Ratio issue in Prelude makefile
Tom Shackell <[EMAIL PROTECTED]>**20051205153323]
[Add documentation for Util.MergeSort
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051205151705]
[Remove Tree234, no longer needed
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051205151643]
[Fixed haskell98 makefile
Tom Shackell <[EMAIL PROTECTED]>**20051205150048]
[fixed 'make clean'
Mike Dodds <[EMAIL PROTECTED]>**20051205145743]
[Fixed unitialized primitive module
Tom Shackell <[EMAIL PROTECTED]>**20051205121300]
[Add expected.stdout for infix/derived test
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128234019]
[Remove uneeded imports from the compiler
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051202122214]
[Don't initialise makefile variables twice, no need
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051204123217]
[Initial version of makefile lib for Windows
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051129175514]
[Fix the help message so its always right, but less informative
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051129170800]
[Change to make it easier to add modes and options
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051129170635]
[Add fix for GHC 6.4.1 bug
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128234104]
[reorganised gui, added single-line mode, fixed various bugs
Mike Dodds <[EMAIL PROTECTED]>**20051203173352]
[Move towards using a proper Set, intead of the fake one
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128181352]
[Remove Util.Memo
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128180154]
[Make all references in terms of Set.Set instead of Memo
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128180009]
[Move from Memo to Data.Set, remove some methods
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128175427]
[Move from Tree234 to Data.Set
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128174554]
[remove lookupM from Memo, was only ever used wrongly :)
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128174234]
[Remove unneeded import Prelude
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128173518]
[Start to remove Tree234
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128162235]
[refactored various bits, recorded window position
Mike Dodds <[EMAIL PROTECTED]>**20051201152938]
[minor gui changes, fixed size-recording code
Mike Dodds <[EMAIL PROTECTED]>**20051201003621]
[sourceview now optional, improved config dialog, broken support for recording resize
Mike Dodds <[EMAIL PROTECTED]>**20051130233700]
[Fix uninitialised variables
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051129151032]
[Add a web target, to build the website etc.
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051129144314]
[Move from DOS to UNIX, add the devel darcs repo
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051129144131]
[Rewrite of the Windows makefile, more features and better
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051129143225]
[Fix haddock parse errors
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051129143142]
[Initial version of the WinYhe logo
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051129143050]
[Add a prefix for the haddock documentation
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051129143014]
[Backup of the wiki
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051129142837]
[Update to the new version of the website
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051129142621]
[Move from insertWith const to insert
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128131843]
[Remove sndOf, replace with const
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128131554]
[Move towards Map.singleton instead of insertWith, where appropriate
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128131225]
[Use insert instead of insertWith const
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128120801]
[Remove Util.AssocTree from the Repo
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128120314]
[Remove Tree export from AssocTree
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128115747]
[Remove addAT, move to Map.insertWith
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128115022]
[Remove reorderAT, was unused
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051128112431]
[Remove updateAT, move to using Map.update
Neil Mitchell <http://www.cs.york.ac.uk/~ndm/>**20051125155618]
[Added command history, fixed bugs
Mike Dodds <[EMAIL PROTECTED]>**20051128004540]
[added syntax highlighting, refactored code
Mike Dodds <[EMAIL PROTECTED]>**20051126233333]
[reorganised gui, fixed more bugs
Mike Dodds <[EMAIL PROTECTED]>**20051126132635]
[numerous changes and bug fixes for Yhe
Mike Dodds <[EMAIL PROTECTED]>**20051125232720]
[Fixed crash when GUI icon was absent
Mike Dodds <[EMAIL PROTECTED]>**20051125105337]
[Fixed numerous small bugs
Mike Dodds <[EMAIL PROTECTED]>**20051124152726]
[Added Numeric.hi and Numeric.hbc to the bootstrap code
Tom Shackell <[EMAIL PROTECTED]>**20051124151305]
[Added fixed Prelude.hbc to bootstrap
Tom Shackell <[EMAIL PROTECTED]>**20051124145425]
[Fixed infix/derived test
Tom Shackell <[EMAIL PROTECTED]>**20051124145245]
[Fix for Float32
Tom Shackell <[EMAIL PROTECTED]>**20051124140958]
[Fixed missing references to Data.Ratio.*
Tom Shackell <[EMAIL PROTECTED]>**20051124134935]
[Fixed some AM64 issues (integer.c/integer.h)
Tom Shackell <[EMAIL PROTECTED]>**20051124123931]
[TAG Stable 1
Tom Shackell <[EMAIL PROTECTED]>**20051123104200]
Patch bundle hash:
9f0a2f92de7f278f23a9395f01e5d3211d71f3e1
_______________________________________________
Yhc mailing list
[email protected]
http://haskell.org/mailman/listinfo/yhc