mailing list of musl libc
 help / color / mirror / code / Atom feed
* remaining gnulib/glibc incompatibilities
@ 2012-10-16 17:51 John Spencer
  2012-10-17 10:52 ` Szabolcs Nagy
  2012-10-21 22:38 ` Rich Felker
  0 siblings, 2 replies; 3+ messages in thread
From: John Spencer @ 2012-10-16 17:51 UTC (permalink / raw)
  To: musl

i tested with m4, using my configure.cache workaround ( 
https://github.com/rofl0r/sabotage/blob/master/KEEP/config.cache#L77 ) 
for bogus tests:

the following configure tests failed, apart from getopt, which is 
expected; causing a gnulib replacement to get built:

http://sprunge.us/FcJT putenv expects GNU behaviour,

http://sprunge.us/DdhN regex expects a ton of GNU additions, causing 
about 120KB in objects to get built,

http://sprunge.us/EfdS and strtod expects "nan()" to be accepted.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: remaining gnulib/glibc incompatibilities
  2012-10-16 17:51 remaining gnulib/glibc incompatibilities John Spencer
@ 2012-10-17 10:52 ` Szabolcs Nagy
  2012-10-21 22:38 ` Rich Felker
  1 sibling, 0 replies; 3+ messages in thread
From: Szabolcs Nagy @ 2012-10-17 10:52 UTC (permalink / raw)
  To: musl

* John Spencer <maillist-musl@barfooze.de> [2012-10-16 19:51:42 +0200]:
> http://sprunge.us/EfdS and strtod expects "nan()" to be accepted.

this one can be easily fixed

(it seems gratuitous complexity in the standard, but that's how it is)

i don't know the internals of floatscan though
i guess the 'pok' argument tells if putback is ok
and if it's false then at most one putback is allowed

if arbitrary long putback is possible when pok==1
then i can create a patch (that always returns the
same nan for all correct nan(...) formats)

otherwise we can add support for "nan" and "nan()" only


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: remaining gnulib/glibc incompatibilities
  2012-10-16 17:51 remaining gnulib/glibc incompatibilities John Spencer
  2012-10-17 10:52 ` Szabolcs Nagy
@ 2012-10-21 22:38 ` Rich Felker
  1 sibling, 0 replies; 3+ messages in thread
From: Rich Felker @ 2012-10-21 22:38 UTC (permalink / raw)
  To: musl

On Tue, Oct 16, 2012 at 07:51:42PM +0200, John Spencer wrote:
> i tested with m4, using my configure.cache workaround (
> https://github.com/rofl0r/sabotage/blob/master/KEEP/config.cache#L77
> ) for bogus tests:
> 
> the following configure tests failed, apart from getopt, which is
> expected; causing a gnulib replacement to get built:
> 
> http://sprunge.us/FcJT putenv expects GNU behaviour,

Fixed in git.

> http://sprunge.us/DdhN regex expects a ton of GNU additions, causing
> about 120KB in objects to get built,

Not really fixable.

> http://sprunge.us/EfdS and strtod expects "nan()" to be accepted.

Fixed in git.

Rich


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-21 22:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-16 17:51 remaining gnulib/glibc incompatibilities John Spencer
2012-10-17 10:52 ` Szabolcs Nagy
2012-10-21 22:38 ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).