Mercurial > ecos
comparison packages/compat/uitron/current/ChangeLog @ 64:c38311975d4f ecos-sw-2000-01-28
Merge from eCos master repository on 2000-01-28-04:28:11-GMT
| author | jlarmour |
|---|---|
| date | Fri, 28 Jan 2000 04:59:39 +0000 |
| parents | f10165814f1e |
| children | bf00f99aec69 |
comparison
equal
deleted
inserted
replaced
| 63:119e6e57c342 | 64:c38311975d4f |
|---|---|
| 1 2000-01-26 Hugo Tyson <hmt@cygnus.co.uk> | |
| 2 | |
| 3 * include/pkgconf/uitron.h: Add new option | |
| 4 CYGSEM_UITRON_TIME_IS_MILLISECONDS to control just what it says. | |
| 5 | |
| 6 * include/uit_func.inl (CYG_UITRON_TIME_UIT_TO_SYS32): et al; new | |
| 7 macros optionally to convert to/from milliSeconds if option | |
| 8 CYGSEM_UITRON_TIME_IS_MILLISECONDS is set. | |
| 9 | |
| 10 * src/uit_func.cxx: Initialize Cyg_Clock::converter type objects | |
| 11 if the time unit is set to milliSeconds. | |
| 12 | |
| 13 2000-01-25 Jesper Skov <jskov@cygnus.co.uk> | |
| 14 | |
| 15 * tests/testintr.cxx (cyg_start): externC addded. | |
| 16 | |
| 1 1999-11-09 Jonathan Larmour <jlarmour@cygnus.co.uk> | 17 1999-11-09 Jonathan Larmour <jlarmour@cygnus.co.uk> |
| 2 | 18 |
| 3 * src/uit_objs.cxx: Make the stack size failsafe be tested against | 19 * src/uit_objs.cxx: Make the stack size failsafe be tested against |
| 4 the minimum stack size, not the typical one. | 20 the minimum stack size, not the typical one. |
| 5 | 21 |
| 614 * Changelog: Initial ChangeLog entry. | 630 * Changelog: Initial ChangeLog entry. |
| 615 | 631 |
| 616 | 632 |
| 617 //=========================================================================== | 633 //=========================================================================== |
| 618 //####COPYRIGHTBEGIN#### | 634 //####COPYRIGHTBEGIN#### |
| 619 // | 635 // |
| 620 // ------------------------------------------- | 636 // ------------------------------------------- |
| 621 // The contents of this file are subject to the Cygnus eCos Public License | 637 // The contents of this file are subject to the Red Hat eCos Public License |
| 622 // Version 1.0 (the "License"); you may not use this file except in | 638 // Version 1.0 (the "License"); you may not use this file except in |
| 623 // compliance with the License. You may obtain a copy of the License at | 639 // compliance with the License. You may obtain a copy of the License at |
| 624 // http://sourceware.cygnus.com/ecos | 640 // http://sourceware.cygnus.com/ecos |
| 625 // | 641 // |
| 626 // Software distributed under the License is distributed on an "AS IS" | 642 // Software distributed under the License is distributed on an |
| 627 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | 643 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
| 628 // License for the specific language governing rights and limitations under | 644 // License for the specific language governing rights and limitations under |
| 629 // the License. | 645 // the License. |
| 630 // | 646 // |
| 631 // The Original Code is eCos - Embedded Cygnus Operating System, released | 647 // The Original Code is eCos - Embedded Configurable Operating System, |
| 632 // September 30, 1998. | 648 // released September 30, 1998. |
| 633 // | 649 // |
| 634 // The Initial Developer of the Original Code is Cygnus. Portions created | 650 // The Initial Developer of the Original Code is Red Hat. |
| 635 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. | 651 // Portions created by Red Hat are |
| 636 // ------------------------------------------- | 652 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. |
| 637 // | 653 // All Rights Reserved. |
| 654 // ------------------------------------------- | |
| 655 // | |
| 638 //####COPYRIGHTEND#### | 656 //####COPYRIGHTEND#### |
| 639 //=========================================================================== | 657 //=========================================================================== |
