Name: Anonymous 2009-08-26 13:44
It's the time for the next revision of the C standard and for some reason they want your advice. What do you add, remove, rename, etc ?
const const cast fixes, remove the untagged nested struct/union bubbling crap, remove the sole register storage class semantic.int, short, long, long long, uint, ushort, ulong, size_t, ptrdiff_t, int, uintn_t, intn_t, intptr_t, int_fastn_t, uint_fastn_t, int_leastn_t, uint_leastn_t, uintptr_t crap is just remarkably stupid. int and char should be implementation defined widths, but it does not make sense for anything else.errno crap is incredibly stupid, not thread safe, not even internally consistent. Look at the code for parsing a long in man 3 strtol, and compare with Java catch(NumberFormatException e).