CVS log for 2002/css-validator/org/w3c/css/parser/analyzer/TokenMgrError.java
Up to [Public] / 2002 / css-validator / org / w3c / css / parser / analyzer
Request diff between arbitrary revisions
Default branch: 1
Revision 1.6 / (download) - annotate - [select for diffs]
, Wed Sep 14 15:14:18 2005 UTC (3 years, 2 months ago) by ylafon
CVS Tags: validator_release,
soap12_release,
HEAD
Changes since 1.5: +5 -5
lines
Diff to previous 1.5
(colored)
From Jean-Guilhem Rouel (again!)
Reformatting of code
Fix for bug 774 [1] (even more warnings)
Fix for bug 768 [2]
Modification of the soap output format (each warning list and error list has
the URI it refers to)
[1] http://www.w3.org/Bugs/Public/show_bug.cgi?id=774
[2] http://www.w3.org/Bugs/Public/show_bug.cgi?id=768
Revision 1.5 / (download) - annotate - [select for diffs]
, Thu Sep 8 12:23:33 2005 UTC (3 years, 2 months ago) by ylafon
Changes since 1.4: +2 -2
lines
Diff to previous 1.4
(colored)
Changes from Jean-Guilhem Rouel
Bug fixed: 1174 845 160 766
See
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1174
http://www.w3.org/Bugs/Public/show_bug.cgi?id=845
http://www.w3.org/Bugs/Public/show_bug.cgi?id=160
http://www.w3.org/Bugs/Public/show_bug.cgi?id=766
The handling of selectors has been redone almost entirely.
Also, changelog in files has been removed.
Revision 1.4 / (download) - annotate - [select for diffs]
, Fri Jul 22 09:45:18 2005 UTC (3 years, 4 months ago) by ylafon
Changes since 1.3: +11 -2
lines
Diff to previous 1.3
(colored)
Added code for error Handling (Jean-Guilhem Rouel)
Revision 1.3 / (download) - annotate - [select for diffs]
, Tue Mar 30 13:24:18 2004 UTC (4 years, 7 months ago) by ylafon
Changes since 1.2: +133 -133
lines
Diff to previous 1.2
(colored)
Fixes in CssParser.jj
<DEFAULT>
TOKEN:
{
< CLASS : "." <IDENT> >
}
and use of n=<CLASS> {
instead of "." n=<IDENT> {
If fixes bug 328
http://www.w3.org/Bugs/Public/show_bug.cgi?id=328
Also, JavaCC version 3.2 has been used to regenerate .java classes with the
follwing options:
javacc -STATIC=false -LOOKAHEAD:2
Things to look at:
JAVA_UNICODE_ESCAPE (default false)
UNICODE_INPUT (default false)
(should we force that?)
Revision 1.2 / (download) - annotate - [select for diffs]
, Wed Jul 24 09:48:44 2002 UTC (6 years, 3 months ago) by sijtsche
CVS Tags: version-20030828,
actual_feb_2003
Changes since 1.1: +133 -133
lines
Diff to previous 1.1
(colored)
new version generated by JavaCC
Revision 1.1 / (download) - annotate - [select for diffs]
, Wed Mar 13 19:55:52 2002 UTC (6 years, 8 months ago) by plehegar
CVS Tags: original_march_2002
Diff
New
This form allows you to request diff's between any two
revisions of a file. You may select a symbolic revision
name using the selection box or you may type in a numeric
name using the type-in text box.
Webmaster