| | | |
Offset 1695, 38 lines modified | Offset 1695, 35 lines modified |
1695 | and·a·class-name·or·class·designates·the·canonical·instance·of·the·designated·class. | 1695 | and·a·class-name·or·class·designates·the·canonical·instance·of·the·designated·class. |
1696 | This·pathname·is·merged·with·the·output·parameter·to·produce·the | 1696 | This·pathname·is·merged·with·the·output·parameter·to·produce·the |
1697 | ··final·output·executable·name.·It's·meant·to·automatically·include | 1697 | ··final·output·executable·name.·It's·meant·to·automatically·include |
1698 | ··the·executable·suffix·.EXE·on·Windows. | 1698 | ··the·executable·suffix·.EXE·on·Windows. |
1699 | In·future | 1699 | In·future |
1700 | ·versions· | 1700 | ·versions· |
1701 | ·will·signal·a·full·warning·at·compile-time. | 1701 | ·will·signal·a·full·warning·at·compile-time. |
1702 | default·element-type·for·open·(depends·on·the·current·CL·implementation) | |
1703 | Default·:external-format·argument·to·pass·to·CL:OPEN·and·also | 1702 | Default·:external-format·argument·to·pass·to·CL:OPEN·and·also |
1704 | CL:LOAD·or·CL:COMPILE-FILE·to·best·process·a·UTF-8·encoded·file. | 1703 | CL:LOAD·or·CL:COMPILE-FILE·to·best·process·a·UTF-8·encoded·file. |
1705 | On·modern·implementations,·this·will·decode·UTF-8·code·points·as·CL·characters. | 1704 | On·modern·implementations,·this·will·decode·UTF-8·code·points·as·CL·characters. |
1706 | On·legacy·implementations,·it·may·fall·back·on·some·8-bit·encoding, | 1705 | On·legacy·implementations,·it·may·fall·back·on·some·8-bit·encoding, |
1707 | with·non-ASCII·code·points·being·read·as·several·CL·characters; | 1706 | with·non-ASCII·code·points·being·read·as·several·CL·characters; |
1708 | hopefully,·if·done·consistently,·that·won't·affect·program·behavior·too·much. | 1707 | hopefully,·if·done·consistently,·that·won't·affect·program·behavior·too·much. |
| 1708 | default·element-type·for·open·(depends·on·the·current·CL·implementation) |
1709 | Hook·for·output·translations. | 1709 | Hook·for·output·translations. |
1710 | This·function·needs·to·be·idempotent,·so·that·actions·can·work | 1710 | This·function·needs·to·be·idempotent,·so·that·actions·can·work |
1711 | whether·their·inputs·were·translated·or·not, | 1711 | whether·their·inputs·were·translated·or·not, |
1712 | which·they·will·be·if·we·are·composing·operations.·e.g.·if·some | 1712 | which·they·will·be·if·we·are·composing·operations.·e.g.·if·some |
1713 | create-lisp-op·creates·a·lisp·file·from·some·higher-level·input, | 1713 | create-lisp-op·creates·a·lisp·file·from·some·higher-level·input, |
1714 | you·need·to·still·be·able·to·use·compile-op·on·that·lisp·file. | 1714 | you·need·to·still·be·able·to·use·compile-op·on·that·lisp·file. |
1715 | The·default·plan·class·to·use·when·building·with·ASDF | |
1716 | How·should·ASDF·react·if·it·encounters·a·warning·when·compiling·a·file? | 1715 | How·should·ASDF·react·if·it·encounters·a·warning·when·compiling·a·file? |
1717 | Valid·values·are·:error,·:warn,·and·:ignore. | 1716 | Valid·values·are·:error,·:warn,·and·:ignore. |
1718 | How·should·ASDF·react·if·it·encounters·a·failure·(per·the·ANSI·spec·of·COMPILE-FILE) | 1717 | How·should·ASDF·react·if·it·encounters·a·failure·(per·the·ANSI·spec·of·COMPILE-FILE) |
1719 | when·compiling·a·file,·which·includes·any·non-style-warning·warning. | 1718 | when·compiling·a·file,·which·includes·any·non-style-warning·warning. |
1720 | Valid·values·are·:error,·:warn,·and·:ignore. | 1719 | Valid·values·are·:error,·:warn,·and·:ignore. |
1721 | Note·that·ASDF·ALWAYS·raises·an·error·if·it·fails·to·create·an·output·file·when·compiling. | 1720 | Note·that·ASDF·ALWAYS·raises·an·error·if·it·fails·to·create·an·output·file·when·compiling. |
1722 | <,M!psoB | 1721 | The·default·plan·class·to·use·when·building·with·ASDF |
1723 | 3333%3333 | 1722 | 3333%3333 |
1724 | n1n1p1n9q | |
1725 | o,o,q\r$ | |
1726 | A·list·that·controls·the·ways·that·ASDF·looks·for·system·definitions. | 1723 | A·list·that·controls·the·ways·that·ASDF·looks·for·system·definitions. |
1727 | It·contains·symbols·to·be·funcalled·in·order,·with·a·requested·system·name·as·argument, | 1724 | It·contains·symbols·to·be·funcalled·in·order,·with·a·requested·system·name·as·argument, |
1728 | until·one·returns·a·non-NIL·result·(if·any),·which·must·then·be·a·fully·initialized·system·object | 1725 | until·one·returns·a·non-NIL·result·(if·any),·which·must·then·be·a·fully·initialized·system·object |
1729 | with·that·name. | 1726 | with·that·name. |
1730 | This·is·a·hash·table·whose·keys·are·strings·--·the·names·of·systems·-- | 1727 | This·is·a·hash·table·whose·keys·are·strings·--·the·names·of·systems·-- |
1731 | and·whose·values·are·systems. | 1728 | and·whose·values·are·systems. |
1732 | A·system·is·referred·to·as·"registered"·if·it·is·present·in·this·table. | 1729 | A·system·is·referred·to·as·"registered"·if·it·is·present·in·this·table. |
Offset 1813, 15 lines modified | Offset 1810, 15 lines modified |
1813 | Functions·to·call·(in·order)·before·an·image·is·dumped | 1810 | Functions·to·call·(in·order)·before·an·image·is·dumped |
1814 | Command-line·arguments | 1811 | Command-line·arguments |
1815 | a·form·to·evaluate,·or·string·containing·forms·to·read·and·evaluate | 1812 | a·form·to·evaluate,·or·string·containing·forms·to·read·and·evaluate |
1816 | when·the·image·is·restarted,·but·before·the·entry·point·is·called. | 1813 | when·the·image·is·restarted,·but·before·the·entry·point·is·called. |
1817 | a·form·to·evaluate,·or·string·containing·forms·to·read·and·evaluate | 1814 | a·form·to·evaluate,·or·string·containing·forms·to·read·and·evaluate |
1818 | before·the·image·dump·hooks·are·called·and·before·the·image·is·dumped. | 1815 | before·the·image·dump·hooks·are·called·and·before·the·image·is·dumped. |
1819 | 3333%3333 | 1816 | 3333%3333 |
1820 | HDH$JDHDL$ | 1817 | H$JDHDL$ |
1821 | "Q·1$Q$Q·Q$ | 1818 | "Q·1$Q$Q·Q$ |
1822 | $v$V&V&v( | 1819 | $v$V&V&v( |
1823 | ,W,W.w,W0 | 1820 | ,W,W.w,W0 |
1824 | SYS:make-target-2-load.lisp | 1821 | SYS:make-target-2-load.lisp |
1825 | Registration·table·for·preloaded·systems. | 1822 | Registration·table·for·preloaded·systems. |
1826 | The·list·of·system·virtual·slot·names. | 1823 | The·list·of·system·virtual·slot·names. |
1827 | The·standard·readtable,·implementing·the·syntax·specified·by·the·CLHS. | 1824 | The·standard·readtable,·implementing·the·syntax·specified·by·the·CLHS. |
Offset 6293, 24 lines modified | Offset 6290, 19 lines modified |
6293 | SERVE-EVENT-PIPE | 6290 | SERVE-EVENT-PIPE |
6294 | %EXIT-CODE | 6291 | %EXIT-CODE |
6295 | CORE-DUMPED | 6292 | CORE-DUMPED |
6296 | PRIORITY-QUEUE-P | 6293 | PRIORITY-QUEUE-P |
6297 | CONTENTS | 6294 | CONTENTS |
6298 | CANCEL-FUNCTION | 6295 | CANCEL-FUNCTION |
6299 | EXPIRE-TIME | 6296 | EXPIRE-TIME |
| 6297 | CONTEXT-FORMAT |
6300 | CONTEXT-ARGUMENTS | |
6301 | ANCESTOR | |
6302 | ADDITIONAL-INPUT-FILES | 6298 | ADDITIONAL-INPUT-FILES |
6303 | BUILD-OPERATION | 6299 | BUILD-OPERATION |
6304 | DEPENDS-ON | |
6305 | REQUIRED-BY | |
6306 | REQUIRES | |
6307 | PARAMETERS | |
6308 | CLASS-NAME | |
6309 | WEAKLY-DEPENDS-ON | 6300 | WEAKLY-DEPENDS-ON |
| 6301 | DEPENDS-ON |
6310 | RI-INITARGS | 6302 | RI-INITARGS |
6311 | MI-INITARGS | 6303 | MI-INITARGS |
6312 | CLASS-EQ | 6304 | CLASS-EQ |
6313 | SLOT-ACCESSOR | 6305 | SLOT-ACCESSOR |
6314 | CLASS-OR-NAME | 6306 | CLASS-OR-NAME |
6315 | DEBUG-NAME | 6307 | DEBUG-NAME |
6316 | MUTEX-STATE | 6308 | MUTEX-STATE |
Offset 6341, 18 lines modified | Offset 6333, 18 lines modified |
6341 | ALIEN-RECORD-TYPE-FIELDS | 6333 | ALIEN-RECORD-TYPE-FIELDS |
6342 | SLIGHTLY | 6334 | SLIGHTLY |
6343 | //SINGLE-FLOAT | 6335 | //SINGLE-FLOAT |
6344 | FAST-SAFE | 6336 | FAST-SAFE |
6345 | COMPUTE-ONLY | 6337 | COMPUTE-ONLY |
6346 | //DOUBLE-FLOAT | 6338 | //DOUBLE-FLOAT |
6347 | STANDARD | 6339 | STANDARD |
6348 | NOTINLINE | |
6349 | FLOAT-FROM-BITS | 6340 | FLOAT-FROM-BITS |
6350 | SIGNED-BYTE | 6341 | SIGNED-BYTE |
6351 | MISSING-ARG | 6342 | MISSING-ARG |
| 6343 | NOTINLINE |
6352 | UNSPECIFIED | 6344 | UNSPECIFIED |
6353 | COMPUTE-RESTARTS | 6345 | COMPUTE-RESTARTS |
6354 | %PRINT-DEBUGGER-INVOCATION-REASON | 6346 | %PRINT-DEBUGGER-INVOCATION-REASON |
6355 | DEBUGGER-WAIT-UNTIL-FOREGROUND-THREAD | 6347 | DEBUGGER-WAIT-UNTIL-FOREGROUND-THREAD |
6356 | CELL-ERROR-NAME | 6348 | CELL-ERROR-NAME |
6357 | ABORT-THREAD | 6349 | ABORT-THREAD |
6358 | RELEASE-FOREGROUND | 6350 | RELEASE-FOREGROUND |
Offset 6731, 14 lines modified | Offset 6723, 15 lines modified |
6731 | ARG-INFO-PRECEDENCE | 6723 | ARG-INFO-PRECEDENCE |
6732 | WRAPPER1 | 6724 | WRAPPER1 |
6733 | ALLOCATION-CLASS | 6725 | ALLOCATION-CLASS |
6734 | INVALID-SUPERCLASS-CLASS | 6726 | INVALID-SUPERCLASS-CLASS |
6735 | INVALID-SUPERCLASS-SUPERCLASS | 6727 | INVALID-SUPERCLASS-SUPERCLASS |
6736 | CLASS-OF | 6728 | CLASS-OF |
6737 | CPL-PROTOCOL-VIOLATION-CLASS | 6729 | CPL-PROTOCOL-VIOLATION-CLASS |
| 6730 | CLASS-NAME |
6738 | CPL-PROTOCOL-VIOLATION-CPL | 6731 | CPL-PROTOCOL-VIOLATION-CPL |
6739 | FIND-CLASS-FROM-CELL | 6732 | FIND-CLASS-FROM-CELL |
6740 | OBSOLETE-STRUCTURE-DATUM | 6733 | OBSOLETE-STRUCTURE-DATUM |
6741 | INVALID-METHOD-INITARG-METHOD | 6734 | INVALID-METHOD-INITARG-METHOD |
6742 | NEW-VALUE-SPECIALIZATION-METHOD | 6735 | NEW-VALUE-SPECIALIZATION-METHOD |
6743 | PROTOCOL-UNIMPLEMENTED-OPERATION | 6736 | PROTOCOL-UNIMPLEMENTED-OPERATION |
6744 | SYMBOL-CALL | 6737 | SYMBOL-CALL |
Offset 6812, 19 lines modified | Offset 6805, 22 lines modified |
6812 | STATUS-HOOK | 6805 | STATUS-HOOK |
6813 | CLOSED-P | 6806 | CLOSED-P |
6814 | REPEAT-INTERVAL | 6807 | REPEAT-INTERVAL |
6815 | INTERRUPT-FUNCTION | 6808 | INTERRUPT-FUNCTION |
6816 | CATCH-UP | 6809 | CATCH-UP |
6817 | OTHER-THREADS | 6810 | OTHER-THREADS |
6818 | INTERACTIVE-THREAD | 6811 | INTERACTIVE-THREAD |
6819 | CONTEXT-FORMAT | 6812 | CONTEXT-ARGUMENTS |
Max diff block lines reached; 345080/349324 bytes (98.79%) of diff not shown.
|