Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 1a4654cdb333ad144ff9f7b2e16de416 > files > 6

cpp2html-1.2-3mdk.i586.rpm

2001-01-11  Lorenzo Bettini  <lorenzo.bettini@penteres.it>

        * Version 1.2 released

	* src/scanner.ll: fixed a bug in number recognition
	fixed a bug in #include scanning

	* TODO.txt: Added TODO list

	* src/tags.h: include string.h

2000-12-25  Lorenzo Bettini (LAP)  <bettini@dsi.unifi.it>

	* Version 1.1 released
	
	* src/footer.html: added, used with --footer

	* src/header.html: added, used with --header
	
	* doc/cpp2html.html.in: added, version number is automatically
	substituted during configuration

	* src/main.cc (readFile): read a file and return the contents in
	a char *.
	(print_top): it is assumed that if header is specified, the colors
	are defined there
	(main): handle header and footer options.
	(read_file): open the file as binary otherwise we'd
	have problems under windows, as the number of char read could be
	less then the total number of char.
	
	* src/helptext.text: removed, no longer needed, help is generated
	by the command line parser
	
	* src/cmdline.ggo: added, used by gengetopt to generate the
	command line parser.

	* src/cmdline.c: created automatically by gengetopt.

2000-07-23  Lorenzo Bettini (LAP)  <lorenzo.bettini@penteres.it>

	* src/optparser.yy: substituted JAVA2HTML for CPP2HTML, otherwise
	standard tags.j2h file was not found

2000-04-23  Tom Hull <thull@kscable.com>
	
	* src/scanner.ll: treat as numbers also hexadecimal integer constants
	and also floadting point numbers.

2000-04-23  Lorenzo Bettini (LAP)  <lorenzo.bettini@penteres.it>

	* src/scanner.ll: /* */ comments only in INITIAL STATE, bug fixed,
	bug notified by Michael Gasche <mgasche@datacomm.ch> for java2html

2000-04-02  Lorenzo Bettini (LAP)  <lorenzo.bettini@penteres.it>

	* src/main.cc (generate): with start and end

	* src/textgen.h: generate with start and end

	* src/scanner.ll: c++ keywords and types