1987-11-09 |
Chris Hanson | Stupid typo. |
commit | commitdiff | tree | snapshot |
1987-11-09 |
Chris Hanson | Update the compiler memtop register when clearing timer... |
commit | commitdiff | tree | snapshot |
1987-11-04 |
Chris Hanson | Conditionalize `tbuffer' definition in "vms.c" by means... |
commit | commitdiff | tree | snapshot |
1987-11-04 |
Chris Hanson | Conditionalize `tbuffer' definition in "vms.c" by means... |
commit | commitdiff | tree | snapshot |
1987-11-04 |
Chris Hanson | Shorten names to 31 characters to make VMS compiler... |
commit | commitdiff | tree | snapshot |
1987-11-02 |
Chris Hanson | When sending strings to the Scheme process, set the... |
commit | commitdiff | tree | snapshot |
1987-10-28 |
Guillermo J... | Make_Prim_Exts does not need to be available to everyone. |
commit | commitdiff | tree | snapshot |
1987-10-28 |
Guillermo J... | Fix a delcaration bug in SET-RUN-LIGHT! |
commit | commitdiff | tree | snapshot |
1987-10-28 |
Guillermo J... | Fix a grouping (parenthesis) bug in cell? |
commit | commitdiff | tree | snapshot |
1987-10-27 |
Guillermo J... | Make Findprim sort the entries using the scheme linkage... |
commit | commitdiff | tree | snapshot |
1987-10-27 |
Joe Marshall | initial revision |
commit | commitdiff | tree | snapshot |
1987-10-24 |
Panayotis Skordos | Added array-unary-function! making available (for array... |
commit | commitdiff | tree | snapshot |
1987-10-21 |
Panayotis Skordos | Fixed image-make-ring (typo in argument-range-checking). |
commit | commitdiff | tree | snapshot |
1987-10-19 |
Panayotis Skordos | Rewrote some comments and trivia, and moved/added some... |
commit | commitdiff | tree | snapshot |
1987-10-19 |
Panayotis Skordos | Added array-division, rewrote some comments and trivia... |
commit | commitdiff | tree | snapshot |
1987-10-19 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1987-10-14 |
Chris Hanson | Fix bug: missing integration declarations prevent prope... |
commit | commitdiff | tree | snapshot |
1987-10-13 |
Panayotis Skordos | Fixed typo in C_Image_Periodic_Shift: "-" should be... |
commit | commitdiff | tree | snapshot |
1987-10-12 |
Chris Hanson | Fix bug introduced with removal of danger bits. EQ... |
commit | commitdiff | tree | snapshot |
1987-10-09 |
Guillermo J... | New microcode version. |
commit | commitdiff | tree | snapshot |
1987-10-09 |
Guillermo J... | Eliminate all remnants of danger bits. |
commit | commitdiff | tree | snapshot |
1987-10-09 |
Guillermo J... | Eliminate all remnants of danger bits. |
commit | commitdiff | tree | snapshot |
1987-10-09 |
Guillermo J... | Eliminate all remnants of danger bits. |
commit | commitdiff | tree | snapshot |
1987-10-09 |
Chris Hanson | Do not transmit "end-of-control-g" sequence back to... |
commit | commitdiff | tree | snapshot |
1987-10-08 |
Guillermo J... | Fix long standing bug in HALT. Restartable_Exit was... |
commit | commitdiff | tree | snapshot |
1987-10-05 |
Guillermo J... | Minor bug: |
commit | commitdiff | tree | snapshot |
1987-10-05 |
Guillermo J... | - Make assignments use their own caches, distinct from... |
commit | commitdiff | tree | snapshot |
1987-10-05 |
Guillermo J... | - Make assignments use their own caches, distinct from... |
commit | commitdiff | tree | snapshot |
1987-10-05 |
Guillermo J... | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1987-10-05 |
Guillermo J... | Change variable caches so assignments and references... |
commit | commitdiff | tree | snapshot |
1987-10-02 |
Henry M. Wu | Fixed bug in division. |
commit | commitdiff | tree | snapshot |
1987-09-24 |
Chris Hanson | Repaginate, make last set of changes clearer. Return... |
commit | commitdiff | tree | snapshot |
1987-09-21 |
Guillermo J... | Fix relocation of stack environments on band restore. |
commit | commitdiff | tree | snapshot |
1987-09-18 |
Gerald Jay... | To add emacs interface hacks to flush input on control... |
commit | commitdiff | tree | snapshot |
1987-09-03 |
Guillermo J... | Add a few special utilities for generic arithmetic. |
commit | commitdiff | tree | snapshot |
1987-09-03 |
Guillermo J... | Initial revision |
commit | commitdiff | tree | snapshot |
1987-08-31 |
Chris Hanson | Fix typo from last change. |
commit | commitdiff | tree | snapshot |
1987-08-31 |
Chris Hanson | Delete noop nodes BEFORE compressing the bblocks. ... |
commit | commitdiff | tree | snapshot |
1987-08-31 |
Chris Hanson | Make new interface for using noop nodes that controls... |
commit | commitdiff | tree | snapshot |
1987-08-28 |
Guillermo J... | Define with-temporary-register-copy! for 3 operand... |
commit | commitdiff | tree | snapshot |
1987-08-28 |
Guillermo J... | Fix compiled_entry_to_block, which was branching on... |
commit | commitdiff | tree | snapshot |
1987-08-28 |
Guillermo J... | Add with-register-copy-alias! for the benefit of machin... |
commit | commitdiff | tree | snapshot |
1987-08-27 |
Chris Hanson | Delete `complete-garbage-collect' from set of unsafe... |
commit | commitdiff | tree | snapshot |
1987-08-26 |
Chris Hanson | Fix bug which caused dangling nodes to be left around... |
commit | commitdiff | tree | snapshot |
1987-08-25 |
Chris Hanson | Fix bug which caused (string->number "2e-get") to signa... |
commit | commitdiff | tree | snapshot |
1987-08-25 |
Guillermo J... | Fix bug in bchscheme. The current disk position was... |
commit | commitdiff | tree | snapshot |
1987-08-25 |
Guillermo J... | Fix bug in can-integrate? |
commit | commitdiff | tree | snapshot |
1987-08-24 |
Chris Hanson | Disable copier definitions by default. |
commit | commitdiff | tree | snapshot |
1987-08-24 |
Guillermo J... | Make-effective-address is no longer integrated because... |
commit | commitdiff | tree | snapshot |
1987-08-24 |
Guillermo J... | Missing comma in early expansion of operands. |
commit | commitdiff | tree | snapshot |
1987-08-24 |
Guillermo J... | Missing argument in call to scode/combination-components. |
commit | commitdiff | tree | snapshot |
1987-08-24 |
Guillermo J... | Fix integration of the result of applying early transfo... |
commit | commitdiff | tree | snapshot |
1987-08-24 |
Guillermo J... | Displacements are simplified. They no longer have... |
commit | commitdiff | tree | snapshot |
1987-08-24 |
Guillermo J... | Displacements are simplified. They no longer have... |
commit | commitdiff | tree | snapshot |
1987-08-24 |
Guillermo J... | Eliminating unused coercions. |
commit | commitdiff | tree | snapshot |
1987-08-23 |
Guillermo J... | Missing backquotes. |
commit | commitdiff | tree | snapshot |
1987-08-23 |
Guillermo J... | Unlexperize DEFINE-TRANSFORMER. |
commit | commitdiff | tree | snapshot |
1987-08-23 |
Guillermo J... | Fix immediate effective address early processing. |
commit | commitdiff | tree | snapshot |
1987-08-23 |
Guillermo J... | Fix the directory where infutl lives. |
commit | commitdiff | tree | snapshot |
1987-08-22 |
Guillermo J... | Initial revision |
commit | commitdiff | tree | snapshot |
1987-08-22 |
Guillermo J... | Minor modifications for early instruction processing. |
commit | commitdiff | tree | snapshot |
1987-08-22 |
Guillermo J... | Minor modifications for early instruction processing. |
commit | commitdiff | tree | snapshot |
1987-08-22 |
Guillermo J... | Minor modifications for early instruction processing. |
commit | commitdiff | tree | snapshot |
1987-08-21 |
Guillermo J... | Fix displacements. |
commit | commitdiff | tree | snapshot |
1987-08-21 |
Guillermo J... | Fix PUSHA opcodes. |
commit | commitdiff | tree | snapshot |
1987-08-21 |
Guillermo J... | Missing comma. |
commit | commitdiff | tree | snapshot |
1987-08-21 |
Guillermo J... | Fix order of argument evaluation bug in make-instructio... |
commit | commitdiff | tree | snapshot |
1987-08-20 |
Guillermo J... | Minor change to satisfy the VMS C compiler which does... |
commit | commitdiff | tree | snapshot |
1987-08-20 |
Guillermo J... | & effective address was not being syntaxed correctly. |
commit | commitdiff | tree | snapshot |
1987-08-20 |
Guillermo J... | Operands were not being integrated into instruction... |
commit | commitdiff | tree | snapshot |
1987-08-20 |
Guillermo J... | Add definition of DEFINE-TRIVIAL-INSTRUCTION. |
commit | commitdiff | tree | snapshot |
1987-08-20 |
Guillermo J... | Fix expansion of DEFINE-INSTRUCTION. |
commit | commitdiff | tree | snapshot |
1987-08-20 |
Guillermo J... | Fix (CVT D F ...) opcode. |
commit | commitdiff | tree | snapshot |
1987-08-20 |
Guillermo J... | Fix Typo. |
commit | commitdiff | tree | snapshot |
1987-08-20 |
Chris Hanson | Reimplement pathname abstraction using vectors instead of |
commit | commitdiff | tree | snapshot |
1987-08-20 |
Chris Hanson | Now if `pathname-newest' is false, it indicates that... |
commit | commitdiff | tree | snapshot |
1987-08-20 |
Chris Hanson | Move `file-exists?' into the pathname code since it... |
commit | commitdiff | tree | snapshot |
1987-08-20 |
Chris Hanson | Define `pathname-newest' in terms of `truename-exists?'. |
commit | commitdiff | tree | snapshot |
1987-08-20 |
Chris Hanson | Add `pathname-newest' operation. |
commit | commitdiff | tree | snapshot |
1987-08-19 |
Guillermo J... | Initial revision |
commit | commitdiff | tree | snapshot |
1987-08-19 |
Guillermo J... | Separate opcode from operand in BUG instruction. |
commit | commitdiff | tree | snapshot |
1987-08-18 |
Guillermo J... | Fix syntaxing of displacement fields. |
commit | commitdiff | tree | snapshot |
1987-08-18 |
Guillermo J... | Fix syntactic bug in definition of conditional branch... |
commit | commitdiff | tree | snapshot |
1987-08-18 |
Guillermo J... | Typo in field instructions. |
commit | commitdiff | tree | snapshot |
1987-08-18 |
Guillermo J... | #xOC -> #x0C |
commit | commitdiff | tree | snapshot |
1987-08-18 |
Guillermo J... | Fix parenthesis mismatch. |
commit | commitdiff | tree | snapshot |
1987-08-18 |
Guillermo J... | Add redundant information for the benefit of the disass... |
commit | commitdiff | tree | snapshot |
1987-08-18 |
Guillermo J... | Add redundant information for the benefit of the disass... |
commit | commitdiff | tree | snapshot |
1987-08-18 |
Guillermo J... | Add redundant information for the benefit of the disass... |
commit | commitdiff | tree | snapshot |
1987-08-17 |
Guillermo J... | Fix bug in read/write-bits! and make them work on the... |
commit | commitdiff | tree | snapshot |
1987-08-17 |
Chris Hanson | Do no constant fold operations on mutable structures. |
commit | commitdiff | tree | snapshot |
1987-08-16 |
Guillermo J... | Patch for vax cpp bug. |
commit | commitdiff | tree | snapshot |
1987-08-14 |
Guillermo J... | Initial revision |
commit | commitdiff | tree | snapshot |
1987-08-14 |
Guillermo J... | Add self adjusting addressing modes. |
commit | commitdiff | tree | snapshot |
1987-08-14 |
Guillermo J... | Add variable width syllables. |
commit | commitdiff | tree | snapshot |
1987-08-13 |
Guillermo J... | Make instruction sequencing independent of machine... |
commit | commitdiff | tree | snapshot |
1987-08-13 |
Guillermo J... | Initial revision |
commit | commitdiff | tree | snapshot |
1987-08-13 |
Guillermo J... | Add displacement coercions. |
commit | commitdiff | tree | snapshot |
1987-08-12 |
Guillermo J... | Change to OS_read_char_ready_p, OS_System_Clock, and |
commit | commitdiff | tree | snapshot |
1987-08-11 |
Chris Hanson | Allocate rgraphs with correct size. |
commit | commitdiff | tree | snapshot |
next |