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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [NEWS] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1005 ivang
*** Major changes in newlib version 1.10.0:
2
 
3
* libtool support for i[3456]86-pc-linux native builds
4
* addition of libm/machine/i386 directory, for i386 fast math routines
5
 
6
*** Major changes in newlib version 1.9.0:
7
 
8
* i[3456]86-pc-linux support
9
 
10
* Long Double I/O support via the WANT_IO_LONG_DBL flag
11
 
12
* addition of reentrant environment functions
13
 
14
* addition of xscale and AVR platforms
15
 
16
* severe reduction in the number of warnings issued
17
 
18
* consolidation of many RTEMS features into shared headers
19
 
20
*** Major changes in newlib version 1.8.2:
21
 
22
* RTEMS features and fixes from Joel Sherrill.
23
 
24
* More work on reentrant routines.
25
 
26
* Floating point math library check, --enable-newlib-hw-fp.
27
 
28
*** Major changes in newlib version 1.8.1:
29
 
30
* Added check for --enable-newlib-mb configure option which defines the
31
  MB_CAPABLE macro.  Multibyte support for JIS, SJIS, and EUC-JP implemented.
32
 
33
* Reduced code size for libm modules.
34
 
35
* Replaced the BSD malloc with Doug Lea's malloc.
36
 
37
*** Major changes in newlib version 1.8.0:
38
 
39
* Added simulated signal handling functions _raise_r, _signal_r, raise, and
40
  signal except for sparc-sun-sunos*, i[3456]86-*-sco*, and a29k-*-* systems,
41
  which already provide access to signal.  The signal functionality provided
42
  does not interact with hardware generated signals.
43
 
44
* Added reentrant function rand_r from POSIX.1c.
45
 
46
* Removed _asctime, _next, _scanpoint, and _signgam fields from struct
47
  _reent.  These are no longer necessary since there are now functions
48
  that explictly support multiple threads (asctime_r, ctime_r, gamma_r,
49
  gmtime_r, lgamma_r, localtime_r, rand_r, & strtok_r).
50
 
51
 
52
*** Major changes in newlib version 1.7.0:
53
 
54
* Cross compiler target libraries are now built in a subdir of the top level
55
  build directory.
56
 
57
  Old way: build
58
                /newlib
59
                       /m68020
60
                              /m68881
61
  New way:
62
           build
63
                /m68k-coff
64
                          /m68020
65
                                 /m68881
66
 
67
  where m68020 and m68881 are multilib subdirectories
68
 
69
* m68k targets support --disable options to avoid building unwanted versions
70
  of the libraries.
71
 
72
  --disable-softfloat - don't build libc, libg++, etc. for -msoft-float
73
  --disable-m68881    - don't build libc, libg++, etc. for -m68881
74
  --disable-m68000    - don't build libc, libg++, etc. for -m68000
75
  --disable-m68020    - don't build libc, libg++, etc. for -m68020
76
 
77
  These options have *no* effect on the default libraries, so if the default
78
  is -m68020, --disable-m68020 is nilpotent.
79
 
80
* Reentrancy support in libm removed.
81
 
82
* strtok, strtol, strtoul, assert, div, ldiv, qsort, vfprintf
83
  replaced with NetBSD versions.
84
 
85
* Support for systems with 32 bit "doubles" added.
86
 
87
* unctrl added.
88
 
89
* dtoa.c updated from master dtoa.c soruces (netlib.att.com)
90
 
91
* Various bug fixes.
92
 
93
*** Major changes in newlib version 1.6.1:
94
 
95
* Added reentrant functions (asctime_r, ctime_r, gmtime_r, localtime_r,
96
and strtok_r) from POSIX.1c.
97
 
98
* 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.