source: trunk/libs/newlib/src/newlib/NEWS @ 543

Last change on this file since 543 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 9.2 KB
Line 
1*** Major changes in newlib version 3.0.0:
2
3- K&R support removed in code and docs
4- 64-bit time_t support
5- riscv platform support added
6- new expf, exp2f, logf, and powf implementations
7- unification of lock object names
8- locking routine retargetting at link time
9- new long double complex math routines
10- various ARM optimizations
11- various POSIX/BSD additions
12- further feature test macros overhaul
13
14*** Major changes in newlib version 2.5.0:
15
16- memory.h added
17- some header file reorganization
18- doc fixes
19- ctype rewrite
20- added per-locale string functions
21- additional feature test macro overhaul
22
23*** Major changes in newlib version 2.4.0:
24
25- feature test macro overhaul
26- new string functions (e.g. timingsafe_bcmp)
27- new stdlib functions (e.g. arc4random)
28- simplified versioning macros for newlib
29- Changelog files deprecated
30
31*** Major changes in newlib version 2.3.0:
32
33- dynamic atexit logic fixed
34- various arm performance enhancements
35- new version of strtold
36- doc improvements
37- arc platform support redone
38- strftime improvements/enhancements
39- imported logic from FreeBSD
40- locking fixes
41- complex math enhancements
42- visium platform support added
43- or1k platform support added
44
45*** Major changes in newlib version 2.2.0:
46
47- multiple functional/performance enhancements for arm/aarch64
48- new nano formatted I/O support
49- replacement of or16/or32 with or1k platform
50- qsort_r support
51- additional long double math routines
52- ito/utoa/ltoa
53- restructuring of gmtime/localtime so tz functions only linked by localtime
54- unlocked I/O functions
55- various warning clean-ups
56
57*** Major changes in newlib version 2.1.0:
58
59- multibyte decimal point support added to
60  scanf family
61- multiple changes for FreeBSD compatibility
62- multiple RTEMS changes for Linux compatibility
63- addition of restrict keyword
64- nano-malloc support added
65- global atexit support added
66- new nds32 platform support
67- new msp430 platform support
68- new nios2 platform support
69- lite exit support
70- updated arm support (aarch64)
71- newlib ported to x86_64-pc-cygwin
72
73*** Major changes in newlib version 2.0.0:
74
75- addition of aarch64 platform support
76- addition of epiphany platform support
77- addition of 'm' printf conversion specifier
78- memrchr function added
79- removal of many compiler warnings
80- removal of enable-newlib-fp-hw option and
81  deprecation of mathfp directory
82- type of offset in file structure changed from int to off_t
83- new optimized arm math routines
84- various bug fixes
85
86*** Major changes in newlib version 1.20.0:
87
88* I/O lock clean-up
89* fixes to strftime/strptime
90* fixes to arm support
91* new NO_INCLUDE_LIST configuration support
92* rl78 platform support contributed
93* sparc-leon platform support contributed
94* cvs-to-git mirroring of newlib
95* various bug fixes
96
97*** Major changes in newlib version 1.19.0:
98
99* complex math functions
100* locale support extended to maintain wide char values of native strings
101* eXtensible Data Record (XDR) support for Cygwin
102* wide char functions updated to Unicode 5.2
103* additional locale charsets
104* POSIX standard adherence improvements
105* tic6x platform support contributed
106* cr16 platform support contributed
107* various bug fixes
108
109*** Major changes in newlib version 1.18.0:
110
111* wide-char enhancements
112* long double math routines added for platforms where LDBL == DBL
113* long long math routines added
114* math cleanup
115* UTF-16 modifications for Cygwin
116* major locale charset overhaul including added charsets
117* added moxie platform
118* added rx platform
119* added xc16x platform
120* various cleanups
121* various bug fixes
122
123*** Major changes in newlib version 1.17.0:
124
125* new C99 wide-char function additions
126* lm32 platform support contributed
127* movement of regex functions from sys/linux directory into
128  shared libc/posix directory
129* string function optimizations
130* redesign of formatted I/O to reduce dependencies when using
131  sprintf/sscanf family of functions
132* numerous warning cleanups
133* documentation fixes to support pdf, info, ps formats and
134  eclipse libhover hover docs
135* various bug fixes
136
137*** Major changes in newlib version 1.16.0:
138
139* mep-elf support contributed
140* x86_64 support added
141* reentrant I/O clean-up
142* various new C functions added from C99, POSIX, SUSV, etc..
143* switch to use top-level libtool
144* spu floating-point environment and stdio enhancement
145* fastmath support
146* various bug fixes
147
148*** Major changes in newlib version 1.15.0:
149
150* new platforms added (bfin, spu, fido)
151* merge of csl branch changes (e.g. m68k)
152* additional C99 support (printf modifiers, strtod, isnan/isinf)
153* new configuration option to turn off dynamic allocation for atexit
154* reentrancy added for read / write functions
155* Cygwin fixes (e.g. POSIX read file flush behavior)
156* switch to autoconf 2.5.9
157* use of aclocal/automake 1.9.6
158* various bug fixes and doc cleanups
159
160*** Major changes in newlib version 1.14.0:
161
162* new platforms added (cris, mt, m32c)
163* more locking protection macros added
164* various C99/POSIX/SUSV3 compliance issue improvements
165* reentrancy cleanup
166* header file improvements (e.g. adding RTEMS stdint.h/inttypes.h)
167* various math fixes
168* changes made to allow use of gcc4 to build newlib
169* general bug fixes and cleanups
170
171*** Major changes in newlib version 1.13.0:
172
173* optimized iconv support
174* new configuration option to disable syscalls in newlib (e.g. sys/arm)
175* new configuration options controlling long long, long double support
176* ability of configuration options to override platform defaults
177* improved locking protection for file I/O functions
178* new reentrant functions
179* various fixes to allow building under FC3 and Debian Linux
180* cxa exit support
181* new platforms (e.g. crx)
182* new iprintf and iscanf family functions
183
184*** Major changes in newlib version 1.12.0:
185
186* general iconv support added
187* major cleanup with linux header files regarding warnings
188* thread-safety and reentrancy fixes
189* additional wide character C99 functions
190* addition of %lc, %ls, %S, and %C printf format specifiers
191* doc cleanup
192
193*** Major changes in newlib version 1.11.0:
194
195* enhanced EL/IX support for i[3456]86-pc-linux
196* new --enable-newlib-elix-level configuration option
197* positional arg I/O support for printf family (--enable-newlib-io-pos-args)
198* support for the Fujitsu FRV architecture added by Red Hat
199* support for Motorola Altivec and SPE added by Red Hat
200* new small reentrancy structure support
201* dynamic reentrancy structure support
202
203*** Major changes in newlib version 1.10.0:
204
205* libtool support for i[3456]86-pc-linux native builds
206* addition of libm/machine/i386 directory, for i386 fast math routines
207
208*** Major changes in newlib version 1.9.0:
209
210* i[3456]86-pc-linux support
211
212* Long Double I/O support via the WANT_IO_LONG_DBL flag
213
214* addition of reentrant environment functions
215
216* addition of xscale and AVR platforms
217
218* severe reduction in the number of warnings issued
219
220* consolidation of many RTEMS features into shared headers
221
222*** Major changes in newlib version 1.8.2:
223
224* RTEMS features and fixes from Joel Sherrill.
225
226* More work on reentrant routines.
227
228* Floating point math library check, --enable-newlib-hw-fp.
229
230*** Major changes in newlib version 1.8.1:
231
232* Added check for --enable-newlib-mb configure option which defines the
233  MB_CAPABLE macro.  Multibyte support for JIS, SJIS, and EUC-JP implemented.
234
235* Reduced code size for libm modules.
236
237* Replaced the BSD malloc with Doug Lea's malloc.
238
239*** Major changes in newlib version 1.8.0:
240
241* Added simulated signal handling functions _raise_r, _signal_r, raise, and
242  signal except for sparc-sun-sunos*, i[3456]86-*-sco*, and a29k-*-* systems,
243  which already provide access to signal.  The signal functionality provided
244  does not interact with hardware generated signals.
245   
246* Added reentrant function rand_r from POSIX.1c.
247
248* Removed _asctime, _next, _scanpoint, and _signgam fields from struct
249  _reent.  These are no longer necessary since there are now functions
250  that explictly support multiple threads (asctime_r, ctime_r, gamma_r,
251  gmtime_r, lgamma_r, localtime_r, rand_r, & strtok_r).
252
253
254*** Major changes in newlib version 1.7.0:
255
256* Cross compiler target libraries are now built in a subdir of the top level
257  build directory.
258
259  Old way: build
260                /newlib
261                       /m68020
262                              /m68881
263  New way:
264           build
265                /m68k-coff
266                          /m68020
267                                 /m68881
268
269  where m68020 and m68881 are multilib subdirectories
270
271* m68k targets support --disable options to avoid building unwanted versions
272  of the libraries.
273
274  --disable-softfloat - don't build libc, libg++, etc. for -msoft-float
275  --disable-m68881    - don't build libc, libg++, etc. for -m68881
276  --disable-m68000    - don't build libc, libg++, etc. for -m68000
277  --disable-m68020    - don't build libc, libg++, etc. for -m68020
278
279  These options have *no* effect on the default libraries, so if the default
280  is -m68020, --disable-m68020 is nilpotent.
281
282* Reentrancy support in libm removed.
283
284* strtok, strtol, strtoul, assert, div, ldiv, qsort, vfprintf
285  replaced with NetBSD versions.
286
287* Support for systems with 32 bit "doubles" added.
288
289* unctrl added.
290
291* dtoa.c updated from master dtoa.c soruces (netlib.att.com)
292
293* Various bug fixes.
294
295*** Major changes in newlib version 1.6.1:
296
297* Added reentrant functions (asctime_r, ctime_r, gmtime_r, localtime_r,
298and strtok_r) from POSIX.1c.
299
300* Removed _asctime_r and _strtok_r functions.
Note: See TracBrowser for help on using the repository browser.