- Jul 14, 2004
- Jul 13, 2004
-
-
pmai authored
versions of all the required things, this commit separates the interrupt handler proper (now interrupt_handle_now_handler) from the actual work-horse (interrupt_handle_now), which is now only ever called from the two interrupt handlers, interrupt_handle_now_handler and maybe_now_maybe_later. This follows similar changes in SBCL, and is in fact needed in order to properly use sigreturn in signal handlers, as required to work around a problem with the G5.
-
- Jul 12, 2004
- Jul 11, 2004
- Jul 10, 2004
-
-
rtoy authored
-
- Jul 09, 2004
- Jul 08, 2004
-
-
rtoy authored
* interrupt.c: oldcont isn't used. * interrupt.c, monitor.c, validate.c: Initialize some variables that the compiler thinks might be used without initialization.
-
rtoy authored
-
rtoy authored
* alloc.c, coreparse.c, monitor.c, validate.c, vars.c: #include some files to get declarations of functions. * coreparse.c, lisp.c, monitor.c: Fix printf warnings about args not matching the format string.
-
cwang authored
-
cwang authored
Fix typos
-
rtoy authored
values. Makes it easier to see if they're right and also gets rid of some more compiler warnings about some constants only being unsigned in C90.
-
rtoy authored
conversions to pointers from ints. Correct the return type of sigsegv_handle_now.
-
rtoy authored
-
rtoy authored
* gencgc.c: o fixup up fprintf warnings o generation_bytes_allocated() defined only when GC_ASSERTIONS is #defined. * x86-arch.c: fixup printf warnings.
-
rtoy authored
* purify.c: fixup up fprintf warnings * x86-validate.h: LinkageSpaceStart is an unsigned, so cast it.
-
- Jul 07, 2004
-
-
rtoy authored
* backtrace.c, save.c: fprintf warnings. * interrupt.h: Declare build_fake_control_stack_frame and interrupt_handle_space_overflow. * os-common.c: Include interrupt.h to define build_fake_control_stack_frame. * parse.c, runprog.c, search.c: Include some standard system headers to get rid of undefined function warnings.
-
rtoy authored
* alloc.c: Include gencgc.h to get declaration of alloc(). * gencgc.c: o Include string.h for memset. o Initialize some vars that gcc complains might be uninitialized (but they're not). o scav_fdefn isn't used on sparc, so comment it out. o valid_dynamic_space_pointer, maybe_adjust_large_object, and preserve_pointer are only used on x86, so comment #ifdef them for i386. * os-common.c: o Fix a few printf warnings. o Cast args to bcopy.
-
rtoy authored
* gencgc.h: Add declaration for alloc. * solaris-os.c: o Include interrupt.h o Clean up some printf warnings, apply appropriate casts for converting address to longs and vice versa. * sparc-arch.c: o Include gencgc.h, breakpoint.h, interr.h to declare some functions for us. o Instructions are ints, not longs. (64-bitness cleanup.) o handle_breakpoint and handle_function_end_breakpoint were not called with the right second arg. * sunos-os.h: o Declare flush_icache and save_context.
-
rtoy authored
-
rtoy authored
-
rtoy authored
-
- Jul 06, 2004