W3C CVS Root

CVS log for Amaya/amaya/fetchHTMLname.h

[BACK] Up to [Public] / Amaya / amaya

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 30 14:35:34 2005 UTC (19 years ago) by vatton
Branches: MAIN
CVS tags: HEAD, Amaya-9-55-1, Amaya-9-55, Amaya-9-54, Amaya-9-53bis, Amaya-9-53, Amaya-9-52, Amaya-9-51, Amaya-9-5, Amaya-9-4, Amaya-9-3, Amaya-9-2-1, Amaya-9-2, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3, Amaya-11-2, Amaya-11-1, Amaya-11-0, Amaya-10-0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Update the copyrigh.
Irene

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:53:05 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-1, Amaya-8-7, Amaya-8-6, Amaya-8-5, Amaya-8-4, Amaya-8-3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Removing _I18N_ within amaya and annotlib directories
Extending the copyright to 2004
Adding needed convertions utf-8 to the default charset.
Irene

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jan 6 15:42:10 2003 UTC (21 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-2, Amaya-8-1b, Amaya-8-1, Amaya-8-0, Amaya-7-2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
New COPYRIGHT.
Irene

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 29 15:01:41 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-7-1, Amaya-7-0, Amaya-6-4, Amaya-6-3, Amaya-6-2, Amaya-6-1, Amaya-6-0, Amaya-5-3, Amaya-5-2, Amaya-5-1, Amaya-5-0, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -1 lines
Mixing the HTML parser and the XML parser
Irene

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Aug 22 14:28:37 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -19 lines
Preparing the parsing according to the current profile
Irene

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Feb 16 17:03:54 2000 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-3-2-1, Amaya-3-2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Unicode.
New Features:
- html2thot.c
  * GetNextChar allows to get the next Wide Char from a file or a buffer.
  * ParseHTMLError writes a multibyte string into the output file. This file
    is supposed to be UTF 8 for the moment.

- config.c
  New function: GetNextWideCharFromMultibyteString allows to read the right number
  bytes into a string coded in char* (bytes) and gives a Wide Char.
  This function is used in getFirstWord, getSecondWord, SingleWord, getStringAfterColon.
  It also will be used for the HTML parser.


- fileaccess.c
  New function:
  * TtaGetWideChar reads the right number of bytes to give a wide char
  * TtaWriteWideChar transforms a wide char into the right number of bytes and writes
    the bytes into a file.
  Modified functoins:
  * TtaWriteDocIdent
  * TtaCheckDirectory
  * TtaReadOpen

- uio.c
  New function: ufgets allows to read the right number of bytes from a given
  file to give a Wide character string which length is N (parameter of ufgets).
  If N > NB (number of wide characters remaining) then ufgets returns a
  Wide Character String whitch length is NB.
  if EOF then ufgets returns NULL.

- css.c
  Style sheets are handled as Wide Characters now.
  LoadStyleSheets is adapted to handle Wide Character Strings.

- mesage.c
  TtaGetMessageTable allowd to fill a table of Wide Character
  Strings from a file.

- registry.c
  New function WGetEnv.
  Windows provides _wgetenv to get system env vars coded in Wide Characters
  * WGetEnv does the samething on Unix.

  Modified functions:
  * TtaGetEnvString
  * TtaGetDefEnvString

- platforms.c
  Modified function: TtaFileExist.

Work still to do:
- interface with libwww
- interface with motif dialogs.

Ramzi.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 24 16:51:50 2000 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Unicode.

Ramzi

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Sep 10 07:37:10 1999 UTC (24 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -2 lines
Make Amaya able to print with CSS and fix some bugs in the CSS parser:
- Amaya didn't detect complex selectors and managed them as simple selectors
- Amaya tried to interpret CSS comment within CSS rules.
Irene

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jul 13 11:13:28 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN
Creation of 2 new modules to collect parsing functions shared by
the HTML, XML and CSS parsers
Irene

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