Skip to content

Commit 9d830d0

Browse files
committed
Merge pull request #3 from binghe/master
Bypass the license; updated manual
2 parents 1b9376d + 6f59e4a commit 9d830d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1606
-2026
lines changed

Corman Lisp 2.0.ism

-230 KB
Binary file not shown.

Corman Lisp 2.01.ism

-231 KB
Binary file not shown.

Corman Lisp 2.2.ism

-231 KB
Binary file not shown.

Corman Lisp 2.5.ise

-257 KB
Binary file not shown.

Corman Lisp 2.5.ism

-228 KB
Binary file not shown.

Corman Lisp 2.6.ise

-250 KB
Binary file not shown.

Corman Lisp 3.02.ism

326 KB
Binary file not shown.

CormanLisp.exe.manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
33
<dependency>
44
<dependentAssembly>
5-
<assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50727.42' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
5+
<assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50727.762' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
66
</dependentAssembly>
77
</dependency>
88
<dependency>
99
<dependentAssembly>
10-
<assemblyIdentity type='win32' name='Microsoft.VC80.MFC' version='8.0.50727.42' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
10+
<assemblyIdentity type='win32' name='Microsoft.VC80.MFC' version='8.0.50727.762' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
1111
</dependentAssembly>
1212
</dependency>
1313
</assembly>

CormanLispIDE/.DS_Store

-6 KB
Binary file not shown.

CormanLispIDE/CormanLisp.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,15 +269,15 @@ BEGIN
269269
LTEXT "Santa Rosa, CA 95404 USA",IDC_STATIC,201,86,100,9
270270
LTEXT "Name:",IDC_STATIC,170,99,34,8
271271
LTEXT "Organization:",IDC_STATIC,170,112,41,8
272-
LTEXT "Registration Code:",IDC_STATIC,170,125,60,8
272+
//LTEXT "Registration Code:",IDC_STATIC,170,125,60,8
273273
DEFPUSHBUTTON "Not Yet",IDCANCEL,308,154,50,14
274274
EDITTEXT IDC_EDITNAME,240,96,113,12,ES_AUTOHSCROLL
275275
EDITTEXT IDC_EDITORG,240,109,113,12,ES_AUTOHSCROLL
276-
EDITTEXT IDC_EDITREGCODE,240,122,113,12,ES_AUTOHSCROLL
276+
//EDITTEXT IDC_EDITREGCODE,240,122,113,12,ES_AUTOHSCROLL
277277
LTEXT "Version:",IDC_STATIC,7,148,34,9
278278
LTEXT "CormanLisp 3.0",IDC_REGVERSION,102,148,56,10
279-
LTEXT "Evaluation days remaining:",IDC_STATIC,7,160,85,8
280-
LTEXT "0",IDC_DAYSREMAINING,101,160,51,8
279+
//LTEXT "Evaluation days remaining:",IDC_STATIC,7,160,85,8
280+
//LTEXT "0",IDC_DAYSREMAINING,101,160,51,8
281281
PUSHBUTTON "Legal Information",ID_LEGAL_INFO,161,154,64,14
282282
END
283283

0 commit comments

Comments
 (0)