Timeline
Nov 24, 2008:
- 7:50 PM Changeset in rtems [94a88c1c]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-24 Joel Sherrill <joel.sherrill@…> PR 1341/cpukit * sapi/include/confdefs.h: The following macros were missing the _Configure_From_workspace() wrapper on their size estimate: + CONFIGURE_INTERRUPT_STACK_MEMORY + CONFIGURE_MEMORY_PER_TASK_FOR_CLASSIC_API + CONFIGURE_INTERRUPT_VECTOR_TABLE + CONFIGURE_MEMORY_FOR_STATIC_EXTENSIONS In addition, there was a duplicate definition of CONFIGURE_MEMORY_PER_TASK_FOR_CLASSIC_API.
- 7:48 PM Changeset in rtems [f82452b]4.9 by Joel Sherrill <joel.sherrill@…>
- 2008-11-24 Joel Sherrill <joel.sherrill@…> PR 1341/cpukit * sapi/include/confdefs.h: The following macros were missing the _Configure_From_workspace() wrapper on their size estimate: + CONFIGURE_INTERRUPT_STACK_MEMORY + CONFIGURE_MEMORY_PER_TASK_FOR_CLASSIC_API + CONFIGURE_INTERRUPT_VECTOR_TABLE + CONFIGURE_MEMORY_FOR_STATIC_EXTENSIONS In addition, there was a duplicate definition of CONFIGURE_MEMORY_PER_TASK_FOR_CLASSIC_API.
- 6:51 PM Ticket #1341 (confdefs.h missing some "allocated from workspace" wrappers) closed by Joel Sherrill
- fixed: Patch committed to 4.9 and cvs head
- 6:46 PM Ticket #1341 (confdefs.h missing some "allocated from workspace" wrappers) created by Joel Sherrill
- The following macros were missing the _Configure_From_workspace() …
- 4:41 PM Changeset in rtems [ea5c9c6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- 2008-11-24 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Add AC_CHECK_FUNC's to check functions migrating into newlib.
- 4:39 PM Changeset in rtems [e1871b9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- 2008-11-24 Ralf Corsépius <ralf.corsepius@…> * paranoia/paranoia.c: Add missing prototypes.
- 4:37 PM Changeset in rtems [f4cc6c5]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Add AC_CHECK_FUNC's to check functions migrating into newlib.
- 4:35 PM Changeset in rtems [8d0fdc3]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-24 Joel Sherrill <joel.sherrill@…> * posix/include/rtems/posix/psignal.h: Fix typo in converting method from macro to static inline.
- 2:05 PM Changeset in rtems-eclipse-plug-in [08caf92] by Sebastian Huber <sebastian.huber@…>
- First try of a new project wizard.
- 9:14 AM Changeset in rtems-eclipse-plug-in [624877d] by Sebastian Huber <sebastian.huber@…>
- Removed explicit version requirement.
- 9:12 AM Changeset in rtems-eclipse-plug-in [8d045c3] by Sebastian Huber <sebastian.huber@…>
- Replaced tabs with space characters.
- 8:18 AM Changeset in rtems [ecf1de97]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Add getdents stub.
- 6:21 AM Changeset in rtems [9fb5c8a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Regenerate.
- 6:19 AM Changeset in rtems [aebe4b6]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- GCC_RPMREL = 12%{?dist}.
- 6:19 AM Changeset in rtems [56e3371]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- newlib-1.16.0-rtems4.10-20081120.diff.
- 3:01 AM Changeset in rtems-eclipse-plug-in [48e45f4]v0_1 by cvs2git <rtems-devel@…>
- This commit was manufactured by cvs2svn to create tag 'v0_1'. Sprout from initial-import 2008-11-20 16:33:19 UTC Joel Sherrill <joel.sherrill@…> 'Initial import.' Cherrypick from master 2008-11-24 03:01:03 UTC Daron Chabot <daron.chabot@…> 'Clean up of plugin.xml and addition of simpler, "Hello World" template.': org.rtems.cdt.toolchain/.classpath org.rtems.cdt.toolchain/plugin.xml org.rtems.cdt.toolchain/src/org/rtems/cdt/toolchain/RtemsScannerInfoCollector.java org.rtems.cdt.toolchain/templates/hello/src/init.c org.rtems.cdt.toolchain/templates/hello/src/system.h org.rtems.cdt.toolchain/templates/hello/template.properties org.rtems.cdt.toolchain/templates/hello/template.xml
- 3:01 AM Changeset in rtems-eclipse-plug-in [f124b04] by Daron Chabot <daron.chabot@…>
- Clean up of plugin.xml and addition of simpler, "Hello World" template. Removed shared-lib option from c/c++ linker tools: RTEMS doesn't support shared libs. Removed -D_REENTRANT flag. I've no idea where that came from: it's not in RTEMS or newlib. Added more stringent test for empty RTEMS_BSP_DEFINED_SYMBOLS environment variable. NOTE: none of the defs (provided by Robert) for this variable are necessary.
Nov 23, 2008:
- 11:21 PM References edited by JoelSherrill
- /* Published in 2008 */ Add SIGAda paper on Mitre's robotic work with GNAT/RTEMS. (diff)
Nov 22, 2008:
- 3:06 AM Changeset in rtems-eclipse-plug-in [235b60c] by Daron Chabot <daron.chabot@…>
- Remove unnecessary dependencies from ".settings".
Nov 21, 2008:
- 5:18 PM Changeset in rtems-eclipse-plug-in [914bad0] by Sebastian Huber <sebastian.huber@…>
- First version of a test plug-in that works with Linux.
- 3:35 AM Developer/Eclipse/Plugin edited by ChrisJohns
- Change URL to http. Seems to work better. (diff)
- 3:24 AM Developer/Eclipse/Plugin edited by ChrisJohns
- Change TOC and ftp link. (diff)
- 2:09 AM Release/4.9 edited by JoelSherrill
- /* Release 4.9.1 Changes */ Add chain initialize with nodes to Chain API. (diff)
Nov 20, 2008:
- 9:52 PM Changeset in rtems [d05ab351]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> * posix/Makefile.am, posix/include/rtems/posix/psignal.h: Add stubs for gettimer() and setitimer(). * posix/src/getitimer.c, posix/src/setitimer.c: New files.
- 9:50 PM Changeset in rtems [ceadb90]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> * libcsupport/Makefile.am, posix/Makefile.am: Comment out including files which contain routines which are now provided by the newlib posix subdirectory. Document a few which come from the unix directory.
- 9:24 PM Changeset in rtems [4aec1cf]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> * .cvsignore: New file.
- 9:13 PM Changeset in rtems [3e9b621]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> PR 1340/cpukit * user/chains.t: Add rtems_chain_initialize to public chain API.
- 9:12 PM Changeset in rtems [db03bcc1]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> PR 1340/cpukit * sapi/inline/rtems/chain.inl: Add rtems_chain_initialize to public chain API.
- 9:11 PM Changeset in rtems [cc107c9]4.9 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> PR 1340/cpukit * user/chains.t: Add rtems_chain_initialize to public chain API.
- 9:11 PM Changeset in rtems [74e8ad7]4.9 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> PR 1340/cpukit * sapi/inline/rtems/chain.inl: Add rtems_chain_initialize to public chain API.
- 8:29 PM Release/4.7 edited by JoelSherrill
- /* Release 4.7.4 Changes */ Add 1337/bsps - Stripping .rodata section produces unusable executables for the i386-rtems target. (diff)
- 8:28 PM Release/4.9 edited by JoelSherrill
- /* Release 4.9.1 Changes */ Add 1337/bsps - Stripping .rodata section produces unusable executables for the i386-rtems target. (diff)
- 8:28 PM Release/4.8 edited by JoelSherrill
- /* Release 4.8.2 Changes */ Add 1337/bsps - Stripping .rodata section produces unusable executables for the i386-rtems target. (diff)
- 8:15 PM Release/4.9 edited by JoelSherrill
- /* Release 4.9.1 Changes */ Add 1339/Ada - Re-add IO Manager to Classic API Ada binding (diff)
- 8:14 PM Ticket #1340 (chain API missing chain initialize with nodes) closed by Joel Sherrill
- fixed: Patch applied to 4.9 branch and CVS head.
- 8:08 PM Ticket #1340 (chain API missing chain initialize with nodes) created by Joel Sherrill
- This part of the score/chain.h was used by an application which is …
- 8:01 PM Changeset in rtems [7ff6115]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> * score/include/rtems/score/heap.h, score/include/rtems/score/protectedheap.h, score/include/rtems/score/wkspace.h, score/src/heap.c, score/src/heapallocate.c, score/src/heapallocatealigned.c, score/src/heapextend.c, score/src/heapresizeblock.c, score/src/heapsizeofuserarea.c, score/src/pheapgetblocksize.c, score/src/wkspace.c: Revert use of ssize_t. This type is not guaranteed to be able to represent a positive number greater than the size of a single allocatable object. We needed a type that is able to represent the size of a pool of multiple allocatable objects or potentially nearly all memory.
- 7:42 PM Changeset in rtems [bd59b348]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> * libcsupport/src/newlibc_exit.c, score/src/threadhandler.c: Do not think about running init/fini on AVR. We do not know what mechanism it uses but this is not it.
- 7:41 PM Changeset in rtems [59c9f26]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> * custom/avrtest.cfg: New file.
- 7:19 PM Changeset in rtems [c4c5401]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> PR 1306/cpukit * posix/inline/rtems/posix/priority.inl: Eliminate hard coded numbers in favor of existing macros.
- 6:19 PM Ticket #1306 (hard-coded defines) closed by Joel Sherrill
- fixed: Patch committed to head
- 5:49 PM Ticket #1304 (m68k/mvme147 undefined reference to `bsp_predriver_hook') closed by Joel Sherrill
- fixed: Problem fix in September prior to 4.9.0 release.
- 5:44 PM Ticket #1316 (_CORE_message_queue_Broadcast truncates message size) closed by Joel Sherrill
- fixed: This PR should have been closed on 26 September when the attached patch was committed to all active branches and the CVS head.
- 4:56 PM Changeset in rtems [d2ccb32]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> * posix/Makefile.am: Add dummy vfork() implementation. * posix/src/vfork.c: New file.
- 4:33 PM Changeset in rtems-eclipse-plug-in [8dcf6a1] by Joel Sherrill <joel.sherrill@…>
- This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches.
- 4:33 PM Changeset in rtems-eclipse-plug-in [52a6839]initial-importbase by Joel Sherrill <joel.sherrill@…>
- Initial import.
- 4:24 PM Changeset in rtems [e4f98f1]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> * README: Fix typo.
- 3:47 PM Changeset in rtems [51f55b87]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> * ChangeLog?, Makefile.am, acinclude.m4, configure.ac: New files.
- 3:39 PM Changeset in rtems [858ea06c]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> * .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/console-io.c, include/.cvsignore, include/bsp.h, start/start.S, startup/linkcmds, tools/.cvsignore, tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files.
- 3:27 PM Changeset in rtems [f4d9c474]4.8 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Daron Chabot <daronchabot@…> PR 1337/bsps * custom/pc386.cfg: Stripping .rodata section produces unusable executables for the i386-rtems target.
- 3:26 PM Changeset in rtems [00615127]4.9 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Daron Chabot <daronchabot@…> PR 1337/bsps * custom/pc386.cfg: Stripping .rodata section produces unusable executables for the i386-rtems target.
- 3:26 PM Changeset in rtems [1b5e552]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Daron Chabot <daronchabot@…> PR 1337/bsps * custom/pc386.cfg: Stripping .rodata section produces unusable executables for the i386-rtems target.
- 3:22 PM Changeset in rtems [21b1d51]4.9 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> PR 1339/Ada * user/io.t: Re-add IO Manager to Ada binding.
- 3:17 PM Developer/Eclipse/Plugin created by Robert
- New page: ==Introduction== This page describes how to setup and use RTEMS Eclipse Plug-in. This plug-in has most features of a full-fledged Eclipse/CDT IDE with ordinary GNU toolchain. After setup, …
- 3:14 PM Changeset in rtems [f040148]4.9 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> PR 1339/Ada * rtems.adb, rtems.ads: Re-add IO Manager to Ada binding.
- 3:13 PM Changeset in rtems [7741d7c8]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> PR 1339/Ada * rtems.adb, rtems.ads: Re-add IO Manager to Ada binding.
- 3:11 PM Changeset in rtems [20b921b4]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-20 Joel Sherrill <joel.sherrill@…> PR 1339/Ada * user/io.t: Re-add IO Manager to Ada binding.
- 2:29 PM Ticket #1337 (Stripping .rodata section produces unusable executables for the ...) closed by Joel Sherrill
- fixed: Patch applied to all open branches.
- 2:23 PM Ticket #1334 (Misc Documentation Typos and Object ID correction) closed by Joel Sherrill
- fixed: Patch committed to all open branches.
- 2:21 PM Ticket #1339 (IO Manager Binding Missing in Ada) closed by Joel Sherrill
- fixed: Committed to 4.9 and CVS head.
- 2:00 PM Ticket #1339 (IO Manager Binding Missing in Ada) created by Joel Sherrill
- It was thought that no Ada applications were using the Ada binding to …
Nov 19, 2008:
- 5:07 PM Changeset in rtems [8429438]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Regenerate.
- 5:06 PM Changeset in rtems [30d0a41]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Add NEWLIB_PKGVERS.
- 5:04 PM Changeset in rtems [aedc2d5a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Preps for newlib-cvs. Bump GCC_RPMREL.
- 5:04 PM Changeset in rtems [6357d742]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Update to gcc-core-4.3.2-rtems4.10-20081119.diff. Preps for newlib-cvs.
- 4:58 PM Changeset in rtems [9bd4737]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Fix errors having crept in in previous versions.
- 4:58 PM Ticket #1338 (Check return value on rtems_event_receive in rtems_dhcp.c) created by Gene Smith
- Task checks for event that may or may not have occurred and can exit …
- 4:58 PM Changeset in rtems [cddaf008]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- New. Rebase newlib-*-rtems4.10 patch against newlib-cvs.
- 1:10 PM TBR/UserManual/Simple_Serial_Test_Program edited by Robert
- (diff)
- 5:48 AM Changeset in rtems [c85dad9]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Regenerate.
- 5:47 AM Changeset in rtems [c3bba34a]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Bump GCC_RPMREL. Activate c++.
- 4:36 AM Release/4.9 edited by Msouth
- (diff)
- 3:31 AM Changeset in rtems [c51adc79]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Update.
- 3:10 AM Changeset in rtems [73b019a0]4.9 by Ralf Corsepius <ralf.corsepius@…>
- Update.
- 2:02 AM Developer/Laboratory edited by Mayes
- (diff)
Nov 18, 2008:
- 9:58 PM Ticket #1337 (Stripping .rodata section produces unusable executables for the ...) created by Daron Chabot
- See message on rtems-users list for details and bug-reproducibility: …
- 12:10 PM Changeset in rtems [d11ea4eb]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
- include/bsp.h, include/hwreg_vals.h, network/network.c: correct some init values for HSC_CM01 boards change strategy to determine MAC address
- 11:36 AM Changeset in rtems [eb32e3a]4.9 by Thomas Doerfler <Thomas.Doerfler@…>
- include/bsp.h, include/hwreg_vals.h, network/network.c: correct some init values for HSC_CM01 boards change strategy to determine MAC address
- 11:28 AM Changeset in rtems [d65b2da]4.9 by Thomas Doerfler <Thomas.Doerfler@…>
- libchip/serial/ns16550.c: Transmit the character in the polled write function within a critical section for printk() compatibility.
- 11:28 AM Changeset in rtems [2fafea2]4.9 by Thomas Doerfler <Thomas.Doerfler@…>
- console/console.c: Update for new NS16550 polled write function.
- 9:20 AM Changeset in rtems [9151ec6]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
- libchip/serial/ns16550.c: Transmit the character in the polled write function within a critical section for printk() compatibility.
- 9:19 AM Changeset in rtems [1e0f03b5]4.104.115 by Thomas Doerfler <Thomas.Doerfler@…>
- console/console.c: Update for new NS16550 polled write function
- 6:07 AM Changeset in rtems [3b4bbc2]4.8 by Ralf Corsepius <ralf.corsepius@…>
- Use expanded osnames.
- 5:25 AM Changeset in rtems [712a3a2]4.8 by Ralf Corsepius <ralf.corsepius@…>
- update.
Nov 13, 2008:
- 8:05 PM Release/4.9 edited by JoelSherrill
- /* Release 4.9.1 Changes */ Add prepend and append unprotected to chain.h (diff)
- 3:10 PM Changeset in rtems [0015131]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-13 Joel Sherrill <joel.sherrill@…> PR 1336/cpukit * sapi/inline/rtems/chain.inl: Add rtems_chain_prepend_unprotected and rtems_chain_append_unprotected.
- 3:10 PM Changeset in rtems [76101939]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-13 Joel Sherrill <joel.sherrill@…> PR 1336/cpukit * user/chains.t, user/dirstat.texi: Add rtems_chain_prepend_unprotected and rtems_chain_append_unprotected.
- 3:10 PM Changeset in rtems [906dd57]4.9 by Joel Sherrill <joel.sherrill@…>
- 2008-11-13 Joel Sherrill <joel.sherrill@…> PR 1336/cpukit * sapi/inline/rtems/chain.inl: Add rtems_chain_prepend_unprotected and rtems_chain_append_unprotected.
- 3:10 PM Changeset in rtems [b8b0920]4.9 by Joel Sherrill <joel.sherrill@…>
- 2008-11-13 Joel Sherrill <joel.sherrill@…> PR 1336/cpukit * user/chains.t, user/dirstat.texi: Add rtems_chain_prepend_unprotected and rtems_chain_append_unprotected.
- 2:11 PM Ticket #1336 (Add unprotected append and prepend to chain) closed by Joel Sherrill
- fixed: Patch applied to 4.9 branch and CVS head.
- 2:03 PM Ticket #1336 (Add unprotected append and prepend to chain) created by Joel Sherrill
- rtems_chain_append_unprotected and rtems_chain_prepend_unprotected …
- 7:55 AM Changeset in rtems [86b2da4]4.8 by Ralf Corsepius <ralf.corsepius@…>
- Regenerate.
- 7:54 AM Changeset in rtems [13873d5]4.8 by Ralf Corsepius <ralf.corsepius@…>
- Bump GCC_RPMREL.
- 4:59 AM Changeset in rtems [03262f8]4.8 by Ralf Corsepius <ralf.corsepius@…>
- Regenerate.
- 4:23 AM Changeset in rtems [965839a]4.8 by Ralf Corsepius <ralf.corsepius@…>
- Regenerate.
- 4:21 AM Changeset in rtems [05ab2ac]4.8 by Ralf Corsepius <ralf.corsepius@…>
- Bump AUTOCONF_RPMREL AUTOMAKE_RPMREL
- 4:20 AM Changeset in rtems [e2684d4]4.8 by Ralf Corsepius <ralf.corsepius@…>
- New.
Nov 12, 2008:
- 8:37 PM Release/4.10 edited by JoelSherrill
- /* API Additions */ Add getrusage(). (diff)
- 3:40 PM Changeset in rtems [0b1ceac8]4.8 by Ralf Corsepius <ralf.corsepius@…>
- Merger from CVS-HEAD.
- 3:36 PM Changeset in rtems [f06e5a8]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-12 Joel Sherrill <joel.sherrill@…> * libcsupport/Makefile.am: Add getrusage(). * libcsupport/src/getrusage.c: New file.
- 3:11 PM Changeset in rtems [f10fe61b]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-12 Joel Sherrill <joel.sherrill@…> * score/src/timespecaddto.c: Fix typo.
- 2:54 PM Changeset in rtems [bb20cc63]4.104.115 by Joel Sherrill <joel.sherrill@…>
- 2008-11-12 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c: Add bsp_clicks_per_usec variable which is used by shared code.
Nov 10, 2008:
- 2:37 PM Changeset in rtems [ea4cf27]4.9 by Ralf Corsepius <ralf.corsepius@…>
- Regenerate.
- 2:33 PM Changeset in rtems [d414399]4.9 by Ralf Corsepius <ralf.corsepius@…>
- Regenerate.
- 2:32 PM Changeset in rtems [430c0f6d]4.9 by Ralf Corsepius <ralf.corsepius@…>
- Bump GCC_RPMREL.
- 1:06 PM Changeset in rtems [55666f5]4.9 by Ralf Corsepius <ralf.corsepius@…>
- Sync with CVS-HEAD.
- 10:47 AM Changeset in rtems [f1322b47]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Regenerate.
- 10:46 AM Changeset in rtems [782c454]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Bump GCC_RPMREL.
- 10:16 AM Changeset in rtems [2c792a7]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Upgrade to cygwin-1.5.25-14. Upgrade to w32api-3.12-1.
- 10:14 AM Changeset in rtems [f8552286]4.104.115 by Ralf Corsepius <ralf.corsepius@…>
- Suppress debug_install-post for noarch.
Note: See TracTimeline
for information about the timeline view.