- Jan 04, 2012
-
-
Raymond Toy authored
match the sa_sigaction argument types. Adjust code appropriately to use os_context_t appropriately too.
-
- Dec 23, 2011
-
-
Raymond Toy authored
Linux-os.c: o Fix warning about pointer to int warning. lisp.c: o Linux needs time.h to define tzset. o Fix warning about unused result from getwcd. If getcwd fails, we now just exit with a message because we can't find anything.
-
- Dec 22, 2011
-
-
Raymond Toy authored
-
Raymond Toy authored
map_core_sections to get rid of compiler warning.
-
Raymond Toy authored
-
Raymond Toy authored
lisp/x86-assem.S: o Make sure the stack is 16-byte aligned in the alloc_overflow_foo and alloc_to_foo routines. These eventually call into C code, and the stack is required to be 16-byte aligned on Darwin. We apply this to all x86 implementations since it's harmless. o Did not update the alloc_8/16_to_foo routines because they are going to be deleted. x86/macros.lisp: o Don't call the alloc_8/16_to_foo routines when we're not doing inline allocation. I don't think there's much to be gained with these special functions and maintainence is a pain with assembly code.
-
Raymond Toy authored
- Dec 21, 2011
-
-
Raymond Toy authored
- Dec 16, 2011
-
- Dec 14, 2011
-
-
Raymond Toy authored
-
- Dec 08, 2011
-
-
Raymond Toy authored
distribution.
-
Raymond Toy authored
Check if "" (and "/") is in the list of directories and signal an error so that we use the #P(...) syntax to print out the pathname readably. Update the pot and po files accordingly.
-
Raymond Toy authored
Catch the case of " " and signal an error so that we can print such pathnames using the #P(...) syntax. Also catch the case where the directory includes an explicit directory separator, "/", which would not be printed readably either. Update the pot file too.
- Dec 02, 2011
-
- Nov 29, 2011
-
- Nov 21, 2011
-
- Nov 19, 2011
-
-
Raymond Toy authored
-
- Nov 17, 2011
-
-
Raymond Toy authored
- Nov 07, 2011
-
-
Raymond Toy authored
not given, use some reasonable default so we don't end up with a weird tarball.
- Nov 06, 2011
-
-
Raymond Toy authored
-
Raymond Toy authored
make-src-dist.sh to bin.
-
Raymond Toy authored
-
- Nov 05, 2011
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
- Nov 04, 2011
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
the number of characters converted when a buffer is given. If the buffer is not large enough, not all characters are converted. This is an incompatible change from the previous version. Suggested by Helmut Eller, cmucl-imp, 2011-10-29.
-