Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « jay « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e2ef90e9a68c574ae5e492c77143a3bc59401458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
2005-09-20 Konstantin Triger <kostat@mainsift.com>

	* Added jay.vcproj to build jay on pure Win32

2005-03-14  Raja R Harinath  <rharinath@novell.com>

	* Makefile (install-local, uninstall-local): Disable when
	NO_INSTALL is defined.

2004-12-07  Raja R Harinath  <rharinath@novell.com>

	* Makefile (uninstall-local): Remove $(prefix)/man/man1/jay.1.

2004-11-24  Miguel de Icaza  <miguel@ximian.com>

	* skeleton.cs: use yacc_verbose_flag to control verbosity.

2004-06-10  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	
	* skeleton.cs: oops some uses of changed classes/interfaces also need to become internal.

2004-06-10  Atsushi Enomoto <atsushi@ximian.com>

	* skelton.cs: make classes/interfaces internal.

2004-06-03  Atsushi Enomoto <atsushi@ximian.com>

	* Makefile : ignore make run-test-ondotnet.

Mon May 3 08:34:32 CEST 2004 Paolo Molaro <lupus@ximian.com>

	* main.c, defs.h: use the proper header files instead of broken
	prototypes (thanks to Marcus for reporting).

2004-03-13  Miguel de Icaza  <miguel@ximian.com>

	* main.c (create_file_names): Try a few temp directories, since
	Windows uses a different directory naming scheme apparently: #47696

2004-03-05  Zoltan Varga  <vargaz@freemail.hu>

	* main.c: Applied patch from Albert Strasheim (13640887@sun.ac.za).
	Fix compilation under mingw.

2004-02-07  Miguel de Icaza  <miguel@ximian.com>

	* skeleton.cs: Report the token that we errored on;  Helps
	find parser errors.

2003-12-16  Atsushi Enomoto <atsushi@ximian.com>

	* skelton.cs : Added ErrorOutput text writer.

2003-10-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* output.c, skelton, skelton.cs : Renamed yyName[] to yyNames[]
	to make output CLS-compliant.

2003-05-16  Peter Williams  <peterw@ximian.com>

	* main.c (print_skel_dir): New function called when jay is
	passed '-p'; prints the directory where the default skeleton
	files are installed ($(prefix)/share/jay).

	* makefile (CFLAGS): Add a -DSKEL_DIRECTORY to support
	print_skel_dir.

	* jay.1: Document the -p parameter.

2003-05-16  Peter Williams  <peterw@ximian.com>

	* makefile (install): Call the install in makefile.gnu

	* makefile.gnu (install): Actually install jay and its skeleton
	files.

2003-02-09  Martin Baulig  <martin@ximian.com>

	* output.c: Use `#line default' instead of source file "-".

2003-01-13 Jackson Harper <jackson@latitudegeo.com>

	* skeleton.cs: Remove cleanup stuff, it has been moved to a better spot.

2003-01-13  Duncan Mak  <duncan@ximian.com>

	* skeleton.cs (cleanpup): Rename to cleanup to make it look more consistent.

2003-01-13 Jackson Harper <jackson@latitudegeo.com>

	* skeleton.cs: Call lexer.Cleanup when the lexer reaches the EOF.

2002-08-20  Miguel de Icaza  <miguel@ximian.com>

	* skeleton.cs: Fix the code that expanded the arrays dynamically,
	it was broken, and instead was copying 0 elements.

2002-07-10 Alp Toker  <alp@atoker.com>

	* main.c: mktemp() is deprecated with gcc 3.1.1, use mkstemp() instead

2001-07-15  Sean MacIsaac  <macisaac@ximian.com>

	* makefile: added windows and unix targets.

2001-07-14  Sean MacIsaac  <macisaac@ximian.com>

	* main.c: fixed error in command line flag -c if it was not first
	option.