There are some languages which are fairly C compatible and can make use of the #includes and the native calling interface without an intermediate wrapper. They have some keywords we should not touch (NOT AT ALL - even, if the code is never exported). The same applies for some functions/ variables of some common libraries.
We have violated this rule in the past, so the cases where this has happened are marked with an old_name -> new_name entry to help porting old applications which suddenly break.
All names on the left side of such rules and all other mentioned below are to be avoided.
Please report all other namespace conflicts you encounter, so we can fix it.
-> slf (done)
o.k.
o.k.
o.k.
o.k.
o.k.
o.k.
o.k.
o.k.
used in SVGAlib. Probably o.k. - not our problem.
used in SVGAlib. See YES.
used throughout the source ... particularly EvStack.
C reserved word. o.k.
C reserved word. o.k.
o.k.
o.k.
o.k.
o.k.
o.k.
o.k.
o.k.
o.k.
o.k. (once used in display.c, but that' in the kernel patch, so ...)
o.k.
o.k.
o.k.
o.k.
o.k.
o.k.
o.k.
o.k.
o.k.
o.k.
o.k.
o.k.
defined in system.h - doesn't seem to be used except in util/ggiset*. go to ggi_bool ? Drop it ?
EvStack uses this. Should we allow C++ there ? (->clss)
-> priv (still used in kernel drivers ... well - they aren't C++)
-> virt
-> ggiindex (done)
???
These are commonly used for about anything ... Maybe prefix with ggi