1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Delete trailing whitespace.

This commit is contained in:
Neil Jerram 2008-05-15 00:00:57 +01:00
parent 184af225b8
commit 241d9cea20
3 changed files with 284 additions and 284 deletions

View file

@ -50,7 +50,7 @@
Applying patch from Julian Graham, containing minor fixes to his Applying patch from Julian Graham, containing minor fixes to his
thread enhancements: thread enhancements:
* api-scheduling.texi (Mutexes and Condition Variables): Change * api-scheduling.texi (Mutexes and Condition Variables): Change
`flag' to `flags' in docstring. `flag' to `flags' in docstring.
@ -86,14 +86,14 @@
(Examples): Moved to api-debug.texi. (Examples): Moved to api-debug.texi.
(Tracing, Old Tracing): Promoted one level. (Tracing, Old Tracing): Promoted one level.
(New Tracing, Tracing Compared): Removed. (New Tracing, Tracing Compared): Removed.
2008-03-08 Julian Graham <joolean@gmail.com> 2008-03-08 Julian Graham <joolean@gmail.com>
* api-scheduling.texi (Threads): Add documentation for new * api-scheduling.texi (Threads): Add documentation for new
functions "scm_thread_p" and new "scm_join_thread_timed". functions "scm_thread_p" and new "scm_join_thread_timed".
(Mutexes and Condition Variables): Add documentation for new (Mutexes and Condition Variables): Add documentation for new
functions "scm_make_mutex_with_flags", "scm_mutex_p", functions "scm_make_mutex_with_flags", "scm_mutex_p",
"scm_lock_mutex_timed", "scm_unlock_mutex_timed", and "scm_lock_mutex_timed", "scm_unlock_mutex_timed", and
"scm_condition_variable_p". "scm_condition_variable_p".
2008-02-11 Neil Jerram <neil@ossau.uklinux.net> 2008-02-11 Neil Jerram <neil@ossau.uklinux.net>
@ -255,7 +255,7 @@
(lib-version.texi): New target. (lib-version.texi): New target.
* guile.texi: Include `lib-version.texi'. * guile.texi: Include `lib-version.texi'.
* api-data.texi (Conversion): Link to `The ice-9 i18n Module' when * api-data.texi (Conversion): Link to `The ice-9 i18n Module' when
describing `string->number'. describing `string->number'.
(String Comparison): Likewise. (String Comparison): Likewise.
@ -443,7 +443,7 @@
* api-debug.texi (Debug on Error): Note need to handling of errors * api-debug.texi (Debug on Error): Note need to handling of errors
in C. in C.
* api-debug.texi (Debugging): New intro text. New subsection * api-debug.texi (Debugging): New intro text. New subsection
"Evaluation Model". Moved existing subsections "Capturing the "Evaluation Model". Moved existing subsections "Capturing the
Stack or Innermost Stack Frame", "Examining the Stack", "Examining Stack or Innermost Stack Frame", "Examining the Stack", "Examining
@ -479,7 +479,7 @@
* api-evaluation.texi (Fly Evaluation): Add scm_c_eval_string. * api-evaluation.texi (Fly Evaluation): Add scm_c_eval_string.
(Loading): Add scm_c_primitive_load. (Loading): Add scm_c_primitive_load.
Reported by Jon Wilson. Reported by Jon Wilson.
2006-06-25 Kevin Ryde <user42@zip.com.au> 2006-06-25 Kevin Ryde <user42@zip.com.au>
* posix.texi (Time): In tm:gmtoff, give example values, note not the * posix.texi (Time): In tm:gmtoff, give example values, note not the
@ -613,7 +613,7 @@
* api-data.texi (Operations Related to Symbols): * api-data.texi (Operations Related to Symbols):
Documented `scm_take_locale_symbol ()'. Documented `scm_take_locale_symbol ()'.
2005-12-15 Kevin Ryde <user42@zip.com.au> 2005-12-15 Kevin Ryde <user42@zip.com.au>
* api-evaluation.texi (Fly Evaluation): Add scm_call_4, suggested by * api-evaluation.texi (Fly Evaluation): Add scm_call_4, suggested by
@ -704,7 +704,7 @@
* misc-modules.texi (Formatted Output): Show modifiers like ~:d * misc-modules.texi (Formatted Output): Show modifiers like ~:d
instead of in words. instead of in words.
2005-08-06 Kevin Ryde <user42@zip.com.au> 2005-08-06 Kevin Ryde <user42@zip.com.au>
* api-compound.texi (List Modification): In filter, return may share a * api-compound.texi (List Modification): In filter, return may share a
@ -1051,7 +1051,7 @@
* api-i18n.texi: New file. * api-i18n.texi: New file.
* Makefile.am (guile_TEXINFOS): Added it. * Makefile.am (guile_TEXINFOS): Added it.
* guile.texi: Include it. * guile.texi: Include it.
2004-09-16 Kevin Ryde <user42@zip.com.au> 2004-09-16 Kevin Ryde <user42@zip.com.au>
* api-utility.texi (Equality): Revise for clarity. * api-utility.texi (Equality): Revise for clarity.
@ -1106,16 +1106,16 @@
Ran a (docstring-process-module "(guile)") and moved entries from Ran a (docstring-process-module "(guile)") and moved entries from
new-docstrings.texi to their appropriate place. new-docstrings.texi to their appropriate place.
* api-undocumented.texi: New file. * api-undocumented.texi: New file.
2004-08-21 Marius Vollmer <mvo@zagadka.de> 2004-08-21 Marius Vollmer <mvo@zagadka.de>
From Richard Todd, Thanks! From Richard Todd, Thanks!
* scheme-scripts.texi (Invoking Guile): documented new '-L' * scheme-scripts.texi (Invoking Guile): documented new '-L'
switch. switch.
2004-08-20 Marius Vollmer <mvo@zagadka.de> 2004-08-20 Marius Vollmer <mvo@zagadka.de>
* gh.texi: Updated transition section with new recommended things. * gh.texi: Updated transition section with new recommended things.
@ -1126,7 +1126,7 @@
mutation-sharing substrings. mutation-sharing substrings.
(Symbols): Document scm_from_locale_symbol and (Symbols): Document scm_from_locale_symbol and
scm_from_locale_symboln. scm_from_locale_symboln.
2004-08-18 Kevin Ryde <user42@zip.com.au> 2004-08-18 Kevin Ryde <user42@zip.com.au>
* posix.texi (Network Sockets and Communication): Add SOCK_RDM and * posix.texi (Network Sockets and Communication): Add SOCK_RDM and
@ -1188,7 +1188,7 @@
scm_is_complex, scm_is_number, scm_c_make_rectangular, scm_is_complex, scm_is_number, scm_c_make_rectangular,
scm_c_make_polar, scm_c_real_part, scm_c_imag_part, scm_c_make_polar, scm_c_real_part, scm_c_imag_part,
scm_c_magnitude, and scm_c_angle. scm_c_magnitude, and scm_c_angle.
2004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de> 2004-08-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* gh.texi: Replaced references to scm_num2* with scm_to_* and * gh.texi: Replaced references to scm_num2* with scm_to_* and
@ -1224,7 +1224,7 @@
* api-deprecated.texi: Removed. * api-deprecated.texi: Removed.
* intro.texi (Discouraged and Deprecated): General information * intro.texi (Discouraged and Deprecated): General information
about deprecation, etc. about deprecation, etc.
2004-07-30 Marius Vollmer <marius.vollmer@uni-dortmund.de> 2004-07-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* misc-modules.texi (Formatted Output): Changed @w to @w{} in * misc-modules.texi (Formatted Output): Changed @w to @w{} in
@ -1309,7 +1309,7 @@
* Makefile.am (CLEANFILES): Remove guile.cps guile.fns guile.rns * Makefile.am (CLEANFILES): Remove guile.cps guile.fns guile.rns
guile.tps guile.vrs guile.tmp, cleaned by automake these days. guile.tps guile.vrs guile.tmp, cleaned by automake these days.
2004-05-06 Marius Vollmer <marius.vollmer@uni-dortmund.de> 2004-05-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* scheme-smobs.texi: Updated for new SCM_SMOB_* macros. * scheme-smobs.texi: Updated for new SCM_SMOB_* macros.
@ -1392,7 +1392,7 @@
* scheme-control.texi (while do): Expand and clarify `do', in * scheme-control.texi (while do): Expand and clarify `do', in
particular note iteration binds fresh locations, rather than values particular note iteration binds fresh locations, rather than values
"stored". "stored".
* srfi-modules.texi (SRFI-4): Revise for clarity, give each function * srfi-modules.texi (SRFI-4): Revise for clarity, give each function
explicitly rather than showing TAG so Emacs info-look can find them, explicitly rather than showing TAG so Emacs info-look can find them,
merge "SRFI-4 - Read Syntax" and "SRFI-4 - Procedures" into just one merge "SRFI-4 - Read Syntax" and "SRFI-4 - Procedures" into just one
@ -1422,7 +1422,7 @@
2004-01-21 Marius Vollmer <mvo@zagadka.de> 2004-01-21 Marius Vollmer <mvo@zagadka.de>
Added copyright notices to all TeXinfo files. Added copyright notices to all TeXinfo files.
* fdl.texi: New. * fdl.texi: New.
* guile.texi: Include it as an appendix. * guile.texi: Include it as an appendix.
* preface.texi: State that the manual is FDL. * preface.texi: State that the manual is FDL.
@ -1444,7 +1444,7 @@
* misc-modules.texi (Queues): New chapter. * misc-modules.texi (Queues): New chapter.
* guile.texi (Top): Add it. * guile.texi (Top): Add it.
2004-01-09 Kevin Ryde <user42@zip.com.au> 2004-01-09 Kevin Ryde <user42@zip.com.au>
* scheme-compound.texi (Bit Vectors): Revise for clarity, following * scheme-compound.texi (Bit Vectors): Revise for clarity, following
@ -1499,7 +1499,7 @@
* scheme-data.texi: Include exact rationals. * scheme-data.texi: Include exact rationals.
From Stephen Compall. Thanks! From Stephen Compall. Thanks!
* intro.texi (What is Guile?): Add @acronym for POSIX, R5RS, GUI, * intro.texi (What is Guile?): Add @acronym for POSIX, R5RS, GUI,
and HTTP. Conclude linking libguile. Say what one can find *for*. and HTTP. Conclude linking libguile. Say what one can find *for*.
@ -1580,7 +1580,7 @@
* data-rep.texi, scheme-memory.texi (scm_remember_upto_here_1, * data-rep.texi, scheme-memory.texi (scm_remember_upto_here_1,
scm_remember_upto_here_2): Moved from data-rep.texi to scm_remember_upto_here_2): Moved from data-rep.texi to
scheme-memory.texi. scheme-memory.texi.
2003-10-02 Kevin Ryde <user42@zip.com.au> 2003-10-02 Kevin Ryde <user42@zip.com.au>
* scheme-io.texi (String Ports): In call-with-output-string, note proc * scheme-io.texi (String Ports): In call-with-output-string, note proc
@ -1911,7 +1911,7 @@
remainder and modulo round their results. remainder and modulo round their results.
* scheme-io.texi (Reading): In read-char and peek-char, fix typos "?" * scheme-io.texi (Reading): In read-char and peek-char, fix typos "?"
in @rnindex. In port-column, use @: after i.e. in @rnindex. In port-column, use @: after i.e.
(Writing): In get-print-state, two spaces after full stop. Add write, (Writing): In get-print-state, two spaces after full stop. Add write,
revise display. revise display.
@ -1930,7 +1930,7 @@
2003-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de> 2003-04-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* posix.texi (scm_c_port_for_each): Added. * posix.texi (scm_c_port_for_each): Added.
2003-04-26 Neil Jerram <neil@ossau.uklinux.net> 2003-04-26 Neil Jerram <neil@ossau.uklinux.net>
@ -2061,7 +2061,7 @@
Configuration. Configuration.
The following doc updates are from Ian Sheldon - thanks! The following doc updates are from Ian Sheldon - thanks!
* scheme-data.texi (Appending Strings, Regexp Functions, Match * scheme-data.texi (Appending Strings, Regexp Functions, Match
Structures): Add examples. Structures): Add examples.
(Regular Expressions): Add instruction to use (ice-9 regex) (Regular Expressions): Add instruction to use (ice-9 regex)
@ -2099,7 +2099,7 @@
* intro.texi: Updated GNu ftp server name. Use "-lguile" instead * intro.texi: Updated GNu ftp server name. Use "-lguile" instead
of "libguile.a". Some small fixes/improvements. of "libguile.a". Some small fixes/improvements.
* scheme-reading.texi: Added www.schemers.org. Removed foldoc, * scheme-reading.texi: Added www.schemers.org. Removed foldoc,
it's too generic. Updated 'teach yourself ...' URL. it's too generic. Updated 'teach yourself ...' URL.
@ -2110,7 +2110,7 @@
2002-08-14 Marius Vollmer <mvo@zagadka.ping.de> 2002-08-14 Marius Vollmer <mvo@zagadka.ping.de>
* scheme-evaluation.texi (eval-string): Updated. * scheme-evaluation.texi (eval-string): Updated.
* scheme-scheduling.texi (Fluids): Touched up a bit, added * scheme-scheduling.texi (Fluids): Touched up a bit, added
with-fluids. with-fluids.
@ -2150,7 +2150,7 @@
* scheme-memory.texi (Memory Blocks): add scm_calloc, scm_gc_calloc. * scheme-memory.texi (Memory Blocks): add scm_calloc, scm_gc_calloc.
correct typos. correct typos.
2002-08-05 Marius Vollmer <marius.vollmer@uni-dortmund.de> 2002-08-05 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* intro.texi, srfi-modules.texi: Added (use-modules (ice-9 * intro.texi, srfi-modules.texi: Added (use-modules (ice-9
@ -2194,7 +2194,7 @@
rather than deprecated section. Hence this change. Added rather than deprecated section. Hence this change. Added
`@deftp' for scm_t_bits data type so that a proper index entry is `@deftp' for scm_t_bits data type so that a proper index entry is
added for this. Thanks to Richard Y. Kim! added for this. Thanks to Richard Y. Kim!
* data-rep.texi (Subrs): Changed scm_make_gsubr to * data-rep.texi (Subrs): Changed scm_make_gsubr to
scm_c_define_gsubr. Thanks to Richard Y. Kim! scm_c_define_gsubr. Thanks to Richard Y. Kim!
@ -2231,13 +2231,13 @@
* scheme-debug.texi (Debugging): Rename chapter `Debugging * scheme-debug.texi (Debugging): Rename chapter `Debugging
Infrastructure' and reorganize its contents. Infrastructure' and reorganize its contents.
* scheme-debug.texi (Debugging), scheme-control.texi (Handling * scheme-debug.texi (Debugging), scheme-control.texi (Handling
Errors): Move display-error to error-focussed section. Errors): Move display-error to error-focussed section.
* scheme-debug.texi (Debugging), debugging.texi (Backtrace): Move * scheme-debug.texi (Debugging), debugging.texi (Backtrace): Move
backtrace to user-level debugging chapter. backtrace to user-level debugging chapter.
* scheme-debug.texi (Debugging), scheme-procedures.texi (Procedure * scheme-debug.texi (Debugging), scheme-procedures.texi (Procedure
Properties): Move procedure-name, procedure-source and Properties): Move procedure-name, procedure-source and
procedure-environment to procedures chapter. procedure-environment to procedures chapter.
@ -2320,7 +2320,7 @@
* scheme-utility.texi (Hooks): Further updates. New material on * scheme-utility.texi (Hooks): Further updates. New material on
GC hooks. GC hooks.
* scheme-evaluation.texi (Fly Evaluation): Note disappearance of * scheme-evaluation.texi (Fly Evaluation): Note disappearance of
eval2 and read-and-eval!. eval2 and read-and-eval!.

File diff suppressed because it is too large Load diff

View file

@ -314,7 +314,7 @@
2006-12-24 Han-Wen Nienhuys <hanwen@lilypond.org> 2006-12-24 Han-Wen Nienhuys <hanwen@lilypond.org>
* tests/numbers.test ("equal?"): add case for reduction of * tests/numbers.test ("equal?"): add case for reduction of
rational numbers. rational numbers.
2006-12-13 Kevin Ryde <user42@zip.com.au> 2006-12-13 Kevin Ryde <user42@zip.com.au>
@ -601,7 +601,7 @@
* tests/guardians.test: Adapted to new (original) semantics. test * tests/guardians.test: Adapted to new (original) semantics. test
guardingobjects multiple times. guardingobjects multiple times.
2005-06-12 Marius Vollmer <mvo@zagadka.de> 2005-06-12 Marius Vollmer <mvo@zagadka.de>
* standalone/test-gh.c: Do nothing when deprecated things are * standalone/test-gh.c: Do nothing when deprecated things are
@ -627,7 +627,7 @@
* tests/unif.test (array-in-bounds?): Add a test failing in the * tests/unif.test (array-in-bounds?): Add a test failing in the
current code. current code.
2005-05-07 Kevin Ryde <user42@zip.com.au> 2005-05-07 Kevin Ryde <user42@zip.com.au>
* tests/srfi-1.test (car+cdr, fold, last, list-index, list-tabulate, * tests/srfi-1.test (car+cdr, fold, last, list-index, list-tabulate,
@ -1054,7 +1054,7 @@
* standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN, * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
etc, they are now provided by libuile.h. etc, they are now provided by libuile.h.
(test_int_sizes): New. (test_int_sizes): New.
2004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de> 2004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* standalone/test-num2integral.c, standalone/test-unwind.c: * standalone/test-num2integral.c, standalone/test-unwind.c:
@ -1173,7 +1173,7 @@
real/big combinations, collect up tests under arg types for clarity. real/big combinations, collect up tests under arg types for clarity.
2004-03-26 Eric Hanchrow <offby1@blarg.net> 2004-03-26 Eric Hanchrow <offby1@blarg.net>
* tests/numbers.test (modulo-expt): New tests. * tests/numbers.test (modulo-expt): New tests.
2004-03-24 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> 2004-03-24 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
@ -1228,7 +1228,7 @@
* tests/r5rs_pitfall.scm: New. * tests/r5rs_pitfall.scm: New.
* Makefile.am (SCM_TESTS): Added it. * Makefile.am (SCM_TESTS): Added it.
2004-01-11 Kevin Ryde <user42@zip.com.au> 2004-01-11 Kevin Ryde <user42@zip.com.au>
* tests/exceptions.test (false-if-exception): Disable tests on * tests/exceptions.test (false-if-exception): Disable tests on
@ -1596,7 +1596,7 @@
* tests/numbers.test (truncate, round, asinh, acosh, atanh): Add some * tests/numbers.test (truncate, round, asinh, acosh, atanh): Add some
tests. tests.
2003-06-19 Kevin Ryde <user42@zip.com.au> 2003-06-19 Kevin Ryde <user42@zip.com.au>
* tests/posix.test: New file, exercising putenv, setenv, unsetenv. * tests/posix.test: New file, exercising putenv, setenv, unsetenv.
@ -1625,7 +1625,7 @@
recent scm_logcount change. recent scm_logcount change.
* tests/reader.test (reading): Test bad # error message is formattable. * tests/reader.test (reading): Test bad # error message is formattable.
2003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de> 2003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
* tests/pairs.test: Added. * tests/pairs.test: Added.
@ -1684,7 +1684,7 @@
* tests/numbers.test (-): Add test for negative inum subtract bignum. * tests/numbers.test (-): Add test for negative inum subtract bignum.
(logcount): New tests, exercising some negatives. (logcount): New tests, exercising some negatives.
2003-05-03 Marius Vollmer <mvo@zagadka.de> 2003-05-03 Marius Vollmer <mvo@zagadka.de>
* tests/r5rs_pitfall.test: New. Thanks to Dale P. Smith for * tests/r5rs_pitfall.test: New. Thanks to Dale P. Smith for