/[guile]/guile/guile-core/srfi/srfi-6.scm
ViewVC logotype

Diff of /guile/guile-core/srfi/srfi-6.scm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by mvo, Sat Apr 5 19:15:01 2003 UTC revision 1.6 by kryde, Fri Jun 6 22:36:17 2003 UTC
# Line 1  Line 1 
1  ;;; srfi-6.scm --- Basic String Ports  ;;; srfi-6.scm --- Basic String Ports
2    
3  ;;      Copyright (C) 2001, 2002 Free Software Foundation, Inc.  ;;      Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
4  ;;  ;;
5  ;; This library is free software; you can redistribute it and/or  ;; This library is free software; you can redistribute it and/or
6  ;; modify it under the terms of the GNU Lesser General Public  ;; modify it under the terms of the GNU Lesser General Public
# Line 22  Line 22 
22    
23  ;;; Code:  ;;; Code:
24    
25  (define-module (srfi srfi-6))  (define-module (srfi srfi-6)
26      #:re-export (open-input-string open-output-string get-output-string))
27    
28  ;; Currently, guile provides these functions by default, so no action  ;; Currently, guile provides these functions by default, so no action
29  ;; is needed, and this file is just a placeholder.  ;; is needed, and this file is just a placeholder.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26