summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added Constants, Feature Flags, and Macros (included in Functions).Joel Sherrill1998-03-1817-126/+554
| | | | No status information was included.
* First attempt at adding constants and feature flagsJoel Sherrill1998-03-175-10/+324
|
* Completed status pass on functions and data types.Joel Sherrill1998-03-1712-33/+48
|
* Completed first pass at function status.Joel Sherrill1998-03-179-96/+117
| | | | Added most data types without status information.
* Added types, status of functions, cleaned up output of summarize.Joel Sherrill1998-03-169-229/+316
|
* Added function status and data typesJoel Sherrill1998-03-163-21/+54
|
* Cleaned up format and added data types.Joel Sherrill1998-03-161-8/+38
|
* Added Function field.Joel Sherrill1998-03-1615-344/+344
|
* summarize now generates a nicely formatted function status summary.Joel Sherrill1998-03-162-3/+13
|
* Function implmentation status information correct.Joel Sherrill1998-03-161-10/+10
|
* First time summary chapter is included in the document.Joel Sherrill1998-03-163-3/+6
|
* Added blank lines.Joel Sherrill1998-03-142-0/+12
|
* Added summary chapter.Joel Sherrill1998-03-141-2/+11
|
* New file.Joel Sherrill1998-03-141-0/+33
|
* Added functions from POSIX standard.Joel Sherrill1998-03-147-0/+295
|
* Added functions from POSIX standard.Joel Sherrill1998-03-143-2/+116
|
* Added copyright headerJoel Sherrill1998-03-141-0/+8
|
* Added functions from POSIX standard.Joel Sherrill1998-03-147-7/+686
|
* Outline complete and apparently correct.Joel Sherrill1998-03-1116-152/+156
|
* BaselineJoel Sherrill1998-03-1121-0/+754
|
* new test casesJoel Sherrill1998-02-112-0/+92
|
* new directory structure for hwapiJoel Sherrill1998-02-112-2/+2
|
* hwapi addedJoel Sherrill1998-02-111-1/+2
|
* updatesJoel Sherrill1998-02-1117-655/+540
|
* Updated copyrightsJoel Sherrill1998-02-06191-198/+192
|
* Added @table/@end table capability along with the avdas.d test case whereJoel Sherrill1998-02-063-3/+363
| | | | this capability was first used.
* Added code to more correctly process abstract types (handle, range, etc).Joel Sherrill1998-02-052-22/+76
|
* Big patch form Ralf Corsepius described in this email:Joel Sherrill1998-01-301-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here is the result of my nightly work to get RTEMS_ROOT=$srcdir working with different shells and relative/absolute paths. What I did is relatively simple in principle: Instead of setting RTEMS_ROOT in configure.in and then let configure substitute @RTEMS_ROOT@ inside the Makefiles, I now let each Makefile set RTEMS_ROOT from each Makefile's @top_srcdir@ value. The difference is subtile, but with enormous side effects: - If RTEMS_ROOT is set in configure, then the same single value will be propagated to all Makefiles. This breaks using relative paths, as the relative path to the root of the source tree is used inside of all subdirectory Makefiles. - Now each Makefile.in sets RTEMS_ROOT = @top_srcdir@. top_srcdir is computed individually by configure for each single Makefile.in, hereby receiving the correct value, no matter if relative or absolute paths are used. To get this working, I needed to remove setting RTEMS_ROOT from target.cfg.in, because this overrides the value of RTEMS_ROOT from each individual Makefile. Furthermore, I removed RTEMS_CUSTOM from the Makefiles and replaced all "include $(RTEMS_CUSTOM)" directives with"include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP)". Perhaps you don't like this, but I think, to have one variable less is clearer and easier to understand than having several variables refering to the next one. I enclose a small patch to this mail, which - fixes the config.h problem (to finally clearify misunderstands) - removes assignment/subsitution of RTEMS_ROOT from configure.in - contains a workaround for the application Makefile's RTEMS_ROOT problem (reported by Eric) - removes some unused lines from the toplevel Makefile.in - removes assignment of RTEMS_ROOT from make/target.cfg.in
* Modified output of @Example style in MsWord output routine so it wouldJoel Sherrill1998-01-302-4/+36
| | | | be one paragraph with manual line breaks rather than multiple paragraphs..
* minor updates .. mostly versionJoel Sherrill1998-01-2320-106/+110
|
* Fixed some "NodeNameIncludesChapterName" problems which were uncoveredJoel Sherrill1998-01-231-11/+29
| | | | doing the HWAPI manual.
* Changed reference from PROJECT_ROOT to RTEMS_ROOT.Joel Sherrill1998-01-211-1/+1
|
* Added Code to dop the output in a format which a custom Visual BasicJoel Sherrill1998-01-213-10/+203
| | | | Application Cindy has written can transform into a nice Word document.
* Modified SPARC to PowerPC. Modified specific requirements to beJennifer Averett1997-12-022-14/+14
| | | | for the PowerPC instead of the SPARC.
* Added definations for serial_per_sec, serial_rate, and serial_xon_xoff.Jennifer Averett1997-12-022-12/+12
|
* Modified referances to SPARC to PowerPC. Updated the Information Table toJennifer Averett1997-12-022-12/+46
| | | | | | | match the one in CPU.H. Added spurious_handler and exceptions_in_RAM items. Added definations for clicks_per_usec, spurious_handler,exceptions_in_RAM, serial_external_clock, serial_cts_rts, timer_average_overhead, and timer_least_valid.
* Test document.Joel Sherrill1997-10-311-0/+690
|
* New test file.Joel Sherrill1997-10-311-4/+4
|
* Replaced the algorithm used to build the texinfo nodes and menus. ThisJoel Sherrill1997-10-311-218/+236
| | | | | | | | | was necessary to fix some bugs and to support the "@subsubsection", "@raise", and "@lower" commands. The major known bug was that single section chapters were not being processed correctly. Added the -c option so chapter names do not always have to included in the node names.
* More specific information on error code.Joel Sherrill1997-09-031-1/+2
|
* Added command line options for next, previous, and up node.Joel Sherrill1997-08-151-7/+28
| | | | | Added error check to insure we don't write over a .texi file given to us as input.
* Fixed wildcard in copy command.Joel Sherrill1997-08-041-1/+1
|
* Added comments to help avoid editting generated file.Joel Sherrill1997-08-042-0/+8
|
* Added information based on comments from Katsu Shibuya.Joel Sherrill1997-08-047-11/+57
|
* Fixed node links.Joel Sherrill1997-08-043-3/+3
|
* removed binary filesJoel Sherrill1997-08-043-0/+0
|
* Corrected bug in MakefileJoel Sherrill1997-07-311-1/+1
|
* Corrected problem where directories where not being properly created.Joel Sherrill1997-07-313-7/+10
| | | | Change path to indicate expected snapshot date.
* corrected typos and changes LANGUAGE to RTEMS-LANGUAGE.Joel Sherrill1997-07-3123-39/+51
|
* Added more info.Joel Sherrill1997-07-316-272/+276
|