Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133159 - code2html does not recognize C++ keywords (patch attached)
Summary: code2html does not recognize C++ keywords (patch attached)
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Leonardo Boshell (RETIRED)
URL: https://sourceforge.net/tracker/index...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-12 18:51 UTC by Erik
Modified: 2009-05-30 16:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Add the missing keywords and order them alphabetically. Also move true and false to numerical constants, because that is what they are. (missing_c++_keywords-1.diff,1.52 KB, patch)
2006-05-12 18:53 UTC, Erik
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erik 2006-05-12 18:51:35 UTC
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 Erik 2006-05-12 18:53:06 UTC
Created attachment 86675 [details, diff]
Add the missing keywords and order them alphabetically. Also move true and false to numerical constants, because that is what they are.
Comment 2 Leonardo Boshell (RETIRED) gentoo-dev 2006-05-17 13:46:58 UTC
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 Erik 2006-05-17 13:58:00 UTC
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: :-)