1
0
mirror of synced 2026-03-03 02:17:57 +00:00
Files
Interlisp.medley/internal/loadups
rmkaplan 0f470b9753 Rmk161 loadup works with utf 8 source files (#2512)
* New starter.sysout contains the UTF-8 external format
* Init.sysout is created with the UTF-8 external format
* Files with non-ascii characters and some other files converted to UTF-8, for basic testing
* Environment arg of WITH-READER-ENVIRONMENT can be a stream
* Compiler functions now respect the external format as copied from the source file
* Colon is the package delimiter in DEFINE-FILE-INFO expressions
* UNICODE file is deprecated in favor of UNICODE-FORMATS and UNICODE-TABLES
2026-03-02 11:56:11 -08:00
..

medley/loadups

This directory is for holding the sysouts from a release

  • lisp.sysout (the system in the IRM + Common Lisp)

  • full.sysout (lisp + modernizations + TEdit and others)

  • starter.sysout you have to have a running Medley to make a new one(!) this file is just a stable place to stand.

  • whereis.hash A "hash file" directory index of everything

  • lisp.venuesysout full.venuesysout -- vintage sysouts for comparision

Plus, if you make your own loadups (from BUILDING.md) you'll see some .dribble files which are the logs of the build proccess.