diff options
Diffstat (limited to 'libguile/ChangeLog')
-rw-r--r-- | libguile/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 34f0e64df..39f9235c4 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,20 @@ +2000-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de> + + * boolean.h (SCM_TRUE_P): Removed, as people might use it as a + replacement for !SCM_FALSEP. + + * backtrace.c (display_error_body), boolean.h (SCM_BOOLP), gc.c + (scm_unhash_name), gh_data.c (gh_module_lookup), load.c + (scm_primitive_load), print.c (scm_simple_format), procs.c + (scm_procedure_documentation), procs.h (SCM_TOP_LEVEL), ramap.c + (scm_array_fill_int), scmsigs.c (scm_sigaction), stacks.c + (narrow_stack, scm_make_stack, scm_stack_id), symbols.c + (scm_string_to_obarray_symbol), throw.c (scm_catch, + scm_lazy_catch, scm_ithrow), unif.c (scm_make_uve, scm_array_p, + scm_array_set_x, scm_bit_set_star_x, scm_bit_count_star), + validate.h (SCM_VALIDATE_BOOL_COPY, SCM_VALIDATE_PROC): Replace + uses of SCM_TRUE_P (x) with SCM_EQ_P (x, SCM_BOOL_T). + 2000-06-04 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> * eval.c (scm_badformalsp): New static function. |