bionic/libc/stdio
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
..
fileext.h More OpenBSD cleanup (primarily string). 2014-02-24 18:02:05 -08:00
findfp.c Remove ALIGNBYTES and ALIGN from <sys/param.h> 2014-03-21 09:59:34 +00:00
floatio.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
fread.c Fix the handle locking in stdio 2011-02-14 09:32:56 -08:00
fvwrite.c Bug 3330205 Put blanks and zeroes in const area 2011-01-09 11:38:56 -08:00
fvwrite.h Bug 3330205 Put blanks and zeroes in const area 2011-01-09 11:38:56 -08:00
glue.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
local.h Clean up <stdio.h> macros. 2014-03-13 14:54:53 -07:00
snprintf.c Remove _FORTIFY_SOURCE in implementation files. 2013-10-01 15:02:07 -07:00
sprintf.c Remove _FORTIFY_SOURCE in implementation files. 2013-10-01 15:02:07 -07:00
vfprintf.c Reimplement isinf/isnan/fpclassify. 2014-04-14 14:35:47 -07:00
wcio.h typo in libc/stdio/wcio.h 2011-07-02 20:29:25 -04:00