From: Lionel D. <lio...@ya...> - 2008-10-09 18:57:31
|
Diego Biurrun wrote: > > What do you, and others, think about upgrading the getopt files ? > > If by upgrading you mean fixing the license header like I just did > for libmpeg2 then my answer is: I would leave the files untouched > since they are externally imported files. Nope, I meant replacing getopt.{c,h} with more recent versions that seem to have compatibility / portability improvements: * getopt.c: libmpeg2 has v1.37 (Sat Feb 12 07:33:25 2000 UTC), upstream has v1.57 (Sat Mar 29 20:19:18 2008 UTC); * getopt.h: libmpeg2 has v1.12 (Sun Nov 8 12:01:34 1998 UTC), upstream has v1.21 (Fri Mar 19 00:19:32 2004 UTC). (I've checked the versions for this mail, I hadn't done it before suggesting upgrading in my first mail.) > It's incredibly lame that not even the core GNU projects get > this right. Agreed. Lionel. |