bionic/libc
Elliott Hughes 02c78a3867 Reimplement isinf/isnan/fpclassify.
Also move isinf and isnan into libc like everyone else.

Also move fpclassify to libc like the BSDs (but unlike glibc). We need
this to be able to upgrade our float/double/long double parsing to gdtoa.

Also add some missing aliases. We now have all of:

  isnan, __isnan, isnanf, __isnanf, isnanl, __isnanl,
  isinf, __isinf, isinff, __isinff, isinfl, __isinfl,
  __fpclassify, __fpclassifyd, __fpclassifyf, __fpclassifyl.

Bug: 13469877
Change-Id: I407ffbac06c765a6c5fffda8106c37d7db04f27d
2014-04-14 14:35:47 -07:00
..
arch-arm Reimplement isinf/isnan/fpclassify. 2014-04-14 14:35:47 -07:00
arch-arm64 Reimplement isinf/isnan/fpclassify. 2014-04-14 14:35:47 -07:00
arch-common/bionic AArch64: Add initial support for AArch64 2013-12-16 17:00:22 -08:00
arch-mips Implement _Exit(3). 2014-04-08 17:16:13 -07:00
arch-mips64 Implement _Exit(3). 2014-04-08 17:16:13 -07:00
arch-x86 Reimplement isinf/isnan/fpclassify. 2014-04-14 14:35:47 -07:00
arch-x86_64 Implement _Exit(3). 2014-04-08 17:16:13 -07:00
bionic Reimplement isinf/isnan/fpclassify. 2014-04-14 14:35:47 -07:00
dns bionic: Replace iface with opaque netid in resolver. 2014-04-01 16:25:49 -04:00
include Use the glibc name user_fpregs_struct. 2014-04-09 16:35:36 -07:00
kernel Fix kernel header scrubbing for LP64. 2014-04-08 10:15:06 -07:00
private Add stpcpy/stpncpy. 2014-04-07 16:41:53 -07:00
stdio Reimplement isinf/isnan/fpclassify. 2014-04-14 14:35:47 -07:00
stdlib Clean up localeconv(3). 2014-04-08 14:34:12 -07:00
tools Bring the generate-NOTICE script up to date. 2014-03-06 15:10:22 -08:00
tzcode Merge "Fix locatime.c indentation after sync" 2014-02-28 18:02:22 +00:00
unistd Reimplement clock(3) and switch to OpenBSD time(3). 2014-03-11 13:37:11 -07:00
upstream-dlmalloc Fix build warning of initialization but no use. 2012-09-06 09:59:13 -07:00
upstream-freebsd Clean up <stdio.h> macros. 2014-03-13 14:54:53 -07:00
upstream-netbsd Add lsearch(3) for ltrace. 2014-04-01 12:40:00 -07:00
upstream-openbsd Clean up localeconv(3). 2014-04-08 14:34:12 -07:00
zoneinfo Upgrade to tzdata2014b. 2014-04-02 14:43:27 -07:00
Android.mk Reimplement isinf/isnan/fpclassify. 2014-04-14 14:35:47 -07:00
crt.mk Reconfig libc's Android.mk to build for multilib 2014-02-12 13:58:34 -08:00
MODULE_LICENSE_BSD auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
NOTICE Update the NOTICE files 2014-03-10 11:23:52 +00:00
SYSCALLS.TXT Implement _Exit(3). 2014-04-08 17:16:13 -07:00