*** empty log message ***
This commit is contained in:
parent
55b44a9ec3
commit
153511a74c
3 changed files with 22 additions and 0 deletions
|
|
@ -1,7 +1,12 @@
|
||||||
|
.cvsignore
|
||||||
*.doc
|
*.doc
|
||||||
*.la
|
*.la
|
||||||
*.lo
|
*.lo
|
||||||
*.x
|
*.x
|
||||||
|
*.bb
|
||||||
|
*.bbg
|
||||||
|
*.gcov
|
||||||
|
*.da
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
Makefile
|
Makefile
|
||||||
|
|
@ -17,6 +22,8 @@ gh_test_c
|
||||||
gh_test_repl
|
gh_test_repl
|
||||||
guile
|
guile
|
||||||
guile-doc-snarf
|
guile-doc-snarf
|
||||||
|
guile-func-name-check
|
||||||
|
guile-procedures.txt
|
||||||
guile-snarf
|
guile-snarf
|
||||||
guile-snarf.awk
|
guile-snarf.awk
|
||||||
libpath.h
|
libpath.h
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,11 @@
|
||||||
* Makefile.am: Augment path when running guile-doc-snarf so
|
* Makefile.am: Augment path when running guile-doc-snarf so
|
||||||
guile-func-name-check is found.
|
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>
|
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
|
* net_db.c (s_scm_inet_makeaddr): Use SCM_NUM2ULONG since that's
|
||||||
|
|
|
||||||
|
|
@ -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>
|
1999-12-22 Greg Harvey <Greg.Harvey@thezone.net>
|
||||||
|
|
||||||
* tests/weaks.test, tests/hooks.test: Added.
|
* tests/weaks.test, tests/hooks.test: Added.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue