Fix formatting

This commit is contained in:
Corinna Vinschen 2013-10-18 08:44:12 +00:00
parent e4aa6ea112
commit f3debae528

View File

@ -6,40 +6,40 @@
* README (enable-newlib-global-atexit): Description for * README (enable-newlib-global-atexit): Description for
new option. new option.
2013-10-18 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-10-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/sys/unistd.h (MAXPATHLEN): Delete. * libc/include/sys/unistd.h (MAXPATHLEN): Delete.
* libc/include/sys/param.h (MAXPATHLEN): Define. * libc/include/sys/param.h (MAXPATHLEN): Define.
* libc/sys/rtems/sys/param.h (MAXPATHLEN): Likewise. * libc/sys/rtems/sys/param.h (MAXPATHLEN): Likewise.
* libc/unix/getcwd.c: Include <sys/param.h> for MAXPATHLEN. * libc/unix/getcwd.c: Include <sys/param.h> for MAXPATHLEN.
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/libc/sys/rtems/sys/param.h: Update some parameters to * libc/libc/sys/rtems/sys/param.h: Update some parameters to
the latest FreeBSD values. the latest FreeBSD values.
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/sys/rtems/machine/_types.h (_HAVE_SYSTYPES): Define. * libc/sys/rtems/machine/_types.h (_HAVE_SYSTYPES): Define.
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/sys/rtems/include/limits.h (_POSIX_HOST_NAME_MAX): * libc/sys/rtems/include/limits.h (_POSIX_HOST_NAME_MAX):
Define. Define.
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/sys/rtems/machine/_types.h (__dev_t): Define. * libc/sys/rtems/machine/_types.h (__dev_t): Define.
(__dev_t_defined) Likewise. (__dev_t_defined) Likewise.
* libc/include/sys/_types.h (__dev_t): Delete RTEMS specific * libc/include/sys/_types.h (__dev_t): Delete RTEMS specific
definition. definition.
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/sys/rtems/machine/_types.h (_ssize_t): Delete. * libc/sys/rtems/machine/_types.h (_ssize_t): Delete.
(__ssize_t_defined) Likewise. (__ssize_t_defined) Likewise.
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/machine/_default_types.h (__int8_t): Define via * libc/include/machine/_default_types.h (__int8_t): Define via
<stdint.h> provided type. <stdint.h> provided type.
@ -57,7 +57,7 @@
(__int64_t): Likewise. (__int64_t): Likewise.
(__uint64_t): Likewise. (__uint64_t): Likewise.
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/paths.h (_PATH_DEVNULL): Define. * libc/include/paths.h (_PATH_DEVNULL): Define.
(_PATH_DEVZERO): Likewise. (_PATH_DEVZERO): Likewise.
@ -88,7 +88,7 @@
* libc/stdlib/nano-mallocr.c (nano_allopt): Typo fixed to ... * libc/stdlib/nano-mallocr.c (nano_allopt): Typo fixed to ...
(nano_mallopt): ... this. (nano_mallopt): ... this.
2013-09-12 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-09-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/sys/cdefs.h: Synchronize with latest FreeBSD * libc/include/sys/cdefs.h: Synchronize with latest FreeBSD
version. version.
@ -381,7 +381,7 @@
* libc/include/sys/cdefs.h (_Static_assert): Accommodate gcc >= 4.6. * libc/include/sys/cdefs.h (_Static_assert): Accommodate gcc >= 4.6.
2013-05-16 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-05-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/reent/reent.c (_wrapup_reent): Remove. * libc/reent/reent.c (_wrapup_reent): Remove.
@ -402,7 +402,7 @@
* configure.in: Fix help text for disable-newlib-atexit-dynamic-alloc option. * configure.in: Fix help text for disable-newlib-atexit-dynamic-alloc option.
* configure: Regenerated. * configure: Regenerated.
2013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/sys/config.h (_REENT_GLOBAL_ATEXIT): Define for * libc/include/sys/config.h (_REENT_GLOBAL_ATEXIT): Define for
RTEMS. RTEMS.
@ -417,7 +417,7 @@
* libc/stdlib/__call_atexit.c (_global_atexit): Define if * libc/stdlib/__call_atexit.c (_global_atexit): Define if
_REENT_GLOBAL_ATEXIT is defined. _REENT_GLOBAL_ATEXIT is defined.
2013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/sys/reent.h (_ATEXIT_INIT): Define. * libc/include/sys/reent.h (_ATEXIT_INIT): Define.
(_ATEXIT_INIT_PTR): Likewise. (_ATEXIT_INIT_PTR): Likewise.
@ -428,7 +428,7 @@
(__register_exitproc): Use _GLOBAL_ATEXIT and _GLOBAL_ATEXIT0. (__register_exitproc): Use _GLOBAL_ATEXIT and _GLOBAL_ATEXIT0.
* libc/stdlib/__call_atexit.c (__call_exitprocs): Likewise. * libc/stdlib/__call_atexit.c (__call_exitprocs): Likewise.
2013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/stdlib/__atexit.c (__atexit_lock): Declare. * libc/stdlib/__atexit.c (__atexit_lock): Declare.
* libc/stdlib/__call_atexit.c (__atexit_lock): Define. * libc/stdlib/__call_atexit.c (__atexit_lock): Define.
@ -449,7 +449,7 @@
* libc/machine/nios2/configure: New (autogenerated). * libc/machine/nios2/configure: New (autogenerated).
* libc/machine/nios2/setjmp.s: New. * libc/machine/nios2/setjmp.s: New.
2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/stdio/local.h (CHECK_INIT): Evaluate argument only once. * libc/stdio/local.h (CHECK_INIT): Evaluate argument only once.
(CHECK_STD_INIT): Likewise. (CHECK_STD_INIT): Likewise.
@ -493,7 +493,7 @@
* libc/time/gmtime.c (gmtime): Likewise. * libc/time/gmtime.c (gmtime): Likewise.
* libc/time/lcltime.c (lcltime): Likewise. * libc/time/lcltime.c (lcltime): Likewise.
2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/sys/reent.h (_REENT_INIT_PTR): Reduce code size. * libc/include/sys/reent.h (_REENT_INIT_PTR): Reduce code size.
@ -503,7 +503,7 @@
ifnottexinfo. ifnottexinfo.
* libm/libm.texinfo: Ditto. * libm/libm.texinfo: Ditto.
2013-04-25 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/stdio/local.h (_STDIO_CLOSE_PER_REENT_STD_STREAMS): New define. * libc/stdio/local.h (_STDIO_CLOSE_PER_REENT_STD_STREAMS): New define.
* libc/stdio/findfp.c (_STDIO_CLOSE_PER_REENT_STD_STREAMS): Use define. * libc/stdio/findfp.c (_STDIO_CLOSE_PER_REENT_STD_STREAMS): Use define.
@ -634,7 +634,7 @@
* libc/stdio/vfwprintf.c (_VFWPRINTF_R): Use _FVWRITE_IN_STREAMIO * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Use _FVWRITE_IN_STREAMIO
to control vector buffer. to control vector buffer.
2013-03-26 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-03-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/stdio/local.h (_STDIO_WITH_THREAD_CANCELLATION_SUPPORT): * libc/stdio/local.h (_STDIO_WITH_THREAD_CANCELLATION_SUPPORT):
New define. New define.
@ -643,7 +643,7 @@
* libc/stdio/freopen.c: Likewise. * libc/stdio/freopen.c: Likewise.
* libc/stdio64/freopen64.c: Likewise. * libc/stdio64/freopen64.c: Likewise.
2013-03-15 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-03-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* newlib/libc/stdio/findfp.c (glue_with_file): New. * newlib/libc/stdio/findfp.c (glue_with_file): New.
(__sfmoreglue): Use glue_with_file to avoid alignment problems. (__sfmoreglue): Use glue_with_file to avoid alignment problems.
@ -850,7 +850,7 @@
* libc/machine/arm/strcmp.S (compute_return_value): Fix return value. * libc/machine/arm/strcmp.S (compute_return_value): Fix return value.
* testsuite/newlib.string/strcmp-1.c (main): Add new test cases. * testsuite/newlib.string/strcmp-1.c (main): Add new test cases.
2012-11-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2012-11-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/sys/reent.h (__sFILE): Change type of _offset * libc/include/sys/reent.h (__sFILE): Change type of _offset
from int to _off_t. from int to _off_t.
@ -861,7 +861,7 @@
* libc/stdio/fseeko.c: Copy implementation from previous * libc/stdio/fseeko.c: Copy implementation from previous
_fseek_r(). _fseek_r().
2012-11-26 Sebastian Huber <sebastian.huber@embedded-brains.de> 2012-11-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/inttypes.h: Add and use __INTTYPES_EXP(). * libc/include/inttypes.h: Add and use __INTTYPES_EXP().
@ -1325,7 +1325,7 @@
* libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode. * libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode.
2012-02-09 Sebastian Huber <sebastian.huber@embedded-brains.de> 2012-02-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/sys/rtems/sys/utime.h: Include <sys/types.h> to provide a * libc/sys/rtems/sys/utime.h: Include <sys/types.h> to provide a
definition of time_t. definition of time_t.
@ -1557,7 +1557,7 @@
being given as negative. being given as negative.
(mktime): Set tm_isdst=0 when !daylight. (mktime): Set tm_isdst=0 when !daylight.
2011-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de> 2011-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/sys/types.h: XML and RTEMS define * libc/include/sys/types.h: XML and RTEMS define
_UNIX98_THREAD_MUTEX_ATTRIBUTES and can use the standard _UNIX98_THREAD_MUTEX_ATTRIBUTES and can use the standard
@ -2923,7 +2923,7 @@
* libc/stdio/vfprintf.c (_VFPRINTF_R): Just wave bytes invalid in * libc/stdio/vfprintf.c (_VFPRINTF_R): Just wave bytes invalid in
the current charset through. the current charset through.
2010-01-11 Sebastian Huber <sebastian.huber@embedded-brains.de> 2010-01-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/posix/telldir.c (_cleanupdir): Fixed usage of freed memory. * libc/posix/telldir.c (_cleanupdir): Fixed usage of freed memory.