commit-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bison/lib bitsetv.c


From: Paul Eggert
Subject: bison/lib bitsetv.c
Date: Wed, 02 Oct 2002 03:54:53 -0400

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Paul Eggert <address@hidden>    02/10/02 03:54:52

Modified files:
        lib            : bitsetv.c 

Log message:
        (bitsetv_alloc, bitsetv_create, bitsetv_free,
        bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
        bitsetv_reflexive_transitive_closure):
        Use bitset_bindex, not int or unsigned int or size_t, to count bits.
        
        (bitsetv_alloc): Use size_t, not unsigned int, to count bytes.
        
        (bitsetv_dump, debug_bitsetv):
        Use bitset_windex instead of unsigned int.
        Use proper printf formats for widths of integer types.
        
        (bitsetv_alloc): Check for arithmetic overflow when computing sizes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/lib/bitsetv.c.diff?tr1=1.5&tr2=1.6&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]