cvs commit: hugs98/src connect.h server.c type.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Wed, 28 Aug 2002 11:01:19 -0700


sof         2002/08/28 11:01:19 PDT

  Modified files:
    src                  connect.h server.c type.c 
  Log:
  Nuke the use of the monomorphic {int,addr,str}ToDyn,
  fromDyn{Int,Addr,Str}; use the overloaded toDynamic/fromDyn
  instead.
  
  Brings us close to being able to scrap HugsDynamic alltogether
  and use the 'std' Dynamic / Data.Dynamic module instead.
  
  Revision  Changes    Path
  1.44      +3 -2      hugs98/src/connect.h
  1.18      +21 -27    hugs98/src/server.c
  1.50      +3 -3      hugs98/src/type.c