From b4249228626dc2637f174e7ef494a03c9f70d4d2 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sun, 3 May 2015 08:12:46 +0900 Subject: [PATCH] Fixing description of pathname library. --- lib/chibi/pathname.scm | 2 -- lib/chibi/pathname.sld | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chibi/pathname.scm b/lib/chibi/pathname.scm index b284df18..e5f0e13b 100644 --- a/lib/chibi/pathname.scm +++ b/lib/chibi/pathname.scm @@ -1,8 +1,6 @@ ;; Copyright (c) 2009-2013 Alex Shinn. All rights reserved. ;; BSD-style license: http://synthcode.com/license.txt -;;> A general, non-filesystem-specific pathname library. - ;; POSIX basename ;; (define (path-strip-directory path) ;; (if (string=? path "") diff --git a/lib/chibi/pathname.sld b/lib/chibi/pathname.sld index 75e77409..2abef88b 100644 --- a/lib/chibi/pathname.sld +++ b/lib/chibi/pathname.sld @@ -1,4 +1,6 @@ +;;> A general, non-filesystem-specific pathname library. + (define-library (chibi pathname) (export path-strip-directory path-directory path-extension path-strip-extension path-replace-extension