annotate packages/net/sntp/current/ChangeLog @ 761:8f2b36bfe8db

* include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
author jlarmour
date Tue, 25 Feb 2003 19:03:47 +0000
parents 018143c925ee
children 71b858ead40f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
761
8f2b36bfe8db * include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
jlarmour
parents: 759
diff changeset
1 2003-02-25 Jonathan Larmour <jifl@eCosCentric.com>
8f2b36bfe8db * include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
jlarmour
parents: 759
diff changeset
2
8f2b36bfe8db * include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
jlarmour
parents: 759
diff changeset
3 * include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
8f2b36bfe8db * include/sntp.h: Include <cyg/infra/cyg_type.h> for __externC.
jlarmour
parents: 759
diff changeset
4
759
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
5 2003-02-25 Gary Thomas <mlbassoc.com>
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
6
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
7 * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
8 readable.
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
9
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
10 2003-02-25 Andrew Lunn <andrew.lunn@ascom.ch>
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
11
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
12 * doc/sntp.sgml: Added license banner and added missing </para>
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
13 * include/sntp.h (cyg_sntp_start): C++ safe
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
14 * cdl/sntp.cdl: Stricture requirements and same description as in
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
15 ecos.db. Only build the test if CYGPKH_NET_BUILD_HW_TESTS
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
16 * tests/sntp1.c (net_test): Check we have the required
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
17 packages. Require the time to be within 90 days of the build
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
18 date of the test
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
19
018143c925ee * tests/sntp1.c (net_test): Strip the trailing "\n" making it more
asl
parents: 748
diff changeset
20
748
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
21 2003-02-16 Andrew Lunn <andrew.lunn@ascom.ch>
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
22
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
23 * src/sntp.c: First import of SNTP client code.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
24 * include/sntp.c: Ditto
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
25 * test/sntp1.c: Ditto
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
26 * cdl/sntp.cdl: Ditto
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
27 * doc/sntp.sgml: Ditto
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
28
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
29 //===========================================================================
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
30 //####ECOSGPLCOPYRIGHTBEGIN####
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
31 // -------------------------------------------
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
32 // This file is part of eCos, the Embedded Configurable Operating System.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
33 // Copyright (C) 2003 Andrew Lunn
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
34 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
35 // eCos is free software; you can redistribute it and/or modify it under
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
36 // the terms of the GNU General Public License as published by the Free
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
37 // Software Foundation; either version 2 or (at your option) any later version.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
38 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
39 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
40 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
41 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
42 // for more details.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
43 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
44 // You should have received a copy of the GNU General Public License along
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
45 // with eCos; if not, write to the Free Software Foundation, Inc.,
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
46 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
47 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
48 // As a special exception, if other files instantiate templates or use macros
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
49 // or inline functions from this file, or you compile this file and link it
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
50 // with other works to produce a work based on this file, this file does not
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
51 // by itself cause the resulting work to be covered by the GNU General Public
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
52 // License. However the source code for this file must still be made available
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
53 // in accordance with section (3) of the GNU General Public License.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
54 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
55 // This exception does not invalidate any other reasons why a work based on
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
56 // this file might be covered by the GNU General Public License.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
57 //
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
58 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
59 // at http://sources.redhat.com/ecos/ecos-license/
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
60 // -------------------------------------------
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
61 //####ECOSGPLCOPYRIGHTEND####
d21da3c91474 First import of the Simple Network Time Protocol client.
asl
parents:
diff changeset
62 //===========================================================================