1989-06-19 |
Mark Friedman | Added a VALUES-LET macro for binding multiple values. |
commit | commitdiff | tree | snapshot |
1989-06-19 |
Mark Friedman | Fixed bug in MARK-PERMANENT!. |
commit | commitdiff | tree | snapshot |
1989-06-19 |
Mark Friedman | Added a procedure to find an inferior containing a... |
commit | commitdiff | tree | snapshot |
1989-06-19 |
Mark Friedman | Support for mouse buttons. The support is not complete... |
commit | commitdiff | tree | snapshot |
1989-06-16 |
Chris Hanson | Change the string hashing algorithm one more time.... |
commit | commitdiff | tree | snapshot |
1989-06-16 |
Chris Hanson | Change the string hashing algorithm one more time.... |
commit | commitdiff | tree | snapshot |
1989-06-16 |
Chris Hanson | Significant changes to symbol interning code. Various... |
commit | commitdiff | tree | snapshot |
1989-06-16 |
Chris Hanson | Significant rewrite -- changed algorithm used for strin... |
commit | commitdiff | tree | snapshot |
1989-06-16 |
Chris Hanson | Change reference to `Intern' to refer to `intern_symbol... |
commit | commitdiff | tree | snapshot |
1989-06-16 |
Chris Hanson | Change code that previously referenced `Find_Symbol... |
commit | commitdiff | tree | snapshot |
1989-06-16 |
Chris Hanson | Delete export of `Find_Symbol', which has been deleted. |
commit | commitdiff | tree | snapshot |
1989-06-16 |
Chris Hanson | Add definition for `UNSPECIFIC'. |
commit | commitdiff | tree | snapshot |
1989-06-16 |
Chris Hanson | Fix bug in calling sequence of known lexprs: when calle... |
commit | commitdiff | tree | snapshot |
1989-06-13 |
Chris Hanson | Fix formatting of error message in `make-primitive... |
commit | commitdiff | tree | snapshot |
1989-06-13 |
Guillermo J... | Add most linking code and a few other procedures. |
commit | commitdiff | tree | snapshot |
1989-06-12 |
Guillermo J... | Change the normal termination message. |
commit | commitdiff | tree | snapshot |
1989-06-12 |
Guillermo J... | Fix comentry_lexpr_apply. The number of arguments... |
commit | commitdiff | tree | snapshot |
1989-06-12 |
Guillermo J... | Bump constant space size for the compiler. |
commit | commitdiff | tree | snapshot |
1989-06-10 |
Guillermo J... | Fix trivial bug to recursive-compilation-results. ... |
commit | commitdiff | tree | snapshot |
1989-06-09 |
Chris Hanson | Add new global variable, `sf/default-declarations'... |
commit | commitdiff | tree | snapshot |
1989-06-09 |
Chris Hanson | Add new event-receiver, `event:before-exit', which... |
commit | commitdiff | tree | snapshot |
1989-06-08 |
Guillermo J... | Add new flags to the microcode: |
commit | commitdiff | tree | snapshot |
1989-06-08 |
Guillermo J... | Add new flags to the microcode: |
commit | commitdiff | tree | snapshot |
1989-06-07 |
Mark Friedman | Take into account the case where a variable is in a... |
commit | commitdiff | tree | snapshot |
1989-06-07 |
Chris Hanson | Fix stupid bugs introduced in `vector-map'. |
commit | commitdiff | tree | snapshot |
1989-06-07 |
Guillermo J... | Add primitive uuo link disassembly. |
commit | commitdiff | tree | snapshot |
1989-06-07 |
Guillermo J... | Supply missing argument to compiled-code-block/dbg... |
commit | commitdiff | tree | snapshot |
1989-06-07 |
Guillermo J... | Make SIGUSR2 renice scheme. |
commit | commitdiff | tree | snapshot |
1989-06-06 |
Chris Hanson | Add new operations `append-map', `append-map*', `append... |
commit | commitdiff | tree | snapshot |
1989-06-06 |
Chris Hanson | Add new operations `append-map', `append-map*'; these... |
commit | commitdiff | tree | snapshot |
1989-06-06 |
Chris Hanson | Add new operation `for-each-vector-element'. |
commit | commitdiff | tree | snapshot |
1989-06-06 |
Chris Hanson | Add new operation `1d-table/alist'. |
commit | commitdiff | tree | snapshot |
1989-06-06 |
Guillermo J... | Wrote comutil_link. |
commit | commitdiff | tree | snapshot |
1989-06-03 |
Guillermo J... | Finished comutil_apply. |
commit | commitdiff | tree | snapshot |
1989-06-02 |
Guillermo J... | Fix "infinite" GC bug when a bad type code is encounter... |
commit | commitdiff | tree | snapshot |
1989-06-02 |
Guillermo J... | Initial revision |
commit | commitdiff | tree | snapshot |
1989-05-31 |
Guillermo J... | Remove the concept of safe primitives since the microco... |
commit | commitdiff | tree | snapshot |
1989-05-31 |
Guillermo J... | Make unsafe primitives back out of compiled code so... |
commit | commitdiff | tree | snapshot |
1989-05-31 |
Guillermo J... | Make Prim_Inexistent (last entry in the primitive table... |
commit | commitdiff | tree | snapshot |
1989-05-26 |
Guillermo J... | Fix many little bugs found when porting to the PMAX... |
commit | commitdiff | tree | snapshot |
1989-05-26 |
Guillermo J... | 0x19 + 1 = 0x1a, not 0x20! |
commit | commitdiff | tree | snapshot |
1989-05-26 |
Guillermo J... | Initial revision |
commit | commitdiff | tree | snapshot |
1989-05-25 |
Chris Hanson | Add operation to extract defined names from a syntax... |
commit | commitdiff | tree | snapshot |
1989-05-25 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-05-25 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-05-24 |
Guillermo J... | Make Wsize output the few remaining definitions require... |
commit | commitdiff | tree | snapshot |
1989-05-24 |
Guillermo J... | Add a comment about consistency between object.h and... |
commit | commitdiff | tree | snapshot |
1989-05-24 |
Guillermo J... | Fix bug in debugging version of Apply_Primitive. The... |
commit | commitdiff | tree | snapshot |
1989-05-24 |
Guillermo J... | Add PMAX (MIPS) definitions. |
commit | commitdiff | tree | snapshot |
1989-05-24 |
Guillermo J... | Add missing extern declaration. |
commit | commitdiff | tree | snapshot |
1989-05-24 |
Guillermo J... | Fix edit bug. MINIMUM_LENGTH must include the other... |
commit | commitdiff | tree | snapshot |
1989-05-24 |
Guillermo J... | Improve the heuristic disassembly so that the disassemb... |
commit | commitdiff | tree | snapshot |
1989-05-24 |
Guillermo J... | Fix bug in disassembler/write-compiled-code-block by... |
commit | commitdiff | tree | snapshot |
1989-05-22 |
Guillermo J... | Remove crsend which has moved to compiler/etc. |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Fix pathname for global-definitions. |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Fix pathname for global-definitions. |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Upgrade to Liar 4.44 because of many bug fixes. |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Upgrade to Liar 4.44 because of many bug fixes. |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Allow for the possibility of purifying the bcon file... |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Rewrite definition of system-global-environment/bound... |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Increment version number after some bug fixes by variou... |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Add a new global procedure, obarray->list so that symbo... |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Allow for the possibility of the bcon file being purifi... |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Minor changes to reflect VAX needs. |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Fix bug in terse-print-expression. This procedure... |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Fix bug in node/noop?. variable-assigned? can't be... |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Fix broken rule. To set the type it was using BICL... |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Fix inverted conditional clauses in constant->ea. |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Eliminate unreferenced variable warning caused by last... |
commit | commitdiff | tree | snapshot |
1989-05-21 |
Guillermo J... | Eliminate double fasdump in cross-compile-bin-file... |
commit | commitdiff | tree | snapshot |
1989-05-19 |
Guillermo J... | Fix external label disassembly. The disassembler was... |
commit | commitdiff | tree | snapshot |
1989-05-17 |
Guillermo J... | Initial revision |
commit | commitdiff | tree | snapshot |
1989-05-17 |
Guillermo J... | Compiled code block NMV header is now inserted as an... |
commit | commitdiff | tree | snapshot |
1989-05-17 |
Guillermo J... | Initial revision |
commit | commitdiff | tree | snapshot |
1989-05-17 |
Guillermo J... | New VAX port, May 1989. |
commit | commitdiff | tree | snapshot |
1989-05-16 |
Chris Hanson | Use new syntax-entry "p" bit to properly describe the... |
commit | commitdiff | tree | snapshot |
1989-05-16 |
Chris Hanson | Add new syntax_entry bit, "p", which indicates that... |
commit | commitdiff | tree | snapshot |
1989-05-16 |
Chris Hanson | Add new syntax_entry bit, "p", which indicates that... |
commit | commitdiff | tree | snapshot |
1989-05-16 |
Chris Hanson | Add new syntax_entry bit, "p", which indicates that... |
commit | commitdiff | tree | snapshot |
1989-05-16 |
Chris Hanson | Add new syntax_entry bit, "p", which indicates that... |
commit | commitdiff | tree | snapshot |
1989-05-16 |
Guillermo J... | Add a hack for easy cross compilation to machines with... |
commit | commitdiff | tree | snapshot |
1989-05-15 |
Guillermo J... | Allow TC_COMPILED_CODE_BLOCK when the allow_cc option... |
commit | commitdiff | tree | snapshot |
1989-05-12 |
Henry M. Wu | Fixed slot option parsing to check for missing arguments. |
commit | commitdiff | tree | snapshot |
1989-05-10 |
Arthur Gleckler | Changed floating-point predicates to return booleans... |
commit | commitdiff | tree | snapshot |
1989-05-10 |
Guillermo J... | Fix the definition of head and tail to check for a... |
commit | commitdiff | tree | snapshot |
1989-05-10 |
Chris Hanson | Don't update the procedure's closing-block in this... |
commit | commitdiff | tree | snapshot |
1989-05-08 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-05-08 |
Chris Hanson | Use `sf/pathname-defaulting' to predict where `sf'... |
commit | commitdiff | tree | snapshot |
1989-05-08 |
Chris Hanson | Make `sf/pathname-defaulting' available for users of... |
commit | commitdiff | tree | snapshot |
1989-05-08 |
Chris Hanson | If the last application of a procedure is deleted,... |
commit | commitdiff | tree | snapshot |
1989-05-04 |
Guillermo J... | Remove fossil introduced while making previous change. |
commit | commitdiff | tree | snapshot |
1989-05-04 |
Guillermo J... | Fix bugs in condition/environment and condition/substit... |
commit | commitdiff | tree | snapshot |
1989-05-04 |
Guillermo J... | Fix order problem: intern was used before it was defined. |
commit | commitdiff | tree | snapshot |
1989-05-04 |
Guillermo J... | Fix references to _toupper. |
commit | commitdiff | tree | snapshot |
1989-05-03 |
Guillermo J... | Add a cast from enum_type to int so it can be used... |
commit | commitdiff | tree | snapshot |
1989-05-03 |
Chris Hanson | Don't use _toupper() since it doesn't exist in non... |
commit | commitdiff | tree | snapshot |
1989-05-01 |
Chris Hanson | Associate new operation `object-description' with objec... |
commit | commitdiff | tree | snapshot |
1989-05-01 |
Chris Hanson | Add operation `object-description' which is to be used... |
commit | commitdiff | tree | snapshot |
1989-05-01 |
Chris Hanson | Update copyright notice on regular-expression and synta... |
commit | commitdiff | tree | snapshot |
1989-04-28 |
Chris Hanson | Guarantee that the process-filter's state is correctly... |
commit | commitdiff | tree | snapshot |
next |