From 8fc0551f7308d740a4499f4245daac12015fa306 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 5 Aug 2008 12:23:28 +0200 Subject: =?UTF-8?q?Replace=20all=20occurrences=20of=20=E2=80=9C=C3=89toili?= =?UTF-8?q?sp=E2=80=9D=20with=20=E2=80=9CToilet=20Lisp=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GNUmakefile | 2 +- MLKBackquoteReader.h | 2 +- MLKBackquoteReader.m | 2 +- MLKBinding.h | 2 +- MLKBinding.m | 2 +- MLKCharacter.h | 2 +- MLKCharacter.m | 2 +- MLKClosure.h | 2 +- MLKCommaReader.h | 2 +- MLKCommaReader.m | 2 +- MLKCompiledProcedure.h | 2 +- MLKCompiledProcedure.m | 2 +- MLKCons.h | 2 +- MLKCons.m | 2 +- MLKDispatchingMacroCharacterReader.h | 2 +- MLKDispatchingMacroCharacterReader.m | 2 +- MLKDoubleFloat.h | 2 +- MLKDoubleFloat.m | 2 +- MLKDynamicContext.h | 2 +- MLKDynamicContext.m | 2 +- MLKEnvironment.h | 2 +- MLKEnvironment.m | 2 +- MLKFloat.h | 2 +- MLKFloat.m | 2 +- MLKFuncallable.h | 2 +- MLKFunction.h | 2 +- MLKInteger.h | 2 +- MLKInteger.m | 2 +- MLKInterpretedClosure.h | 2 +- MLKInterpretedClosure.m | 2 +- MLKInterpreter.h | 2 +- MLKInterpreter.m | 2 +- MLKLexicalContext.h | 2 +- MLKLexicalContext.m | 2 +- MLKLexicalEnvironment.h | 2 +- MLKLexicalEnvironment.m | 2 +- MLKLispValue.h | 2 +- MLKLispValue.m | 2 +- MLKLowLevelTests.m | 2 +- MLKNumber.h | 2 +- MLKNumber.m | 2 +- MLKPackage.h | 2 +- MLKPackage.m | 2 +- MLKParenReader.h | 2 +- MLKParenReader.m | 2 +- MLKQuoteReader.h | 2 +- MLKQuoteReader.m | 2 +- MLKRatio.h | 2 +- MLKRatio.m | 2 +- MLKReadEvalPrintLoop.h | 2 +- MLKReadEvalPrintLoop.m | 2 +- MLKReader.h | 2 +- MLKReader.m | 2 +- MLKReaderError.h | 2 +- MLKReaderError.m | 2 +- MLKReadtable.h | 2 +- MLKReadtable.m | 2 +- MLKRoot.h | 2 +- MLKRoot.m | 2 +- MLKSemicolonReader.h | 2 +- MLKSemicolonReader.m | 2 +- MLKSharpsignColonReader.h | 2 +- MLKSharpsignColonReader.m | 2 +- MLKSingleFloat.h | 2 +- MLKSingleFloat.m | 2 +- MLKStream.h | 2 +- MLKStream.m | 2 +- MLKStringInputStream.h | 2 +- MLKStringInputStream.m | 2 +- MLKStringOutputStream.h | 2 +- MLKStringOutputStream.m | 2 +- MLKStringReader.h | 2 +- MLKStringReader.m | 2 +- MLKSymbol.h | 2 +- MLKSymbol.m | 2 +- MLKThrowException.h | 2 +- MLKThrowException.m | 2 +- MLKValuesFunction.h | 2 +- MLKValuesFunction.m | 2 +- NSObject-MLKPrinting.h | 2 +- NSObject-MLKPrinting.m | 2 +- NSString-MLKPrinting.h | 2 +- NSString-MLKPrinting.m | 2 +- control-flow.lisp | 2 +- defun-0.lisp | 2 +- defun-1.lisp | 2 +- destructuring-bind.lisp | 2 +- evaluation.lisp | 2 +- functions.h | 2 +- functions.m | 2 +- globals.h | 2 +- globals.m | 2 +- init.lisp | 2 +- list-functions-2.lisp | 2 +- list-functions.lisp | 2 +- numbers.lisp | 2 +- reader.lisp | 2 +- runtime-compatibility.h | 2 +- sharpsign.lisp | 2 +- types.lisp | 2 +- util.h | 2 +- util.lisp | 2 +- 102 files changed, 102 insertions(+), 102 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 54b8b9b..be541ef 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -## Étoilisp, a Common Lisp subset for Étoilé. +## Toilet Lisp, a Common Lisp subset for the Étoilé runtime. ## Copyright (C) 2008 Matthias Andreas Benkard. ## ## This program is free software: you can redistribute it and/or modify diff --git a/MLKBackquoteReader.h b/MLKBackquoteReader.h index 1c35bfa..64553d7 100644 --- a/MLKBackquoteReader.h +++ b/MLKBackquoteReader.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKBackquoteReader.m b/MLKBackquoteReader.m index 47989ab..23d1952 100644 --- a/MLKBackquoteReader.m +++ b/MLKBackquoteReader.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKBinding.h b/MLKBinding.h index 8882200..0206bdc 100644 --- a/MLKBinding.h +++ b/MLKBinding.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKBinding.m b/MLKBinding.m index 2b44ba9..e4d9f50 100644 --- a/MLKBinding.m +++ b/MLKBinding.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKCharacter.h b/MLKCharacter.h index 960a8d8..75e344a 100644 --- a/MLKCharacter.h +++ b/MLKCharacter.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKCharacter.m b/MLKCharacter.m index a54608a..596da1a 100644 --- a/MLKCharacter.m +++ b/MLKCharacter.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKClosure.h b/MLKClosure.h index 8fd30d7..0ccc674 100644 --- a/MLKClosure.h +++ b/MLKClosure.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKCommaReader.h b/MLKCommaReader.h index 5f5d11e..89c8501 100644 --- a/MLKCommaReader.h +++ b/MLKCommaReader.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKCommaReader.m b/MLKCommaReader.m index 3a0115b..bceebfc 100644 --- a/MLKCommaReader.m +++ b/MLKCommaReader.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKCompiledProcedure.h b/MLKCompiledProcedure.h index e06d372..cb7a814 100644 --- a/MLKCompiledProcedure.h +++ b/MLKCompiledProcedure.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKCompiledProcedure.m b/MLKCompiledProcedure.m index af18ef0..1dfac0f 100644 --- a/MLKCompiledProcedure.m +++ b/MLKCompiledProcedure.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKCons.h b/MLKCons.h index 55f47c1..2d9f31b 100644 --- a/MLKCons.h +++ b/MLKCons.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKCons.m b/MLKCons.m index 7b1aaf9..ba543b9 100644 --- a/MLKCons.m +++ b/MLKCons.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKDispatchingMacroCharacterReader.h b/MLKDispatchingMacroCharacterReader.h index cc896e0..b4c2aba 100644 --- a/MLKDispatchingMacroCharacterReader.h +++ b/MLKDispatchingMacroCharacterReader.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKDispatchingMacroCharacterReader.m b/MLKDispatchingMacroCharacterReader.m index d01b6a8..2550c3c 100644 --- a/MLKDispatchingMacroCharacterReader.m +++ b/MLKDispatchingMacroCharacterReader.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKDoubleFloat.h b/MLKDoubleFloat.h index 88254ab..1d47bbb 100644 --- a/MLKDoubleFloat.h +++ b/MLKDoubleFloat.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKDoubleFloat.m b/MLKDoubleFloat.m index c729452..07fb635 100644 --- a/MLKDoubleFloat.m +++ b/MLKDoubleFloat.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKDynamicContext.h b/MLKDynamicContext.h index 57931e3..987daf7 100644 --- a/MLKDynamicContext.h +++ b/MLKDynamicContext.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKDynamicContext.m b/MLKDynamicContext.m index 733a308..083fc14 100644 --- a/MLKDynamicContext.m +++ b/MLKDynamicContext.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKEnvironment.h b/MLKEnvironment.h index 0e67c22..9db0e55 100644 --- a/MLKEnvironment.h +++ b/MLKEnvironment.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKEnvironment.m b/MLKEnvironment.m index ddaadcc..d057a8c 100644 --- a/MLKEnvironment.m +++ b/MLKEnvironment.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKFloat.h b/MLKFloat.h index 6cb1db3..018b73f 100644 --- a/MLKFloat.h +++ b/MLKFloat.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKFloat.m b/MLKFloat.m index e73c433..73c33fb 100644 --- a/MLKFloat.m +++ b/MLKFloat.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKFuncallable.h b/MLKFuncallable.h index d4fdb1c..d6b7ea3 100644 --- a/MLKFuncallable.h +++ b/MLKFuncallable.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKFunction.h b/MLKFunction.h index 22c493b..67e62c5 100644 --- a/MLKFunction.h +++ b/MLKFunction.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKInteger.h b/MLKInteger.h index ce6d38a..9e76c95 100644 --- a/MLKInteger.h +++ b/MLKInteger.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKInteger.m b/MLKInteger.m index b2ce0a8..df8e899 100644 --- a/MLKInteger.m +++ b/MLKInteger.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKInterpretedClosure.h b/MLKInterpretedClosure.h index 08421f5..cd97230 100644 --- a/MLKInterpretedClosure.h +++ b/MLKInterpretedClosure.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKInterpretedClosure.m b/MLKInterpretedClosure.m index 881c76b..6507956 100644 --- a/MLKInterpretedClosure.m +++ b/MLKInterpretedClosure.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKInterpreter.h b/MLKInterpreter.h index 6abf52b..59e2dfd 100644 --- a/MLKInterpreter.h +++ b/MLKInterpreter.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKInterpreter.m b/MLKInterpreter.m index ad472b9..fcc0e84 100644 --- a/MLKInterpreter.m +++ b/MLKInterpreter.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKLexicalContext.h b/MLKLexicalContext.h index e65f60c..454df23 100644 --- a/MLKLexicalContext.h +++ b/MLKLexicalContext.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKLexicalContext.m b/MLKLexicalContext.m index 682cc90..001cd5c 100644 --- a/MLKLexicalContext.m +++ b/MLKLexicalContext.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKLexicalEnvironment.h b/MLKLexicalEnvironment.h index 5503931..d20e594 100644 --- a/MLKLexicalEnvironment.h +++ b/MLKLexicalEnvironment.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKLexicalEnvironment.m b/MLKLexicalEnvironment.m index eb7c962..fbeb9aa 100644 --- a/MLKLexicalEnvironment.m +++ b/MLKLexicalEnvironment.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKLispValue.h b/MLKLispValue.h index bc80942..ce24253 100644 --- a/MLKLispValue.h +++ b/MLKLispValue.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKLispValue.m b/MLKLispValue.m index e7c03c2..dd64814 100644 --- a/MLKLispValue.m +++ b/MLKLispValue.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKLowLevelTests.m b/MLKLowLevelTests.m index cf01a90..34ec97f 100644 --- a/MLKLowLevelTests.m +++ b/MLKLowLevelTests.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKNumber.h b/MLKNumber.h index 6006606..50a3899 100644 --- a/MLKNumber.h +++ b/MLKNumber.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKNumber.m b/MLKNumber.m index 2dbac4d..680dfe7 100644 --- a/MLKNumber.m +++ b/MLKNumber.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKPackage.h b/MLKPackage.h index 684f63e..e0df3af 100644 --- a/MLKPackage.h +++ b/MLKPackage.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKPackage.m b/MLKPackage.m index 1be467b..b83eef6 100644 --- a/MLKPackage.m +++ b/MLKPackage.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKParenReader.h b/MLKParenReader.h index 88be03e..778d2d6 100644 --- a/MLKParenReader.h +++ b/MLKParenReader.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKParenReader.m b/MLKParenReader.m index d0d8d8a..de40659 100644 --- a/MLKParenReader.m +++ b/MLKParenReader.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKQuoteReader.h b/MLKQuoteReader.h index 7813226..30ef9f6 100644 --- a/MLKQuoteReader.h +++ b/MLKQuoteReader.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKQuoteReader.m b/MLKQuoteReader.m index ad43ac8..387c326 100644 --- a/MLKQuoteReader.m +++ b/MLKQuoteReader.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKRatio.h b/MLKRatio.h index e2bf06e..69acbc1 100644 --- a/MLKRatio.h +++ b/MLKRatio.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKRatio.m b/MLKRatio.m index bb164dc..045e583 100644 --- a/MLKRatio.m +++ b/MLKRatio.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKReadEvalPrintLoop.h b/MLKReadEvalPrintLoop.h index 4a6cf75..b300e25 100644 --- a/MLKReadEvalPrintLoop.h +++ b/MLKReadEvalPrintLoop.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKReadEvalPrintLoop.m b/MLKReadEvalPrintLoop.m index 3c8490b..f83ff10 100644 --- a/MLKReadEvalPrintLoop.m +++ b/MLKReadEvalPrintLoop.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKReader.h b/MLKReader.h index c3446af..c2395c1 100644 --- a/MLKReader.h +++ b/MLKReader.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKReader.m b/MLKReader.m index 86fc60c..419441b 100644 --- a/MLKReader.m +++ b/MLKReader.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKReaderError.h b/MLKReaderError.h index bca72fb..68963e6 100644 --- a/MLKReaderError.h +++ b/MLKReaderError.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKReaderError.m b/MLKReaderError.m index cbacbfa..09ae86c 100644 --- a/MLKReaderError.m +++ b/MLKReaderError.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKReadtable.h b/MLKReadtable.h index 6fb81d8..600a22e 100644 --- a/MLKReadtable.h +++ b/MLKReadtable.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKReadtable.m b/MLKReadtable.m index 95180e5..0f5d670 100644 --- a/MLKReadtable.m +++ b/MLKReadtable.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKRoot.h b/MLKRoot.h index 0eec36d..d2191e6 100644 --- a/MLKRoot.h +++ b/MLKRoot.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKRoot.m b/MLKRoot.m index f60f7b3..5d61ef6 100644 --- a/MLKRoot.m +++ b/MLKRoot.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKSemicolonReader.h b/MLKSemicolonReader.h index b1c22de..4d830c9 100644 --- a/MLKSemicolonReader.h +++ b/MLKSemicolonReader.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKSemicolonReader.m b/MLKSemicolonReader.m index abf921b..3e4cd21 100644 --- a/MLKSemicolonReader.m +++ b/MLKSemicolonReader.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKSharpsignColonReader.h b/MLKSharpsignColonReader.h index 1f72275..b6edd95 100644 --- a/MLKSharpsignColonReader.h +++ b/MLKSharpsignColonReader.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKSharpsignColonReader.m b/MLKSharpsignColonReader.m index 5e4990e..bbd9621 100644 --- a/MLKSharpsignColonReader.m +++ b/MLKSharpsignColonReader.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKSingleFloat.h b/MLKSingleFloat.h index 789dd25..8ad9832 100644 --- a/MLKSingleFloat.h +++ b/MLKSingleFloat.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKSingleFloat.m b/MLKSingleFloat.m index 94bb5e8..3dc4ff7 100644 --- a/MLKSingleFloat.m +++ b/MLKSingleFloat.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKStream.h b/MLKStream.h index 733b5ee..7d579ae 100644 --- a/MLKStream.h +++ b/MLKStream.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKStream.m b/MLKStream.m index 7cf86fc..e0090d0 100644 --- a/MLKStream.m +++ b/MLKStream.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKStringInputStream.h b/MLKStringInputStream.h index 9545378..e6c1f72 100644 --- a/MLKStringInputStream.h +++ b/MLKStringInputStream.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKStringInputStream.m b/MLKStringInputStream.m index c59c5c5..30312d7 100644 --- a/MLKStringInputStream.m +++ b/MLKStringInputStream.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKStringOutputStream.h b/MLKStringOutputStream.h index 080013d..f8e4ca5 100644 --- a/MLKStringOutputStream.h +++ b/MLKStringOutputStream.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKStringOutputStream.m b/MLKStringOutputStream.m index f3346e2..00a60b0 100644 --- a/MLKStringOutputStream.m +++ b/MLKStringOutputStream.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKStringReader.h b/MLKStringReader.h index 6466f00..4ad7982 100644 --- a/MLKStringReader.h +++ b/MLKStringReader.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKStringReader.m b/MLKStringReader.m index 4c0acb9..7c358d6 100644 --- a/MLKStringReader.m +++ b/MLKStringReader.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKSymbol.h b/MLKSymbol.h index 4f294ff..f0c4be3 100644 --- a/MLKSymbol.h +++ b/MLKSymbol.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKSymbol.m b/MLKSymbol.m index af99ad2..46ccd32 100644 --- a/MLKSymbol.m +++ b/MLKSymbol.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKThrowException.h b/MLKThrowException.h index 0257a0e..b2321e7 100644 --- a/MLKThrowException.h +++ b/MLKThrowException.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKThrowException.m b/MLKThrowException.m index 4007220..2c512a7 100644 --- a/MLKThrowException.m +++ b/MLKThrowException.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKValuesFunction.h b/MLKValuesFunction.h index 31fd41d..53e9c5d 100644 --- a/MLKValuesFunction.h +++ b/MLKValuesFunction.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/MLKValuesFunction.m b/MLKValuesFunction.m index 03a2cdd..71d50e6 100644 --- a/MLKValuesFunction.m +++ b/MLKValuesFunction.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/NSObject-MLKPrinting.h b/NSObject-MLKPrinting.h index b611e7e..fce54d6 100644 --- a/NSObject-MLKPrinting.h +++ b/NSObject-MLKPrinting.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/NSObject-MLKPrinting.m b/NSObject-MLKPrinting.m index befafdd..66fe58b 100644 --- a/NSObject-MLKPrinting.m +++ b/NSObject-MLKPrinting.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/NSString-MLKPrinting.h b/NSString-MLKPrinting.h index 8d14606..83720b6 100644 --- a/NSString-MLKPrinting.h +++ b/NSString-MLKPrinting.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/NSString-MLKPrinting.m b/NSString-MLKPrinting.m index 0afc52d..6edde0a 100644 --- a/NSString-MLKPrinting.m +++ b/NSString-MLKPrinting.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/control-flow.lisp b/control-flow.lisp index 75ed06c..a75fe6a 100644 --- a/control-flow.lisp +++ b/control-flow.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: lisp; coding: utf-8 -*- -;;; Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +;;; Toilet Lisp, a Common Lisp subset for the Étoilé runtime. ;;; Copyright (C) 2008 Matthias Andreas Benkard. ;;; ;;; This program is free software: you can redistribute it and/or modify diff --git a/defun-0.lisp b/defun-0.lisp index 19ccf3e..926d779 100644 --- a/defun-0.lisp +++ b/defun-0.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: lisp; coding: utf-8 -*- -;;; Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +;;; Toilet Lisp, a Common Lisp subset for the Étoilé runtime. ;;; Copyright (C) 2008 Matthias Andreas Benkard. ;;; ;;; This program is free software: you can redistribute it and/or modify diff --git a/defun-1.lisp b/defun-1.lisp index 875b7a5..209ee4d 100644 --- a/defun-1.lisp +++ b/defun-1.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: lisp; coding: utf-8 -*- -;;; Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +;;; Toilet Lisp, a Common Lisp subset for the Étoilé runtime. ;;; Copyright (C) 2008 Matthias Andreas Benkard. ;;; ;;; This program is free software: you can redistribute it and/or modify diff --git a/destructuring-bind.lisp b/destructuring-bind.lisp index b7afa28..f6481f9 100644 --- a/destructuring-bind.lisp +++ b/destructuring-bind.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: lisp; coding: utf-8 -*- -;;; Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +;;; Toilet Lisp, a Common Lisp subset for the Étoilé runtime. ;;; Copyright (C) 2008 Matthias Andreas Benkard. ;;; ;;; This program is free software: you can redistribute it and/or modify diff --git a/evaluation.lisp b/evaluation.lisp index f59e268..8b22fca 100644 --- a/evaluation.lisp +++ b/evaluation.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: lisp; coding: utf-8 -*- -;;; Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +;;; Toilet Lisp, a Common Lisp subset for the Étoilé runtime. ;;; Copyright (C) 2008 Matthias Andreas Benkard. ;;; ;;; This program is free software: you can redistribute it and/or modify diff --git a/functions.h b/functions.h index aac32e0..bb8c6af 100644 --- a/functions.h +++ b/functions.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/functions.m b/functions.m index ef3e6c3..ddcd0c6 100644 --- a/functions.m +++ b/functions.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/globals.h b/globals.h index 53bb0aa..076a1ee 100644 --- a/globals.h +++ b/globals.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/globals.m b/globals.m index b81b514..2e8ed17 100644 --- a/globals.m +++ b/globals.m @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/init.lisp b/init.lisp index 34aa545..0f7816c 100644 --- a/init.lisp +++ b/init.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: lisp; coding: utf-8 -*- -;;; Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +;;; Toilet Lisp, a Common Lisp subset for the Étoilé runtime. ;;; Copyright (C) 2008 Matthias Andreas Benkard. ;;; ;;; This program is free software: you can redistribute it and/or modify diff --git a/list-functions-2.lisp b/list-functions-2.lisp index c32d46e..caa5a58 100644 --- a/list-functions-2.lisp +++ b/list-functions-2.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: lisp; coding: utf-8 -*- -;;; Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +;;; Toilet Lisp, a Common Lisp subset for the Étoilé runtime. ;;; Copyright (C) 2008 Matthias Andreas Benkard. ;;; ;;; This program is free software: you can redistribute it and/or modify diff --git a/list-functions.lisp b/list-functions.lisp index 29d913f..1297064 100644 --- a/list-functions.lisp +++ b/list-functions.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: lisp; coding: utf-8 -*- -;;; Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +;;; Toilet Lisp, a Common Lisp subset for the Étoilé runtime. ;;; Copyright (C) 2008 Matthias Andreas Benkard. ;;; ;;; This program is free software: you can redistribute it and/or modify diff --git a/numbers.lisp b/numbers.lisp index 2dd75b2..607ccab 100644 --- a/numbers.lisp +++ b/numbers.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: lisp; coding: utf-8 -*- -;;; Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +;;; Toilet Lisp, a Common Lisp subset for the Étoilé runtime. ;;; Copyright (C) 2008 Matthias Andreas Benkard. ;;; ;;; This program is free software: you can redistribute it and/or modify diff --git a/reader.lisp b/reader.lisp index f3c28e2..160e4e1 100644 --- a/reader.lisp +++ b/reader.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: lisp; coding: utf-8 -*- -;;; Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +;;; Toilet Lisp, a Common Lisp subset for the Étoilé runtime. ;;; Copyright (C) 2008 Matthias Andreas Benkard. ;;; ;;; This program is free software: you can redistribute it and/or modify diff --git a/runtime-compatibility.h b/runtime-compatibility.h index ef738e1..5b6dd6f 100644 --- a/runtime-compatibility.h +++ b/runtime-compatibility.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/sharpsign.lisp b/sharpsign.lisp index 2e353a9..92b5d2d 100644 --- a/sharpsign.lisp +++ b/sharpsign.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: lisp; coding: utf-8 -*- -;;; Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +;;; Toilet Lisp, a Common Lisp subset for the Étoilé runtime. ;;; Copyright (C) 2008 Matthias Andreas Benkard. ;;; ;;; This program is free software: you can redistribute it and/or modify diff --git a/types.lisp b/types.lisp index 0b4ccb3..c1bf8c7 100644 --- a/types.lisp +++ b/types.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: lisp; coding: utf-8 -*- -;;; Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +;;; Toilet Lisp, a Common Lisp subset for the Étoilé runtime. ;;; Copyright (C) 2008 Matthias Andreas Benkard. ;;; ;;; This program is free software: you can redistribute it and/or modify diff --git a/util.h b/util.h index e28b9cf..83e7bdd 100644 --- a/util.h +++ b/util.h @@ -1,5 +1,5 @@ /* -*- mode: objc; coding: utf-8 -*- */ -/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +/* Toilet Lisp, a Common Lisp subset for the Étoilé runtime. * Copyright (C) 2008 Matthias Andreas Benkard. * * This program is free software: you can redistribute it and/or modify diff --git a/util.lisp b/util.lisp index af3cec0..412b23d 100644 --- a/util.lisp +++ b/util.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: lisp; coding: utf-8 -*- -;;; Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime. +;;; Toilet Lisp, a Common Lisp subset for the Étoilé runtime. ;;; Copyright (C) 2008 Matthias Andreas Benkard. ;;; ;;; This program is free software: you can redistribute it and/or modify -- cgit v1.2.3