From 658eb97af000aa0598e3544c2c7ea2cdd60b5b06 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 24 Sep 2011 09:41:54 -0700 Subject: Numeric constants become real constants. Vector code cleanup. * lib.h (zero, one, two, negone, maxint, minint): Extern declarations removed, macros introduced for these identifiers. * lib.c (zero, one, two, negone, maxint, minint): File scope definitions removed. (vector): Use vec_alloc and vec_fill enums instead of constants. (obj_init): Remove references to removed definitions. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d2ba8886..3a01570b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2011-09-23 Kaz Kylheku + + Numeric constants become real constants. + + Vector code cleanup. + + * lib.h (zero, one, two, negone, maxint, minint): Extern declarations + removed, macros introduced for these identifiers. + + * lib.c (zero, one, two, negone, maxint, minint): File scope + definitions removed. + (vector): Use vec_alloc and vec_fill enums instead of constants. + (obj_init): Remove references to removed definitions. + 2011-09-23 Kaz Kylheku * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, -- cgit v1.2.3