annotate packages/services/crc/current/ChangeLog @ 651:603f78f0d43a

Tweak CDL definitions of test cases to avoid problems with the GUI configtool
author bartv
date Fri, 21 Feb 2003 00:08:08 +0000
parents 9f81d6e38c3d
children 81565dd7046b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
651
603f78f0d43a Tweak CDL definitions of test cases to avoid problems with the GUI
bartv
parents: 395
diff changeset
1 2003-02-20 Bart Veer <bartv@ecoscentric.com>
603f78f0d43a Tweak CDL definitions of test cases to avoid problems with the GUI
bartv
parents: 395
diff changeset
2
603f78f0d43a Tweak CDL definitions of test cases to avoid problems with the GUI
bartv
parents: 395
diff changeset
3 * cdl/crc.cdl: specify test binaries, not test sources
603f78f0d43a Tweak CDL definitions of test cases to avoid problems with the GUI
bartv
parents: 395
diff changeset
4
395
9f81d6e38c3d Fixed 32-bit reliance.
asl
parents: 379
diff changeset
5 2002-10-28 Andrew Lunn <andrew.lunn@ascom.ch>
9f81d6e38c3d Fixed 32-bit reliance.
asl
parents: 379
diff changeset
6
9f81d6e38c3d Fixed 32-bit reliance.
asl
parents: 379
diff changeset
7 * */*: Fixed 32-bit reliance.
9f81d6e38c3d Fixed 32-bit reliance.
asl
parents: 379
diff changeset
8
379
c1f41b50396c * include/crc.h: Add extern definitions.
jlarmour
parents: 365
diff changeset
9 2002-10-18 Jonathan Larmour <jifl@eCosCentric.com>
c1f41b50396c * include/crc.h: Add extern definitions.
jlarmour
parents: 365
diff changeset
10
c1f41b50396c * include/crc.h: Add extern definitions.
jlarmour
parents: 365
diff changeset
11 * include/crc.h: Add extern definitions.
c1f41b50396c * include/crc.h: Add extern definitions.
jlarmour
parents: 365
diff changeset
12
365
38b5627c5569 * src/crc32.c (cyg_ether_crc32):
asl
parents: 277
diff changeset
13 2002-10-11 Andrew Lunn <andrew.lunn@ascom.ch>
38b5627c5569 * src/crc32.c (cyg_ether_crc32):
asl
parents: 277
diff changeset
14
38b5627c5569 * src/crc32.c (cyg_ether_crc32):
asl
parents: 277
diff changeset
15 * src/crc32.c (cyg_ether_crc32):
38b5627c5569 * src/crc32.c (cyg_ether_crc32):
asl
parents: 277
diff changeset
16 * src/crc32.c (cyg_ether_crc32_accumulate): New functions for Ethernet
38b5627c5569 * src/crc32.c (cyg_ether_crc32):
asl
parents: 277
diff changeset
17 FCS style CRC calculations.
38b5627c5569 * src/crc32.c (cyg_ether_crc32):
asl
parents: 277
diff changeset
18 * src/crc32.c (cyg_crc32_accumulate): New function. Continue
38b5627c5569 * src/crc32.c (cyg_ether_crc32):
asl
parents: 277
diff changeset
19 an previous CRC calculation into a new buffer.
38b5627c5569 * src/crc32.c (cyg_ether_crc32):
asl
parents: 277
diff changeset
20 * tests/crc_test.c: Tests for new functions.
38b5627c5569 * src/crc32.c (cyg_ether_crc32):
asl
parents: 277
diff changeset
21
277
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
22 2002-08-07 Andrew Lunn <andrew.lunn@ascom.ch>
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
23
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
24 * Created a new package from the CRC routines
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
25 embedded in RedBoot.
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
26
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
27 //===========================================================================
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
28 //####ECOSGPLCOPYRIGHTBEGIN####
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
29 // -------------------------------------------
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
30 // This file is part of eCos, the Embedded Configurable Operating System.
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
31 // Copyright (C) 2002 Andrew Lunn
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
32 //
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
33 // eCos is free software; you can redistribute it and/or modify it under
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
34 // the terms of the GNU General Public License as published by the Free
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
35 // Software Foundation; either version 2 or (at your option) any later version.
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
36 //
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
37 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
38 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
39 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
40 // for more details.
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
41 //
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
42 // You should have received a copy of the GNU General Public License along
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
43 // with eCos; if not, write to the Free Software Foundation, Inc.,
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
44 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
45 //
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
46 // As a special exception, if other files instantiate templates or use macros
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
47 // or inline functions from this file, or you compile this file and link it
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
48 // with other works to produce a work based on this file, this file does not
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
49 // by itself cause the resulting work to be covered by the GNU General Public
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
50 // License. However the source code for this file must still be made available
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
51 // in accordance with section (3) of the GNU General Public License.
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
52 //
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
53 // This exception does not invalidate any other reasons why a work based on
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
54 // this file might be covered by the GNU General Public License.
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
55 //
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
56 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
57 // at http://sources.redhat.com/ecos/ecos-license/
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
58 // -------------------------------------------
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
59 //####ECOSGPLCOPYRIGHTEND####
544b77bfb6d5 * Created a new package from the CRC routines
asl
parents:
diff changeset
60 //===========================================================================