W3C CVS Root

CVS log for libwww/Library/src/HTMLPDTD.html

[BACK] Up to [Public] / libwww / Library / src

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 2.33: download - view: text, markup, annotated - select for diffs
Fri Nov 11 14:03:15 2005 UTC (18 years, 4 months ago) by vbancrof
Branches: MAIN
CVS tags: candidate-5-4-1, HEAD
Diff to: previous 2.32: preferred, colored
Changes since revision 2.32: +9 -1 lines
add extern c and HTFile_dirent_buf_size

Revision 2.32: download - view: text, markup, annotated - select for diffs
Thu Jan 6 10:48:50 2000 UTC (24 years, 2 months ago) by kahan
Branches: MAIN
CVS tags: repeat-requests, before_webdav, Release-5-4-0, Release-5-3-1, Amaya-6-3, Amaya-6-1, Amaya-5-2, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2, Amaya
Diff to: previous 2.31: preferred, colored
Changes since revision 2.31: +2 -2 lines
JK: Adding patches proposed by Joe bester (bester@mcs.anl.gov):

 This fixes some compile problems and coredumps
 on Linux, Irix, and AIX.

 This patch adds configure-time checks for ctime_r(), readdir_r(),
 gethostbyname_r(), gethostbyaddr_r(), and getlogin_r().
 I also have a couple of minor modifications to some of the html
 headers to get them to compile with the AIX compiler. The cast in
 HTUtils.html works around the fact that xlc thinks that
 0xFFFFFFFF is too large for a 32-bit enumeration value (weird,
 yes?).

 Finally, there is am increase of the HOSTENT_MAX value. I kept
 running into trouble with the DNS resolver with the default
 buffer size.

Revision 2.31: download - view: text, markup, annotated - select for diffs
Fri Jun 25 19:09:20 1999 UTC (24 years, 9 months ago) by raff
Branches: MAIN
Diff to: previous 2.30: preferred, colored
Changes since revision 2.30: +2 -2 lines
Updated list of character entities with new entries from HTML 4.0 DTD.
Also made HTML.c use the definition HTML_ENTITIES from HTMLPDTD.h, so
that the compiler should catch differences in the two modules.

