* HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
[mono.git] / mcs / jay / ChangeLog
1 2003-05-16  Peter Williams  <peterw@ximian.com>
2
3         * main.c (print_skel_dir): New function called when jay is
4         passed '-p'; prints the directory where the default skeleton
5         files are installed ($(prefix)/share/jay).
6
7         * makefile (CFLAGS): Add a -DSKEL_DIRECTORY to support
8         print_skel_dir.
9
10         * jay.1: Document the -p parameter.
11
12 2003-05-16  Peter Williams  <peterw@ximian.com>
13
14         * makefile (install): Call the install in makefile.gnu
15
16         * makefile.gnu (install): Actually install jay and its skeleton
17         files.
18
19 2003-02-09  Martin Baulig  <martin@ximian.com>
20
21         * output.c: Use `#line default' instead of source file "-".
22
23 2003-01-13 Jackson Harper <jackson@latitudegeo.com>
24
25         * skeleton.cs: Remove cleanup stuff, it has been moved to a better spot.
26
27 2003-01-13  Duncan Mak  <duncan@ximian.com>
28
29         * skeleton.cs (cleanpup): Rename to cleanup to make it look more consistent.
30
31 2003-01-13 Jackson Harper <jackson@latitudegeo.com>
32
33         * skeleton.cs: Call lexer.Cleanup when the lexer reaches the EOF.
34
35 2002-08-20  Miguel de Icaza  <miguel@ximian.com>
36
37         * skeleton.cs: Fix the code that expanded the arrays dynamically,
38         it was broken, and instead was copying 0 elements.
39
40 2002-07-10 Alp Toker  <alp@atoker.com>
41
42         * main.c: mktemp() is deprecated with gcc 3.1.1, use mkstemp() instead
43
44 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
45
46         * makefile: added windows and unix targets.
47
48 2001-07-14  Sean MacIsaac  <macisaac@ximian.com>
49
50         * main.c: fixed error in command line flag -c if it was not first
51         option.
52