[uim-commit] r2737 - in branches/r5rs/sigscheme: . test

yamaken at freedesktop.org yamaken at freedesktop.org
Mon Jan 2 11:23:14 PST 2006


Author: yamaken
Date: 2006-01-02 11:23:11 -0800 (Mon, 02 Jan 2006)
New Revision: 2737

Modified:
   branches/r5rs/sigscheme/basecport.c
   branches/r5rs/sigscheme/baseport.h
   branches/r5rs/sigscheme/fileport.c
   branches/r5rs/sigscheme/fileport.h
   branches/r5rs/sigscheme/mbcport.c
   branches/r5rs/sigscheme/mbcport.h
   branches/r5rs/sigscheme/nullport.c
   branches/r5rs/sigscheme/nullport.h
   branches/r5rs/sigscheme/operations-srfi34.c
   branches/r5rs/sigscheme/sbcport.c
   branches/r5rs/sigscheme/sbcport.h
   branches/r5rs/sigscheme/strport.c
   branches/r5rs/sigscheme/strport.h
   branches/r5rs/sigscheme/test/test-syntax.scm
Log:
* sigscheme/mbcport.c
* sigscheme/mbcport.h
* sigscheme/sbcport.c
* sigscheme/sbcport.h
* sigscheme/basecport.c
* sigscheme/baseport.h
* sigscheme/operations-srfi34.c
* sigscheme/strport.c
* sigscheme/strport.h
* sigscheme/nullport.c
* sigscheme/nullport.h
* sigscheme/test/test-syntax.scm
* sigscheme/fileport.c
* sigscheme/fileport.h
  - Trim duplicate space in copyright by following script
    svn ls -R | egrep '^sigscheme/' | egrep -v '/$' | xargs perl -i -pe 's/<(\S+)\s+AT\s+(\S+)>/<\1 AT \2>/'


Modified: branches/r5rs/sigscheme/basecport.c
===================================================================
--- branches/r5rs/sigscheme/basecport.c	2006-01-02 19:16:58 UTC (rev 2736)
+++ branches/r5rs/sigscheme/basecport.c	2006-01-02 19:23:11 UTC (rev 2737)
@@ -2,7 +2,7 @@
  *  FileName : basecport.c
  *  About    : ScmBaseCharPort implementation
  *
- *  Copyright (C) 2005-2006 YamaKen <yamaken  AT bp.iij4u.or.jp>
+ *  Copyright (C) 2005-2006 YamaKen <yamaken AT bp.iij4u.or.jp>
  *
  *  All rights reserved.
  *

Modified: branches/r5rs/sigscheme/baseport.h
===================================================================
--- branches/r5rs/sigscheme/baseport.h	2006-01-02 19:16:58 UTC (rev 2736)
+++ branches/r5rs/sigscheme/baseport.h	2006-01-02 19:23:11 UTC (rev 2737)
@@ -2,7 +2,7 @@
  *  FileName : baseport.h
  *  About    : Abstract base of port implementation
  *
- *  Copyright (C) 2005-2006 YamaKen <yamaken  AT bp.iij4u.or.jp>
+ *  Copyright (C) 2005-2006 YamaKen <yamaken AT bp.iij4u.or.jp>
  *
  *  All rights reserved.
  *

Modified: branches/r5rs/sigscheme/fileport.c
===================================================================
--- branches/r5rs/sigscheme/fileport.c	2006-01-02 19:16:58 UTC (rev 2736)
+++ branches/r5rs/sigscheme/fileport.c	2006-01-02 19:23:11 UTC (rev 2737)
@@ -3,7 +3,7 @@
  *  About    : A ScmBytePort implementation for file stream of the standard C
  *             library
  *
- *  Copyright (C) 2005-2006 YamaKen <yamaken  AT bp.iij4u.or.jp>
+ *  Copyright (C) 2005-2006 YamaKen <yamaken AT bp.iij4u.or.jp>
  *
  *  All rights reserved.
  *

