]> git.mdlowis.com Git - proto/obnc.git/commit
change all keywords to lowercase
authormike lowis <mike@mdlowis.com>
Fri, 9 Apr 2021 00:42:08 +0000 (20:42 -0400)
committermike lowis <mike@mdlowis.com>
Fri, 9 Apr 2021 00:42:08 +0000 (20:42 -0400)
commit09d14ec2551bff54bcb4617cc807ed563c15901f
treefad70d2d680637ac51e9e2616e920735513c0e56
parent3501d56a7945ce8fa67e01f7e70562c950e98e78
change all keywords to lowercase
124 files changed:
.gitignore [new file with mode: 0644]
lib/obnc/Files.obn
lib/obnc/FilesTest.obn
lib/obnc/In.obn
lib/obnc/InTest.obn
lib/obnc/Input.obn
lib/obnc/Input0.obn
lib/obnc/Input0Test.obn
lib/obnc/InputTest.obn
lib/obnc/Math.obn
lib/obnc/MathTest.obn
lib/obnc/Out.obn
lib/obnc/OutTest.obn
lib/obnc/Strings.obn
lib/obnc/StringsTest.obn
lib/obnc/XYplane.obn
lib/obnc/XYplaneTest.obn
lib/obnc/obncdoc/Files.def [deleted file]
lib/obnc/obncdoc/Files.def.html [deleted file]
lib/obnc/obncdoc/FilesTest.def [deleted file]
lib/obnc/obncdoc/FilesTest.def.html [deleted file]
lib/obnc/obncdoc/In.def [deleted file]
lib/obnc/obncdoc/In.def.html [deleted file]
lib/obnc/obncdoc/InTest.def [deleted file]
lib/obnc/obncdoc/InTest.def.html [deleted file]
lib/obnc/obncdoc/Input.def [deleted file]
lib/obnc/obncdoc/Input.def.html [deleted file]
lib/obnc/obncdoc/Input0.def [deleted file]
lib/obnc/obncdoc/Input0.def.html [deleted file]
lib/obnc/obncdoc/Input0Test.def [deleted file]
lib/obnc/obncdoc/Input0Test.def.html [deleted file]
lib/obnc/obncdoc/InputTest.def [deleted file]
lib/obnc/obncdoc/InputTest.def.html [deleted file]
lib/obnc/obncdoc/Math.def [deleted file]
lib/obnc/obncdoc/Math.def.html [deleted file]
lib/obnc/obncdoc/MathTest.def [deleted file]
lib/obnc/obncdoc/MathTest.def.html [deleted file]
lib/obnc/obncdoc/Out.def [deleted file]
lib/obnc/obncdoc/Out.def.html [deleted file]
lib/obnc/obncdoc/OutTest.def [deleted file]
lib/obnc/obncdoc/OutTest.def.html [deleted file]
lib/obnc/obncdoc/Strings.def [deleted file]
lib/obnc/obncdoc/Strings.def.html [deleted file]
lib/obnc/obncdoc/StringsTest.def [deleted file]
lib/obnc/obncdoc/StringsTest.def.html [deleted file]
lib/obnc/obncdoc/XYplane.def [deleted file]
lib/obnc/obncdoc/XYplane.def.html [deleted file]
lib/obnc/obncdoc/XYplaneTest.def [deleted file]
lib/obnc/obncdoc/XYplaneTest.def.html [deleted file]
lib/obnc/obncdoc/index.html [deleted file]
lib/obnc/obncdoc/style.css [deleted file]
src/Oberon.l
src/lex.yy.c
tests/obnc/failing-at-compile-time/A.obn
tests/obnc/failing-at-compile-time/B.obn
tests/obnc/failing-at-compile-time/T0UnterminatedComment.obn
tests/obnc/failing-at-compile-time/T2PointerToNonRecord.obn
tests/obnc/failing-at-compile-time/T2RecursiveRecord.obn
tests/obnc/failing-at-compile-time/T2RedeclaredField.obn
tests/obnc/failing-at-compile-time/T2RepeatedParameterIdent.obn
tests/obnc/failing-at-compile-time/T2SelfDeclaration.obn
tests/obnc/failing-at-compile-time/T2SelfReferringBaseType.obn
tests/obnc/failing-at-compile-time/T2UnresolvedAnonType.obn
tests/obnc/failing-at-compile-time/T2UnresolvedType.obn
tests/obnc/failing-at-compile-time/T2WrongResolvedType.obn
tests/obnc/failing-at-compile-time/T3RepeatedField.obn
tests/obnc/failing-at-compile-time/T3RepeatedVar.obn
tests/obnc/failing-at-compile-time/T4InvalidPointerComparison.obn
tests/obnc/failing-at-compile-time/T4InvalidProcedureComparison.obn
tests/obnc/failing-at-compile-time/T4NegativeSetElement.obn
tests/obnc/failing-at-compile-time/T4SelectorOnConstant.obn
tests/obnc/failing-at-compile-time/T4TypeGuardOnNonVarParamRecord.obn
tests/obnc/failing-at-compile-time/T5AssignPredefinedProcedure.obn
tests/obnc/failing-at-compile-time/T5AssignToImportedVariable.obn
tests/obnc/failing-at-compile-time/T5FunctionProcedureStatement.obn
tests/obnc/failing-at-compile-time/T5InvalidArrayAssignment.obn
tests/obnc/failing-at-compile-time/T5NonConstForLoopInc.obn
tests/obnc/failing-at-compile-time/T5PointerVarParamExt.obn
tests/obnc/failing-at-compile-time/T5StringAssignment.obn
tests/obnc/failing-at-compile-time/T5StructValueParamAssignment.obn
tests/obnc/failing-at-compile-time/T6ExtendedPointerVarParam.obn
tests/obnc/failing-at-compile-time/T6ForgottenReturnType.obn
tests/obnc/failing-at-compile-time/T6LocalParamTypeRef.obn
tests/obnc/failing-at-compile-time/T6NonScalarResultType.obn
tests/obnc/failing-at-compile-time/T6ReadOnlyParam.obn
tests/obnc/failing-at-compile-time/T7AccessNonExportedField.obn
tests/obnc/failing-at-compile-time/T7ActualVarParamImported.obn
tests/obnc/failing-at-compile-time/T7ActualVarParamImported1.obn
tests/obnc/failing-at-compile-time/T7ExportLocalIdent.obn
tests/obnc/failing-at-compile-time/T7ImportDuplicate.obn
tests/obnc/failing-at-compile-time/T7ImportDuplicateWithAlias.obn
tests/obnc/failing-at-compile-time/T7ImportLibraryLocal.obn
tests/obnc/failing-at-compile-time/T7ImportNonExisting.obn
tests/obnc/failing-at-compile-time/T7ImportRedeclaration.obn
tests/obnc/failing-at-compile-time/T7ImportRedeclarationAlias.obn
tests/obnc/failing-at-compile-time/T7ImportSelf.obn
tests/obnc/failing-at-compile-time/T7ImportSelfWithAlias.obn
tests/obnc/failing-at-compile-time/T7ImportWithDuplicateAlias.obn
tests/obnc/failing-at-compile-time/T7ModuleIdentifierNonMatch.obn
tests/obnc/failing-at-compile-time/lib/Local.obn
tests/obnc/failing-at-runtime/T4FailingTypeGuard.obn
tests/obnc/failing-at-runtime/T5AssignStringToOpenArray.obn
tests/obnc/failing-at-runtime/T5CallNilProcedure.obn
tests/obnc/failing-at-runtime/T5OpenArrayAssignment.obn
tests/obnc/failing-at-runtime/T5RecordVarParamAssignment.obn
tests/obnc/passing/A.obn
tests/obnc/passing/B.obn
tests/obnc/passing/C.obn
tests/obnc/passing/D.obn
tests/obnc/passing/OBNC.obn
tests/obnc/passing/T1ConstantDeclarations.obn
tests/obnc/passing/T2TypeDeclarations.obn
tests/obnc/passing/T3VariableDeclarations.obn
tests/obnc/passing/T4Expressions.obn
tests/obnc/passing/T5Statements.obn
tests/obnc/passing/T5SystemStatements.obn
tests/obnc/passing/T6ProcedureDeclarations.obn
tests/obnc/passing/T7Modules.obn
tests/obnc/passing/lib/Local.obn
tests/obnc/passing/lib/libE.obn
tests/obnc/passing/lib1/Local.obn
tests/obnc/passing/lib1/lib1M.obn
tests/obncdoc/ExportedFeatures.obn
tests/obncdoc/NoExportedFeatures.obn