summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-221-0/+4
| | | | * Makefile.am: Removed definition of ACLOCAL_AMFLAGS.
* 2000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-227-4/+15
| | | | * Makefile.am: Removed GENERATED_FILES from list of TEXINFOS.
* Adding ChangeLogs.Joel Sherrill2000-08-2539-0/+117
|
* Interrupt stack is allocated by _ISR_Handler_initializationJoel Sherrill2000-07-031-1/+1
| | | | not that of _ISR_Manager_initialization.
* Added fchdir().Joel Sherrill2000-06-301-0/+63
|
* Patch rtemsdoc-4.5.0-rc-14-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-171-10/+16
| | | | | <corsepiu@faw.uni-ulm.de> to address build problems effecting RedHat users but not SuSE users.
* *** empty log message ***Joel Sherrill2000-06-163-3/+4
|
* Bug report from James Housley <jim@thehousleys.net> correctingJoel Sherrill2000-06-161-1/+1
| | | | name of GNU Java Compiler.
* Updated mailing list information.Joel Sherrill2000-06-151-16/+24
|
* Patch rtemsdoc-4.5.0-rc-13-cvs.diff.gz from Ralf CorsepiusJoel Sherrill2000-06-1430-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|]
* Patch rtemsdoc-4.5.0-rc-12-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-123-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)
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct problemsJoel Sherrill2000-06-123-7/+7
| | | | on RELEASE versus VERSION.
* Added out of date comment.Joel Sherrill2000-06-121-1/+1
|
* Purged as many egcs references as possible.Joel Sherrill2000-06-1012-17/+18
|
* Patch rtems-rc-4.5.0-21.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-06-1082-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
* Removed old bmenu version.Joel Sherrill2000-06-012-1067/+1
|
* Removed since unused.Joel Sherrill2000-06-011-22/+0
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to:Joel Sherrill2000-06-012-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.
* Readding.Joel Sherrill2000-06-011-0/+65
|
* Patch rtemsdoc-4.5.0-rc-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-06-01140-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.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill2000-05-311-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 :]
* Typo caught by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-05-311-1/+1
|
* Corrected instructions.Joel Sherrill2000-05-281-0/+2
|
* Corrected typo.Joel Sherrill2000-05-281-1/+1
|
* Added information on Application Makefiles.Joel Sherrill2000-05-281-0/+13
|
* Added information on how to do this step if you installed toolJoel Sherrill2000-05-281-1/+21
| | | | binaries rather than unpacking everything.
* Added start-?Joel Sherrill2000-05-282-1/+2
|
* Added build45.texi.Joel Sherrill2000-05-281-0/+1
|
* Reformatted ASCII slightly to avoid line wrap.Joel Sherrill2000-05-281-3/+4
|
* Merged Ralf Corsepius' 4.5 Build Issues FAQ into this.Joel Sherrill2000-05-284-2/+369
|
* Patch obtain from bug-texinfo mailing list from Trevin BeattieJoel Sherrill2000-05-281-2/+5
| | | | | <trevin@eyring.com> to make hyperlinks take you to the top of a page rather than the bottom.
* Change linkcolor to Blue from Cyan per patch from Trevin BeattieJoel Sherrill2000-05-281-1/+1
| | | | <trevin@eyring.com> obtained from bug-texinfo mailing list.
* Bug fix from Trevin Beattie <trevin@eyring.com> picked up fromJoel Sherrill2000-05-281-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.
* Updated to reflect lower confdefs.h values and new controlJoel Sherrill2000-05-282-11/+73
| | | | over number of termios ports.
* Minor corrections from Nick Simon <Nick.SIMON@syntegra.bt.co.uk>.Joel Sherrill2000-05-251-2/+2
| | | | | | - char * nameserver[3] appears twice, second occurrence should be ntpserver - in sect 3.3.3 ...ifcontig should be ifconfig
* Corrected paths.Joel Sherrill2000-05-173-7/+7
|
* Added information on the location where the tools are installed.Joel Sherrill2000-05-111-0/+10
|
* Added "@" in front of "{" and "}" to make texinfo happy.Joel Sherrill2000-05-102-8/+8
|
* Made examples include checking of return status.Joel Sherrill2000-05-102-12/+40
|
* Removed duplicate NEEDS_CONSOLE_DRIVER.Joel Sherrill2000-05-101-1/+0
|
* Typo resulting in bad link fixed.Joel Sherrill2000-05-091-1/+1
|
* Added comment on RTEMS_DEFAULT_MODE.Joel Sherrill2000-05-091-0/+3
|
* Updated NT editor information to update status on PFE and addJoel Sherrill2000-05-091-6/+24
| | | | pointers to emacs and vim.
* Updated in order to generate a current tool chain documentation set.Joel Sherrill2000-05-095-97/+144
|
* Updated.Joel Sherrill2000-05-082-6/+8
|
* Updated versions.Joel Sherrill2000-05-082-8/+8
|
* Added some more.Joel Sherrill2000-05-081-0/+8
|
* Added more information to the "next step" chapter. The new informationJoel Sherrill2000-05-082-1/+58
| | | | tries to give a pointer about how to approach writing an application.
* Patch from Ralf Corsepies <corsepiu@faw.uni-ulm.de> thatJoel Sherrill2000-05-083-223/+2
| | | | fixes handling of word-replace and removes tool/update.
* Made comment a little more detailed.Joel Sherrill2000-05-081-1/+2
|