Source-Changes archive

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

CVS commit: src/common/lib/libc



Module Name:    src
Committed By:   christos
Date:           Fri Mar  9 15:41:16 UTC 2012

Modified Files:
        src/common/lib/libc/inet: inet_addr.c
        src/common/lib/libc/quad: ashldi3.c ashrdi3.c lshrdi3.c qdivrem.c
            quad.h
        src/common/lib/libc/stdlib: _strtol.h _strtoul.h
        src/common/lib/libc/string: bcmp.c popcount64.c
        src/common/lib/libc/sys: cpuset.c

Log Message:
Casts and type changes to fix portability issues.
- int -> size_t
- adjust width of RHS of shift
- adjust widths of types


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/inet/inet_addr.c
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/quad/ashldi3.c \
    src/common/lib/libc/quad/ashrdi3.c src/common/lib/libc/quad/lshrdi3.c \
    src/common/lib/libc/quad/qdivrem.c
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/quad/quad.h
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/stdlib/_strtol.h
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/stdlib/_strtoul.h
cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/string/bcmp.c \
    src/common/lib/libc/string/popcount64.c
cvs rdiff -u -r1.17 -r1.18 src/common/lib/libc/sys/cpuset.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index