1989-10-26 |
Chris Hanson | * Rewrite the flonum lap-generation rules to perform... |
commit | commitdiff | tree | snapshot |
1989-10-26 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1989-10-26 |
Chris Hanson | * All-new arithmetic and number I/O conforms with R4RS. |
commit | commitdiff | tree | snapshot |
1989-10-26 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1989-10-26 |
Chris Hanson | A variety of changes to complement the installation... |
commit | commitdiff | tree | snapshot |
1989-10-26 |
Guillermo J... | Minor reorganization. |
commit | commitdiff | tree | snapshot |
1989-10-26 |
Guillermo J... | Write the initialization code. |
commit | commitdiff | tree | snapshot |
1989-10-24 |
Guillermo J... | More cleaning of the trampoline code so that the assemb... |
commit | commitdiff | tree | snapshot |
1989-10-23 |
Guillermo J... | Some cleanup of the trampoline code. |
commit | commitdiff | tree | snapshot |
1989-10-23 |
Guillermo J... | Update to use new microcode types and macros. |
commit | commitdiff | tree | snapshot |
1989-10-23 |
Guillermo J... | Add missing SCHEME_UTILITYs. |
commit | commitdiff | tree | snapshot |
1989-10-23 |
Guillermo J... | Change the way that SCHEME_UTILITYs are invoked, and... |
commit | commitdiff | tree | snapshot |
1989-10-20 |
Guillermo J... | Add proc_type for the IBM RT. |
commit | commitdiff | tree | snapshot |
1989-10-20 |
Guillermo J... | Initial revision |
commit | commitdiff | tree | snapshot |
1989-10-20 |
Guillermo J... | Remove static keyword from the declaration of memory_ba... |
commit | commitdiff | tree | snapshot |
1989-10-14 |
Guillermo J... | Fix syntax/cond so that: |
commit | commitdiff | tree | snapshot |
1989-10-11 |
Guillermo J... | Fix a bug in the error exits for &> . |
commit | commitdiff | tree | snapshot |
1989-10-11 |
Guillermo J... | Add a global call/cc . |
commit | commitdiff | tree | snapshot |
1989-10-10 |
Chris Hanson | `stack-frame/ref' needs to be able to address elements... |
commit | commitdiff | tree | snapshot |
1989-10-10 |
Chris Hanson | `environment-parent' wasn't skipping over intermediate... |
commit | commitdiff | tree | snapshot |
1989-10-04 |
Chris Hanson | Add new integer and flonum primitives. Delete arithmet... |
commit | commitdiff | tree | snapshot |
1989-10-03 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-10-03 |
Chris Hanson | Fix bug which prevented correct recognition of debuggin... |
commit | commitdiff | tree | snapshot |
1989-10-03 |
Chris Hanson | Add handling for dbg-variables with type `indirect'. |
commit | commitdiff | tree | snapshot |
1989-09-29 |
Chris Hanson | Change order of source directories to match order in... |
commit | commitdiff | tree | snapshot |
1989-09-28 |
Chris Hanson | Add global definitions for selected flonum and integer... |
commit | commitdiff | tree | snapshot |
1989-09-28 |
Chris Hanson | Add primitives `fixnum-quotient' and `fixnum-remainder'. |
commit | commitdiff | tree | snapshot |
1989-09-25 |
Guillermo J... | Add missing rule. |
commit | commitdiff | tree | snapshot |
1989-09-25 |
Chris Hanson | Add new primitive `flonum-denormalize'. |
commit | commitdiff | tree | snapshot |
1989-09-25 |
Chris Hanson | Fix bug in `grow_data_buffer': forgot to update the... |
commit | commitdiff | tree | snapshot |
1989-09-25 |
Chris Hanson | Add new primitive `flonum-denormalize'. |
commit | commitdiff | tree | snapshot |
1989-09-24 |
Chris Hanson | Fix definition of `flonum_normalize'. |
commit | commitdiff | tree | snapshot |
1989-09-24 |
Chris Hanson | Export `microcode-id/floating-epsilon'. |
commit | commitdiff | tree | snapshot |
1989-09-24 |
Chris Hanson | Eliminate hand-coded flonum parameters in favor of... |
commit | commitdiff | tree | snapshot |
1989-09-24 |
Chris Hanson | Eliminate hand-coded flonum parameters in favor of... |
commit | commitdiff | tree | snapshot |
1989-09-24 |
Chris Hanson | fixed-objects-vector now contains flonum-epsilon instead of |
commit | commitdiff | tree | snapshot |
1989-09-24 |
Chris Hanson | fixed-objects-vector now contains flonum-epsilon instead of |
commit | commitdiff | tree | snapshot |
1989-09-24 |
Chris Hanson | Microcode's fixed-objects-vector now contains flonum... |
commit | commitdiff | tree | snapshot |
1989-09-24 |
Chris Hanson | Add primitives to normalize flonums, and to produce... |
commit | commitdiff | tree | snapshot |
1989-09-24 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-09-24 |
Chris Hanson | Don't set `*info-output-filename*' or `*rtl-output... |
commit | commitdiff | tree | snapshot |
1989-09-24 |
Chris Hanson | Change criterion used to decide whether or not to close... |
commit | commitdiff | tree | snapshot |
1989-09-24 |
Chris Hanson | Change code back to clobber the procedure-block's paren... |
commit | commitdiff | tree | snapshot |
1989-09-22 |
Chris Hanson | Fix a few random bugs. |
commit | commitdiff | tree | snapshot |
1989-09-22 |
Chris Hanson | Add new switch `HAS_MODF', and conditionalize "missing... |
commit | commitdiff | tree | snapshot |
1989-09-22 |
Chris Hanson | Add new switch `HAS_MODF', and conditionalize "missing... |
commit | commitdiff | tree | snapshot |
1989-09-21 |
Chris Hanson | Work around bug in portable representation of flonums... |
commit | commitdiff | tree | snapshot |
1989-09-21 |
Chris Hanson | Fix typo which caused segmentation violation on disk... |
commit | commitdiff | tree | snapshot |
1989-09-21 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-09-21 |
Chris Hanson | Upgrade to handle split compiled-code files. Improve... |
commit | commitdiff | tree | snapshot |
1989-09-20 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-09-20 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1989-09-20 |
Chris Hanson | Massive rewrite of microcode. All new object macros... |
commit | commitdiff | tree | snapshot |
1989-09-20 |
Guillermo J... | Fix another bug in first class environment code when... |
commit | commitdiff | tree | snapshot |
1989-09-20 |
Chris Hanson | Microcode version 11 requires this runtime version. |
commit | commitdiff | tree | snapshot |
1989-09-20 |
Chris Hanson | Change algorithm used to compute prime numbers to make... |
commit | commitdiff | tree | snapshot |
1989-09-20 |
Chris Hanson | Eliminate dependency on return value of modifier. |
commit | commitdiff | tree | snapshot |
1989-09-19 |
Chris Hanson | Add Harris HCX type. |
commit | commitdiff | tree | snapshot |
1989-09-19 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1989-09-15 |
Guillermo J... | Fix bug in 1d-table/alist, and add 1d-table/for-each. |
commit | commitdiff | tree | snapshot |
1989-09-15 |
Guillermo J... | Fix bug in 1d-table/alist, and add 1d-table/for-each. |
commit | commitdiff | tree | snapshot |
1989-09-15 |
Guillermo J... | Patch remaining bug in interaction between compile... |
commit | commitdiff | tree | snapshot |
1989-09-13 |
Guillermo J... | Fix bugs in fggen/{canon,fggen}.scm introduced when |
commit | commitdiff | tree | snapshot |
1989-09-05 |
Arthur Gleckler | Create switch COMPILER:OPEN-CODE-FLOATING-POINT-ARITHME... |
commit | commitdiff | tree | snapshot |
1989-08-29 |
Chris Hanson | Fix bug in last change. |
commit | commitdiff | tree | snapshot |
1989-08-29 |
Chris Hanson | Setup error-handling when re-evaluating arguments ... |
commit | commitdiff | tree | snapshot |
1989-08-28 |
Chris Hanson | * Add Jinx's changes to support 6 bit type codes. |
commit | commitdiff | tree | snapshot |
1989-08-28 |
Chris Hanson | * Add Jinx's changes to support 6 bit type codes. ... |
commit | commitdiff | tree | snapshot |
1989-08-22 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-08-21 |
Chris Hanson | Change the compiler so that each top-level procedure... |
commit | commitdiff | tree | snapshot |
1989-08-18 |
Chris Hanson | Change the cold-load to do purification differently... |
commit | commitdiff | tree | snapshot |
1989-08-18 |
Chris Hanson | Abstract out the operation that decides how to purify... |
commit | commitdiff | tree | snapshot |
1989-08-18 |
Chris Hanson | (fasload/update-debugging-info): Change this so that... |
commit | commitdiff | tree | snapshot |
1989-08-17 |
Chris Hanson | Make `load-debugging-info-on-demand?' affect only |
commit | commitdiff | tree | snapshot |
1989-08-17 |
Chris Hanson | Fix classic bug: incorrect interaction between stream... |
commit | commitdiff | tree | snapshot |
1989-08-17 |
Chris Hanson | (sf-conditionally): Don't echo "up to date" message... |
commit | commitdiff | tree | snapshot |
1989-08-17 |
Chris Hanson | (sf-conditionally): Don't echo "up to date" message... |
commit | commitdiff | tree | snapshot |
1989-08-17 |
Chris Hanson | * Compiler now knows how to emit a different form of |
commit | commitdiff | tree | snapshot |
1989-08-17 |
Chris Hanson | Change "FASDumping" message to "Dumping", to match... |
commit | commitdiff | tree | snapshot |
1989-08-17 |
Chris Hanson | Must replicate export from `(package)' here. |
commit | commitdiff | tree | snapshot |
1989-08-17 |
Chris Hanson | Recode procedures that use `caar', `cadr', etc. to... |
commit | commitdiff | tree | snapshot |
1989-08-16 |
Chris Hanson | Optionally allow comments to appear with bogus syntax. |
commit | commitdiff | tree | snapshot |
1989-08-16 |
Chris Hanson | For #@<n> -- if the object referred to is SCode, quote... |
commit | commitdiff | tree | snapshot |
1989-08-15 |
Chris Hanson | Fix stupid typo. |
commit | commitdiff | tree | snapshot |
1989-08-15 |
Chris Hanson | * Implement `entity' data abstraction to manipulate... |
commit | commitdiff | tree | snapshot |
1989-08-15 |
Chris Hanson | Canonicalization of expressions causes certain expressi... |
commit | commitdiff | tree | snapshot |
1989-08-15 |
Chris Hanson | Special case: don't bother generating a new environment... |
commit | commitdiff | tree | snapshot |
1989-08-15 |
Chris Hanson | Bug report from Jinx: `prealloc' may change the file... |
commit | commitdiff | tree | snapshot |
1989-08-14 |
Chris Hanson | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1989-08-14 |
Chris Hanson | Move some of the window-control variables to the files... |
commit | commitdiff | tree | snapshot |
1989-08-14 |
Chris Hanson | Suppress redisplay of minibuffer messages during keyboa... |
commit | commitdiff | tree | snapshot |
1989-08-14 |
Chris Hanson | Export variable `completion-auto-help' to (edwin) package. |
commit | commitdiff | tree | snapshot |
1989-08-14 |
Chris Hanson | Sort list of key bindings before printing it. |
commit | commitdiff | tree | snapshot |
1989-08-14 |
Chris Hanson | * Rewrite core group operations, image operations,... |
commit | commitdiff | tree | snapshot |
1989-08-14 |
Chris Hanson | Change file-loading prompts to use trailing dots. |
commit | commitdiff | tree | snapshot |
1989-08-13 |
Chris Hanson | When subtracting register A from register B, where... |
commit | commitdiff | tree | snapshot |
1989-08-12 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1989-08-12 |
Chris Hanson | * Change internal names of various user procedures... |
commit | commitdiff | tree | snapshot |
1989-08-12 |
Chris Hanson | * Change `environment-link-name' to call `->environment... |
commit | commitdiff | tree | snapshot |
1989-08-12 |
Chris Hanson | * Change `environment-link-name' to call `->environment... |
commit | commitdiff | tree | snapshot |
next |