Modified: branches/r5rs/sigscheme/fileport.h
===================================================================
--- branches/r5rs/sigscheme/fileport.h	2006-01-02 19:16:58 UTC (rev 2736)
+++ branches/r5rs/sigscheme/fileport.h	2006-01-02 19:23:11 UTC (rev 2737)
@@ -3,7 +3,7 @@
  *  About    : A ScmBytePort implementation for file stream of the standard C
  *             library
  *
- *  Copyright (C) 2005-2006 YamaKen <yamaken  AT bp.iij4u.or.jp>
+ *  Copyright (C) 2005-2006 YamaKen <yamaken AT bp.iij4u.or.jp>
  *
  *  All rights reserved.
  *

Modified: branches/r5rs/sigscheme/mbcport.c
===================================================================
--- branches/r5rs/sigscheme/mbcport.c	2006-01-02 19:16:58 UTC (rev 2736)
+++ branches/r5rs/sigscheme/mbcport.c	2006-01-02 19:23:11 UTC (rev 2737)
@@ -2,7 +2,7 @@
  *  FileName : mbcport.c
  *  About    : A ScmCharPort implementation for multibyte character stream
  *
- *  Copyright (C) 2005-2006 YamaKen <yamaken  AT bp.iij4u.or.jp>
+ *  Copyright (C) 2005-2006 YamaKen <yamaken AT bp.iij4u.or.jp>
  *
  *  All rights reserved.
  *

Modified: branches/r5rs/sigscheme/mbcport.h
===================================================================
--- branches/r5rs/sigscheme/mbcport.h	2006-01-02 19:16:58 UTC (rev 2736)
+++ branches/r5rs/sigscheme/mbcport.h	2006-01-02 19:23:11 UTC (rev 2737)
@@ -2,7 +2,7 @@
  *  FileName : mbcport.h
  *  About    : A ScmCharPort implementation for multibyte character stream
  *
- *  Copyright (C) 2005-2006 YamaKen <yamaken  AT bp.iij4u.or.jp>
+ *  Copyright (C) 2005-2006 YamaKen <yamaken AT bp.iij4u.or.jp>
  *
  *  All rights reserved.
  *

Modified: branches/r5rs/sigscheme/nullport.c
===================================================================
--- branches/r5rs/sigscheme/nullport.c	2006-01-02 19:16:58 UTC (rev 2736)
+++ branches/r5rs/sigscheme/nullport.c	2006-01-02 19:23:11 UTC (rev 2737)
@@ -2,7 +2,7 @@
  *  FileName : nullport.c
  *  About    : A ScmBytePort implementation for null read/write
  *
- *  Copyright (C) 2005-2006 YamaKen <yamaken  AT bp.iij4u.or.jp>
+ *  Copyright (C) 2005-2006 YamaKen <yamaken AT bp.iij4u.or.jp>
  *
  *  All rights reserved.
  *

Modified: branches/r5rs/sigscheme/nullport.h
===================================================================
--- branches/r5rs/sigscheme/nullport.h	2006-01-02 19:16:58 UTC (rev 2736)
+++ branches/r5rs/sigscheme/nullport.h	2006-01-02 19:23:11 UTC (rev 2737)
@@ -2,7 +2,7 @@
  *  FileName : nullport.h
  *  About    : A ScmBytePort implementation for null read/write
  *
- *  Copyright (C) 2005-2006 YamaKen <yamaken  AT bp.iij4u.or.jp>
+ *  Copyright (C) 2005-2006 YamaKen <yamaken AT bp.iij4u.or.jp>
  *
  *  All rights reserved.
  *

Modified: branches/r5rs/sigscheme/operations-srfi34.c
===================================================================
--- branches/r5rs/sigscheme/operations-srfi34.c	2006-01-02 19:16:58 UTC (rev 2736)
+++ branches/r5rs/sigscheme/operations-srfi34.c	2006-01-02 19:23:11 UTC (rev 2737)
@@ -2,7 +2,7 @@
  *  FileName : operations-srfi34.c
  *  About    : New implementation of SRFI-34 exception handling for programs
  *
