Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Collapse)Author
2011-03-28Check in strchrnul.c file missing in previous checkinCorinna Vinschen
2011-03-28 * libc/include/string.h (strchrnul): Declare.Corinna Vinschen
* libc/string/strchrnul.c: New file. * libc/string/Makefile.am (ELIX_2_SOURCES): Add strchrnul.c. * libc/string/Makefile.in: Regenerate.
2011-03-23 * libc/machine/frv/setjmp.S: Fix typo in .size directive.Nick Clifton
2011-03-22 * libc/sys/sysnecv850/trap.S (___trap0): Fix errno handling.Kevin Buettner
* libc/sys/sysnecv850/rename.c: New file. * libc/sys/sysnecv850/Makefile.am (lib_a_SOURCES): Add rename.c * libc/sys/sysnecv850/Makefile.in: Regenerate. * libc/sys/sysnecv850/fstat.c (_fstat): Invoke trap for SYS_fstat. * libc/sys/sysnecv850/unlink.c (_unlink): Invoke trap for SYS_unlink.
2011-03-03 * libc/include/string.h: Include sys/cdefs.h.Corinna Vinschen
2011-03-03 * libc/include/sys/cdefs.h (__CONCAT1): Define.Corinna Vinschen
(__CONCAT): Define. (__STRING): Define. (__XSTRING): Define. (__ASMNAME): Define. * libc/include/string.h (strerror_r): Use __ASMNAME to take target specific label prefixes into account.
2011-03-022011-03-01 Aaron Landwehr <snaphat@gmail.com>Jeff Johnston
* libm/complex/cproj.c: Fix typo. * libm/complex/cprojf.c: Ditto.
2011-02-22 * libc/stdio/fmemopen.c (fmemopen): Fix EINVAL condition. Avoid SEGVCorinna Vinschen
if incoming buffer is NULL.
2011-02-10strerror_r: provide POSIX implementationEric Blake
* libc/include/string.h (strerror_r): Update declaration. * libc/string/strerror.c (strerror): Update documentation. * libc/string/strerror_r.c (strerror_r): Always return NUL-terminated string; don't overwrite too-short buf. * libc/string/xpg_strerror_r.c (__xpg_strerror_r): Implement POSIX variant. * libc/string/Makefile.am (GENERAL_SOURCES): Build new file. * libc/string/Makefile.in: Regenerate.
2011-02-07Fix path in ChangeLog entryCorinna Vinschen
2011-02-04Fix spelling of Ralf Corsepius' name in ChangeLog.Jeff Johnston
2011-01-28 * libc/stdio/fclose.c: Only use sfp lock to guard non-atomicCorinna Vinschen
changes of flags and fp lock. * libc/stdio/freopen.c: Ditto. * libc/stdio/freopen64.c: Ditto. * libc/stdio/fgetc.c: Revert change from 2009-04-24, remove sfp locks which guard entire function to avoid potential deadlocks when using stdio functions in multiple thraeds. * libc/stdio/fgets.c: Ditto. * libc/stdio/fgetwc.c: Ditto. * libc/stdio/fgetws.c: Ditto. * libc/stdio/fread.c: Ditto. * libc/stdio/fseek.c: Ditto. * libc/stdio/getc.c: Ditto. * libc/stdio/getdelim.c: Ditto. * libc/stdio/gets.c: Ditto. * libc/stdio/vfscanf.c: Ditto. * libc/stdio/vfwscanf.c: Ditto. * libc/stdio/fflush.c (_fflush_r): Split out core functionality into new function __sflush_r. Just lock file and call __sflush_r from here. * libc/stdio/fwalk.c (_fwalk): Remove static helper function and move functionality back into main function. Don't walk a file with flags value of 1. Add comment. (_fwalk_reent): Ditto. * libc/stdio/local.h (__sflush_r): Declare. * libc/stdio/refill.c (__srefill): Before calling fwalk, set flags value to 1 so this file pointer isn't walked. Revert flags afterwards and call __sflush_r for this fp if necessary. Add comments.
2011-01-27 * libc/include/sys/features.h: Define __STDC_ISO_10646__ for Cygwin.Corinna Vinschen
* libc/include/wchar.h: Include features.h.
2011-01-15 * libc/include/sys/types.h (ulong): Add typedef.Corinna Vinschen
2011-01-13Fix ChangeLog entryCorinna Vinschen
2011-01-132011-01-12 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston
* libm/math/w_tgamma.c: Only build ifndef _DOUBLE_IS_32BITS. * libm/math/wf_tgamma.c: Map tgamma to tgammaf, ifdef _DOUBLE_IS_32BITS.
2011-01-132011-01-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* configure.host: Add noinclude variable to allow specification of header files to remove from installation. * acinclude.m4: Provide NO_INCLUDE_LIST variable based on noinclude variable in configure.host. * configure: Regenerated. * Makefile.am: Remove all header files in NO_INCLUDE_LIST. * Makefile.in: Regenerated.
2011-01-12 * libc/include/linux/sys/signal.h (sig_t): Move from here...Corinna Vinschen
* libc/include/signal.h (sig_t): ...to here.
2011-01-10 * libc/machine/mips/strlen.c (strlen): Add delay slot for R3000.Corinna Vinschen
2011-01-10Fix dateCorinna Vinschen
2011-01-10 * libc/include/string.h: Make strsignal() available unconditionally.Corinna Vinschen
2011-01-072011-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston
* libc/sys/rtems/crt0.c: Adjust free() and calloc() to match their public decls.
2011-01-062011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston
* Makefile.am: Move cleaning targ-include to clean-local. * Makefile.in: Regenerate.
2011-01-052011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston
* libc/stdio/open_memstream.c (internal_open_memstream_r): Don't limit c->max to 64*1024 on targets with SIZE_MAX < 64*1024.
2011-01-052011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston
* libc/xdr/xdr.c: Fix typos in #errors.
2011-01-052011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston
* libc/xdr/xdr_private.h: Include <stdint.h> * libc/xdr/xdr_rec.c: Include limits.h
2011-01-052011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston
* libc/Makefile.am (SUBDEFS): Remove redundant posix/stmp-def. * libc/Makefile.in: Regenerate.
2011-01-052011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston
* libc/configure.in: Remove redundant posix_dir processing. * libc/configure: Regenerate.
2010-12-31fix typo in Corinna Vinschen's e-mail addressMichael Frysinger
2010-12-27cygwin:Christopher Faylor
* cygwin.din: Export program_invocation_name and program_invocation_short_name. * dcrt0.cc: Set program_invocation*name to correct values, based on argv[0]. * globals.cc (program_invocation_name): Define. (program_invocation_short_name): Ditto newlib: * libc/include/sys/errno.h (program_invocation_name): Declare. (program_invocation_short_name): Ditto.
2010-12-172010-12-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* NEWS: Update with 1.19.0 info. * README: Ditto. * MAINTAINERS: Update. * acinclude.m4: Change version number to 1.19.0. * aclocal.m4: Regenerated. * configure: Ditto. * Makefile.am: Fix stmp-targ-include target. * Makefile.in: Regenerated. * doc/aclocal.m4: Ditto. * doc/configure: Ditto. * libc/*/aclocal.m4: Ditto. * libc/*/configure: Ditto. * libc/libc.texinfo: Ditto. * libm/*/aclocal.m4: Ditto. * libm/*/configure: Ditto. * libm/libm.texinfo: Ditto. * libc/sys/linux/shared.ld: Add VERS_1.19
2010-12-152010-12-14 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* Makefile.am: Add support to copy all sub-directories of the sys/SYS_DIR/include directory, if they contain header files. * Makefile.in: Regenerated.
2010-12-092010-12-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libm/mathfp/sf_logarithm.c: Change isfinitef reference to isfinite.
2010-12-08 * include/sys/types.h: Add #if defined(__rtems__) aroundCorinna Vinschen
pthread_attr_t.guardsize. * include/pthread.h: Add pthread_attr_setstack, pthread_attr_getstack, pthread_attr_getguardsize, pthread_attr_setguardsize. * include/sys/types.h (pthread_attr_t): Add guardsize.
2010-12-08 * libc/include/strings.h: Don't include locale.h.Corinna Vinschen
2010-12-08strings.h: avoid namespace pollutionEric Blake
* libc/include/strings.h: Don't declare removed functions when requesting POSIX 2008 compliance.
2010-12-08Fix formatting.Jeff Johnston
2010-12-082010-12-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/stdlib/strtod.c(_strtod_r): Fix code to handle case whereby _DOUBLE_IS_32BITS is set and DBL_DIGS is 6 instead of 15.
2010-12-072010-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston
* libc/include/strings.h: New (split-out from string.h).
2010-12-03 * libc/include/math.h: Missing from previous checkin.Corinna Vinschen
2010-12-022010-12-02 Craig Howland <howland@LGSInnovations.com>Jeff Johnston
* libm/common/s_log2.c: Change from using M_LOG2_E to M_LN2 define (from math.h--the latter is POSIX, the former non-standard). * libm/common/sf_log2.c: Ditto. Change cast for M_LN2 from float to float_t (in case all math not done in float). * libc/include/math.h: Ditto (same 2 things as sf_log2.c).
2010-12-022010-12-02 Jayant Sonar jayant.sonar@kpitcummins.comJeff Johnston
Kaushik Phatak kaushik.phatak@kpitcummins.com * configure.host: Add CR16 support. * libc/include/machine/ieeefp.h: Ditto. * libc/include/machine/setjmp.h: Ditto. * libc/include/sys/config.h: Ditto. * libc/machine/configure.in: Ditto * libc/machine/configure: Regenerated * libc/machine/cr16/aclocal.m4: New. * libc/machine/cr16/configure.in: New * libc/machine/cr16/configure: New * libc/machine/cr16/getenv.c: New * libc/machine/cr16/Makefile.am: New * libc/machine/cr16/Makefile.in: New * libc/machine/cr16/setjmp.S: New * libc/machine/cr16/sys/asm.h: New * libc/machine/cr16/sys/libh.h: New * libc/machine/cr16/sys/syscall.h: New
2010-11-29 * libm/complex/catan.c, libm/complex/catanf.c,Corinna Vinschen
libm/complex/ctan.c, libm/complex/ctanf.c: Use HUGE_VAL instead of MAXNUM.
2010-11-26 * libm/complex/cargf.c: Use crealf instead of creal.Corinna Vinschen
2010-11-19 * libc/locale/locale.c (loadlocale): Recognise the "cjknarrow"Corinna Vinschen
modifier on "C.<charset>" locales too.
2010-11-18 * libc/locale/locale.c (loadlocale): Fix width of CJK ambigousCorinna Vinschen
characters to 1 for singlebyte charsets and 2 for non-Unicode multibyte charsets. Change documentation accordingly.
2010-11-182010-11-17 Bernd Schmidt <bernds@codesourcery.com>Jeff Johnston
* configure.host (newlib_cflags): For tic6x, add -DCLOCK_PROVIDED.
2010-11-16 * libc/machine/i386/setjmp.S (longjmp): Per POSIX, return 1 if secondCorinna Vinschen
argument is 0.
2010-11-16 * libc/include/sys/types.h: Add _mode_t for __rtems__.Corinna Vinschen
* libc/sys/rtems/machine/_types.h: Provide _mode_t, _fpos_t, _off_t. Add _ssize_t for 64bit sparc. Let arm, i386, m68k, mips, PPC, sparc use 64bit _off_t, _fpos_t.
2010-11-16 * configure.host: Add -D_COMPILING_NEWLIB to newlib_cflags.Corinna Vinschen