commit-bison
[Top][All Lists]
Advanced

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

bison ./ChangeLog lib/quotearg.c lib/quotearg.h


From: Akim Demaille
Subject: bison ./ChangeLog lib/quotearg.c lib/quotearg.h
Date: Fri, 30 Nov 2001 09:04:22 -0500

CVSROOT:        /cvsroot/bison
Module name:    bison
Branch:         bison-1_29-branch
Changes by:     Akim Demaille <address@hidden>  01/11/30 09:04:22

Modified files:
        .              : ChangeLog 
        lib            : quotearg.c quotearg.h 

Log message:
        * lib/quotearg.h (quotearg_n, quotearg_n_style):
        First arg is int, not unsigned.
        * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
        (SIZE_MAX, UINT_MAX): New macros.
        (quotearg_n_options): Abort if N is negative.
        Avoid overflow check on hosts where size_t is 64 bits and int
        is 32 bits, as overflow is impossible there.
        Fix off-by-one typo that caused unnecessary reallocation.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?only_with_tag=bison-1_29-branch&tr1=1.173.2.182&tr2=1.173.2.183&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/lib/quotearg.c.diff?only_with_tag=bison-1_29-branch&tr1=1.2.2.1&tr2=1.2.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/lib/quotearg.h.diff?only_with_tag=bison-1_29-branch&tr1=1.1&tr2=1.1.2.1&r1=text&r2=text




reply via email to

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