1 2010-05-08 Daniel Nauck <dna@mono-project.de>
3 * csharp.sln: enable build for jay project in Debug|Win32 configuration.
5 2010-05-08 Daniel Nauck <dna@mono-project.de>
7 * csharp.sln: add jay project as build dependency to Mono.CSharp project.
9 2010-04-27 Miguel de Icaza <miguel@novell.com>
11 * repl.cs: Improvements to run better on Windows.
13 2010-05-27 Marek Safar <marek.safar@gmail.com>
15 * repl.cs: Sync with the latest gmcs
17 2010-02-08 Miguel de Icaza <miguel@novell.com>
19 * getline.cs: Add support for ESC-letter to become Alt-letter.
21 2010-02-05 Miguel de Icaza <miguel@novell.com>
23 * getline.cs (NextAvailable): Fix off-by-one error
25 2010-02-04 Miguel de Icaza <miguel@novell.com>
27 * Take advantage of the Describe feature.
29 2009-12-16 Miguel de Icaza <miguel@novell.com>
31 * repl.cs: Avoid crash, fixes 554898
33 2009-09-07 Marek Safar <marek.safar@gmail.com>
35 * repl.cs: Disabled Report.Stderr hacking.
37 2009-04-17 Miguel de Icaza <miguel@novell.com>
39 * Makefile: Make this build using csharplib instead of referencing
40 the gmcs.exe that was just built.
42 * repl.cs: Support executing files that were specified in the
45 2008-12-16 Jb Evain <jbevain@novell.com>
47 * Makefile: use the monolinker.exe from the profile directory.
49 2008-11-02 Miguel de Icaza <miguel@novell.com>
51 * repl.cs: Fix regression, quit when requested.
53 2008-09-28 Miguel de Icaza <miguel@novell.com>
55 * repl.cs (PrettyPrint): Add support for displaying characters
58 2008-09-27 Miguel de Icaza <miguel@novell.com>
60 * getline.cs: Add support for autocompletion.
62 * repl.cs (RunRepl): Catch exceptions, and send those as errors
65 * repl.cs: Rename AttachedCSharpShell to ClientCSharpShell.
67 Make most of the CSharpShell code into instance code, so that we
68 can override the behavior on ClientCSharpShell and reuse most of
71 CSharpShell now has a virtual `Evaluate' that is used to implement
74 Implemented a new more robust protocol for sending the information
77 Now the results are show on the client, and come prettyprinted.
79 2008-09-25 Miguel de Icaza <miguel@novell.com>
81 * repl.cs: On errors, return null.
83 2008-09-24 Zoltan Varga <vargaz@gmail.com>
85 * Makefile repl.cs: Add support for attaching to arbitrary mono
88 2008-09-10 Miguel de Icaza <miguel@novell.com>
90 * Move the repl shell here.