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

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-11-05 21:42:14 +00:00
parent 46bb559d6c
commit 914da0e2fc

View file

@ -1,3 +1,10 @@
2005-11-06 Kevin Ryde <user42@zip.com.au>
From Ludovic Courtès, partial rework by me:
* doc/ref/api-modules.texi (Creating Guile Modules): In define-module,
describe #:re-export, #:export-syntax, #:re-export-syntax, #:replace
and #:duplicates. Add re-export.
2005-11-01 Kevin Ryde <user42@zip.com.au>
* posix.texi (Time): In strftime, note systems vary for %Z.