- *  Copyright (C) 2005-2006 YamaKen <yamaken  AT bp.iij4u.or.jp>
+ *  Copyright (C) 2005-2006 YamaKen <yamaken AT bp.iij4u.or.jp>
  *
  *  All rights reserved.
  *

Modified: branches/r5rs/sigscheme/sbcport.c
===================================================================
--- branches/r5rs/sigscheme/sbcport.c	2006-01-02 19:16:58 UTC (rev 2736)
+++ branches/r5rs/sigscheme/sbcport.c	2006-01-02 19:23:11 UTC (rev 2737)
@@ -2,7 +2,7 @@
  *  FileName : sbcport.c
  *  About    : A ScmCharPort implementation for singlebyte character stream
  *
- *  Copyright (C) 2005-2006 YamaKen <yamaken  AT bp.iij4u.or.jp>
+ *  Copyright (C) 2005-2006 YamaKen <yamaken AT bp.iij4u.or.jp>
  *
  *  All rights reserved.
  *

Modified: branches/r5rs/sigscheme/sbcport.h
===================================================================
--- branches/r5rs/sigscheme/sbcport.h	2006-01-02 19:16:58 UTC (rev 2736)
+++ branches/r5rs/sigscheme/sbcport.h	2006-01-02 19:23:11 UTC (rev 2737)
@@ -2,7 +2,7 @@
  *  FileName : sbcport.h
  *  About    : A ScmCharPort implementation for singlebyte character stream
  *
- *  Copyright (C) 2005-2006 YamaKen <yamaken  AT bp.iij4u.or.jp>
+ *  Copyright (C) 2005-2006 YamaKen <yamaken AT bp.iij4u.or.jp>
  *
  *  All rights reserved.
  *

Modified: branches/r5rs/sigscheme/strport.c
===================================================================
--- branches/r5rs/sigscheme/strport.c	2006-01-02 19:16:58 UTC (rev 2736)
+++ branches/r5rs/sigscheme/strport.c	2006-01-02 19:23:11 UTC (rev 2737)
@@ -2,7 +2,7 @@
  *  FileName : strport.c
  *  About    : A ScmBytePort implementation for string
  *
- *  Copyright (C) 2005-2006 YamaKen <yamaken  AT bp.iij4u.or.jp>
+ *  Copyright (C) 2005-2006 YamaKen <yamaken AT bp.iij4u.or.jp>
  *
  *  All rights reserved.
  *

Modified: branches/r5rs/sigscheme/strport.h
===================================================================
--- branches/r5rs/sigscheme/strport.h	2006-01-02 19:16:58 UTC (rev 2736)
+++ branches/r5rs/sigscheme/strport.h	2006-01-02 19:23:11 UTC (rev 2737)
@@ -2,7 +2,7 @@
  *  FileName : strport.h
  *  About    : A ScmBytePort implementation for string
  *
- *  Copyright (C) 2005-2006 YamaKen <yamaken  AT bp.iij4u.or.jp>
+ *  Copyright (C) 2005-2006 YamaKen <yamaken AT bp.iij4u.or.jp>
  *
  *  All rights reserved.
  *

Modified: branches/r5rs/sigscheme/test/test-syntax.scm
===================================================================
--- branches/r5rs/sigscheme/test/test-syntax.scm	2006-01-02 19:16:58 UTC (rev 2736)
+++ branches/r5rs/sigscheme/test/test-syntax.scm	2006-01-02 19:23:11 UTC (rev 2737)
@@ -4,7 +4,7 @@
 ;;  FileName : test-syntax.scm
 ;;  About    : unit test for R5RS syntax
 ;;
-;;  Copyright (C) 2005-2006 YamaKen <yamaken  AT bp.iij4u.or.jp>
+;;  Copyright (C) 2005-2006 YamaKen <yamaken AT bp.iij4u.or.jp>
 ;;
 ;;  All rights reserved.
 ;;



More information about the uim-commit mailing list