OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [NEWS] - Blame information for rev 853

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.