Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MLKForm class cluster: Add -freeVariables. | Matthias Andreas Benkard | 2008-09-01 | 2 | -0/+57 |
| | |||||
* | MLKNumber: Add -numerator and -denominator. | Matthias Benkard | 2008-08-31 | 4 | -4/+19 |
| | |||||
* | Documentation: Various improvements. | Matthias Benkard | 2008-08-31 | 4 | -4/+9 |
| | |||||
* | Documentation: Add sections. | Matthias Benkard | 2008-08-31 | 3 | -4/+30 |
| | |||||
* | MLKBinding, MLKCharacter: Document. | Matthias Benkard | 2008-08-30 | 2 | -1/+92 |
| | |||||
* | Revert "Add headerDoc2HTML.config." | Matthias Benkard | 2008-08-29 | 2 | -3/+0 |
| | | | | This reverts commit 986a3e287c919bb4e8968f3f362aa2f65eb6fce2. | ||||
* | Add headerDoc2HTML.config. | Matthias Benkard | 2008-08-29 | 2 | -0/+3 |
| | |||||
* | MLKRoot: #import NSPathUtilities.h. | Matthias Benkard | 2008-08-29 | 1 | -0/+1 |
| | |||||
* | GNUmakefile: Copy the whole Sacla directory as a resource into ToiletKit. | Matthias Benkard | 2008-08-29 | 1 | -10/+11 |
| | | | | See the included comment for a rant and assorted details. | ||||
* | NaturalDocs/ObjC.pm: Stylistic improvements. | Matthias Benkard | 2008-08-29 | 1 | -3/+3 |
| | |||||
* | Update NaturalDocs/Menu.txt. | Matthias Andreas Benkard | 2008-08-29 | 1 | -0/+2 |
| | |||||
* | Update .gitignore. | Matthias Andreas Benkard | 2008-08-29 | 1 | -0/+9 |
| | |||||
* | Add docs.sh. | Matthias Andreas Benkard | 2008-08-29 | 1 | -0/+3 |
| | |||||
* | Add NaturalDocs/README.ObjC. | Matthias Andreas Benkard | 2008-08-29 | 1 | -0/+35 |
| | |||||
* | Partially document functions.h. | Matthias Andreas Benkard | 2008-08-29 | 1 | -0/+133 |
| | |||||
* | Natural Docs Objective-C handling: Further refinements. | Matthias Andreas Benkard | 2008-08-29 | 2 | -2/+1 |
| | |||||
* | NaturalDocs/Languages.txt: Skip .m and .mm files. | Matthias Andreas Benkard | 2008-08-29 | 2 | -4/+4 |
| | |||||
* | NaturalDocs/ObjC.pm: Make the prototype parser aware of ordinary C function ↵ | Matthias Andreas Benkard | 2008-08-29 | 1 | -0/+28 |
| | | | | prototypes. | ||||
* | MLKCons: Improve documentation. | Matthias Andreas Benkard | 2008-08-29 | 1 | -2/+21 |
| | |||||
* | Merge mulk_benkard@ssh.phx.nearlyfreespeech.net:/home/htdocs/code/mulklisp | Matthias Andreas Benkard | 2008-08-29 | 11 | -312/+492 |
|\ | |||||
| * | MLKCons: Fix a typo in the documentation. | Matthias Andreas Benkard | 2008-08-29 | 1 | -1/+1 |
| | | |||||
| * | NaturalDocs/ObjC.pm: Add copyright notice. | Matthias Andreas Benkard | 2008-08-29 | 1 | -5/+16 |
| | | |||||
| * | Add Natural Docs configuration. | Matthias Andreas Benkard | 2008-08-29 | 4 | -0/+359 |
| | | |||||
| * | MLKCons: Convert documentation to Natural Docs format. | Matthias Andreas Benkard | 2008-08-29 | 1 | -27/+39 |
| | | |||||
| * | MLKCons: Add HeaderDoc comments. | Matthias Benkard | 2008-08-29 | 1 | -0/+44 |
| | | |||||
| * | Make ToiletKit self-contained. | Matthias Benkard | 2008-08-28 | 6 | -312/+66 |
| | | |||||
* | | GUI: Make the copyright notices on the info panel more consistent. | Matthias Andreas Benkard | 2008-08-29 | 1 | -3/+4 |
|/ | |||||
* | Credits.rtf: Clarify that Toilet Lisp's licence is the GNU LGPLv3 rather ↵ | Matthias Andreas Benkard | 2008-08-28 | 1 | -3/+3 |
| | | | | than the GNU GPLv3. | ||||
* | Add ToiletLispInfo.plist. | Matthias Andreas Benkard | 2008-08-28 | 1 | -0/+23 |
| | |||||
* | Listener: Keep the output view on the bottom by scrolling. | Matthias Andreas Benkard | 2008-08-28 | 1 | -0/+38 |
| | |||||
* | Listener: Perform GUI manipulation on the main thread. | Matthias Andreas Benkard | 2008-08-28 | 2 | -13/+47 |
| | |||||
* | Listener: Evaluate fixnums without crashing. | Matthias Benkard | 2008-08-28 | 1 | -1/+3 |
| | |||||
* | Listener: Run the evaluator in its own thread. | Matthias Benkard | 2008-08-28 | 2 | -8/+23 |
| | |||||
* | Listener: Execute code after reading it. | Matthias Benkard | 2008-08-28 | 13 | -372/+739 |
| | |||||
* | LOAD: Print messages on *STANDARD-OUTPUT* instead of stderr. | Matthias Andreas Benkard | 2008-08-28 | 2 | -13/+19 |
| | |||||
* | Add class MLKFileHandleStream. | Matthias Andreas Benkard | 2008-08-28 | 5 | -6/+136 |
| | |||||
* | Eliminate MLKStream, introduce MLKBinaryStream and MLKCharacterStream. | Matthias Andreas Benkard | 2008-08-28 | 33 | -314/+610 |
| | |||||
* | Listener: Add output stream stubs. | Matthias Benkard | 2008-08-28 | 2 | -0/+37 |
| | |||||
* | Listener: Select the input field after clearing it. | Matthias Andreas Benkard | 2008-08-28 | 1 | -1/+2 |
| | |||||
* | Add Credits.rtf. | Matthias Benkard | 2008-08-28 | 1 | -0/+10 |
| | |||||
* | Listener: Disable the “Submit” button while the interpreter is working, ↵ | Matthias Benkard | 2008-08-28 | 5 | -251/+307 |
| | | | | move status messages to the bottom left. | ||||
* | Listener: Add a bottom bar indicating the interpreter's status. | Matthias Benkard | 2008-08-28 | 6 | -1166/+1444 |
| | |||||
* | GUI: Customise the standard about panel. | Matthias Benkard | 2008-08-28 | 5 | -20/+11 |
| | |||||
* | Xcode project: Bring targets' names more in line with what GNUmakefile calls ↵ | Matthias Benkard | 2008-08-28 | 1 | -13/+13 |
| | | | | them. | ||||
* | Listener: Colour comment output. | Matthias Benkard | 2008-08-28 | 3 | -1095/+1124 |
| | |||||
* | Listener: Take input from the user and print the forms read back. | Matthias Benkard | 2008-08-28 | 1 | -0/+44 |
| | |||||
* | Xcode project: Cleanups. | Matthias Benkard | 2008-08-28 | 1 | -12/+10 |
| | |||||
* | GUI: Add a hack preventing the LLVM compiler from being optimised out by ld. | Matthias Benkard | 2008-08-28 | 1 | -0/+11 |
| | |||||
* | Rename Toilet.nib to MainMenu.nib. | Matthias Benkard | 2008-08-28 | 6 | -10/+45 |
| | |||||
* | RPLACA, RPLACD: Return the modified cons instead of NIL. | Matthias Andreas Benkard | 2008-08-27 | 1 | -2/+2 |
| |