Changeset 13

Show
Ignore:
Timestamp:
11/10/05 02:11:41 (3 years ago)
Author:
jcc7
Message:

Compared some more files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/tutorials/converttowiki/changes.txt

    r12 r13  
    1616 
    1717 
    18 stopped at CommentsExampleTwo.html 
    19  
     18stopped at Quadratic EquationExample.html 
     19 
     20 
     21 
     22index.html 
     23    - added 2 categories (actually they were both already there, but 2 added new capitalizations) 
     24        HandlingErrorsCategory 
     25        SwitchCaseCategory 
    2026 
    2127 
     
    2834"Advanced": //(8) 
    2935   "TutorialAdvanced"; 
     36    - by the way, CreateLinkUsingComExample is already in the wiki 
    3037    
    3138"Keywords": //(8) 
    3239   "KeywordsCategory"; 
     40    - identitcal 
    3341    
    3442"Arrays": //(5) 
     
    3745"Common Errors": //(3) 
    3846   "CommonErrorsCategory"; 
     47    - identical 
    3948    
    4049"Delegates": //(8) 
    4150   "DelegateCategory"; 
     51    - identical 
    4252    
    4353"Foreach": //(6) 
    4454   "ForeachCategory"; 
     55    - identical 
    4556    
    4657"Function Literals": //(2) 
    4758   "FunctionLiteralsCategory"; 
     59    - identical 
    4860    
    4961"Handling errors", "Handling Errors": //(2) 
    5062   "HandlingErrorsCategory"; 
     63    - 2 took out DesignByContractExample 
    5164    
    5265"Operator Overloading": //(4) 
    5366   "OperatorOverloadingCategory"; 
     67    - identical 
    5468    
    5569"switch / case", "Switch / Case": //(3) 
     
    6478"DFL": //(7) 
    6579   "DflCategory"; 
     80    - identical 
    6681    
    6782"Mango": //(1) 
    6883   "MangoCategory"; 
     84    - identical 
    6985    
    7086"Standard Library": //(22) 
     
    7995   "Fundamentals": 
    8096      "It Compiles": "ItCompilesExample"; 
     97    - just date 
    8198      "Do Something": "DoSomethingExample"; 
     99    - just date 
    82100      "Initializing Variables": "InitializingVariablesExample"; 
     101    - just date 
    83102      "Data Types": "DataTypesExample"; 
     103    - just date 
    84104      "If/Else": "IfElseExample"; 
     105    - just date 
    85106      "The \"for\" Loop": "ForLoopExample"; 
     107    - just date 
    86108      "Variables": "VariablesExample"; 
    87109      "Expressions": "ExpressionsExample"; 
     110    - just date 
    88111      "Comments": "CommentsExample"; 
    89112        - just date 
     
    92115      "Get a number from the user (uses scanf)": "ScanfExample"; 
    93116      "Quadratic Equation (getting input and doing calculations)": "Quadratic EquationExample"; 
     117    - only in 2 
    94118      "Function": "FunctionExample"; 
     119    - just date 
    95120      "Nested Functions": "NestedFunctionsExample"; 
     121    - just date 
    96122      "Struct": "StructExample"; 
    97123      "Struct Initialization": "StructInitializationExample"; 
     
    104130      "Unittests": "UnittestsExample"; 
    105131      "Getch/Getchar": "GetchGetcharExample"; 
    106       default: writefln("Unknown example: %s", e); assert(0); 
     132    - just date 
    107133    
    108134   "Intermediate": 
     
    111137        - just date 
    112138      "Module usage": "ModuleUsageExample"; 
     139    - just date 
    113140      "Asm code for splitting ubyte into low and high nibbles": "SplittingUbyteWithAsmExample"; 
    114141      "Asm code for finding first occurrence of letter in string": "FindingFirstLetterWithAsmExample"; 
     142    - just date 
    115143      "Towers of Hanoi": "TowersOfHanoiExample"; 
    116144      "Factorial": "FactorialExample"; 
     145    - just date 
    117146      "Escape Sequences": "EscapeSequencesExample"; 
     147    - just date 
    118148      "Comments (Reprise)": "CommentsExampleTwo"; 
    119149        - just date 
    120150      "Nested Comments": "NestedCommentsExample"; 
     151    - just date 
    121152      "String Literals": "StringLiteralsExample"; 
    122153      "String and Number Literals": "StringAndNumberLiteralsExample"; 
     
    126157   "Advanced": 
    127158      "Printing international characters on Windows": "PrintingInternationalCharactersExamples"; 
     159    - only in 2 
    128160      "Date Localization using version": "DateLocalizationUsingVersionExample"; 
     161    - just date 
    129162      "Struct \"constructors\"": "StructConstructorsExample"; 
    130163      "Application path": "ApplicationPathExample"; 
    131164        - just date 
    132165      "Locales": "LocalesExample"; 
     166    - just date 
    133167      "CreateLink using COM": "CreateLinkUsingComExample"; 
     168    - just date - already in the wiki 
    134169      "Endless For Loop": "EndlessForLoopExample"; 
     170    - just date 
    135171      "Meta tags (__FILE__, __LINE__, etc.)": "MetaTagsExample"; 
     172    - just date 
    136173      "uudecode": "UudecodeExample"; 
    137174    
     
    144181    - just date 
    145182      "interface": "InterfaceExample"; 
     183    - just date 
    146184      "dchar": "DcharExample"; 
     185    - just date 
    147186      "final": "FinalExample"; 
     187    - just date 
    148188      "goto": "GotoExample"; 
     189    - just date 
    149190      "return": "ReturnExample"; 
    150191    
    151192   "Arrays": 
    152193      "Delete All Keys From Associative Array": "DeleteAllKeysFromAssocArrayExample"; 
     194    - just date 
    153195      "Static vs dynamic arrays": "StaticVsDynamicArraysExample"; 
    154196      "Dealing with strings copy": "CopyingStringsExample"; 
     197    - only in 2 
    155198      "Arrays of classes": "ArraysOfClassesExample"; 
    156199    - only in 2 
    157200      "Various char arrays": "VariousCharArraysExample"; 
    158201      "Dimensioning Static Arrays": "DimensioningStaticArraysExample"; 
     202    - just date 
    159203      "Returning Arrays from Functions": "ReturningArraysFromFunctionsExample"; 
    160204      "Using char[][] args": "UsingCharArrayArgumentsExample"; 
     
    162206   "Common Errors": 
    163207      "Increasing the Size of a Dynamic Array": "IncreasingSizeOfDynamicArrayExample"; 
     208    - just date 
    164209      "Using Objects": "UsingObjectsExample"; 
    165210      "Printing a Slice from a String": "PrintingSliceFromStringExample"; 
     211    - just date 
    166212    
    167213   "Delegates": 
     
    170216      "Proper creation & use of stack delegates": "UsingStackDelegatesExample"; 
    171217      "Don't Return a Stack Delegate": "DontReturnStackDelegateExample"; 
     218    - just date 
    172219      "Copyable stack delegates, implemented with structs and classes": "CopyableStackDelegatesWithStructsAndClassesExample"; 
     220    - just date 
    173221      "Copyable stack delegates (with writefln)": "CopyableStackDelegatesWithWriteflnExample"; 
     222    - just date 
    174223      "Delegate 1": "DelegateNonStaticNestedFunctionExample"; 
     224    - just date 
    175225      "Delegate 2": "IntFunctionDelegateExample"; 
     226    - just date 
    176227    
    177228   "Foreach": 
    178229      "Foreach on a class": "ForeachOnClassExample"; 
     230    - just date 
    179231      "Foreach with an inout": "ForeachWithInoutExample"; 
     232    - just date 
    180233      "Foreach with a string literal": "ForeachWithStringLiteralExample"; 
     234    - just date 
    181235      "Foreach with a char[]": "ForeachWithCharArrayExample"; 
     236    - just date 
    182237      "Foreach with key and value pairs": "ForeachKeyValuePairsExample"; 
     238    - just date 
    183239      "Associative array of strings": "ForeachStringArrExample"; 
     240    - just date 
    184241    
    185242   "Function Literals": 
    186243      "Function Literal Assignment": "FunctionLiteralAssignExample"; 
     244    - just date 
    187245      "Function Literal / Anonymous Function": "AnonymousFunctionExample"; 
    188     - only date 
     246    - just date 
    189247    
    190248   "Handling errors", "Handling Errors": 
    191249      "DBC: basic design by contract": "DesignByContractExample"; 
     250    - just date 
    192251      "Try/Catch/Finally": "TryCatchFinallyExample"; 
    193252    
    194253   "Operator Overloading": 
    195254      "Currency": "CurrencyExample"; 
     255    - just date 
    196256      "Currency (Using with)": "CurrencyUsingWithExample"; 
     257    - just date 
    197258      "opCall": "OpCallExample"; 
     259    - just date 
    198260      "Byte.d": "ByteOperatingOverloadExample"; 
    199261    - just date 
     
    220282      "Struct Template": "StructTemplateExample"; 
    221283      "Interface Template": "InterfaceTemplateExample"; 
     284    - just date 
    222285      "Iterator": "IteratorExample"; 
     286    - just date 
    223287      "Internal templates": "InternalTemplatesExample"; 
     288    - just date 
    224289      "Simple Template": "SimpleTemplateExample"; 
    225290      "Template Constructors": "TemplateConstructorsExample"; 
    226291      "Template Functions": "TemplateFunctionsExample"; 
    227292      "Multiple Inheritance with template 'bolt-ins'": "MultipleInheritanceWithTemplateBoltInsExample"; 
     293    - just date 
    228294      "Variable Arguments": "TemplateVariableArgumentsExample"; 
    229295      "Template RTTI": "TemplateRttiExample"; 
     
    234300      "Using versions to store multiple programs in one file": "UsingVersionsToStoreMultipleProgramInOneFileExample"; 
    235301      "Compile time versioning": "CompileTimeVersioningExample"; 
     302    - just date 
    236303    
    237304   "DFL": 
    238305      "DflMiniCalc": "DflMiniCalc"; 
     306    - just date 
    239307      "Resizable Dialog": "DflResizableDialog"; 
     308    - just date 
    240309      "MiniCalcWithRmb": "DflMiniCalcWithRmbExample"; 
     310    - just date 
    241311      "DflTextBox with Selection reverse video": "DflTextBoxWithSelectionExample"; 
     312    - just date 
    242313      "ToolTips and ListBox having Object entries": "DflToolTipsAndListBoxExamples"; 
     314    - just date 
    243315      "Checkboxes": "DflCheckboxesExample"; 
     316    - just date 
    244317      "Controls": "DflControlsExample"; 
     318    - just date 
    245319    
    246320   "Mango": 
    247321      "I/O with Mango": "IoWithMangoExample"; 
     322    - just date 
    248323    
    249324   "Standard Library": 
     
    251326      "I/O on stdin and stdout streams": "StdInStdOutStreamsExample"; 
    252327      "httpHEAD": "HttpHeadExample"; 
     328    - just date 
    253329      "OutBuffer": "OutBufferExample"; 
     330    - just date 
    254331      "Win32 Registry api": "WinRegistryApiExample"; 
    255332      "Using the File's \"FileMode\" attribute": "UsingFileModeExample"; 
    256333      "Elapsed Time (uses std.date and std.c.time)": "ElapsedTimeExample"; 
     334    - just date 
    257335      "Base64 Decoding": "BaseSixtyFourDecodingExample"; 
    258336    - just date 
    259337      "Compile all files into a .lib": "CompileAllFilesIntoLibExample"; 
     338    - just date 
    260339      "writef": "WritefExample"; 
    261340      "std.perf": "StdPerfExample"; 
    262341      "Make all.html": "MakeAllHtmlExample"; 
     342    - just date 
    263343      "File Input": "FileInputExample"; 
     344    - just date 
    264345      "recls": "ReclsExample"; 
    265346      "Regular Expressions": "RegularExpressionsExample"; 
     
    275356   "Windows GUI": 
    276357      "MiniCalc": "MiniCalcExample"; 
     358    - just date 
    277359      "TreeView": "TreeViewExample"; 
    278360      "MiniCalc - RestorePosition": "MiniCalcRestorePositionExample"; 
     361    - just date