From 05d7cf89911037b9b0190c663c4891d16d276d76 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 28 Sep 2004 19:35:09 +0000 Subject: [PATCH] Fixed some typos. --- libguile/ChangeLog | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index d357ec38b..6149d067c 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -8,7 +8,7 @@ * smob.c, smob.h (scm_assert_smob_type): New. - * Makefile.am (guile_CFLAGS, guile_LDFLAGS, libguile_la_CFLAGS, ): + * Makefile.am (guile_CFLAGS, guile_LDFLAGS, libguile_la_CFLAGS): Include GUILE_CFLAGS. (libguile_la_LIBADD): Removed THREAD_LIBS_LOCAL, which is unused now. @@ -50,8 +50,7 @@ * i18n.c (scm_i_to_lc_category): New name and export. Support all LC categories. - - * posix.c (s_scm_setlocale): Use it. + * posix.c (scm_setlocale): Use it. * i18n.h, i18n.c (scm_textdomain, scm_bindtextdomain, scm_bind_textdomain_codeset): Make wrappers similar to C function @@ -92,7 +91,7 @@ too short to contain s2. * regex-posix.c (scm_regexp_exec): Convert string to - zero-temrinated locale string before matching against it. + zero-terminated locale string before matching against it. * strings.h, strings.c (scm_substring_read_only, scm_c_substring_read_only, scm_i_substring_read_only): New. @@ -135,7 +134,7 @@ 2004-09-13 Jan Nieuwenhuizen - * srfi-13.c (scm_string_contains, s_scm_string_contains_ci): + * srfi-13.c (scm_string_contains, scm_string_contains_ci): Bugfix: when subtracting unsigned values, make sure that result does not wrap.