Mercurial > flash_v2
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 |
| 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 | 21 2003-02-16 Andrew Lunn <andrew.lunn@ascom.ch> |
| 22 | |
| 23 * src/sntp.c: First import of SNTP client code. | |
| 24 * include/sntp.c: Ditto | |
| 25 * test/sntp1.c: Ditto | |
| 26 * cdl/sntp.cdl: Ditto | |
| 27 * doc/sntp.sgml: Ditto | |
| 28 | |
| 29 //=========================================================================== | |
| 30 //####ECOSGPLCOPYRIGHTBEGIN#### | |
| 31 // ------------------------------------------- | |
| 32 // This file is part of eCos, the Embedded Configurable Operating System. | |
| 33 // Copyright (C) 2003 Andrew Lunn | |
| 34 // | |
| 35 // eCos is free software; you can redistribute it and/or modify it under | |
| 36 // the terms of the GNU General Public License as published by the Free | |
| 37 // Software Foundation; either version 2 or (at your option) any later version. | |
| 38 // | |
| 39 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY | |
| 40 // WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| 41 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
| 42 // for more details. | |
| 43 // | |
| 44 // You should have received a copy of the GNU General Public License along | |
| 45 // with eCos; if not, write to the Free Software Foundation, Inc., | |
| 46 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. | |
| 47 // | |
| 48 // As a special exception, if other files instantiate templates or use macros | |
| 49 // or inline functions from this file, or you compile this file and link it | |
| 50 // with other works to produce a work based on this file, this file does not | |
| 51 // by itself cause the resulting work to be covered by the GNU General Public | |
| 52 // License. However the source code for this file must still be made available | |
| 53 // in accordance with section (3) of the GNU General Public License. | |
| 54 // | |
| 55 // This exception does not invalidate any other reasons why a work based on | |
| 56 // this file might be covered by the GNU General Public License. | |
| 57 // | |
| 58 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. | |
| 59 // at http://sources.redhat.com/ecos/ecos-license/ | |
| 60 // ------------------------------------------- | |
| 61 //####ECOSGPLCOPYRIGHTEND#### | |
| 62 //=========================================================================== |
