Mercurial > ecos
comparison packages/language/c/libc/current/ChangeLog @ 76:435cced73e2f ecos-v1_3_1-release
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
| author | jlarmour |
|---|---|
| date | Tue, 28 Mar 2000 14:10:45 +0000 |
| parents | c5536bad4c24 |
| children | 59d97b6ba612 |
comparison
equal
deleted
inserted
replaced
| 75:41bf073c0c32 | 76:435cced73e2f |
|---|---|
| 1 2000-03-20 John Dallaway <jld@cygnus.co.uk> | |
| 2 | |
| 3 * cdl/string.cdl, | |
| 4 cdl/stdlib.cdl, | |
| 5 cdl/stdio.cdl, | |
| 6 cdl/libc.cdl: | |
| 7 | |
| 8 Adjust documentation URLs. | |
| 9 | |
| 10 2000-03-06 Jesper Skov <jskov@redhat.com> | |
| 11 | |
| 12 * tests/time/strftime.c (test): Adjust test to match below change. | |
| 13 | |
| 14 2000-03-02 Jonathan Larmour <jlarmour@redhat.co.uk> | |
| 15 | |
| 16 * src/time/strftime.cxx (do_format): Make sure %m counts from | |
| 17 1..12 rather than 0..11. Fix for case 103300 | |
| 18 | |
| 19 2000-02-29 Jonathan Larmour <jlarmour@redhat.co.uk> | |
| 20 | |
| 21 * src/stdio/output/vfnprintf.cxx: Correctly use 'n' parameter to | |
| 22 restrict length. Credit due to Andrew Lunn here as well. | |
| 23 Resolves 103057-CR-1 | |
| 24 | |
| 25 * tests/stdio/sprintf2.c (test): | |
| 26 Add snprintf tests to verify the correct behaviour of restricting | |
| 27 output length | |
| 28 | |
| 1 2000-02-10 Jesper Skov <jskov@redhat.com> | 29 2000-02-10 Jesper Skov <jskov@redhat.com> |
| 2 | 30 |
| 3 * tests/signal/signal2.c (main): | 31 * tests/signal/signal2.c (main): |
| 4 Also reclaim DATA_TLB_MISS vector if available. | 32 Also reclaim DATA_TLB_MISS vector if available. |
| 33 | |
| 34 2000-01-31 Simon FitzMaurice <sdf@cygnus.co.uk> | |
| 35 * cdl/*.cdl: | |
| 36 | |
| 37 Adjust help URLs in line with new doc layout. | |
| 38 | |
| 39 2000-01-28 Simon FitzMaurice <sdf@cygnus.co.uk> | |
| 40 * cdl/*.cdl: | |
| 41 | |
| 42 Adjust help URLs in line with new doc layout. | |
| 43 | |
| 44 2000-01-19 Hugo Tyson <hmt@cygnus.co.uk> | |
| 45 | |
| 46 * cdl/*.cdl: Add descriptions to a number of options &c which were | |
| 47 lacking same, also tidied up other typos as noticed en passant. | |
| 48 | |
| 49 1999-11-11 Bart Veer <bartv@cygnus.co.uk> | |
| 50 | |
| 51 * cdl/string.cdl: | |
| 52 Switch to a single boolean configuration option for code size vs. | |
| 53 speed optimization. | |
| 54 | |
| 55 1999-11-03 John Dallaway <jld@cygnus.co.uk> | |
| 56 | |
| 57 * cdl/libc.cdl: Define tests. | |
| 5 | 58 |
| 6 1999-10-19 Jonathan Larmour <jlarmour@cygnus.co.uk> | 59 1999-10-19 Jonathan Larmour <jlarmour@cygnus.co.uk> |
| 7 | 60 |
| 8 * src/stdio/output/vfnprintf.cxx: We can now remove Berkeley | 61 * src/stdio/output/vfnprintf.cxx: We can now remove Berkeley |
| 9 advertising clause | 62 advertising clause |
| 11 * src/stdlib/ldiv.cxx: ditto | 64 * src/stdlib/ldiv.cxx: ditto |
| 12 * src/stdlib/strtol.cxx: ditto | 65 * src/stdlib/strtol.cxx: ditto |
| 13 * src/stdlib/strtoul.cxx: ditto | 66 * src/stdlib/strtoul.cxx: ditto |
| 14 * src/string/strtok.cxx: ditto | 67 * src/string/strtok.cxx: ditto |
| 15 | 68 |
| 69 1999-10-19 John Dallaway <jld@cygnus.co.uk> | |
| 70 | |
| 71 * cdl/libc.cdl: | |
| 72 | |
| 73 Define CDL options for package-specific CFLAGS. | |
| 74 | |
| 16 1999-10-08 Jonathan Larmour <jlarmour@cygnus.co.uk> | 75 1999-10-08 Jonathan Larmour <jlarmour@cygnus.co.uk> |
| 17 | 76 |
| 18 * include/pkgconf/libc.h (CYGNUM_LIBC_MAIN_THREAD_PRIORITY): Change | 77 * include/pkgconf/libc.h (CYGNUM_LIBC_MAIN_THREAD_PRIORITY): Change |
| 19 default to 10 to keep test farm happy | 78 default to 10 to keep test farm happy |
| 79 * cdl/startup.cdl: Likewise | |
| 80 | |
| 81 1999-10-07 John Dallaway <jld@cygnus.co.uk> | |
| 82 | |
| 83 * cdl/stdlib.cdl, cdl/string.cdl: | |
| 84 | |
| 85 Specify radio buttons using CDL interfaces. | |
| 86 | |
| 87 1999-10-06 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 88 | |
| 89 * cdl/stdio.cdl: Change default to /dev/ttydiag as per 1999-10-01 | |
| 90 change below | |
| 91 * cdl/startup.cdl: Add new form CDL for the startup changes as | |
| 92 per 1999-10-05 | |
| 20 | 93 |
| 21 1999-10-05 Jonathan Larmour <jlarmour@cygnus.co.uk> | 94 1999-10-05 Jonathan Larmour <jlarmour@cygnus.co.uk> |
| 22 | 95 |
| 23 * include/libc.h: Add CYGSEM_LIBC_MAIN_STACK_FROM_SYSTEM to allow | 96 * include/libc.h: Add CYGSEM_LIBC_MAIN_STACK_FROM_SYSTEM to allow |
| 24 the user to supply their own stack. | 97 the user to supply their own stack. |
| 64 | 137 |
| 65 * src/stdio/common/fopen.cxx (_fopen): Set buffer size 0 when not | 138 * src/stdio/common/fopen.cxx (_fopen): Set buffer size 0 when not |
| 66 buffering | 139 buffering |
| 67 Fix for case 101868 | 140 Fix for case 101868 |
| 68 | 141 |
| 142 1999-08-17 John Dallaway <jld@cygnus.co.uk> | |
| 143 | |
| 144 * cdl/stdlib.cdl, cdl/string.cdl: | |
| 145 | |
| 146 Implement radio buttons using "FIXME radio" hack in | |
| 147 description field for now. | |
| 148 | |
| 149 1999-08-12 John Dallaway <jld@cygnus.co.uk> | |
| 150 | |
| 151 * cdl/stdlib.cdl: | |
| 152 Take advantage of MACRONAME_ENUMVAL macros output by CDL. | |
| 153 | |
| 69 1999-08-06 Jonathan Larmour <jlarmour@cygnus.co.uk> | 154 1999-08-06 Jonathan Larmour <jlarmour@cygnus.co.uk> |
| 70 | 155 |
| 71 * tests/stdio/sprintf2.c (test): Don't rely on 2.345 being exactly | 156 * tests/stdio/sprintf2.c (test): Don't rely on 2.345 being exactly |
| 72 representable in binary as a difference of 1 ulp will make it round | 157 representable in binary as a difference of 1 ulp will make it round |
| 73 the wrong way. | 158 the wrong way. |
| 91 | 176 |
| 92 * include/stdio.h: | 177 * include/stdio.h: |
| 93 Don't bother with getc()/putc() macros any more, just call | 178 Don't bother with getc()/putc() macros any more, just call |
| 94 them as functions | 179 them as functions |
| 95 Include protos for getc(), putc(), getchar() and putchar() functions | 180 Include protos for getc(), putc(), getchar() and putchar() functions |
| 181 | |
| 182 1999-06-21 Jesper Skov <jskov@cygnus.co.uk> | |
| 183 | |
| 184 * tests/signal/signal2.c: Disabled test 3 for SH EDK7708. | |
| 96 | 185 |
| 97 1999-06-11 Jonathan Larmour <jlarmour@cygnus.co.uk> | 186 1999-06-11 Jonathan Larmour <jlarmour@cygnus.co.uk> |
| 98 | 187 |
| 99 * include/stdio.h: Make FILEs array types so they won't be | 188 * include/stdio.h: Make FILEs array types so they won't be |
| 100 given $gp relocations on MIPS targets | 189 given $gp relocations on MIPS targets |
