1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Greg J. Badros 2000-01-16 22:07:08 +00:00
parent 55b44a9ec3
commit 153511a74c
3 changed files with 22 additions and 0 deletions

View file

@ -1,7 +1,12 @@
.cvsignore
*.doc
*.la
*.lo
*.x
*.bb
*.bbg
*.gcov
*.da
.deps
.libs
Makefile
@ -17,6 +22,8 @@ gh_test_c
gh_test_repl
guile
guile-doc-snarf
guile-func-name-check
guile-procedures.txt
guile-snarf
guile-snarf.awk
libpath.h

View file

@ -3,6 +3,11 @@
* Makefile.am: Augment path when running guile-doc-snarf so
guile-func-name-check is found.
Fri Jan 14 09:34:55 2000 Greg J. Badros <gjb@cs.washington.edu>
* scm_validate.h (SCM_NUM2LONG_DEF): Fix this macro to just use
def, not SCM_MAKINUM(def); thanks Janis Bzerins!
Wed Jan 12 00:06:53 2000 Greg J. Badros <gjb@cs.washington.edu>
* net_db.c (s_scm_inet_makeaddr): Use SCM_NUM2ULONG since that's

View file

@ -1,3 +1,13 @@
Sun Jan 16 14:01:51 2000 Greg J. Badros <gjb@cs.washington.edu>
* paths.scm: Assume that ~/guile-core/test-suite is the location
of the test suite now.
* tests/version.test: Added -- version.c had 0% coverage before,
now at 100%.
* tests/chars.test: Added -- needed test of char-is-both?.
1999-12-22 Greg Harvey <Greg.Harvey@thezone.net>
* tests/weaks.test, tests/hooks.test: Added.