comparison packages/language/c/libm/current/ChangeLog @ 2:443894e2e912 ecos-v1_2_1-release

Block commit of eCos version 1.2.1
author jlarmour
date Tue, 11 May 1999 12:24:34 +0000
parents 3111d98ba7b3
children ece80412419a
comparison
equal deleted inserted replaced
1:72f549f0d891 2:443894e2e912
1 1999-04-15 John Dallaway <jld@cygnus.co.uk>
2
3 * include/pkgconf/libm.h: Tidy display string capitalization.
4
5 1999-04-07 Jesper Skov <jskov@cygnus.co.uk>
6 PR 19442
7 * tests/vectors/vector_support.h: Make an occasional chirp to keep
8 the testing infra interested.
9
10 1999-04-06 Gary Thomas <gthomas@cygnus.co.uk>
11
12 * src/PKGconf.mak: More brute-force fix for ARM compiler
13 problems - PR 19772
14 1999-03-31 Jonathan Larmour <jlarmour@cygnus.co.uk>
15
16 * include/pkgconf/libm.h: Remove unnecessary define
17 Fix for PR 19423
18
19 1999-03-29 Gary Thomas <gthomas@cygnus.co.uk>
20
21 * src/PKGconf.mak: Add special compile options to work around ARM
22 compiler bugs.
23
24 1999-02-09 Jonathan Larmour <jlarmour@cygnus.co.uk>
25
26 * src/mathincl/fdlibm.h:
27 Change definition of CYG_LIBM_HI/CYG_LIBM_LO to use inline
28 function
29 Fix for PR 18859
30
31 1999-01-28 Jonathan Larmour <jlarmour@cygnus.co.uk>
32
33 * src/misc/signgam.cxx:
34 * src/misc/compatmode.cxx:
35 Include <pkgconf/kernel.h> if we use kernel header files
36
37 1999-01-21 Jonathan Larmour <jlarmour@cygnus.co.uk>
38
39 * tests/vectors/vector_support.h (doTestVec): Makes more
40 sense to output vector number than array index
41
42 * src/double/portable-api/s_ceil.c: Fix comment s/+inf/-inf/
43
44 1999-01-20 Jonathan Larmour <jlarmour@cygnus.co.uk>
45
46 * tests/vectors/vector_support.h (doTestVec):
47 Add output to let you know which vectors failed
48
49 1999-01-12 Gary Thomas <gthomas@cygnus.co.uk>
50
51 * src/mathincl/fdlibm.h:
52 * include/sys/ieeefp.h: Add different structure layouts for
53 machines that have doubles that aren't pure big/little endian.
54
1 Fri Oct 23 19:27:04 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> 55 Fri Oct 23 19:27:04 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
2 56
3 * tests/vectors/vector_support.h (START_TEST): 57 * tests/vectors/vector_support.h (START_TEST):
4 Ensure that dummy START_TEST (the one used when the test should 58 Ensure that dummy START_TEST (the one used when the test should
5 *not* be run) does have a reference to the test function. And 59 *not* be run) does have a reference to the test function. And
567 // 621 //
568 // The Original Code is eCos - Embedded Cygnus Operating System, released 622 // The Original Code is eCos - Embedded Cygnus Operating System, released
569 // September 30, 1998. 623 // September 30, 1998.
570 // 624 //
571 // The Initial Developer of the Original Code is Cygnus. Portions created 625 // The Initial Developer of the Original Code is Cygnus. Portions created
572 // by Cygnus are Copyright (C) 1998 Cygnus Solutions. All Rights Reserved. 626 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved.
573 // ------------------------------------------- 627 // -------------------------------------------
574 // 628 //
575 //####COPYRIGHTEND#### 629 //####COPYRIGHTEND####
576 //=========================================================================== 630 //===========================================================================