Timeline


and .

03/15/10: Yesterday

11:58 Changeset [13533] by rme
  • trunk/source/lib/misc.lisp
New function HEAP-VECTOR-UTILIZATION.
01:30 Changeset [13532] by gb
  • trunk/source/level-0/l0-numbers.lisp
Don't try to special-case (TRUNCATE MOST-NEGATIVE-FIXNUM …
01:20 Changeset [13531] by gb
  • trunk/source/level-0/X86/X8632/x8632-numbers.lisp
Handle the seemingly special case of (%FIXNUM-TRUNCATE …
00:58 Changeset [13530] by gb
  • trunk/source/level-0/PPC/ppc-numbers.lisp
Make (%FIXNUM-TRUNCATE n d) handle the case where d i -1; the result is …

03/14/10:

21:28 Changeset [13529] by gb
  • trunk/source/level-1/l1-init.lisp
Define *least-positive-bignum*.
11:24 Ticket #666 (truncate) created by heller
Something seems fishy when inlining TRUNCATE: […]

03/12/10:

16:07 Changeset [13528] by gz
  • branches/working-0711/ccl
From trunk: default allow-constant-redefinition (r13513)
16:05 Changeset [13527] by gz
  • branches/working-0711/ccl
From trunk: support for non-ascii reader macros (r13498)
15:47 Changeset [13526] by gz
  • branches/working-0711/ccl
From trunk: fix time computations in %timed-wait-on-semaphore-ptr (r13414, …
15:44 Changeset [13525] by gz
  • trunk/source/level-1/linux-files.lisp
Fix handling of fractional durations in %timed-wait-on-semaphore-ptr. …

03/11/10:

20:10 Changeset [13524] by gb
  • trunk/darwinx86/ccl/dx86cl
darwinx86 binaries
20:05 Changeset [13523] by gb
  • trunk/linuxx86/ccl/lx86cl
linuxx86 binaries
20:01 Changeset [13522] by gb
  • trunk/windows/ccl/wx86cl.exe
win32 binaries
19:42 Changeset [13521] by gb
  • trunk/windows/ccl/wx86cl64.exe
win64 binaries
19:37 Changeset [13520] by gb
  • trunk/freebsdx86/ccl/fx86cl64
freebsd 64-bit binaries
19:30 Changeset [13519] by gb
  • trunk/freebsdx86/ccl/fx86cl
freebsd 32-bit binaries
19:29 Changeset [13518] by gb
  • trunk/solarisx86/ccl/sx86cl
solaris binaries
19:28 Changeset [13517] by gb
  • trunk/darwinppc/ccl/dppccl
linuxppc binaries
19:25 Changeset [13516] by gb
  • trunk/linuxppc/ccl/ppccl64
linuxppc binaries (forgot ppc64 kernel)
19:24 Changeset [13515] by gb
  • trunk/linuxppc/ccl/ppccl
linuxppc binaries
19:00 Changeset [13514] by gb
  • trunk/source/lisp-kernel/x86-gc.c
In purify_range(), if we're walking the dynamic area and encounter an …
18:56 Changeset [13513] by gb
  • trunk/source/lib/compile-ccl.lisp
In REBUILD-CCL, if :ALLOW-CONSTANT-REDEFINITION is unsupplied, quietly …
18:50 Changeset [13512] by gb
  • trunk/source/lisp-kernel/ppc-gc.c
Fix typos.
02:20 Changeset [13511] by gb
  • trunk/source/lisp-kernel/image.c
Try to undo some of the damage done (mostly) by r13497. image.c: handle …

03/09/10:

14:20 Changeset [13510] by gz
  • branches/working-0711/ccl
From trunk: bivalent vector streams (r13454 et. al.)
14:07 Changeset [13509] by gz
  • branches/working-0711/ccl
From trunk: Faster logical operations on bignums (r13412 r13413 r13419
13:56 Changeset [13508] by gz
  • branches/working-0711/ccl
From trunk: r13368 (stream-line-length, error message printing tweak)
13:48 Changeset [13507] by gz
  • branches/working-0711/ccl
From trunk: r13410 (faster :initial-element in make-array)
13:43 Changeset [13506] by gz
  • branches/working-0711/ccl
From trunk: faster %iasr/%ilsr, less boxing/unboxing for 32-bit values …
13:35 Changeset [13505] by gz
  • branches/working-0711/ccl
From trunk, misc tweaks and small fixes: r13366 r13371 r13470 r13437
12:30 Changeset [13504] by gz
  • trunk/tests/ansi-tests/ccl.lsp
Add regression test for bug 645
11:37 Changeset [13503] by gz
  • branches/working-0711/ccl
From trunk: assembler sources syntax cleanup
11:23 Changeset [13502] by gz
  • branches/working-0711/ccl
From trunk: formatting tweaks, non-linux changes, doc and error message …
08:27 Changeset [13501] by gz
  • trunk/source/level-1/l1-boot-2.lisp
Fix build, revert r13495
07:44 Changeset [13500] by gb
  • trunk/source/lib/misc.lisp
Fix a comment, error messages.
07:43 Changeset [13499] by gb
  • trunk/source/level-1/l1-streams.lisp
Add some whitespace.
07:43 Ticket #588 (Can't create reader macros for characters whose char-code is >256) closed by gb
fixed: (In [13498]) Readtable's character-type table (rdtab.ttab) may contain …
07:43 Changeset [13498] by gb
  • trunk/source/level-1/l1-reader.lisp
Readtable's character-type table (rdtab.ttab) may contain more than 256 …

03/08/10:

20:27 Changeset [13497] by gb
  • trunk/source/lisp-kernel/x86-gc.c
After copying a purified function constant to the managed static area, …
18:09 Changeset [13496] by gb
  • trunk/source/lisp-kernel/plsym.c
find_symbol(): look for symbols in managed_static areas, too.
17:57 Ticket #665 (Setting a reader macro for a constituent breaks objc method syntax) closed by gb
invalid: Changing the syntax of lisp definitely ... changes the syntax of lisp. If …
15:46 Changeset [13495] by gb
  • trunk/source/level-1/l1-boot-2.lisp
Don't try to compile or load "dominance" yet; it tries to :INCLUDE a …
12:33 Ticket #665 (Setting a reader macro for a constituent breaks objc method syntax) created by rongarret
SLSIA. Here's an example: […] Here's the fix: […] NOTE: This …
11:13 Changeset [13494] by gz
  • trunk/source
new file, dominance analysis of core files
11:07 Changeset [13493] by gz
  • branches/working-0711/ccl/library/dominance.lisp
Actually get rid of open-core-graph
11:06 Changeset [13492] by gz
  • branches/working-0711/ccl/library/dominance.lisp
get rid of open-core-graph, make it so can just use open-core
11:01 Changeset [13491] by gz
  • trunk/source
Merge assorted core file improvements
10:28 Changeset [13490] by gz
  • branches/working-0711/ccl/library/dominance.lisp
Add idom-frontier-heap-utilization

03/07/10:

12:09 Changeset [13489] by gz
  • trunk/tests/ansi-tests/ccl.lsp
add regression test
11:58 Changeset [13488] by gz
  • trunk/source/compiler/nx1.lisp
Be more thorough in converting declaration types for typechecking.
11:56 Changeset [13487] by gz
  • branches/working-0711/ccl/compiler/nx1.lisp
Be more thorough in converting declaration types for typechecking

03/06/10:

10:38 Ticket #664 ((declare (type (or null (function (t) t)) x)) causes error Error: ...) created by james.anderson
while testing clx, with ccl-1-4, i observed that it misinterprets type …

03/05/10:

11:37 Changeset [13486] by gz
  • trunk/source
Merge r13435,r13440,r13467 into trunk: heap-utilization tweaks
11:31 Changeset [13485] by gz
  • trunk/source
Merge r13436 into trunk: parse-proc-maps, proc-maps-diff, mtrace …

03/04/10:

19:30 Changeset [13484] by palter
  • trunk/source/cocoa-ide/cocoa-editor.lisp
Call to removeObserver: in windowWilClose is the wrong thing
19:29 Changeset [13483] by palter
  • trunk/win32-headers/cocoa/constants.cdb
Cocoa FFI files for Cocotron r773
19:23 Changeset [13482] by palter
  • trunk/aux/cocotron/win32/cocotron/AppKit.1.0.dll
Update to Cocotron r773 which seems to fix the window closing bug\!
10:38 Changeset [13481] by palter
  • trunk/aux/cocotron/win32/cocotron/AppKit.1.0.dll
Update to Cocotron r767

03/03/10:

21:57 Changeset [13480] by palter
  • trunk/win32-headers/cocoa/constants.cdb
Cocoa FFI files for Cocotron r766
21:55 Changeset [13479] by palter
  • trunk/aux/cocotron/win32/cocotron/AppKit.1.0.dll
Update to Cocotron r766
21:29 Ticket #663 (Can't bind commands to shift-tab) created by desoi
This does not seem to work: (bind-key "Indent Region Or Defun" …
19:54 Changeset [13478] by palter
  • trunk/aux/cocotron/win32/cocotron/issue516
Add test case for Cocotron issue 516
16:01 Changeset [13477] by rme
  • trunk/source/cocoa-ide/cocoa-editor.lisp
In #/windowWillClose: on hemlock-editor-window-controller, try to guard …
14:44 Changeset [13476] by gz
  • branches/working-0711/ccl/library/core-files.lisp
Core file support improvements: Added core-symbol-plist, …

03/02/10:

23:28 Changeset [13475] by rme
  • trunk/source/cocoa-ide/ide-contents/Resources/English.lproj/preferences.nib/keyedobjects.nib
In the appearance preference pane, the color wells are bound to the shared …
19:57 Changeset [13474] by rme
  • trunk/source/examples/opengl-ffi.lisp
Make this example work again. #_IsProcessVisible seems to be returning 1 …
16:50 Changeset [13473] by palter
  • trunk/aux/cocotron/win32/cocotron/AppKit.1.0.dll
Upgrade to Cocotron r748 as the previous revision was missing a method
15:33 Changeset [13472] by palter
  • trunk/win32-headers/cocoa/constants.cdb
Cocoa FFI files for Cocotron r747
15:32 Changeset [13471] by palter
  • trunk/aux/cocotron/win32/cocotron/AppKit.1.0.dll
Update to Cocotron r747 which includes some of our patches

03/01/10:

18:45 Changeset [13470] by rme
  • trunk/source/level-1/l1-streams.lisp
In MAKE-HEAP-IVECTOR, un-swap the names POINTER and VECTOR.
12:45 Ticket #407 (lx86cl hangs on Linux Xen domU running on Amazon EC2) closed by james.anderson
wontfix: thank you for the ubuntu pointer. i tried several of the ones readily …
08:16 Ticket #407 (lx86cl hangs on Linux Xen domU running on Amazon EC2) reopened by james.anderson
has there been any progress on this? i tried the test program, but the …

02/27/10:

14:21 Changeset [13469] by gb
  • trunk/source/compiler/PPC/ppc2.lisp
PPC2-DIGEST-SYMBOLS, X862-DIGEST-SYMBOLS: make the addresses vector in the …
14:18 Changeset [13468] by gb
  • trunk/source/lib/backtrace.lisp
Don't assume that the vector that encodes stack/register addresses and PC …
10:56 Changeset [13467] by gz
  • branches/working-0711/ccl/lib/misc.lisp
In heap-utilization-by-class, use the class of the function, not the …

02/26/10:

22:00 Changeset [13466] by gb
  • trunk/source/lisp-kernel/x86-gc.c
impurify_from_area(): on x8632, need to update_self_reference of any …
14:26 Changeset [13465] by gz
  • branches/working-0711/ccl/library/core-files.lisp
add :image arg to core-open specify an image file, use it to load any …

02/25/10:

15:33 Changeset [13464] by gb
  • trunk/source/level-1/l1-streams.lisp
Use *VECTOR-OUTPUT-STREAM-DEFAULT-INITIAL-ALLOCATION* to control ... size …
15:31 Changeset [13463] by gb
  • trunk/source/lib/ccl-export-syms.lisp
Export *VECTOR-OUTPUT-STREAM-DEFAULT-INITIAL-ALLOCATION*.
15:30 Changeset [13462] by gb
  • trunk/source/lib/misc.lisp
Try to speed up PARSE-[UN]SIGNED-INTEGER: strip leading sign bytes, …
01:34 Ticket #662 (Export and possibly enhance CCL::DEFINE-TOPLEVEL-COMMAND) created by tfb
I think it would be useful if DEFINE-TOPLEVEL-COMMAND was exported …

02/24/10:

11:18 Changeset [13461] by gz
  • branches/working-0711/ccl/library/core-files.lisp
make map-core-areas accept :area :tenured to only look at the tenured …
11:05 Changeset [13460] by gz
  • branches/working-0711/ccl/library/dominance.lisp
Add :area arg to idom-heap-utilization, can be :tenured or :dynamic

02/23/10:

00:24 Changeset [13459] by gb
  • trunk/source/level-1/l1-streams.lisp
Replace LEB128 encoding of integers with fixed-width, big-endian encoding. …
00:09 Changeset [13458] by gb
  • trunk/source/lib/macros.lisp
Fix macrology in WITH-OUTPUT-TO-VECTOR.
00:08 Changeset [13457] by gb
  • trunk/source/compiler/X86/X8632/x8632-vinsns.lisp
Try to tighten up %IASR, %ILSR vinsns: use CMOV instead of branching, …

02/22/10:

14:14 Changeset [13456] by gb
  • trunk/source/lib/macros.lisp
Extra parens in WITH-OUTPUT-TO-STRING, WITH-OUTPUT-TO-VECTOR.
12:43 Changeset [13455] by rme
  • trunk/source/lisp-kernel/thread_manager.c
In count_cpus(): we can use sysconf(_SC_NPROCESSORS_ONLN) on Mac OS X now …
08:12 Changeset [13454] by gb
  • trunk/source/level-1/l1-streams.lisp
New vector streams; similar to STRING streams but use vectors of …

02/21/10:

12:03 Changeset [13453] by palter
  • trunk/aux/cocotron/win32/cocotron/Foundation.1.0.dll
Wasn't built with debugging symbols
11:35 Changeset [13452] by palter
  • trunk/aux/cocotron/win32/cocotron/AppKit.1.0.dll
Fix a bug in NSNotificationCenter which didn't clear observers from the …

02/19/10:

13:15 Changeset [13451] by palter
  • trunk/aux/cocotron/win32/cocotron/issue508
Test case for Cocotron issue 508
10:59 Changeset [13450] by palter
  • trunk/aux/cocotron/win32/cocotron/AppKit.1.0.dll
Implement encodeWithCoder for NSFont
10:56 Changeset [13449] by palter
  • trunk/source/cocoa-ide/cocoa-defaults.lisp
Missed a conditionalization
10:48 Changeset [13448] by palter
  • trunk/source/cocoa-ide/cocoa-defaults.lisp
Switch to NSKeyedArchiver/NSKeyedUnarchiver and enable encoding/decoding …
Note: See TracTimeline for information about the timeline view.