@@ -1717,17 +1717,17 @@ summary.
171717172014-07-04 Bin Cheng <
[email protected] >
17181718
17191719 * README (--enable-newlib-nano-formatted-io): Describe.
1720- * acconfig.h (_NANO_FORMATTED_IO ): Undef.
1721- * newlib.hin (_NANO_FORMATTED_IO ): Undef.
1720+ * acconfig.h (__NANO_FORMATTED_IO ): Undef.
1721+ * newlib.hin (__NANO_FORMATTED_IO ): Undef.
17221722 * configure.in (--enable-newlib-nano-formatted-io): New option.
17231723 * configure: Regenerated.
17241724 * libc/configure.in (--enable-newlib-nano-formatted-io): New option.
17251725 * libc/configure: Regenerated.
1726- * libc/stdio/Makefile.am (NEWLIB_NANO_FORMATTED_IO ): Support new
1726+ * libc/stdio/Makefile.am (NEWLIB__NANO_FORMATTED_IO ): Support new
17271727 configuration option.
17281728 * libc/stdio/Makefile.in: Regenerated.
17291729 * libc/stdio/asnprintf.c (_asniprintf_r, asniprintf): Use
1730- _NANO_FORMATTED_IO to declare alias prototypes.
1730+ __NANO_FORMATTED_IO to declare alias prototypes.
17311731 * libc/stdio/asprintf.c (_asiprintf_r, asiprintf): Ditto.
17321732 * libc/stdio/dprintf.c (_diprintf_r, diprintf): Ditto.
17331733 * libc/stdio/fprintf.c (_fiprintf_r, fiprintf): Ditto.
@@ -2783,8 +2783,8 @@ summary.
27832783
278427842013-06-19 Bin Cheng <
[email protected] >
27852785
2786- * acconfig.h (_UNBUF_STREAM_OPT ): Undefine.
2787- * newlib.hin (_UNBUF_STREAM_OPT ): Undefine.
2786+ * acconfig.h (__UNBUF_STREAM_OPT ): Undefine.
2787+ * newlib.hin (__UNBUF_STREAM_OPT ): Undefine.
27882788 * configure.in (--enable-newlib-unbuf-stream-opt): New option.
27892789 * configure: Regenerate.
27902790 * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't do optimization on
@@ -3109,11 +3109,11 @@ summary.
31093109
311031102013-04-10 Bin Cheng <
[email protected] >
31113111
3112- * acconfig.h (_FSEEK_OPTIMIZATION ): Undef
3113- * newlib.hin (_FSEEK_OPTIMIZATION ): Undef
3112+ * acconfig.h (__FSEEK_OPTIMIZATION ): Undef
3113+ * newlib.hin (__FSEEK_OPTIMIZATION ): Undef
31143114 * configure.in (--disable-newlib-fseek-optimization): New option.
31153115 * configure: Regenerated.
3116- * libc/stdio/fflush.c (__sflush_r): Use _FSEEK_OPTIMIZATION to
3116+ * libc/stdio/fflush.c (__sflush_r): Use __FSEEK_OPTIMIZATION to
31173117 control fseek optimization.
31183118 * libc/stdio/fseeko.c (_fseeko_r): Ditto.
31193119 * libc/stdio/makebuf.c (__smakebuf_r): Ditto.
@@ -3130,19 +3130,19 @@ summary.
31303130
313131312013-03-27 Bin Cheng <
[email protected] >
31323132
3133- * acconfig.h (_FVWRITE_IN_STREAMIO ): Undefine.
3134- * newlib.hin (_FVWRITE_IN_STREAMIO ): Undefine.
3133+ * acconfig.h (__FVWRITE_IN_STREAMIO ): Undefine.
3134+ * newlib.hin (__FVWRITE_IN_STREAMIO ): Undefine.
31353135 * configure.in (--disable-newlib-fvwrite-in-streamio): New option.
31363136 * configure: Regenerated.
3137- * libc/stdio/fputs.c (_fputs_r): Use _FVWRITE_IN_STREAMIO to
3137+ * libc/stdio/fputs.c (_fputs_r): Use __FVWRITE_IN_STREAMIO to
31383138 control __sfvwrite_r. Add alternative implementation.
31393139 * libc/stdio/fputws.c (_fputws_r): Ditto.
31403140 * libc/stdio/fwrite.c (_fwrite_r): Ditto.
31413141 * libc/stdio/puts.c (_puts_r): Ditto.
31423142 * libc/stdio/vfprintf.c (__ssputs_r, __sfputs_r): New function.
3143- (_VFPRINTF_R): Use _FVWRITE_IN_STREAMIO to control vector buffer.
3144- (__SPRINT): Use _FVWRITE_IN_STREAMIO to control macro definition.
3145- * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Use _FVWRITE_IN_STREAMIO
3143+ (_VFPRINTF_R): Use __FVWRITE_IN_STREAMIO to control vector buffer.
3144+ (__SPRINT): Use __FVWRITE_IN_STREAMIO to control macro definition.
3145+ * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Use __FVWRITE_IN_STREAMIO
31463146 to control vector buffer.
31473147
314831482013-03-26 Sebastian Huber <
[email protected] >
@@ -3586,7 +3586,7 @@ summary.
358635862012-08-10 Corinna Vinschen <
[email protected] >
35873587
35883588 * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Fix guard around state to
3589- allow usage in !FLOATING_POINT && __IO_C99_FORMATS case.
3589+ allow usage in !__IO_FLOATING_POINT && __IO_C99_FORMATS case.
35903590
359135912012-08-08 Eric Blake <
[email protected] >
35923592
@@ -10307,7 +10307,7 @@ summary.
10307103072007-05-23 Eric Blake <
[email protected] >
1030810308
1030910309 * libc/stdio/vfscanf.c (__SVFSCANF_R): Support scanf(%1$s).
10310- Avoid warning when !FLOATING_POINT .
10310+ Avoid warning when !__IO_FLOATING_POINT .
1031110311 * libc/stdio/vfprintf.c (_VFPRINTF_R): Simplify _NO_POS_ARGS
1031210312 slightly.
1031310313
@@ -13483,7 +13483,7 @@ summary.
1348313483
13484134842004-08-16 Nathan Sidwell <
[email protected] >
1348513485
13486- * libc/stdio/vfscanf.c (_NO_LONGLONG): Move out of FLOATING_POINT
13486+ * libc/stdio/vfscanf.c (_NO_LONGLONG): Move out of __IO_FLOATING_POINT
1348713487 #if.
1348813488
13489134892004-08-12 Jeff Johnston <
[email protected] >
@@ -14626,7 +14626,7 @@ summary.
1462614626 * iconvdata/Makefile.am: Make dependent on newlib's configure.host
1462714627 and set up default flags to pass to aclocal.
1462814628 * iconvdata/Makefile.in: Regenerated.
14629- * libc/sys/linux/Makefile.am: Add _ELIX_LEVEL_4 getlogin, getpwnam,
14629+ * libc/sys/linux/Makefile.am: Add __ELIX_LEVEL_4 getlogin, getpwnam,
1463014630 and getpwuid routines.
1463114631 * libc/sys/linux/Makefile.in: Regenerated.
1463214632 * libc/sys/linux/getlogin.c: New stub file to allow x86-linux
@@ -14637,7 +14637,7 @@ summary.
1463714637 that were formerly supplied by /usr/include/linux/types.h with
1463814638 kernel types.
1463914639 * testsuite/newlib.wctype/twctype.c: Fix testcase to properly
14640- test _ELIX_LEVEL macro.
14640+ test __ELIX_LEVEL macro.
1464114641
14642146422003-11-07 Jeff Johnston <
[email protected] >
1464314643
@@ -14848,7 +14848,7 @@ summary.
1484814848
14849148492003-09-04 Ben Elliston <
[email protected] >
1485014850
14851- * libc/stdlib/mstats.c[_ELIX_LEVEL ]: Fix guards. #ifndef FOO ||
14851+ * libc/stdlib/mstats.c[__ELIX_LEVEL ]: Fix guards. #ifndef FOO ||
1485214852 FOO >= 2 is invalid; use #if !defined (FOO) || FOO >= 2 instead.
1485314853
14854148542003-09-02 Thomas Pfaff <
[email protected] >
1676716767
16768167682002-08-27 Jeff Johnston <
[email protected] >
1676916769
16770- * configure.host: Remove _ELIX_LEVEL flag setting.
16770+ * configure.host: Remove __ELIX_LEVEL flag setting.
1677116771 * Makefile.am(stmp-targ-include): Copy newlib.h to targ-include.
1677216772 (install-data-local): Install newlib.h.
1677316773 * Makefile.in: Regenerated.
1677416774 * aclocal.m4: Ditto.
1677516775 * configure: Ditto.
1677616776 * configure.in: Add AM_CONFIG_HEADER to generate newlib.h based on
16777- newlib.hin. Add AC_DEFINE_UNQUOTED entries for _ELIX_LEVEL
16777+ newlib.hin. Add AC_DEFINE_UNQUOTED entries for __ELIX_LEVEL
1677816778 and _NEWLIB_VERSION to fill in newlib.h header file entries.
1677916779 In AC_OUTPUT statement, unset ac_file so multilib support does
1678016780 not use last ac_file temporary used in newlib.h configuration.
1679316793 * acinclude.m4: Add support for --enable-newlib-elix-level option.
1679416794 * aclocal.m4: Regenerated.
1679516795 * configure: Ditto.
16796- * configure.host: Add code to define _ELIX_LEVEL if
16796+ * configure.host: Add code to define __ELIX_LEVEL if
1679716797 --enable-newlib-elix-level option is used.
1679816798 * configure.in:
1679916799 * libc/aclocal.m4: Regenerated.
18957189572002-02-27 Jeff Johnston <
[email protected] >
1895818958
1895918959 * configure.host: Add check for --disable-newlib-io-float
18960- configuration option and add -DNO_FLOATING_POINT to newlib cflags
18960+ configuration option and add -D__IO_NO_FLOATING_POINT to newlib cflags
1896118961 if appropriate.
1896218962 * acinclude.m4: Added --disable-newlib-io-float option.
1896318963 * aclocal.m4: Regenerated.
1896418964 * configure: Ditto.
1896518965 * doc/aclocal.m4 doc/configure libc/aclocal.m4 libc/configure
1896618966 * libc/*/aclocal.m4 libc/*/configure
1896718967 * libm/*/aclocal.m4 libm/*/configure: Ditto.
18968- * libc/stdio/vfprintf.c [!INTEGER_ONLY]: Only set FLOATING_POINT
18969- if NO_FLOATING_POINT flag is not defined.
18968+ * libc/stdio/vfprintf.c [!INTEGER_ONLY]: Only set __IO_FLOATING_POINT
18969+ if __IO_NO_FLOATING_POINT flag is not defined.
1897018970
18971189712002-02-25 Jeff Johnston <
[email protected] >
1897218972
0 commit comments