CVS: sml-dist/src/system/Basis/Implementation pack-word-b16.sml,1.2,1.3 pack-word-b32.sml,1.2,1.3 pack-word-l16.sml,1.2,1.3 pack-word-l32.sml,1.2,1.3 sources.cm,1.18,1.19

John Reppy <[email protected]>
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml-dist/src/system/Basis/Implementation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13558/src/system/Basis/Implementation

Modified Files:
	pack-word-b16.sml pack-word-b32.sml pack-word-l16.sml 
	pack-word-l32.sml sources.cm 
Log Message:
  Rename Pack* structures to PackWord*.


Index: pack-word-b16.sml
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/system/Basis/Implementation/pack-word-b16.sml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pack-word-b16.sml	1 Jun 2000 18:33:58 -0000	1.2
--- pack-word-b16.sml	2 Nov 2005 21:12:31 -0000	1.3
***************
*** 1,5 ****
  (* pack-word-b16.sml
   *
!  * COPYRIGHT (c) 1995 AT&T Bell Laboratories.
   *
   * This is the non-native implementation of 16-bit big-endian packing
--- 1,5 ----
  (* pack-word-b16.sml
   *
!  * Copyright (c) 2005 by The Fellowship of SML/NJ
   *
   * This is the non-native implementation of 16-bit big-endian packing
***************
*** 13,17 ****
      structure Word8 = Word8Imp
  in
! structure Pack16Big : PACK_WORD =
    struct
      structure W = LargeWord
--- 13,17 ----
      structure Word8 = Word8Imp
  in
! structure PackWord16Big : PACK_WORD =
    struct
      structure W = LargeWord

Index: pack-word-b32.sml
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/system/Basis/Implementation/pack-word-b32.sml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pack-word-b32.sml	1 Jun 2000 18:33:58 -0000	1.2
--- pack-word-b32.sml	2 Nov 2005 21:12:31 -0000	1.3
***************
*** 1,5 ****
  (* pack-word-b32.sml
   *
!  * COPYRIGHT (c) 1995 AT&T Bell Laboratories.
   *
   * This is the non-native implementation of 32-bit big-endian packing
--- 1,5 ----
  (* pack-word-b32.sml
   *
!  * Copyright (c) 2005 by The Fellowship of SML/NJ
   *
   * This is the non-native implementation of 32-bit big-endian packing
***************
*** 13,17 ****
      structure Word8 = Word8Imp
  in
! structure Pack32Big : PACK_WORD =
    struct
      structure W = LargeWord
--- 13,17 ----
      structure Word8 = Word8Imp
  in
! structure PackWord32Big : PACK_WORD =
    struct
      structure W = LargeWord

Index: pack-word-l16.sml
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/system/Basis/Implementation/pack-word-l16.sml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pack-word-l16.sml	1 Jun 2000 18:33:58 -0000	1.2
--- pack-word-l16.sml	2 Nov 2005 21:12:31 -0000	1.3
***************
*** 1,5 ****
  (* pack-word-l16.sml
   *
!  * COPYRIGHT (c) 1995 AT&T Bell Laboratories.
   *
   * This is the non-native implementation of 16-bit little-endian packing
--- 1,5 ----
  (* pack-word-l16.sml
   *
!  * Copyright (c) 2005 by The Fellowship of SML/NJ
   *
   * This is the non-native implementation of 16-bit little-endian packing
***************
*** 13,17 ****
      structure Word8 = Word8Imp
  in
! structure Pack16Little : PACK_WORD =
    struct
      structure W = LargeWord
--- 13,17 ----
      structure Word8 = Word8Imp
  in
! structure PackWord16Little : PACK_WORD =
    struct
      structure W = LargeWord

Index: pack-word-l32.sml
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/system/Basis/Implementation/pack-word-l32.sml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pack-word-l32.sml	1 Jun 2000 18:33:58 -0000	1.2
--- pack-word-l32.sml	2 Nov 2005 21:12:31 -0000	1.3
***************
*** 1,5 ****
  (* pack-word-l32.sml
   *
!  * COPYRIGHT (c) 1995 AT&T Bell Laboratories.
   *
   * This is the non-native implementation of 32-bit big-endian packing
--- 1,5 ----
  (* pack-word-l32.sml
   *
!  * Copyright (c) 2005 by The Fellowship of SML/NJ
   *
   * This is the non-native implementation of 32-bit big-endian packing
***************
*** 13,17 ****
      structure Word8 = Word8Imp
  in
! structure Pack32Little : PACK_WORD =
    struct
      structure W = LargeWord
--- 13,17 ----
      structure Word8 = Word8Imp
  in
! structure PackWord32Little : PACK_WORD =
    struct
      structure W = LargeWord

Index: sources.cm
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/system/Basis/Implementation/sources.cm,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** sources.cm	25 Feb 2005 20:46:21 -0000	1.18
--- sources.cm	2 Nov 2005 21:12:31 -0000	1.19
***************
*** 123,130 ****
  	structure BinPrimIO
  	structure IO
! 	structure Pack16Big
! 	structure Pack16Little
! 	structure Pack32Big
! 	structure Pack32Little
  	structure TextIO
  	structure TextPrimIO
--- 123,130 ----
  	structure BinPrimIO
  	structure IO
! 	structure PackWord16Big
! 	structure PackWord16Little
! 	structure PackWord32Big
! 	structure PackWord32Little
  	structure TextIO
  	structure TextPrimIO



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.