ross | 1 Apr 2003 13:07
Picon

cvs commit: hugs98/src Makefile.in

ross        2003/04/01 03:07:38 PST

  Modified files:
    src                  Makefile.in 
  Log:
  add "make check"

  Revision  Changes    Path
  1.48      +16 -2     hugs98/src/Makefile.in
Alastair Reid | 1 Apr 2003 15:01
Picon

cvs commit: hugs98/src runhugs.c

reid        2003/04/01 05:01:08 PST

  Modified files:
    src                  runhugs.c 
  Log:
  Tweaked ffihugs to allow ffiflags (+L) to be interspersed with filenames

  Revision  Changes    Path
  1.17      +25 -4     hugs98/src/runhugs.c
Sigbjorn Finne | 3 Apr 2003 17:44
Picon

cvs commit: hugs98/src builtin.c

sof         2003/04/03 07:44:11 PST

  Modified files:
    src                  builtin.c 
  Log:
  (x / 0) == Inf, not a div-by-zero exception

  Revision  Changes    Path
  1.57      +7 -7      hugs98/src/builtin.c
ross | 3 Apr 2003 18:47
Picon

cvs commit: hugs98/src/unix convert_libraries

ross        2003/04/03 08:47:44 PST

  Modified files:
    src/unix             convert_libraries 
  Log:
  add Data.Graph and Data.Tree

  Revision  Changes    Path
  1.60      +2 -0      hugs98/src/unix/convert_libraries
ross | 4 Apr 2003 18:24
Picon

cvs commit: hugs98/src/unix convert_package convert_libraries

ross        2003/04/04 08:24:28 PST

  Modified files:
    src/unix             convert_libraries 
  Added files:
    src/unix             convert_package 
  Log:
  Split the library conversion script, creating a new script

  	convert_package <package-dir> <target-dir>

  to convert a single package.  The file <package-dir>/hugs/exclude (if
  present) is a list of modules to skip.  No clean handling of cbits and
  include yet, and FFI compilation is still in src/Makefile.

  Revision  Changes    Path
  1.61      +7 -271    hugs98/src/unix/convert_libraries
ross | 4 Apr 2003 18:54
Picon

cvs commit: hugs98/src/unix convert_libraries

ross        2003/04/04 08:54:37 PST

  Modified files:
    src/unix             convert_libraries 
  Log:
  comments.

  Revision  Changes    Path
  1.62      +66 -54    hugs98/src/unix/convert_libraries
ross | 4 Apr 2003 21:34
Picon

cvs commit: hugs98/src/unix convert_package

ross        2003/04/04 11:34:12 PST

  Modified files:
    src/unix             convert_package 
  Log:
  re-order tests

  Revision  Changes    Path
  1.2       +9 -5      hugs98/src/unix/convert_package
ross | 6 Apr 2003 12:11
Picon

cvs commit: hugs98/src/unix convert_package

ross        2003/04/06 03:11:45 PDT

  Modified files:
    src/unix             convert_package 
  Log:
  add conversion of .gc files

  Revision  Changes    Path
  1.3       +14 -4     hugs98/src/unix/convert_package
ross | 7 Apr 2003 01:38
Picon

cvs commit: hugs98/src Makefile.in static.c

ross        2003/04/06 16:38:29 PDT

  Modified files:
    src                  Makefile.in static.c 
  Log:
  If +G is given, don't load DLLs (except the ones we generate, for checking).

  With this change, we can apply ffihugs to modules in any order.

  Revision  Changes    Path
  1.49      +8 -31     hugs98/src/Makefile.in
  1.149     +3 -3      hugs98/src/static.c
ross | 7 Apr 2003 01:41
Picon

cvs commit: hugs98/src static.c

ross        2003/04/06 16:41:25 PDT

  Modified files:
    src                  static.c 
  Log:
  fix arity of foreign exports

  Revision  Changes    Path
  1.150     +3 -3      hugs98/src/static.c

Gmane