source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7771   17 years R. Matthew Emerson Use 32-bit ccl::%get-kernel-global-ptr arch macro.
(edit) @7770   17 years R. Matthew Emerson No such thing as x8632::fulltag-nil (it's fulltag-tra). No distinct …
(edit) @7769   17 years R. Matthew Emerson New.
(edit) @7768   17 years Gary Byers new file
(edit) @7767   17 years af Add easygui:cell-count for forms.
(edit) @7766   17 years R. Matthew Emerson %natural- and %natural--c vinsns take only two result/argument specs.
(edit) @7765   17 years R. Matthew Emerson More.
(edit) @7764   17 years R. Matthew Emerson Catch some more places that need additional imm regs. Add a missed …
(edit) @7763   17 years R. Matthew Emerson i386-syscall operator
(edit) @7762   17 years R. Matthew Emerson New files.
(edit) @7761   17 years R. Matthew Emerson Some conditionalizing for x8632.
(edit) @7760   17 years R. Matthew Emerson Move new i386-ff-call operator to the end of the list.
(edit) @7759   17 years Gary Byers Bump image abi version.
(edit) @7758   17 years Gary Byers Don't assume that /bin/arch exists (some versions of Ubuntu have …
(edit) @7757   17 years Gary Byers deleted-static-pairs->static-conses
(edit) @7756   17 years Gary Byers Bump.
(edit) @7755   17 years Gary Byers Try to optimize some cases of MAKE-INSTANCE.
(edit) @7754   17 years Gary Byers Add :macintosh (MacOSRoman) character encoding.
(edit) @7753   17 years Gary Byers Add "extra" field to CLASS-CELL. (Free, due to alignment conventions.)
(edit) @7752   17 years Gary Byers T kernel debugger command shows thread stack areas.
(edit) @7751   17 years Gary Byers Use %SVREF for class-cell access.
(edit) @7750   17 years Gary Byers Do MAKE-INSTANCE of named class via a funcall to the class-cell's …
(edit) @7749   17 years Gary Byers PRINT-OBJECT method for CLASS-CELL.
(edit) @7748   17 years Gary Byers Bump min fasl version.
(edit) @7747   17 years Gary Byers _SPmakestacklist: check for unsigned fixnum element-count.
(edit) @7746   17 years Gary Byers fix handling of class cell in late SET-FIND-CLASS.
(edit) @7745   17 years Gary Byers bump max, current fasl vers (by 2).
(edit) @7744   17 years Gary Byers %TRY-RECURSIVE-LOCK-OBJECT: fix #-futex case.
(edit) @7743   17 years Gary Byers Add lock whostate fields on PPC, too.
(edit) @7742   17 years Gary Byers Locking, hash-table-iteration changes.
(edit) @7741   17 years Gary Byers New hash-table iteration.
(edit) @7740   17 years Gary Byers (Hopefully) really fix the spreadargz list-too-long case.
(edit) @7739   17 years Gary Byers New hash table iteration state.
(edit) @7738   17 years Gary Byers New CLASS-CELL stuff. (use %SVREF, eventually.)
(edit) @7737   17 years Gary Byers Remove LOCK-FILE, UNLOCK-FILE.
(edit) @7736   17 years Gary Byers break->compiler-bug.
(edit) @7735   17 years Gary Byers Fix comment describing %stat return values.
(edit) @7734   17 years Gary Byers break->error.
(edit) @7733   17 years Gary Byers Reformat a comment.
(edit) @7732   17 years Gary Byers Check for null interface address.
(edit) @7731   17 years Gary Byers BREAK: exit if *bactch-flag*.
(edit) @7730   17 years Gary Byers break->error.
(edit) @7729   17 years Gary Byers Locking changes.
(edit) @7728   17 years Gary Byers COMPILER-BUG condition.
(edit) @7727   17 years Gary Byers New class-cell stuff.
(edit) @7726   17 years Gary Byers SET-CCL-DIRECTORY. Should be exported.
(edit) @7725   17 years Gary Byers Whitespace.
(edit) @7724   17 years Gary Byers New class-cell stuff.
(edit) @7723   17 years Gary Byers Locking changes.
(edit) @7722   17 years Gary Byers Locking changes.
(edit) @7721   17 years Gary Byers New lock stuff.
(edit) @7720   17 years Gary Byers Fix lots of word-size issues.
(edit) @7719   17 years Gary Byers Add #'compiler-bug.
(edit) @7718   17 years Gary Byers break->compiler-bug.
(edit) @7717   17 years Gary Byers break->compiler-bug.
(edit) @7716   17 years Gary Byers Whostate fields in lock.
(edit) @7715   17 years Gary Byers break->compiler-bug.
(edit) @7714   17 years mikel replaced IB 2.5 nibfile with IB 3.0 nibfile
(edit) @7713   17 years mikel replaced IB 2.5 nibfile with IB 3.0 nibfile
(edit) @7712   17 years mikel added explanation of how to add custom classes and connections in IB 3.0
(edit) @7711   17 years mikel added instructions for adding custom classes
(edit) @7710   17 years mikel removed obsolete IDE-building instructions
(edit) @7709   17 years mikel added several images for the HOWTO
(edit) @7708   17 years R. Matthew Emerson Add nx operator i386-ff-call and x862 stub.
(edit) @7707   17 years R. Matthew Emerson Define WITH-ADDITIONAL-IMM-REG and use it in a few places.
(edit) @7706   17 years gz couple cases of missing package prefix
(edit) @7705   17 years Gary Byers treat BREAK as ERROR if *batch-flag*
(edit) @7704   17 years Gary Byers Consistency checks (which compare expected to actual file position): …
(edit) @7703   17 years Gary Byers Check syscall defs against man pages, use typedef names, fix a few …
(edit) @7702   17 years Gary Byers Fix lseek syscall def (offset/result are 64-bit)
(edit) @7701   17 years R. Matthew Emerson Respect the "use screen fonts" preference in editor/listener echo areas.
(edit) @7700   17 years gz Delete unused file, already archived in unused/archive/srccom.lisp
(edit) @7699   17 years gz prepare-to-quit: leave *quitting* set to T if really quitting
(edit) @7698   17 years gz A new package and a reorg: I put all the cocoa-ide files (except for …
(edit) @7697   17 years Gary Byers Bump fasl version.
(edit) @7696   17 years Gary Byers Standard binding-indices for lock-accounting stuff.
(edit) @7695   17 years Gary Byers New hash-table iteration interface.
(edit) @7694   17 years Gary Byers New hash-table iteration interface; new locking stuff.
(edit) @7693   17 years Gary Byers New hash-table iteration interface.
(edit) @7692   17 years Gary Byers New locking stuff; PROCESS-LOCKS-HELD, PROCESS-LOCKS-PENDING.
(edit) @7691   17 years Gary Byers SET-CCL-DIRECTORY.
(edit) @7690   17 years Gary Byers Standard initial bindings for CCL::*LOCKS-HELD*, *LOCKS-PENDING*, …
(edit) @7689   17 years Gary Byers New locking interface; track lock usage, maintain whostate.
(edit) @7688   17 years Gary Byers New locking/lock-tracking stuff; new MAPHASH interface.
(edit) @7687   17 years Gary Byers MAKE-LIST moved here. WHOSTATE fields in LOCKs.
(edit) @7686   17 years Gary Byers Add whostate fields to LOCK.
(edit) @7685   17 years R. Matthew Emerson Merge trunk changes r7666:7684
(edit) @7684   17 years R. Matthew Emerson Add preference option so that bitmap screen font substitution can be …
(edit) @7683   17 years gz Move hemlock/src/archive up to hemlock/unused/archive, for easier grepping
(edit) @7682   17 years Gary Byers (from branches, not in trunk before): try to ensure that rsp/rbp are …
(edit) @7681   17 years Gary Byers DEFER-GC.
(edit) @7680   17 years Gary Byers back out of r7673
(edit) @7679   17 years Gary Byers Use WITH-LOCK-CONTEXT. Define ENUMERATE-HASH-KEYS.
(edit) @7678   17 years Gary Byers WITH-LOCK-CONTEXT.
(edit) @7677   17 years Gary Byers More static/fixed binding indices.
(edit) @7676   17 years Gary Byers MAKE-LIST moved here.
(edit) @7675   17 years Gary Byers Start to add stuff for lock-tracking.
(edit) @7674   17 years Gary Byers Add standard initial bindings for lock-tracking. Move MAKE-LIST to level-0.
(edit) @7673   17 years Gary Byers Try not to lose it when marking partly-initialized function-vectors.
(edit) @7672   17 years Gary Byers Obvious name change …
Note: See TracRevisionLog for help on using the revision log.