Christian Anthon wrote: > On 6/18/06, Christian Anthon <[EMAIL PROTECTED]> wrote: > >> makeweights.c still has PushLocale... >> > and so do the other make*.c files.
grep PushLocale *.c
eval.c: /* PushLocale ( "C" ); */
external.c: /* PushLocale( "C" ); Fuck */
gnubgmodule.c: /* PushLocale("C"); */
makeweights.c: PushLocale ( "C" );
looks like it's only makeweights... or is there something I've missed?
> More importantly NeuralNetLoad in
> eval.c is no longer protected, this may lead to problems for people
> loading neuralnets in text format when using locales that uses comma
> instead of point.
Yes, I've thought of this, but I believe that neuralnet.c is compiled
without i18n, and should therefore work fine. It may be reong to assume
it's always going to be like this.....
> If you touch the files in gnubg/lib, glib would have
> to be included when make the lib.
Yes, for this reason I believe we can keep it as it is. Silly or smart?
-Øystein
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
