[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / csharp / ChangeLog
1 2010-05-08  Daniel Nauck <dna@mono-project.de>
2
3         * csharp.sln: enable build for jay project in Debug|Win32 configuration.
4
5 2010-05-08  Daniel Nauck <dna@mono-project.de>
6
7         * csharp.sln: add jay project as build dependency to Mono.CSharp project.
8
9 2010-04-27  Miguel de Icaza  <miguel@novell.com>
10
11         * repl.cs: Improvements to run better on Windows. 
12
13 2010-05-27  Marek Safar  <marek.safar@gmail.com>
14
15         * repl.cs: Sync with the latest gmcs
16
17 2010-02-08  Miguel de Icaza  <miguel@novell.com>
18
19         * getline.cs: Add support for ESC-letter to become Alt-letter.
20
21 2010-02-05  Miguel de Icaza  <miguel@novell.com>
22
23         * getline.cs (NextAvailable): Fix off-by-one error
24
25 2010-02-04  Miguel de Icaza  <miguel@novell.com>
26
27         * Take advantage of the Describe feature.
28
29 2009-12-16  Miguel de Icaza  <miguel@novell.com>
30
31         * repl.cs: Avoid crash, fixes 554898
32
33 2009-09-07  Marek Safar  <marek.safar@gmail.com>
34
35         * repl.cs: Disabled Report.Stderr hacking.
36
37 2009-04-17  Miguel de Icaza  <miguel@novell.com>
38
39         * Makefile: Make this build using csharplib instead of referencing
40         the gmcs.exe that was just built.
41         
42         * repl.cs: Support executing files that were specified in the
43         command line. 
44
45 2008-12-16  Jb Evain  <jbevain@novell.com>
46
47         * Makefile: use the monolinker.exe from the profile directory.
48
49 2008-11-02  Miguel de Icaza  <miguel@novell.com>
50
51         * repl.cs: Fix regression, quit when requested.
52
53 2008-09-28  Miguel de Icaza  <miguel@novell.com>
54
55         * repl.cs (PrettyPrint): Add support for displaying characters
56         properly. 
57
58 2008-09-27  Miguel de Icaza  <miguel@novell.com>
59
60         * getline.cs: Add support for autocompletion.
61         
62         * repl.cs (RunRepl): Catch exceptions, and send those as errors
63         back to the client.
64
65         * repl.cs: Rename AttachedCSharpShell to ClientCSharpShell.
66
67         Make most of the CSharpShell code into instance code, so that we
68         can override the behavior on ClientCSharpShell and reuse most of
69         the logic there.
70
71         CSharpShell now has a virtual `Evaluate' that is used to implement
72         the evaluator. 
73
74         Implemented a new more robust protocol for sending the information
75         back and forth.
76
77         Now the results are show on the client, and come prettyprinted.
78
79 2008-09-25  Miguel de Icaza  <miguel@novell.com>
80
81         * repl.cs: On errors, return null.
82
83 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
84
85         * Makefile repl.cs: Add support for attaching to arbitrary mono
86         processes.
87
88 2008-09-10  Miguel de Icaza  <miguel@novell.com>
89
90         * Move the repl shell here.
91