das         2007-12-16 21:19:29 UTC

  FreeBSD src repository

  Modified files:
    lib/msun             Makefile Symbol.map 
    lib/msun/src         math.h 
    lib/libc/stdlib      strtod.3 
  Added files:
    lib/msun/ld80        s_nanl.c 
    lib/msun/ld128       s_nanl.c 
    lib/msun/src         s_nan.c 
    lib/msun/man         nan.3 
  Log:
  Implement and document nan(), nanf(), and nanl(). This commit
  adds two new directories in msun: ld80 and ld128. These are for
  long double functions specific to the 80-bit long double format
  used on x86-derived architectures, and the 128-bit format used on
  sparc64, respectively.
  
  Revision  Changes    Path
  1.22      +23 -4     src/lib/libc/stdlib/strtod.3
  1.81      +12 -3     src/lib/msun/Makefile
  1.8       +3 -0      src/lib/msun/Symbol.map
  1.1       +47 -0     src/lib/msun/ld128/s_nanl.c (new)
  1.1       +47 -0     src/lib/msun/ld80/s_nanl.c (new)
  1.1       +99 -0     src/lib/msun/man/nan.3 (new)
  1.63      +5 -1      src/lib/msun/src/math.h
  1.1       +66 -0     src/lib/msun/src/s_nan.c (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to