OSDN Git Service

strerror_r: provide POSIX implementation
[pf3gnuchains/sourceware.git] / newlib / NEWS
1 *** Major changes in newlib version 1.19.0:
2
3 * complex math functions
4 * locale support extended to maintain wide char values of native strings
5 * eXtensible Data Record (XDR) support for Cygwin
6 * wide char functions updated to Unicode 5.2
7 * additional locale charsets
8 * POSIX standard adherence improvements
9 * tic6x platform support contributed
10 * cr16 platform support contributed
11 * various bug fixes
12
13 *** Major changes in newlib version 1.18.0:
14
15 * wide-char enhancements
16 * long double math routines added for platforms where LDBL == DBL
17 * long long math routines added
18 * math cleanup
19 * UTF-16 modifications for Cygwin
20 * major locale charset overhaul including added charsets
21 * added moxie platform
22 * added rx platform
23 * added xc16x platform
24 * various cleanups
25 * various bug fixes
26
27 *** Major changes in newlib version 1.17.0:
28
29 * new C99 wide-char function additions
30 * lm32 platform support contributed
31 * movement of regex functions from sys/linux directory into
32   shared libc/posix directory
33 * string function optimizations
34 * redesign of formatted I/O to reduce dependencies when using
35   sprintf/sscanf family of functions
36 * numerous warning cleanups
37 * documentation fixes to support pdf, info, ps formats and
38   eclipse libhover hover docs
39 * various bug fixes
40
41 *** Major changes in newlib version 1.16.0:
42
43 * mep-elf support contributed
44 * x86_64 support added
45 * reentrant I/O clean-up
46 * various new C functions added from C99, POSIX, SUSV, etc..
47 * switch to use top-level libtool
48 * spu floating-point environment and stdio enhancement
49 * fastmath support
50 * various bug fixes
51
52 *** Major changes in newlib version 1.15.0:
53
54 * new platforms added (bfin, spu, fido)
55 * merge of csl branch changes (e.g. m68k)
56 * additional C99 support (printf modifiers, strtod, isnan/isinf)
57 * new configuration option to turn off dynamic allocation for atexit
58 * reentrancy added for read / write functions
59 * Cygwin fixes (e.g. POSIX read file flush behavior)
60 * switch to autoconf 2.5.9
61 * use of aclocal/automake 1.9.6
62 * various bug fixes and doc cleanups
63
64 *** Major changes in newlib version 1.14.0:
65
66 * new platforms added (cris, mt, m32c)
67 * more locking protection macros added
68 * various C99/POSIX/SUSV3 compliance issue improvements
69 * reentrancy cleanup
70 * header file improvements (e.g. adding RTEMS stdint.h/inttypes.h)
71 * various math fixes
72 * changes made to allow use of gcc4 to build newlib
73 * general bug fixes and cleanups
74
75 *** Major changes in newlib version 1.13.0:
76
77 * optimized iconv support
78 * new configuration option to disable syscalls in newlib (e.g. sys/arm)
79 * new configuration options controlling long long, long double support
80 * ability of configuration options to override platform defaults
81 * improved locking protection for file I/O functions
82 * new reentrant functions
83 * various fixes to allow building under FC3 and Debian Linux
84 * cxa exit support
85 * new platforms (e.g. crx)
86 * new iprintf and iscanf family functions
87
88 *** Major changes in newlib version 1.12.0:
89
90 * general iconv support added
91 * major cleanup with linux header files regarding warnings
92 * thread-safety and reentrancy fixes
93 * additional wide character C99 functions
94 * addition of %lc, %ls, %S, and %C printf format specifiers
95 * doc cleanup
96
97 *** Major changes in newlib version 1.11.0:
98
99 * enhanced EL/IX support for i[3456]86-pc-linux 
100 * new --enable-newlib-elix-level configuration option
101 * positional arg I/O support for printf family (--enable-newlib-io-pos-args)
102 * support for the Fujitsu FRV architecture added by Red Hat
103 * support for Motorola Altivec and SPE added by Red Hat
104 * new small reentrancy structure support
105 * dynamic reentrancy structure support
106
107 *** Major changes in newlib version 1.10.0:
108
109 * libtool support for i[3456]86-pc-linux native builds
110 * addition of libm/machine/i386 directory, for i386 fast math routines
111
112 *** Major changes in newlib version 1.9.0:
113
114 * i[3456]86-pc-linux support
115
116 * Long Double I/O support via the WANT_IO_LONG_DBL flag
117
118 * addition of reentrant environment functions
119
120 * addition of xscale and AVR platforms
121
122 * severe reduction in the number of warnings issued
123
124 * consolidation of many RTEMS features into shared headers
125
126 *** Major changes in newlib version 1.8.2:
127
128 * RTEMS features and fixes from Joel Sherrill.
129
130 * More work on reentrant routines.
131
132 * Floating point math library check, --enable-newlib-hw-fp.
133
134 *** Major changes in newlib version 1.8.1:
135
136 * Added check for --enable-newlib-mb configure option which defines the
137   MB_CAPABLE macro.  Multibyte support for JIS, SJIS, and EUC-JP implemented.
138
139 * Reduced code size for libm modules.
140
141 * Replaced the BSD malloc with Doug Lea's malloc.
142
143 *** Major changes in newlib version 1.8.0:
144
145 * Added simulated signal handling functions _raise_r, _signal_r, raise, and
146   signal except for sparc-sun-sunos*, i[3456]86-*-sco*, and a29k-*-* systems,
147   which already provide access to signal.  The signal functionality provided
148   does not interact with hardware generated signals.
149     
150 * Added reentrant function rand_r from POSIX.1c.
151
152 * Removed _asctime, _next, _scanpoint, and _signgam fields from struct
153   _reent.  These are no longer necessary since there are now functions
154   that explictly support multiple threads (asctime_r, ctime_r, gamma_r,
155   gmtime_r, lgamma_r, localtime_r, rand_r, & strtok_r).
156
157
158 *** Major changes in newlib version 1.7.0:
159
160 * Cross compiler target libraries are now built in a subdir of the top level
161   build directory.
162
163   Old way: build
164                 /newlib
165                        /m68020
166                               /m68881
167   New way:
168            build
169                 /m68k-coff
170                           /m68020
171                                  /m68881
172
173   where m68020 and m68881 are multilib subdirectories
174
175 * m68k targets support --disable options to avoid building unwanted versions
176   of the libraries.
177
178   --disable-softfloat - don't build libc, libg++, etc. for -msoft-float
179   --disable-m68881    - don't build libc, libg++, etc. for -m68881
180   --disable-m68000    - don't build libc, libg++, etc. for -m68000
181   --disable-m68020    - don't build libc, libg++, etc. for -m68020
182
183   These options have *no* effect on the default libraries, so if the default
184   is -m68020, --disable-m68020 is nilpotent.
185
186 * Reentrancy support in libm removed.
187
188 * strtok, strtol, strtoul, assert, div, ldiv, qsort, vfprintf
189   replaced with NetBSD versions.
190
191 * Support for systems with 32 bit "doubles" added.
192
193 * unctrl added.
194
195 * dtoa.c updated from master dtoa.c soruces (netlib.att.com)
196
197 * Various bug fixes.
198
199 *** Major changes in newlib version 1.6.1:
200
201 * Added reentrant functions (asctime_r, ctime_r, gmtime_r, localtime_r,
202 and strtok_r) from POSIX.1c.
203
204 * Removed _asctime_r and _strtok_r functions.