0.6.12.26:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 7 Jun 2001 20:27:34 +0000 (20:27 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 7 Jun 2001 20:27:34 +0000 (20:27 +0000)
commitd45e8a2e9167150c8283783152d2449bd8d59d2d
tree55f92ea897fdd148581884ac6eec3d188edec6cb
parent203c15eefffd996fd20bd28d461ea1aa3865dbbe
0.6.12.26:
(This version has some REMOVEME stuff in it to help me
debug a PROFILE failure which seemed to be related to
nonmonotonicity of GET-INTERNAL-RUN-TIME, and which
then morphed into a SIGILL problem (all on OpenBSD).
I don't think those should cause any failures for
other systems, so I left 'em in for now.)
deleted old SPARC-only UNIX-TIMES implementation of
GET-INTERNAL-RUN-TIME
munged the code in profile.lisp hunting, so far unsuccessfully,
for "-1 is not UNSIGNED-BYTE" problem
added temporary test for monotonicity of GET-INTERNAL-RUN-TIME
moved the definition of *BEFORE-SAVE-INITIALIZATIONS*
earlier so things should work for the right reason
deleted unused INDENTING-FURTHER
separated x86 SIGILL handling from SIGTRAP handling
16 files changed:
NEWS
make.sh
package-data-list.lisp-expr
src/code/debug.lisp
src/code/gc.lisp
src/code/profile.lisp
src/code/save.lisp
src/code/target-extensions.lisp
src/code/time.lisp
src/code/unix.lisp
src/runtime/alpha-arch.c
src/runtime/interrupt.c
src/runtime/monitor.c
src/runtime/x86-arch.c
tests/time.pure.lisp [new file with mode: 0644]
version.lisp-expr