|
|
|
@618
|
21 years |
Gary Byers |
Move image-base to #x200000 on Darwin.
|
|
|
|
@617
|
21 years |
Gary Byers |
Random changes; still barely functional.
|
|
|
|
@616
|
21 years |
Gary Byers |
Define and use COMPUTE-CLASS-PRECEDENCE-LIST. Flush initargs caches …
|
|
|
|
@615
|
21 years |
Gary Byers |
Uninstall dealloc-hook on *SAVE-EXIT-FUNCTIONS* (run before …
|
|
|
|
@614
|
21 years |
Gary Byers |
CRLF -> LF.
|
|
|
|
@613
|
21 years |
Gary Byers |
Require (and use) "COCOA-DEFAULTS".
|
|
|
|
@612
|
21 years |
Gary Byers |
Wait until initial thread does CLOSE during listener thread cleanup.
|
|
|
|
@611
|
21 years |
Gary Byers |
CLOSE message: close document before invoking SUPER method, not after. …
|
|
|
|
@610
|
21 years |
Gary Byers |
New file: maintain "defaults" via NSUserDefaults.
|
|
|
|
@609
|
21 years |
Gary Byers |
fix %MAKE-DISPLACED-ARRAY call
|
|
|
|
@608
|
21 years |
Gary Byers |
Fix in destructuring-bind code.
|
|
|
|
@607
|
21 years |
Gary Byers |
Fix typos, start to introduce package-changed hooks.
|
|
|
|
@606
|
21 years |
Gary Byers |
Declare the right function in new_tcr().
|
|
|
|
@605
|
21 years |
Gary Byers |
Use AREA_LOCK when accessing all_areas, unless we're early in …
|
|
|
|
@604
|
21 years |
Gary Byers |
APPLICATION-UI-OBJECT stuff.
|
|
|
|
@603
|
21 years |
Gary Byers |
Notify "application-ui" on package change.
|
|
|
|
@602
|
21 years |
Gary Byers |
Don't terminate LISP-THREADs.
|
|
|
|
@601
|
21 years |
Gary Byers |
DEFAULT-INITARGS: function follows form …
|
|
|
|
@600
|
21 years |
Gary Byers |
Use application-ui stuff to note initial package.
|
|
|
|
@599
|
21 years |
Gary Byers |
Invert order of initform/initfunction (FORM follows FUNCTION ? Nah ..) …
|
|
|
|
@598
|
21 years |
Gary Byers |
Fix SIZE-VECT in bignum printer.
|
|
|
|
@597
|
21 years |
Gary Byers |
More changes. Every day, more changes. (Listeners kind of work now.)
|
|
|
|
@596
|
21 years |
Gary Byers |
Some listener-mode bindings.
|
|
|
|
@595
|
21 years |
Gary Byers |
Derived from lispbuf.lisp; barely differs yet. Start to bring this …
|
|
|
|
@594
|
21 years |
Gary Byers |
Some commented-out Listener-mode stuff.
|
|
|
|
@593
|
21 years |
Gary Byers |
CR-terminated files have :EXTERNAL-FORMAT :MACOS, not :MAC.
|
|
|
|
@592
|
21 years |
Gary Byers |
Various changes. Listeners still aren't functional.
|
|
|
|
@591
|
21 years |
Gary Byers |
"listener" replaces "lispbuf".
|
|
|
|
@590
|
21 years |
Gary Byers |
Bryan O'Connor's fix to COMP-MAKE-DISPLACED-ARRAY (make displacement …
|
|
|
|
@589
|
21 years |
Gary Byers |
Fix typo, add more cases in CACHEABLE-CTYPE-P.
|
|
|
|
@588
|
21 years |
Gary Byers |
Merge into cocoa-editor.lisp, remove this file.
|
|
|
|
@587
|
21 years |
Gary Byers |
More changes for Cocoa Hemlock.
|
|
|
|
@586
|
21 years |
Gary Byers |
Don't cache things involving certain MEMBER-CTYPEs.
|
|
|
|
@585
|
21 years |
Gary Byers |
stream ELEMENT-SHIFT fixes (from Bryan O'Connor.)
|
|
|
|
@584
|
21 years |
Gary Byers |
INVOKE-RESTART recognizes simple restarts (from Bryan O'Connor.)
|
|
|
|
@583
|
21 years |
Gary Byers |
MAKE-ARRAY (and variants) track explicit array displacement (from …
|
|
|
|
@582
|
21 years |
Gary Byers |
ARRAY-DISPLACEMENT checks for explicit displacement (from Bryan O'Connor.)
|
|
|
|
@581
|
21 years |
Gary Byers |
Require NUMBER-MACROS at compile-time.
|
|
|
|
@580
|
21 years |
Gary Byers |
0.14.2-040228.
|
|
|
|
@579
|
21 years |
Gary Byers |
ADJUST-ARRAY fixes (from Bryan O'Connor).
|
|
|
|
@578
|
21 years |
Gary Byers |
WITH-SIMPLE-RESTART change (from Bryan O'Connor).
|
|
|
|
@577
|
21 years |
Gary Byers |
Define $arh_exp_disp_bit (from Bryan O'Connor).
|
|
|
|
@576
|
21 years |
Gary Byers |
Try to persuade system to use openmcl icon for lisp documents.
|
|
|
|
@575
|
21 years |
beer |
ObjC generic functions and methods for predefined ObjC messages mostly …
|
|
|
|
@574
|
21 years |
beer |
*TYPE-SIGNATURE-TABLE* now contains message descriptors; some new …
|
|
|
|
@573
|
21 years |
beer |
UPDATE-TYPE-SIGNATURES-FOR-METHOD now takes a class as a second argument
|
|
|
|
@572
|
21 years |
beer |
Yet a few more new ObjC special words
|
|
|
|
@571
|
21 years |
Gary Byers |
(Hopefully) return NULL if semaphore_create() fails.
|
|
|
|
@570
|
21 years |
Gary Byers |
Check return value from semaphore creation.
|
|
|
|
@569
|
21 years |
Gary Byers |
QUIT typechecks arg before it's too late to do so.
|
|
|
|
@568
|
21 years |
Gary Byers |
Start to use Hemlock for documents.
|
|
|
|
@567
|
21 years |
Gary Byers |
Use some other obscure way of initializing class before looking for …
|
|
|
|
@566
|
21 years |
Gary Byers |
more changes.
|
|
|
|
@565
|
21 years |
Gary Byers |
method lookup: ensure class is initialized, via fairly obscure means.
|
|
|
|
@564
|
21 years |
Gary Byers |
Add COCOA-HEMLOCK.
|
|
|
|
@563
|
21 years |
Gary Byers |
require HEMLOCK-TEXTSTORAGE. (Blows up during load ...).
|
|
|
|
@562
|
21 years |
Gary Byers |
Lots-o-changes.
|
|
|
|
@561
|
21 years |
Gary Byers |
Reorganize; use FASL-CONCATENATE.
|
|
|
|
@560
|
21 years |
Gary Byers |
Bugs in PPC2-%SET-BIT.
|
|
|
|
@559
|
21 years |
Gary Byers |
Learn to spell. Learn what package we're in.
|
|
|
|
@558
|
21 years |
Gary Byers |
Learn to spell.
|
|
|
|
@557
|
21 years |
Gary Byers |
PPC64 changes (some of them rather suspect ...). 32-bit kernel may be …
|
|
|
|
@556
|
21 years |
Gary Byers |
Lots of changes. Still needs event-translation work (and lots of …
|
|
|
|
@555
|
21 years |
Gary Byers |
Fewer files. More warnings …
|
|
|
|
@554
|
21 years |
Gary Byers |
Maybe update the selection if the mark we move is the buffer's point.
|
|
|
|
@553
|
21 years |
Gary Byers |
Process single events.
|
|
|
|
@552
|
21 years |
Gary Byers |
Cocoa, not an RT. (Still needs some work.)
|
|
|
|
@551
|
21 years |
Gary Byers |
Buffers maybe have text-storage, but no windows list.
|
|
|
|
@550
|
21 years |
Gary Byers |
Move some modeline stuff here from window.lisp.
|
|
|
|
@549
|
21 years |
Gary Byers |
Handle INITFUNCTION/INITARG case in SHARED-INITIALIZE.
|
|
|
|
@548
|
21 years |
beer |
More (and different!) support for ObjC generic functions and methods
|
|
|
|
@547
|
21 years |
Gary Byers |
ACOS of DOUBLE-FLOAT wants to (%MAKE-DFLOAT) the result. Again. Still.
|
|
|
|
@546
|
21 years |
Gary Byers |
Foreign threads linger, too.
|
|
|
|
@545
|
21 years |
Gary Byers |
Remove DBG trap in NS-EXCEPTION method.
|
|
|
|
@544
|
21 years |
Gary Byers |
Metaclass of user-defined class derived from class-name symbol, not …
|
|
|
|
@543
|
21 years |
Gary Byers |
ALLOCATE-INSTANCE et al: install the instance's slot-vector if it has …
|
|
|
|
@542
|
21 years |
Gary Byers |
Fix PROVIDE call.
|
|
|
|
@541
|
21 years |
Gary Byers |
Change PROCESS-INTERRUPT mechanism, since postEvent:atStart: doesn't …
|
|
|
|
@540
|
21 years |
Gary Byers |
SINGLE-FLOAT, in *TYPE-TO-TYPECODE*.
|
|
|
|
@539
|
21 years |
Gary Byers |
WITH-OUTPUT-TO-STRING: don't quote element-type.
|
|
|
|
@538
|
21 years |
Gary Byers |
OPCODE is in the ARCH package.
|
|
|
|
@537
|
21 years |
Gary Byers |
No more quit-acknowledgement.
|
|
|
|
@536
|
21 years |
Gary Byers |
Date suffix for bleeding-edge version.
|
|
|
|
@535
|
21 years |
Gary Byers |
No more "quit acknowledgement".
|
|
|
|
@534
|
21 years |
Gary Byers |
pick up acos/asin fixes
|
|
|
|
@533
|
21 years |
beer |
Some initial steps toward integrating ObjC methods into CLOS generic …
|
|
|
|
@532
|
21 years |
beer |
Added a few more special ObjC words I've come across
Removed old …
|
|
|
|
@531
|
21 years |
Gary Byers |
ACOS: double-float case uses %MAKE-DFLOAT to allocate result.
|
|
|
|
@530
|
21 years |
Gary Byers |
Start to conditionalize for PPC64, almost.
|
|
|
|
@529
|
21 years |
Gary Byers |
Fix a lot of the cases broken by removal of extract_2_lisptags_.
|
|
|
|
@528
|
21 years |
Gary Byers |
More portability stuff; still a ways to go.
|
|
|
|
@527
|
21 years |
Gary Byers |
Flesh out a bit.
|
|
|
|
@526
|
21 years |
Gary Byers |
Don't suppress PPC64 defs of eabi stack frames.
|
|
|
|
@525
|
21 years |
Gary Byers |
Hoist register names, etc into main file.
|
|
|
|
@524
|
21 years |
Gary Byers |
Copy of regular Darwin Makefile, for starters.
|
|
|
|
@523
|
21 years |
Gary Byers |
Beg the assembler to be AltiVec-aware. Probably a better way.
|
|
|
|
@522
|
21 years |
Gary Byers |
Partly convert to 64-bit-maybeness.
|
|
|
|
@521
|
21 years |
Gary Byers |
Parameterize more for ppc32/ppc64.
|
|
|
|
@520
|
21 years |
Gary Byers |
32-bit platform constants.
|
|
|
|
@519
|
21 years |
Gary Byers |
Include platform-specific constants file.
|
|
|
|