guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile chars.c


From: Marius Vollmer
Subject: guile/guile-core/libguile chars.c
Date: Wed, 01 Aug 2001 14:25:16 -0700

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Marius Vollmer <address@hidden> 01/08/01 14:25:16

Modified files:
        guile-core/libguile: chars.c 

Log message:
        (scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,
        scm_char_upper_case_p, scm_char_lower_case_p, scm_char_is_both_p): Do
        not require characters to fulfill isascii in addition to the primary
        predicate.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/chars.c.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.28.4.2&tr2=1.28.4.3&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/chars.c
diff -u guile/guile-core/libguile/chars.c:1.29 
guile/guile-core/libguile/chars.c:1.30
--- guile/guile-core/libguile/chars.c:1.29      Mon Jul  9 00:36:47 2001
+++ guile/guile-core/libguile/chars.c   Thu Jul 19 14:08:49 2001
@@ -1,4 +1,4 @@
-/*     Copyright (C) 1995,1996,1998, 2000 Free Software Foundation, Inc.
+/*     Copyright (C) 1995,1996,1998, 2000, 2001 Free Software Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by



reply via email to

[Prev in Thread] Current Thread [Next in Thread]