* HttpWebRequest.cs: When retrying a POST request after an authentication
[mono.git] / mcs / jay / ChangeLog
1 2004-02-07  Miguel de Icaza  <miguel@ximian.com>
2
3         * skeleton.cs: Report the token that we errored on;  Helps
4         find parser errors.
5
6 2003-12-16  Atsushi Enomoto <atsushi@ximian.com>
7
8         * skelton.cs : Added ErrorOutput text writer.
9
10 2003-10-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
11
12         * output.c, skelton, skelton.cs : Renamed yyName[] to yyNames[]
13         to make output CLS-compliant.
14
15 2003-05-16  Peter Williams  <peterw@ximian.com>
16
17         * main.c (print_skel_dir): New function called when jay is
18         passed '-p'; prints the directory where the default skeleton
19         files are installed ($(prefix)/share/jay).
20
21         * makefile (CFLAGS): Add a -DSKEL_DIRECTORY to support
22         print_skel_dir.
23
24         * jay.1: Document the -p parameter.
25
26 2003-05-16  Peter Williams  <peterw@ximian.com>
27
28         * makefile (install): Call the install in makefile.gnu
29
30         * makefile.gnu (install): Actually install jay and its skeleton
31         files.
32
33 2003-02-09  Martin Baulig  <martin@ximian.com>
34
35         * output.c: Use `#line default' instead of source file "-".
36
37 2003-01-13 Jackson Harper <jackson@latitudegeo.com>
38
39         * skeleton.cs: Remove cleanup stuff, it has been moved to a better spot.
40
41 2003-01-13  Duncan Mak  <duncan@ximian.com>
42
43         * skeleton.cs (cleanpup): Rename to cleanup to make it look more consistent.
44
45 2003-01-13 Jackson Harper <jackson@latitudegeo.com>
46
47         * skeleton.cs: Call lexer.Cleanup when the lexer reaches the EOF.
48
49 2002-08-20  Miguel de Icaza  <miguel@ximian.com>
50
51         * skeleton.cs: Fix the code that expanded the arrays dynamically,
52         it was broken, and instead was copying 0 elements.
53
54 2002-07-10 Alp Toker  <alp@atoker.com>
55
56         * main.c: mktemp() is deprecated with gcc 3.1.1, use mkstemp() instead
57
58 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
59
60         * makefile: added windows and unix targets.
61
62 2001-07-14  Sean MacIsaac  <macisaac@ximian.com>
63
64         * main.c: fixed error in command line flag -c if it was not first
65         option.
66