summaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-01-172001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill402-1051/+2202
* SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
2001-10-302001-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+9
* VERSION: New file.
2000-09-222000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* Makefile.am: Removed definition of ACLOCAL_AMFLAGS.
2000-09-222000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-4/+15
* Makefile.am: Removed GENERATED_FILES from list of TEXINFOS.
2000-08-25Adding ChangeLogs.Joel Sherrill39-0/+117
2000-07-03Interrupt stack is allocated by _ISR_Handler_initializationJoel Sherrill1-1/+1
not that of _ISR_Manager_initialization.
2000-06-30Added fchdir().Joel Sherrill1-0/+63
2000-06-17Patch rtemsdoc-4.5.0-rc-14-cvs.diff from Ralf CorsepiusJoel Sherrill1-10/+16
<corsepiu@faw.uni-ulm.de> to address build problems effecting RedHat users but not SuSE users.
2000-06-16*** empty log message ***Joel Sherrill3-3/+4
2000-06-16Bug report from James Housley <jim@thehousleys.net> correctingJoel Sherrill1-1/+1
name of GNU Java Compiler.
2000-06-15Updated mailing list information.Joel Sherrill1-16/+24
2000-06-14Patch rtemsdoc-4.5.0-rc-13-cvs.diff.gz from Ralf CorsepiusJoel Sherrill30-34/+38
<corsepiu@faw.uni-ulm.de> which: * should fix the building rtemsdoc outside of the sourcetree with relative srcdir issue * adds --enable-papersize=[letter|a4|]
2000-06-12Patch rtemsdoc-4.5.0-rc-12-cvs.diff from Ralf CorsepiusJoel Sherrill3-13/+11
<corsepiu@faw.uni-ulm.de> that makes the following changes: * Don't use a temporary file for ch19.texi anymore * pass all files to be handled by summarize as commandline arguments * Remove a dangling empty first line in posix1003_1.texi (texi2html (!) expects \input texinfo on the first line)
2000-06-12Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct problemsJoel Sherrill3-7/+7
on RELEASE versus VERSION.
2000-06-12Added out of date comment.Joel Sherrill1-1/+1
2000-06-10Purged as many egcs references as possible.Joel Sherrill12-17/+18
2000-06-10Patch rtems-rc-4.5.0-21.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill82-293/+304
which splits the current monolithic specs files into a sequence of subparts. These can be concatenated togather to make a the whole .spec file. This cleans up the maintenance problem of having "all languages" and a "C/C++ only" gccnewlib spec files. Plus it should make it easier to produce variants like the gdb-m68k-bdm which require special hackery. :) Ralf's comments: It addresses the way *.spec.in get composed inside of the source tree. Changes: * Each spec.in is broken into several files (*.add), one *.add file per sub-package. * Each Makefile.am composes spec.ins from the *.add files * Removal of redundant automake support files. * Default value for BuildRoot changed to /tmp/<spec-file-name> * %clean stage added to *specs Advantages (IMHO). * The *.add files are easier to adminstrate and more flexible in comparison to the former *.specs.ins. * gccnewlib_c_only.spec.in now is composed from the same sources as gccnewlib.spec.in (less errors) * If using the default BuildRoot --clean now deletes all files that were generated while building. Notes: * rtems.spec.in has not yet been adapted to the scheme used for the other *spec.ins * Except for cosmetical changes the internals of the *.spec files should not have changed. To Apply: cvs rm -f scripts/binutils/binutils.spec.in cvs rm -f scripts/gccnewlib/gccnewlib.spec.in cvs rm -f scripts/gccnewlib/gccnewlib_c_only.spec.in cvs rm -f scripts/gdb/gdb.spec.in cvs rm -f scripts/config.sub cvs rm -f scripts/config.guess cvs rm -f scripts/install-sh cvs rm -f scripts/mkinstalldirs cvs rm -f scripts/missing patch -p1 < rtems-rc-4.5.0-21.diff cvs add scripts/*/*.add cvs add scripts/*/README
2000-06-01Removed old bmenu version.Joel Sherrill2-1067/+1
2000-06-01Removed since unused.Joel Sherrill1-22/+0
2000-06-01Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to:Joel Sherrill2-8/+16
This patch changes the installation directory of the supplements to supplements/<cpu>. This allows browsing the html files inside of the source tree, because after having applied this patch, the structure of the html installation directory hierarchy is the same as the directory structure of the source tree.
2000-06-01Readding.Joel Sherrill1-0/+65
2000-06-01Patch rtemsdoc-4.5.0-rc-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill140-1579/+1473
Ralf's comments follow: Changes: * Enhanced versioning: - Addition of automake's version.texi support - Replacement of rtemsdoc's former versioning support by automake's versioning support (Abandoning RTEMS-UPDATE-* etc.) - Abandoning setup.texi.in - Add EDITION to each documents Makefile.am - version.texi support in project.am - Addition of maintainer mode (currently only used to prevent incorrectly updating timestamps when users touch automake's version.texi timestamp files (stamp-vti)). * Fixing info dir support - Use texinfo's @dircategory and @direntry instead of infos *-DIR-ENTRY - $(infodir)/dir is now correctly set up * Avoid using temporary files - Pipe texts through REPLACE2 into BMENU2 instead of using temporary files. - Abandon using bmenu in favor of bmenu2 (bmenu could be removed now) * Prepare Makefile.ams for building in a separate buildtree - prefix files with $(srcdir) in Makefile.am for files which must be generated inside of the source tree Notes: * rtemsdoc can not yet be build in a separate source-tree, but we are very close to it. * You as the maintainer of this package now should always use --enable-maintainer-mode to configure rtemsdoc.
2000-05-31Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-3/+17
Adds a -I <path> option to texi2www. This option is supposed to compatible to the option of the same name in makeinfo, texi2dvi etc. [This patch actually is kind of a hack, but it works :]
2000-05-31Typo caught by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-1/+1
2000-05-28Corrected instructions.Joel Sherrill1-0/+2
2000-05-28Corrected typo.Joel Sherrill1-1/+1
2000-05-28Added information on Application Makefiles.Joel Sherrill1-0/+13
2000-05-28Added information on how to do this step if you installed toolJoel Sherrill1-1/+21
binaries rather than unpacking everything.
2000-05-28Added start-?Joel Sherrill2-1/+2
2000-05-28Added build45.texi.Joel Sherrill1-0/+1
2000-05-28Reformatted ASCII slightly to avoid line wrap.Joel Sherrill1-3/+4
2000-05-28Merged Ralf Corsepius' 4.5 Build Issues FAQ into this.Joel Sherrill4-2/+369
2000-05-28Patch obtain from bug-texinfo mailing list from Trevin BeattieJoel Sherrill1-2/+5
<trevin@eyring.com> to make hyperlinks take you to the top of a page rather than the bottom.
2000-05-28Change linkcolor to Blue from Cyan per patch from Trevin BeattieJoel Sherrill1-1/+1
<trevin@eyring.com> obtained from bug-texinfo mailing list.
2000-05-28Bug fix from Trevin Beattie <trevin@eyring.com> picked up fromJoel Sherrill1-0/+1
the bug-texinfo mailing list: There is also a bug in the PDF outline: Any outline item containing an underscore shows up as a bunch of texinfo codes ("@unhbox @kern.06em @vbox{..."). This bug was remedied by the following addition to \pdfmakeoutlines.
2000-05-28Updated to reflect lower confdefs.h values and new controlJoel Sherrill2-11/+73
over number of termios ports.
2000-05-25Minor corrections from Nick Simon <Nick.SIMON@syntegra.bt.co.uk>.Joel Sherrill1-2/+2
- char * nameserver[3] appears twice, second occurrence should be ntpserver - in sect 3.3.3 ...ifcontig should be ifconfig
2000-05-17Corrected paths.Joel Sherrill3-7/+7
2000-05-11Added information on the location where the tools are installed.Joel Sherrill1-0/+10
2000-05-10Added "@" in front of "{" and "}" to make texinfo happy.Joel Sherrill2-8/+8
2000-05-10Made examples include checking of return status.Joel Sherrill2-12/+40
2000-05-10Removed duplicate NEEDS_CONSOLE_DRIVER.Joel Sherrill1-1/+0
2000-05-09Typo resulting in bad link fixed.Joel Sherrill1-1/+1
2000-05-09Added comment on RTEMS_DEFAULT_MODE.Joel Sherrill1-0/+3
2000-05-09Updated NT editor information to update status on PFE and addJoel Sherrill1-6/+24
pointers to emacs and vim.
2000-05-09Updated in order to generate a current tool chain documentation set.Joel Sherrill5-97/+144
2000-05-08Updated.Joel Sherrill2-6/+8
2000-05-08Updated versions.Joel Sherrill2-8/+8
2000-05-08Added some more.Joel Sherrill1-0/+8
2000-05-08Added more information to the "next step" chapter. The new informationJoel Sherrill2-1/+58
tries to give a pointer about how to approach writing an application.