1 Dec 2005 20:34
2 Dec 2005 13:42
cvs commit: hugs98/src connect.h static.c
Ross Paterson <ross <at> soi.city.ac.uk>
2005-12-02 12:42:28 GMT
2005-12-02 12:42:28 GMT
ross 2005/12/02 04:42:28 PST
Modified files:
src connect.h static.c
Log:
make some functions local to static.c
Revision Changes Path
1.92 +2 -6 hugs98/src/connect.h
1.177 +11 -6 hugs98/src/static.c
2 Dec 2005 18:09
10 Dec 2005 01:49
10 Dec 2005 12:25
cvs commit: hugs98/src static.c type.c hugs98/docs/users_guide hugs_ghc.xml
Ross Paterson <ross <at> soi.city.ac.uk>
2005-12-10 11:25:14 GMT
2005-12-10 11:25:14 GMT
ross 2005/12/10 03:25:14 PST
Modified files:
src static.c type.c
docs/users_guide hugs_ghc.xml
Log:
Parallel list comprehensions: look for zipN functions in both List and
Data.List.
Revision Changes Path
1.179 +5 -3 hugs98/src/static.c
1.81 +8 -6 hugs98/src/type.c
1.8 +5 -0 hugs98/docs/users_guide/hugs_ghc.xml
10 Dec 2005 12:25
10 Dec 2005 04:53
patch for +G +L updates
<Jskud <at> jskud.com>
2005-12-10 03:53:36 GMT
2005-12-10 03:53:36 GMT
This is a follow up to a hugs bug submitted last night.
The following patch updates the man page and the option processing to
reflect the changes in f +G and +L argument processing for ffihugs.
After applying the patch,
ffihugs will behave as follows:
$ HUGSDIR=hugsdir src/ffihugs +G +L"silly" ~/Technical/queen.hs
ERROR: +G is no longer needed for ffihugs and is no longer supported - ignoring it.
ERROR: +L is no longer supported for ffihugs - put the argument (without +L) *after* the module - ignoring it.
$
the manpage will read (in part):
ffihugs [ options ] module [ compiler_argument ] ...
...
Additional arguments for the C
compiler may be supplied via compiler_arguments. For example, suppose
you have some C functions in test.c and some FFI declarations for those
functions in Test.hs and the code in test.c needs to be compiled with
-lm. Then you would compile the module with the command
ffihugs Test.hs test.c -lm
which generates an object file Test.so. Then when hugs loads Test.hs,
it will also load Test.so.
(Continue reading)
12 Dec 2005 15:18
12 Dec 2005 15:18
RSS Feed