Revision 2.30: download - view: text, markup, annotated - select for diffs
Fri Apr 2 16:10:36 1999 UTC (25 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-8, Amaya_2_4
Diff to: previous 2.29: preferred, colored
Changes since revision 2.29: +731 -224 lines
Raffaele Sena: As promised, here is the HTML parser updated to support
all the tags and attributes defined in HTML 4.0.

I left all the deprecated tags, but removed all the tags that
basically never existed in the real world (H7 ? HTMLPLUS, etc.)

I added all the attributes as specified in the HTML 4.0 DTD, apart for
the SCRIPT/event related attributes ( ON* ).

I created a couple of macros to define attributes, so that basically
the same definition can be copied between HTMLPDTD.c and HTMLPDTD.h
(preserving the ordering and the spelling).

Revision 2.29: download - view: text, markup, annotated - select for diffs
Fri Jan 22 14:52:01 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2-6, Before-New-Trace-Messages
Diff to: previous 2.28: preferred, colored
Changes since revision 2.28: +13 -1 lines
Added new HTML tags provided by Raffaele Sena - thanks

Revision 2.28: download - view: text, markup, annotated - select for diffs
Wed Jan 6 15:38:47 1999 UTC (25 years, 2 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.27: preferred, colored
Changes since revision 2.27: +279 -107 lines
A completely rewritten HText interface that makes it a lot easier to use the libwww HTML parser and also doesn't throw away tags or entities that are not defined in the libwww HTML DTD. The new interface is based on registering callbacks so that the application doesn't have to provide the old HText functions that it didn't use. The HTML parser itself has also improved as it now knows about several HTML 4.0 tags. Finally, there are three new sample applications called showtags, showtext, and showlinks which illustrate how to use the new HText interface. Currently the line mode browser hasn't been updated so it doesn't compile for the moment.

Revision 2.27: download - view: text, markup, annotated - select for diffs
Sat Aug 29 16:49:57 1998 UTC (25 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2
Diff to: previous 2.26: preferred, colored
Changes since revision 2.26: +26 -7 lines
Support for frames in HTML parser and persistent cache fixes for NT. Slight changes to HText interface to better support nwe HTML elements

Revision 2.26: download - view: text, markup, annotated - select for diffs
Thu May 14 02:10:43 1998 UTC (25 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1m
Diff to: previous 2.25: preferred, colored
Changes since revision 2.25: +2 -2 lines
Changing old pub/WWW links

Revision 2.25: download - view: text, markup, annotated - select for diffs
Wed Feb 25 20:48:34 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1l, Release-5-1k, Release-5-1j
Diff to: previous 2.24: preferred, colored
Changes since revision 2.24: +11 -3 lines
*** empty log message ***

Revision 2.24: download - view: text, markup, annotated - select for diffs
Sat Feb 7 23:59:22 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.23: preferred, colored
Changes since revision 2.23: +10 -2 lines
*** empty log message ***

Revision 2.23: download - view: text, markup, annotated - select for diffs
Sun Feb 16 18:42:36 1997 UTC (27 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1g, Release-5-1e, Release-5-1d, Release-5-1b, Release-5-1a, Release-5-1
Diff to: previous 2.22: preferred, colored
Changes since revision 2.22: +3 -3 lines
Changed name of sample coed library

Revision 2.22: download - view: text, markup, annotated - select for diffs
Tue Jul 2 22:54:49 1996 UTC (27 years, 9 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0a, Release-5-0, Release-4-1b5, Release-4-1b4, Release-4-1b3, PIPELINE1
Diff to: previous 2.21: preferred, colored
Changes since revision 2.21: +3 -2 lines
4.1b2

Revision 2.21: download - view: text, markup, annotated - select for diffs
Tue May 21 00:44:42 1996 UTC (27 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b1
Diff to: previous 2.20: preferred, colored
Changes since revision 2.20: +3 -3 lines
update of LMB

Revision 2.20: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:47:52 1996 UTC (27 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.19: preferred, colored
Changes since revision 2.19: +9 -2 lines
new transport and Content Coding support

Revision 2.19: download - view: text, markup, annotated - select for diffs
Sun Mar 10 21:57:22 1996 UTC (28 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.18: preferred, colored
Changes since revision 2.18: +1 -1 lines
4.1 autoconf

Revision 2.18: download - view: text, markup, annotated - select for diffs
Mon Mar 4 03:12:59 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
Diff to: previous 2.17: preferred, colored
Changes since revision 2.17: +7 -7 lines
Autoconf

Revision 2.17: download - view: text, markup, annotated - select for diffs
Mon Nov 20 00:14:39 1995 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6, v4/0D, v4/0C, v4/0B, v4/0, autoconf
Diff to: previous 2.16: preferred, colored
Changes since revision 2.16: +7 -7 lines
Merged Error and Dialog system

Revision 2.16: download - view: text, markup, annotated - select for diffs
Fri Sep 8 17:41:26 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre5, v4/0pre4, v4/0pre3
Diff to: previous 2.15: preferred, colored
Changes since revision 2.15: +1 -1 lines
new hypertext links in source

Revision 2.15: download - view: text, markup, annotated - select for diffs
Sun Aug 27 23:21:46 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.14: preferred, colored
Changes since revision 2.14: +2 -1 lines
no more HText requirement :-)

Revision 2.14: download - view: text, markup, annotated - select for diffs
Sun Aug 20 06:51:23 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.13: preferred, colored
Changes since revision 2.13: +2 -1 lines
better PUT & POST - work on cache

Revision 2.13: download - view: text, markup, annotated - select for diffs
Sat Jul 8 19:53:23 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre3, v3/1, NT1, NNTP
Diff to: previous 2.12: preferred, colored
Changes since revision 2.12: +2 -2 lines
change to W3C Reference Library

Revision 2.12: download - view: text, markup, annotated - select for diffs
Fri May 19 02:05:46 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre2, v3/1pre1, WinNT, NT
Diff to: previous 2.11: preferred, colored
Changes since revision 2.11: +1 -1 lines
final swap to MIT statements

Revision 2.11: download - view: text, markup, annotated - select for diffs
Fri May 19 00:53:09 1995 UTC (28 years, 10 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.10: preferred, colored
Changes since revision 2.10: +23 -2 lines
Windows NT back on main branch

Revision 2.9.2.2: download - view: text, markup, annotated - select for diffs
Wed May 17 22:31:45 1995 UTC (28 years, 10 months ago) by frystyk
Branches: WindowsNT
Diff to: previous 2.9.2.1: preferred, colored; branchpoint 2.9: preferred, colored; next MAIN 2.10: preferred, colored
Changes since revision 2.9.2.1: +3 -3 lines
merging with rest of 3.1

Revision 2.9.2.1: download - view: text, markup, annotated - select for diffs
Tue May 16 20:11:41 1995 UTC (28 years, 10 months ago) by cbrooks
Branches: WindowsNT
Diff to: previous 2.9: preferred, colored
Changes since revision 2.9: +23 -2 lines
OSF/RI NT Changes

Revision 2.10: download - view: text, markup, annotated - select for diffs
Thu May 4 22:08:24 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
Diff to: previous 2.9: preferred, colored
Changes since revision 2.9: +3 -3 lines
Basics of release 3.1

Revision 2.9: download - view: text, markup, annotated - select for diffs
Tue Mar 21 17:41:33 1995 UTC (29 years ago) by frystyk
Branches: MAIN
CVS tags: v3/0
Branch point for: WindowsNT
Diff to: previous 2.8: preferred, colored
Changes since revision 2.8: +15 -10 lines
Getting Library back on main branch

Revision 2.7.2.1: download - view: text, markup, annotated - select for diffs
Thu Mar 9 18:25:16 1995 UTC (29 years ago) by frystyk
Branches: without-configure
CVS tags: v3/0pre3
Diff to: previous 2.7: preferred, colored; next MAIN 2.8: preferred, colored
Changes since revision 2.7: +15 -9 lines
Library version 3.0beta

Revision 2.8: download - view: text, markup, annotated - select for diffs
Tue Dec 6 14:28:20 1994 UTC (29 years, 3 months ago) by roeber
Branches: MAIN
CVS tags: with-configure
Diff to: previous 2.7: preferred, colored
Changes since revision 2.7: +1 -0 lines
Now uses GNU Autoconf

Revision 2.7: download - view: text, markup, annotated - select for diffs
Thu Nov 24 21:11:21 1994 UTC (29 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: v3/0pre2, v3/0pre1
Branch point for: without-configure
Diff to: previous 2.6: preferred, colored
Changes since revision 2.6: +26 -8 lines
New COPYRIGHT HEADERS and BETTER multi :-)

Revision 2.6: download - view: text, markup, annotated - select for diffs
Fri Jul 15 09:30:47 1994 UTC (29 years, 8 months ago) by timbl
Branches: MAIN
CVS tags: v2/17, cern-update
Diff to: previous 2.5: preferred, colored
Changes since revision 2.5: +43 -68 lines
Dget it to compile again.  boy I hat eVI

D
 few

Revision 2.5: download - view: text, markup, annotated - select for diffs
Thu Jun 2 11:17:07 1994 UTC (29 years, 10 months ago) by timbl
Branches: MAIN
CVS tags: v2/16pre2, v2/16pre1
Diff to: previous 2.4: preferred, colored
Changes since revision 2.4: +3 -2 lines
Mods for NextStep editor

Revision 2.4: download - view: text, markup, annotated - select for diffs
Tue Mar 29 07:57:44 1994 UTC (30 years ago) by frystyk
Branches: MAIN
Diff to: previous 2.3: preferred, colored
Changes since revision 2.3: +16 -4 lines
New HTSimplify(), HTBrowseDirectory(), HTFTPBrowseDirectory (not final), HTMLGen understands <IMG>, Nested <PRE> no more problem in HTML_start_element()

Revision 2.3: download - view: text, markup, annotated - select for diffs
Wed Mar 2 16:10:23 1994 UTC (30 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: v2/15
Diff to: previous 2.2: preferred, colored
Changes since revision 2.2: +1 -1 lines
Introduced HTFormatInitNIM for Non interactive mode in HTInit, and corrected bug in HTMLPDTD.c

Revision 2.2: download - view: text, markup, annotated - select for diffs
Thu Dec 9 11:58:31 1993 UTC (30 years, 3 months ago) by timbl
Branches: MAIN
Diff to: previous 2.1: preferred, colored
Changes since revision 2.1: +12 -1 lines
progress continues.. untested

Revision 2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 30 08:10:48 1993 UTC (30 years, 4 months ago) by timbl
Branches: MAIN
adding HTMLPDTD files

Diff request

This form allows you to request diffs 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.

Log view options

Webmaster