1.0.14.38: build runtime with -Wsign-compare, and clean warnings on x86/Linux
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 19 Feb 2008 10:18:06 +0000 (10:18 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 19 Feb 2008 10:18:06 +0000 (10:18 +0000)
commit7a79c7338b8c8fb6d84a275d7c0e51ce93150059
treee2516e6d13a073ce809e23045f9b22515bcd6167
parent1ca34904799faa74f6f663b97436070ae375da1c
1.0.14.38: build runtime with -Wsign-compare, and clean warnings on x86/Linux

 * Nothing serious seemed to be going on, though, but since C has nasty
   signed vs unsigned comparison semantics, it is better to be clear
   about what is going on.
13 files changed:
src/runtime/GNUmakefile
src/runtime/backtrace.c
src/runtime/breakpoint.c
src/runtime/core.h
src/runtime/coreparse.c
src/runtime/gc-common.c
src/runtime/gencgc-internal.h
src/runtime/gencgc.c
src/runtime/print.c
src/runtime/thread.c
src/runtime/wrap.c
src/runtime/x86-arch.h
version.lisp-expr