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
AgeCommit message (Collapse)Author
2003-02-082003-02-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* acinclude.m4 (--disable-newlib-supplied-syscalls): New configuration option to allow disabling of syscalls being supplied in newlib. * aclocal.m4: Regenerated. * configure: Ditto. * configure.host: Add support of new configuration option and add -D__NO_SYSCALLS__ if newlib supplied syscalls are disabled. * doc/aclocal.m4: Regenerated. * doc/configure: Ditto. * libc/*aclocal.m4: Ditto. * libc/*configure: Ditto. * libm/*aclocal.m4: Ditto. * libm/*configure: Ditto. * libc/sys/arm/Makefile.am: Don't build syscalls.o if new option is disabled. * libc/sys/arm/Makefile.in: Regenerated.
2003-02-052003-02-05 Jonathan Larmour <jifl@eCosCentric.com>Jeff Johnston
* libc/stdio/vsprintf.c (vsprintf, _vsprintf_r): Set _file fd to -1 to be sure it cannot later match a valid file fd causing isatty() to return 1. * libc/stdio/asprintf.c (asprintf, _asprintf_r): Ditto. * libc/stdio/sprintf.c (sprintf, _sprintf_r): Ditto. * libc/stdio/vasprintf.c (vasprintf, _vasprintf_r): Ditto.
2003-02-042003-02-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/stdlib/ldtoa.c (_ldtoa_r): Fix code to allocate the format buffer based on the precision, after we have processed the input value in a local buffer and know its relative magnitude.
2003-01-312003-01-31 Michael Snyder <msnyder@redhat.com>Jeff Johnston
* libc/sys/h8300hms/_exit.c (_exit, __exit): Slip a magic cookie into registers r1 and r2, so that the simulator can distinguish this trap from a breakpoint trap. Copied from libgloss.
2003-01-312003-01-31 Michael Snyder <msnyder@redhat.com>Jeff Johnston
* libc/sys/h8300hms/crt0.S (_start): Change local label from .loop to .Loop, so that ld and gdb will ignore it.
2003-01-302003-01-29 Jason Tishler <jason@tishler.net>Jeff Johnston
* libc/include/time.h: Declare nanosleep() under Cygwin.
2003-01-24Add sh2e supportNick Clifton
2003-01-24 * libc/include/sys/unistd.h: Add setregid and setreuid declarationsCorinna Vinschen
for Cygwin.
2003-01-212003-01-21 Anita Kulkarni <anitak@kpit.com>Jeff Johnston
* libc/time/difftime.c : Typecast the result to double.
2003-01-20* libc/include/sys/unistd.h: Add rresvport declaration for cygwin.Christopher Faylor
2003-01-18Define __IEEE_BIG_ENDIAN, __SMALL_BITFIELDS and _DOUBLE_IS_32BITS for IP2K.Nick Clifton
2003-01-172003-01-16 Joel Sherrill <joel@OARcorp.com>Jeff Johnston
* libc/sys/rtems/include/limits.h, libc/sys/rtems/sys/param.h, libc/sys/rtems/sys/syslimits.h: Update to be in sync with what constants are defined in each file in the shared versions in libc/include. * libc/sys/rtems/crt0.c: Define extra symbols on SH and HP-PA to autoconf can link programs. * libc/include/machine/types.h: Explicitly specify signed on intXX_t types to ensure they are signed.
2003-01-15* libc/time/strftime.c (strftime): Add '%h' and '%l, %k' GNU extensions.Christopher Faylor
2003-01-072003-01-07 Charles Wilson <cwilson@ece.gatech.edu>Jeff Johnston
* libc/stdio/sprintf.c: fix typo * libc/stdio/vfprintf.c: fix typo
2003-01-072003-01-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* configure.host: Support long double I/O for x86-linux. * libc/stdlib/ldtoa.c (_ldtoa_r): Fix code to allocate a buffer large enough to hold formatted result. * libc/machine/powerpc/simdldtoa.c (_simdldtoa_r): Ditto.
2003-01-072003-01-06 Charles Wilson <cwilson@ece.gatech.edu>Jeff Johnston
* Makefile.am: Add vasprintf. * Makefile.in: Regenerated.
2003-01-062003-01-06 Charles Wilson <cwilson@ece.gatech.edu>Jeff Johnston
* asprintf.c (_asprintf_r): insure both declarations are the same.
2002-12-29* libc/include/sys/unistd.h: Under cygwin, just include getopt.h rather thanChristopher Faylor
defining getopt directly.
2002-12-212002-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* NEWS: Update with 1.11.0 info. * README: Ditto. * acinclude.m4: Change version number to 1.11.0. * aclocal.m4: Regenerated. * configure: Ditto. * 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.11.
2002-12-212002-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/machine/i386/f_atan2.S: Change copyright from Cygnus Solutions to Red Hat Inc. * libc/machine/i386/f_atan2f.S: Ditto. * libc/machine/i386/f_exp.c: Ditto. * libc/machine/i386/f_expf.c: Ditto. * libc/machine/i386/f_frexp.S: Ditto. * libc/machine/i386/f_frexpf.S: Ditto. * libc/machine/i386/f_ldexp.S: Ditto. * libc/machine/i386/f_ldexpf.S: Ditto. * libc/machine/i386/f_log.S: Ditto. * libc/machine/i386/f_log10.S: Ditto. * libc/machine/i386/f_log10f.S: Ditto. * libc/machine/i386/f_logf.S: Ditto. * libc/machine/i386/f_pow.c: Ditto. * libc/machine/i386/f_powf.c: Ditto. * libc/machine/i386/f_tan.S: Ditto. * libc/machine/i386/f_tanf.S: Ditto. * libc/machine/i386/memchr.S: Ditto. * libc/machine/i386/memcmp.S: Ditto. * libc/machine/i386/memcpy.S: Ditto. * libc/machine/i386/memmove.S: Ditto. * libc/machine/i386/memset.S: Ditto. * libc/machine/i386/strchr.S: Ditto. * libc/machine/i386/strlen.S: Ditto. * libm/machine/i386/f_atan2.S: Ditto. * libm/machine/i386/f_atan2f.S: Ditto. * libm/machine/i386/f_exp.c: Ditto. * libm/machine/i386/f_expf.c: Ditto. * libm/machine/i386/f_frexp.S: Ditto. * libm/machine/i386/f_frexpf.S: Ditto. * libm/machine/i386/f_ldexp.S: Ditto. * libm/machine/i386/f_ldexpf.S: Ditto. * libm/machine/i386/f_log.S: Ditto. * libm/machine/i386/f_log10.S: Ditto. * libm/machine/i386/f_log10f.S: Ditto. * libm/machine/i386/f_logf.S: Ditto. * libm/machine/i386/f_pow.c: Ditto. * libm/machine/i386/f_powf.c: Ditto. * libm/machine/i386/f_tan.S: Ditto. * libm/machine/i386/f_tanf.S: Ditto.
2002-12-212002-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/stdlib/environ.c: Update license to Red Hat. * libc/machine/hppa/setjmp.S: Ditto. * libm/test/Makefile.in: Ditto.
2002-12-202002-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* configure.host: Remove references to go32. * libc/sys/go32/*: Removed.
2002-12-172002-12-16 Kazu Hirata <kazu@cs.umass.edu>Jeff Johnston
* libc/include/sys/config.h: Change setting of INT_MAX and UINT_MAX, to use __INT_MAX__ for __H8300__, __H8300H__, __H8300S__. Also consolidate flag settings for these platforms.
2002-12-102002-12-10 Joel Sherrill <joel@OARcorp.com>Jeff Johnston
* libc/include/machine/setjmp.h: Make sure _JBLEN is defined for i386-rtems targets.
2002-12-062002-12-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/include/stdlib.h (strtof): New prototype (from C99). (strtodf): Changed from prototype to macro which redefines to strtof. * libc/stdlib/atof.c: Change documentation to refer to strtof instead of strtodf. * libc/stdlib/atoff.c (atoff): Change to call strtof instead of strtodf. * libc/stdlib/strtod.c (strtodf): Renamed to strtof. (strtof): New function. * libm/test/convert.c (test_strtodf): Renamed to test_strtof which calls strtof.
2002-11-27* libc/string/memset.c (memset): Fix comment.Christopher Faylor
2002-11-26* libc/string/memset.c (memset): Move initialization of 'd' earlier inChristopher Faylor
function.
2002-11-26* libc/string/memset.c (memset): Minor optimization: Use new 'd' variable,Christopher Faylor
introduced below, everywhere.
2002-11-25 * libc/string/memset.c (memset): Make it safe even ifKazu Hirata
sizeof (int) = 2.
2002-11-222002-11-22 Vijay L. Khuspe <vijayk1@kpit.com>Jeff Johnston
* libc/sys/h8300hms/read.c: Add support for normal mode architecture.
2002-11-202002-11-20 Ryo Tsuruta <ryo@kitanet.ne.jp>Jeff Johnston
* libc/machine/h8300/setjmp.S (setjmp, longjmp): Combine common code for __H8300H__ and __H8300S__. Also return 32-bit return code when -mint32 is used.
2002-11-18Fix bugs in previous deltaNick Clifton
2002-11-18 Add NULL to end of argv array.Nick Clifton
2002-11-13* libc/stdlib/malign.c: Don't compile if MALLOC_PROVIDED.Christopher Faylor
* libc/stdlib/mlock.c: Ditto. * libc/stdlib/msize.c: Ditto. * libc/stdlib/msize.c: Ditto. * libc/stdlib/mtrim.c: Ditto. * libc/stdlib/valloc.c: Ditto.
2002-11-132002-11-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/stdlib/ldtoa.c (e64toe): When checking the exponent for inf/nan, make sure that the check ignores the sign bit.
2002-11-072002-11-07 Joel Sherrill <joel@OARcorp.com>Jeff Johnston
* libc/sys/rtems/machine: New directory. * libc/sys/rtems/machine/limits.h, libc/sys/rtems/machine/param.h, libc/sys/rtems/sys/param.h, libc/sys/rtems/sys/syslimits.h, libc/sys/rtems/sys/utime.h: New files added to make *-rtems newlib targets more BSD like when installed without requiring files to be overwritten at install point when RTEMS itself is installed. * Makefile.am: Pick up system dependent machine .h files such as might be found on a BSD-ish system. * Makefile.in: Regenerate. * libc/include/machine/types.h: When on an RTEMS target, define a few BSD flavor types.
2002-11-07* include/utmp.h: Define WTMP_FILE. Define and use UT_IDLEN.Christopher Faylor
2002-11-072002-11-06 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Jeff Johnston
* libc/include/wchar.h: Use _{BEGIN,END}_STD_C instead of extern "C". * libc/include/wctype.h: Ditto.
2002-11-042002-11-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/include/wchar.h: Add extern "C" specifier if C++. * libc/include/wctype.h: Ditto.
2002-10-192002-10-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/sys/linux/machine/i386/include/endian.h: New file. * libc/sys/linux/machine/i386/include/param.h: Ditto.
2002-10-11 * libc/include/sys/config.h (SIZE_T_SMALLER_THAN_LONG): Undefine.Richard Sandiford
* libc/stdlib/mallocr.c (long_sub_size_t): Define in a way that doesn't require the SIZE_T_SMALLER_THAN_LONG macro.
2002-10-082002-10-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* libc/sys/rtems/crt0.c: Add even more symbols so gcc() can link dummy programs.
2002-10-082002-10-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* libc/include/pthread.h: Define PTHREAD_CANCELED.
2002-10-082002-10-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* libc/machine/hppa/DEFS.h, libc/machine/hppa/pcc_prefix.s, libc/machine/hppa/setjmp.S, libc/machine/hppa/DEFS.h: Make this compile with current GNU tools.
2002-10-082002-10-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* Makefile.am: Add EXTRA_DIRS to allow future dependencies on the build library. * configure.in: Ditto. * Makefile.in: Regenerated. * configure: Ditto. * libc/sys/linux/Makefile.am: Add EXTRA_SUBDIRS and EXTRA_SUBLIBS for specifying configured libraries/directories. * libc/sys/linux/configure.in: Ditto. * libc/sys/linux/Makefile.in: Regenerated. * libc/sys/linux/configure: Ditto.
2002-10-032002-10-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/include/reent.h: Update documentation at start of file.
2002-09-28The v850 does not have a ctbp register.Jim Wilson
Add myself to write-after-approval section of MAINTAINERS file. * libc/sys/sysnecv850/crt0.S (start): Delete v850 code for initializing the ctbp register.
2002-09-282002-09-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/ctype/jp2uc.c: Change to use multiple arrays in jp2uc.h. Also convert to EUCJP before using arrays. For values not in the conversion arrays, return WEOF. * libc/ctype/jp2uc.h: Change from one array to a number of arrays to account for the fact that the originating table is not contiguous for the input values since some are invalid.
2002-09-252002-09-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/time/ctime.c: Fix prototype documentation.
2002-09-24 * libc/include/sys/errno.h: Add EOVERFLOW.Corinna Vinschen