diff options
author | Ludovic Courtes | 2006-07-13 12:34:16 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-07-13 12:34:16 +0000 |
commit | 9a02dfaefa324ac1e5df3adc11003e1b578cfe64 (patch) | |
tree | 748fe4e06355aa1b04f15236c6a58207ff473caf /ChangeLog | |
parent | 5c602ddef86c6bed6d81687c968340f160d0af21 (diff) | |
download | skribilo-9a02dfaefa324ac1e5df3adc11003e1b578cfe64.tar.gz skribilo-9a02dfaefa324ac1e5df3adc11003e1b578cfe64.tar.lz skribilo-9a02dfaefa324ac1e5df3adc11003e1b578cfe64.zip |
Made `parse-list-of' tail-recursive.
* src/guile/skribilo/skribe/api.scm (parse-list-of): Made tail-recursive,
thereby fixing potential stack overflows (e.g., when building the user
manual) and perhaps slightly improving performance.
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-9
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -2,6 +2,21 @@ # arch-tag: automatic-ChangeLog--lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 # +2006-07-12 16:28:29 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-58 + + Summary: + Made `parse-list-of' tail-recursive. + Revision: + skribilo--devel--1.2--patch-58 + + * src/guile/skribilo/skribe/api.scm (parse-list-of): Made tail-recursive, + thereby fixing potential stack overflows (e.g., when building the user + manual) and perhaps slightly improving performance. + + modified files: + ChangeLog src/guile/skribilo/skribe/api.scm + + 2006-04-23 17:28:14 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-52 Summary: |