diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-02-15 00:37:52 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-02-15 00:37:52 +0000 |
commit | 344a212fd1e7c20c650fd7aaa54045d748e7ee86 (patch) | |
tree | 2e91039b7a8973ad99041232ca4248607729d031 | |
parent | c6e94bec5a99320ed79db827787c6d2718b6fd1c (diff) | |
download | guile-344a212fd1e7c20c650fd7aaa54045d748e7ee86.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index d974dd7c1..bb75bbbdf 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -15,6 +15,14 @@ 2004-02-12 Kevin Ryde <user42@zip.com.au> + * ports.c (scm_port_line): In docstring, note first line is 0. + (scm_set_port_line_x): In docstring, note first line is 0. + (scm_port_column): In docstring, there's no default to current input + port, and remove shared port-line @defun. + (scm_set_port_column_x): In docstring, there's no default to current + input port, note first column is 0, remove shared set-port-line! + @defun. + * ramap.c (scm_array_fill_x): For fvect and dvect, use scm_num2dbl to convert args the same way that array-set! does. |