cvs commit: hugs98/src module.c

2007-01-23 Thread Ross Paterson
ross2007/01/23 10:39:24 PST Modified files: src module.c Log: fix qualified import hiding for variable names (#53). Revision ChangesPath 1.16 +1 -1 hugs98/src/module.c ___ Cvs-hugs mailing list [E

cvs commit: hugs98/src module.c output.c static.c

2005-11-02 Thread Ross Paterson
ross2005/11/02 07:57:56 PST Modified files: src module.c output.c static.c Log: use macros from storage.h Revision ChangesPath 1.15 +2 -2 hugs98/src/module.c 1.40 +4 -4 hugs98/src/output.c 1.176 +4 -4 hugs98/src/stati

cvs commit: hugs98/src module.c

2004-02-15 Thread Sigbjorn Finne
sof 2004/02/15 21:43:56 PST Modified files: src module.c Log: augmentEntity(): if sub-entities have to be concatenated, 'nub' the result Revision ChangesPath 1.14 +3 -3 hugs98/src/module.c ___ Cvs

cvs commit: hugs98/src module.c

2004-02-03 Thread ross
ross2004/02/03 08:11:39 PST Modified files: src module.c Log: remove dead code Revision ChangesPath 1.13 +0 -1 hugs98/src/module.c ___ Cvs-hugs mailing list [EMAIL PROTECTED] http://www.haskell.or

cvs commit: hugs98/src module.c parser.y static.c hugs98/tests/static mod101.output mod120.output mod125.output mod126.output mod131.output mod132.output mod142.output mod143.output mod144.output mod145.output mod146.output ...

2004-01-08 Thread ross
ross2004/01/08 06:36:32 PST Modified files: src module.c parser.y static.c tests/static mod101.output mod120.output mod125.output mod126.output mod131.output mod132.output mod142.output mod143.output mo

cvs commit: hugs98/src module.c

2003-09-22 Thread ross
ross2003/09/22 02:04:29 PDT Modified files: src module.c Log: For import qualified M hiding(Entity), ensure that the subentities of Entity are imported qualified. Revision ChangesPath 1.10 +3 -2 hugs98/src/module.c ___

cvs commit: hugs98/src module.c hugs98/libraries/Hugs Prelude.hs Trex.hs hugs98/tests testScript hugs98/tests/tcheck trex.hs trex.input trex.output

2003-07-03 Thread ross
ross2003/07/03 07:42:33 PDT Modified files: src module.c libraries/Hugs Prelude.hs Trex.hs teststestScript Added files: tests/tcheck trex.hs trex.input trex.output Log: rename EmptyRec as emptyRec to get Trex workin

cvs commit: hugs98/src module.c

2003-03-22 Thread Sigbjorn Finne
sof 2003/03/22 17:44:37 PST Modified files: src module.c Log: checkExport(): handle ambiguity checking of qualified entities via static analysis' depExpr(). Simpler and more correct. Revision ChangesPath 1.7 +18 -10hugs98/src/module.c ___

cvs commit: hugs98/src module.c parser.y

2003-02-13 Thread Sigbjorn Finne
sof 2003/02/13 18:01:01 PST Modified files: src module.c parser.y Log: In an import/hiding list, represent "T" differently from "T()". The latter cannot refer to a dcon in a hiding list. Revision ChangesPath 1.6 +14 -9 hugs98/src/module.c

cvs commit: hugs98/src module.c

2003-02-03 Thread Sigbjorn Finne
sof 2003/02/03 19:32:21 PST Modified files: src module.c Log: refactored checkExport() Revision ChangesPath 1.5 +69 -80hugs98/src/module.c ___ Cvs-hugs mailing list [EMAIL PROTECTED] http://www.ha

cvs commit: hugs98/src module.c

2003-02-01 Thread Sigbjorn Finne
sof 2003/02/01 18:30:19 PST Modified files: src module.c Log: checkExport(): when re-exporting a TC or class using (..) and that entity isn't locally defined, correctly compute the constructors/methods that are in scope (and hence exported.) What was th

cvs commit: hugs98/src module.c

2003-01-18 Thread Sigbjorn Finne
sof 2003/01/18 08:52:09 PST Modified files: src module.c Log: Carry prev. commit to its conclusion -- never report ambiguity errors when processing 'module ' forms in export lists; only do this when entities appear directly. (Errors due to duplicate export

Re: cvs commit: hugs98/src module.c

2003-01-13 Thread Ross Paterson
On Sun, Jan 12, 2003 at 10:33:40AM -0800, Sigbjorn Finne wrote: > sof 2003/01/12 10:33:40 PST > > Modified files: > src module.c > Log: > - moderate the reporting of name clashes in export lists. > > Note: Support for H98's interpretation of "module M where

cvs commit: hugs98/src module.c

2003-01-12 Thread Sigbjorn Finne
sof 2003/01/12 10:33:40 PST Modified files: src module.c Log: - moderate the reporting of name clashes in export lists. Note: Support for H98's interpretation of "module M where" isn't included in this commit - I don't see a good way of implementing it

cvs commit: hugs98/src module.c module.h static.c connect.h Makefile.in hugs98/src/bcc32 Makefile hugs98/src/djgpp2 Makefile hugs98/src/msc Makefile hugs98/src/winhugs Makefile

2002-12-30 Thread Sigbjorn Finne
sof 2002/12/30 02:05:07 PST Modified files: src static.c connect.h Makefile.in src/bcc32Makefile src/djgpp2 Makefile src/msc Makefile src/winhugs Makefile Added files: src module.