96b73bb2bdd645e42ab9497a14c2c610b4a9beda
[mono.git] / mcs / tools / csharp / ChangeLog
1 2008-09-28  Miguel de Icaza  <miguel@novell.com>
2
3         * repl.cs (PrettyPrint): Add support for displaying characters
4         properly. 
5
6 2008-09-27  Miguel de Icaza  <miguel@novell.com>
7
8         * getline.cs: Add support for autocompletion.
9         
10         * repl.cs (RunRepl): Catch exceptions, and send those as errors
11         back to the client.
12
13         * repl.cs: Rename AttachedCSharpShell to ClientCSharpShell.
14
15         Make most of the CSharpShell code into instance code, so that we
16         can override the behavior on ClientCSharpShell and reuse most of
17         the logic there.
18
19         CSharpShell now has a virtual `Evaluate' that is used to implement
20         the evaluator. 
21
22         Implemented a new more robust protocol for sending the information
23         back and forth.
24
25         Now the results are show on the client, and come prettyprinted.
26
27 2008-09-25  Miguel de Icaza  <miguel@novell.com>
28
29         * repl.cs: On errors, return null.
30
31 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
32
33         * Makefile repl.cs: Add support for attaching to arbitrary mono
34         processes.
35
36 2008-09-10  Miguel de Icaza  <miguel@novell.com>
37
38         * Move the repl shell here.
39