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
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
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
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
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
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
___
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
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
___
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
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
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
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
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
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
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.
15 matches
Mail list logo