summaryrefslogtreecommitdiffstats
path: root/c/src/ada/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-08-24 Christian Mauderer <christian.mauderer@embedded-brains.de>Joel Sherrill2009-08-241-0/+4
| | | | * rtems.adb: Use rtems_debug_is_enabled().
* 2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-161-0/+4
| | | | * rtems.adb: Use public API not _TOD_Microseconds_per_tick.
* 2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-031-0/+6
| | | | | | PR 1345/Ada * rtems.ads: RTEMS boolean type is now C99 bool which is not an unsigned32.
* 2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-201-0/+5
| | | | | PR 1339/Ada * rtems.adb, rtems.ads: Re-add IO Manager to Ada binding.
* 2008-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-05-061-0/+4
| | | | * rtems.adb, rtems.ads: Fix prototype.
* 2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-03-111-0/+13
| | | | | | | | | | | | | * rtems.adb, rtems.ads: Refactored rtems_clock_get into 5 methods which are single purpose and more strongly typed. They are: rtems_clock_get_tod - Get TOD in Classic API structure rtems_clock_get_tod_timeval - Get TOD in struct timeval rtems_clock_get_seconds_since_epoch - Get TOD as seconds since 1988 rtems_clock_get_ticks_since_boot - Get ticks since boot rtems_clock_get_ticks_per_second - Get ticks per second Also switch from using 'Unchecked_Access to 'Access. Added pragma Convention C as required by gcc > 4.3. Changed style of parenthese on subprogram calls to match GNAT.
* 2008-02-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-041-0/+4
| | | | * rtems.adb, rtems.ads: Correct binding to Object_Get_Name. Now works.
* 2008-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-011-0/+5
| | | | | * rtems.adb, rtems.ads: Object_Get_Name now has a proper implementation thanks to a binding tip from Laurent Guerby.
* 2008-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-011-0/+4
| | | | * rtems.adb, rtems.ads: Add Ada binding for Object Services.
* 2007-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-12-041-0/+4
| | | | * rtems.adb: Add missing semicolon.
* 2007-11-27 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-271-0/+4
| | | | * rtems.adb, rtems.ads: Fixed errors in the barrier binding.
* 2007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-10-251-0/+4
| | | | * rtems.adb, rtems.ads: Added some more missing bindings.
* 2007-10-18 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-10-181-0/+4
| | | | * rtems.adb, rtems.ads: Added a missing binding.
* 2007-10-10 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-10-101-0/+5
| | | | | * rtems.adb, rtems.ads: Cleaned up binding and removed bindings for things that are not reasonable to do in Ada.
* 2007-10-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-10-011-0/+5
| | | | | * rtems.adb, rtems.ads: Most of single processor Ada tests now build. Some run.
* 2007-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-051-0/+4
| | | | * rtems.adb: Fix warnings.
* 2007-04-02 Jennifer Averett <jennifer.averrett@oarcorp.com>Joel Sherrill2007-04-021-0/+4
| | | | * rtems.adb, rtems.ads: Update.
* 2005-05-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-231-0/+4
| | | | * rtems.adb: Fix variable name.
* 2005-05-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-231-0/+5
| | | | | PR rtems_misc/795 * rtems.ads: Fix parameter ordering.
* 2005-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-031-0/+4
| | | | * rtems.adb: Remove gcc 4.x warnings.
* 2005-05-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-021-0/+7
| | | | | | | PR 782/rtems * rtems.ads: Remove stray ';'. * rtems.adb: Stub Task_Variable_Add, Task_Variable_Get, Task_Variable_Delete.
* Remove bogus ChangeLog entry.Ralf Corsepius2005-05-021-2/+2
|
* changesRalf Corsepius2005-05-021-0/+5
|
* 2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-191-0/+4
| | | | * Makefile.am: Add PREINSTALL_DIRS.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-141-0/+5
| | | | | * Makefile.am: Move include_adadir into RTEMS_ADA condional block. Add CLEANFILES. Add PREINSTALL_FILES to CLEANFILES.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-121-0/+4
| | | | * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
* 2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-111-0/+4
| | | | * Makefile.am: Use include_ada_HEADERS.
* 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-301-0/+5
| | | | | * Makefile.am: Preinstall adainclude_HEADERS. Add $(dirstamp) to preinstallation rules.
* 2003-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-11-251-0/+5
| | | | | PR 528/rtems_misc * rtems.ads: Add task variables to Ada binding.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-0/+5
| | | | | * rtems-multiprocessing.adb, rtems-multiprocessing.ads, rtems.adb, rtems.ads: URL for license changed.
* 2003-07-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-07-081-0/+5
| | | | | PR 418/ada * rtems.adb: Add missing all keyword to derefence pointer.
* 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-081-0/+6
| | | | | | * configure.ac: Remove (Merged into ../configure.ac). * Makefile.am: Reflect having merged configure.ac into ../configure.ac.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-111-0/+4
|
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-111-0/+4
| | | | * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-111-0/+4
| | | | * configure.ac: AC_PREREQ(2.57).
* 2003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-031-0/+6
| | | | | | PR 338/filesystem * rtems.adb, rtems.ads: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
* 2003-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-031-0/+5
| | | | | * rtems.ads: Corrected Configuration_Table record definition to match current RTEMS source. sp01 now runs.
* 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-191-0/+4
| | | | * configure.ac: Fix package name.
* 2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-291-0/+5
| | | | | * configure.ac: Remove AC_ENABLE_MULTILIB. * Makefile.am: Add CVS-Id.
* 2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-251-0/+4
| | | | * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-211-0/+6
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
* 2002-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-301-0/+4
| | | | * rtems.adb (IO_Initialize): Make this match the C prototype.
* 2002-08-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-271-0/+4
| | | | * rtems.ads: Corrected binding for Io_Initialize.
* 2001-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-231-0/+6
| | | | | | * configure.ac: New. * Makefile.am: New. * .cvsignore: New.
* 2001-02-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-02-011-0/+6
| | | | | | * rtems.ads, rtems.adb: Formatting cleaned up. Task based timer directives added. This is Timer_Initiate_Server, Timer_Server_Fire_After, and Timer_Server_Fire_When.
* 2001-02-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-02-011-0/+4
* ChangeLog: New file.