Wed Jan 5 11:24:53 2000 Greg J. Badros * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* macros and SCM_DEFINE macros to match GNU coding standards. Wed Jan 5 11:04:24 2000 Greg J. Badros * *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. Wed Jan 5 10:59:06 2000 Greg J. Badros * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for better consistency with the names of other SCM_VALIDATE_ macros and better conformance to guile naming policy. Wed Jan 5 10:50:39 2000 Greg J. Badros * ports.c (s_scm_close_all_ports_except): Use SCM_ARG1 in a SCM_VALIDATE instead of 1 to avoid a check on the argument (since it's not the actual name of the formal). * guile-snarf.awk.in: Do argument/number mismatch checking and print warnings in an Emacs compile-mode parseable format. * struct.c: Use SCM_ASSERT_RANGE instead of SCM_ASSERT w/ SCM_OUTOFRANGE as 3rd argument. * random.c: Fix argument/number mismatch (that I introduced :-( ). * __scm.h: Do not #define SCM_ARG* when snarfing; lets us distinguish between 1 and SCM_ARG1 when snarfing as only the former (using the number) requires the argument to match the formal in the current argument snarfing check. * snarf.h: Give new definition of SCM_ASSERT when in snarfing mode to output a lexically-identifiable sequence that the guile-snarf.awk script uses to verify argument/position matching. * ramap.c: Remove extraneous #undef FUNC_NAME. Wed Jan 5 08:36:38 2000 Greg J. Badros * guile-doc-snarf.awk.in: Removed -- guile-snarf.awk.in is the current version of the same functionality; it writes the .x output to stdout instead of directly into the file. Wed Jan 5 08:15:04 2000 Greg J. Badros * unif.c, symbols.c, strings.c, stacks.c, random.c, print.c, posix.c: Eliminated a bunch of SCM_NIMP(..)s that are now redundant with the safer macros. Patch from Dirk Hermann applied by hand. Thanks Dirk! * scm_validate.h: Added SCM_VALIDATE_VECTOR_OR_DVECTOR for some uses in random.c. * ramap.c: whitespace change. Tue Jan 4 14:21:35 2000 Greg J. Badros * options.c, objects.c, keywords.c, gc.c: Some redundant SCM_NIMP removals from Dirk Hermann. * alist.c: Rename formals to match the parameter names in the documentation, updates to documentation. Thanks Dirk Hermann! 2000-01-04 Mikael Djurfeldt * eval.c (SCM_CEVAL): Reverse order of scm_stack_checking_enabled_p and SCM_STACK_OVERFLOW_P (Thanks to Brad Knotwell.) Mon Jan 3 08:30:02 2000 Greg Harvey (applied --01/03/00 gjb) * gc.c (scm_debug_newcell): Added SCM_SETCAR of the newly allocated cell. * pairs.h: Added a comment about the need for the SCM_SETCAR in SCM_NEWCELL macro. Mon Jan 3 08:25:19 2000 Greg J. Badros * dynl-vms.c, debug.c, coop-threads.c, backtrace.c, eval.c: More SCM_NIMP tests that were redundant are now eliminated. Patches from Dirk Hermann applied by hand. The ChangeLog continues in the file: "ChangeLog-1996-1999"