Timeline



09/09/99:

21:59 Changeset in rtems [5a658489]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990909
21:22 Changeset in rtems [a24c280]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Applied patch rtems-rc-19990820-6.diff.gz from Ralf Corsepius <corsepiu@…> which converted many Makefile.in's to Makefile.am's. This added a lot of files.

09/07/99:

13:45 Changeset in rtems [e1d8abb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Applied patch rtems-rc-19990820-6.diff.gz from Ralf Corsepius <corsepiu@…> which converted many Makefile.in's to Makefile.am's. This added a lot of files.
12:55 Changeset in rtems [c935c5f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed by patch rtems-rc-19990820-6.diff.gz from Ralf Corsepius <corsepiu@…> which converted many Makefile.in's to Makefile.am's.

09/02/99:

18:23 Changeset in rtems [6688a0d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Missing file from Charles-Antoine Gauthier <charles.gauthier@…> added.
18:12 Changeset in rtems [9396d1e4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Cleaned up to move conditional to C files -- not Makefile.
14:10 Changeset in rtems [9d709f5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added BSP chapter to FAQ.

08/30/99:

22:01 Changeset in rtems [d9c2e9f5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Link fixed for CPU Supplements. Reported by Jose Vasconcellos <josev@…>.
18:38 Changeset in rtems [a719382]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to move c/src/lib/librtems++ and c/src/lib/include/rtems++ to their own package librtems++ at the top of the tree. To apply: mkdir c/src/librtems++ cp c/src/lib/librtems++/README c/src/librtems++ mkdir c/src/librtems++/src cp c/src/lib/librtems++/*.cc c/src/librtems++/src cp c/src/lib/librtems++/Makefile.in c/src/librtems++/src mkdir c/src/librtems++/include mkdir c/src/librtems++/include/rtems++ cp c/src/lib/include/rtems++/*.h c/src/librtems++/include/rtems++ patch -p1 <rtems-rc-19990802-5.diff rm -rf c/src/lib/librtems++ rm -rf c/src/lib/include/rtems++ ./autogen Attention: * The procedure above copies the files first, then patches them and finally removes the old files afterwards. This has been done to enable you to copy the files in CVS to preserve their history.
18:07 Changeset in rtems [6cc786f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: Somehow a nasty bug has made it in sh/start.S ("|", instead of "!", to begin an asm comment). I have no idea how this could remain undiscovered for so long (It is in rtems-4.0.0, too!), however upgrading to binutils from sourceware's CVS sh-rtems-as chokes on this bug. => I guess, either binutils changed its conventions or an obvious bug in as has been fixed.
18:05 Changeset in rtems [260b0c2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Charles-Antoine Gauthier <charles.gauthier@…> to add support for return codes from POSIX threads that do an implicit exit by returning from the bottom of the main function.
16:25 Changeset in rtems [f724a870]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: This patch addresses a few configuration issues and removes some duplicate configuration files. Background: * some files used in AC_INIT were not unique enough and can lead to problems if a user plays with configure scripts. * the Makefile templates are independent of the target/cpu and bsp, so the bsp dependent versions (c/src/make/Templates) are removed. To apply: patch -p1 < rtems-rc-19990820-3.diff rm -f c/src/make/Templates ./autogen ATTENTION: This patch removes several files and one directory :)
15:37 Changeset in rtems [473741b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: 1. Addition of maintainer-mode dependencies on config.status and aclocal.m4 for autoconf toplevel Makefile.ins. These rules are taken over from automake generated Makefile.ins, i.e. they are contained in any automake generated toplevel Makefile.in. Having this patch in is at least a great releaf for me when working on RTEMS configuration :) 2. Automated support for #1 in acpolish 3. Some minor "beautifications" on Makefile.ins resulting from running acpolish. FYI: This patch has been generated by running tools/update/rtems-polish.sh -ac on the source tree and manually editing the resulting patch afterwards to work around a problem with acpolish, which still corrupts one Makefile.in - WARNING: Be careful with running acpolish!
15:02 Changeset in rtems [e49d7c3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed definition of NO_IMPLICIT_EXTERN_C since it is supposed to be in the compiler not in the header file.
14:28 Changeset in rtems [7c2243e3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: The patch below actually consists of 3 patches: 1. Addition of maintainer-mode dependencies on config.status and aclocal.m4 for autoconf toplevel Makefile.ins. These rules are taken over from automake generated Makefile.ins, i.e. they are contained in any automake generated toplevel Makefile.in. Having this patch in is at least a great releaf for me when working on RTEMS configuration :) 2. Automated support for #1 in acpolish 3. Some minor "beautifications" on Makefile.ins resulting from running acpolish. FYI: This patch has been generated by running tools/update/rtems-polish.sh -ac on the source tree and manually editing the resulting patch afterwards to work around a problem with acpolish, which still corrupts one Makefile.in - WARNING: Be careful with running acpolish! I expect this patch not to have any influence on normal users, unless they use --enable-maintainer-mode, thus merging it should be rather harmless.
14:16 Changeset in rtems [a60a7bbd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: The patch below actually consists of 3 patches: 1. Addition of maintainer-mode dependencies on config.status and aclocal.m4 for autoconf toplevel Makefile.ins. These rules are taken over from automake generated Makefile.ins, i.e. they are contained in any automake generated toplevel Makefile.in. Having this patch in is at least a great releaf for me when working on RTEMS configuration :) 2. Automated support for #1 in acpolish 3. Some minor "beautifications" on Makefile.ins resulting from running acpolish. FYI: This patch has been generated by running tools/update/rtems-polish.sh -ac on the source tree and manually editing the resulting patch afterwards to work around a problem with acpolish, which still corrupts one Makefile.in - WARNING: Be careful with running acpolish! I expect this patch not to have any influence on normal users, unless they use --enable-maintainer-mode, thus merging it should be rather harmless.
Note: See TracTimeline for information about the timeline view.