Bug 133159 - code2html does not recognize C++ keywords (patch attached)
Bug#: 133159 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: CLOSED Severity: normal Priority: P2
Resolution: FIXED Assigned To: leonardop@gentoo.org Reported By: esigra@gmail.com
Component: Applications
URL:  https://sourceforge.net/tracker/index.php?func=detail&aid=1461302&group_id=2902&atid=102902
Summary: code2html does not recognize C++ keywords (patch attached)
Keywords:  
Status Whiteboard: 
Opened: 2006-05-12 18:51 0000
Description:   Opened: 2006-05-12 18:51 0000
code2html does not recognize C++ keywords. The upstream bug report is at:
https://sourceforge.net/tracker/index.php?func=detail&aid=1461302&group_id=2902&atid=102902

I made a patch to fix it, but I can not attach it to the upstream report. It
seems like only the reporter can do that.

------- Comment #1 From Erik 2006-05-12 18:53:06 0000 -------
Created an attachment (id=86675) [details]
Add the missing keywords and order them alphabetically. Also move true and
false to numerical constants, because that is what they are.

------- Comment #2 From Leonardo Boshell (RETIRED) 2006-05-17 13:46:58 0000 -------
Committed for code2html-0.9.1-r1.

Thanks for all the patches. Too bad that apparently code2html is now
unmaintained, maybe you could start a new project with this codebase? :)

------- Comment #3 From Erik 2006-05-17 13:58:00 0000 -------
Thanks for adding the patches. I am afraid that I do not have time to fork the
project, especially since I do not know any Perl: :-)