1 2009-04-17 Miguel de Icaza <miguel@novell.com>
3 * Makefile: Make this build using csharplib instead of referencing
4 the gmcs.exe that was just built.
6 * repl.cs: Support executing files that were specified in the
9 2008-12-16 Jb Evain <jbevain@novell.com>
11 * Makefile: use the monolinker.exe from the profile directory.
13 2008-11-02 Miguel de Icaza <miguel@novell.com>
15 * repl.cs: Fix regression, quit when requested.
17 2008-09-28 Miguel de Icaza <miguel@novell.com>
19 * repl.cs (PrettyPrint): Add support for displaying characters
22 2008-09-27 Miguel de Icaza <miguel@novell.com>
24 * getline.cs: Add support for autocompletion.
26 * repl.cs (RunRepl): Catch exceptions, and send those as errors
29 * repl.cs: Rename AttachedCSharpShell to ClientCSharpShell.
31 Make most of the CSharpShell code into instance code, so that we
32 can override the behavior on ClientCSharpShell and reuse most of
35 CSharpShell now has a virtual `Evaluate' that is used to implement
38 Implemented a new more robust protocol for sending the information
41 Now the results are show on the client, and come prettyprinted.
43 2008-09-25 Miguel de Icaza <miguel@novell.com>
45 * repl.cs: On errors, return null.
47 2008-09-24 Zoltan Varga <vargaz@gmail.com>
49 * Makefile repl.cs: Add support for attaching to arbitrary mono
52 2008-09-10 Miguel de Icaza <miguel@novell.com>
54 * Move the repl shell here.