summaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-03-18Added Constants, Feature Flags, and Macros (included in Functions).Joel Sherrill17-126/+554
No status information was included.
1998-03-17First attempt at adding constants and feature flagsJoel Sherrill5-10/+324
1998-03-17Completed status pass on functions and data types.Joel Sherrill12-33/+48
1998-03-17Completed first pass at function status.Joel Sherrill9-96/+117
Added most data types without status information.
1998-03-16Added types, status of functions, cleaned up output of summarize.Joel Sherrill9-229/+316
1998-03-16Added function status and data typesJoel Sherrill3-21/+54
1998-03-16Cleaned up format and added data types.Joel Sherrill1-8/+38
1998-03-16Added Function field.Joel Sherrill15-344/+344
1998-03-16summarize now generates a nicely formatted function status summary.Joel Sherrill2-3/+13
1998-03-16Function implmentation status information correct.Joel Sherrill1-10/+10
1998-03-16First time summary chapter is included in the document.Joel Sherrill3-3/+6
1998-03-14Added blank lines.Joel Sherrill2-0/+12
1998-03-14Added summary chapter.Joel Sherrill1-2/+11
1998-03-14New file.Joel Sherrill1-0/+33
1998-03-14Added functions from POSIX standard.Joel Sherrill7-0/+295
1998-03-14Added functions from POSIX standard.Joel Sherrill3-2/+116
1998-03-14Added copyright headerJoel Sherrill1-0/+8
1998-03-14Added functions from POSIX standard.Joel Sherrill7-7/+686
1998-03-11Outline complete and apparently correct.Joel Sherrill16-152/+156
1998-03-11BaselineJoel Sherrill21-0/+754
1998-02-11new test casesJoel Sherrill2-0/+92
1998-02-11new directory structure for hwapiJoel Sherrill2-2/+2
1998-02-11hwapi addedJoel Sherrill1-1/+2
1998-02-11updatesJoel Sherrill17-655/+540
1998-02-06Updated copyrightsJoel Sherrill191-198/+192
1998-02-06Added @table/@end table capability along with the avdas.d test case whereJoel Sherrill3-3/+363
this capability was first used.
1998-02-05Added code to more correctly process abstract types (handle, range, etc).Joel Sherrill2-22/+76
1998-01-30Big patch form Ralf Corsepius described in this email:Joel Sherrill1-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
1998-01-30Modified output of @Example style in MsWord output routine so it wouldJoel Sherrill2-4/+36
be one paragraph with manual line breaks rather than multiple paragraphs..
1998-01-23minor updates .. mostly versionJoel Sherrill20-106/+110
1998-01-23Fixed some "NodeNameIncludesChapterName" problems which were uncoveredJoel Sherrill1-11/+29
doing the HWAPI manual.
1998-01-21Changed reference from PROJECT_ROOT to RTEMS_ROOT.Joel Sherrill1-1/+1
1998-01-21Added Code to dop the output in a format which a custom Visual BasicJoel Sherrill3-10/+203
Application Cindy has written can transform into a nice Word document.
1997-12-02Modified SPARC to PowerPC. Modified specific requirements to beJennifer Averett2-14/+14
for the PowerPC instead of the SPARC.
1997-12-02Added definations for serial_per_sec, serial_rate, and serial_xon_xoff.Jennifer Averett2-12/+12
1997-12-02Modified referances to SPARC to PowerPC. Updated the Information Table toJennifer Averett2-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.
1997-10-31Test document.Joel Sherrill1-0/+690
1997-10-31New test file.Joel Sherrill1-4/+4
1997-10-31Replaced the algorithm used to build the texinfo nodes and menus. ThisJoel Sherrill1-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.
1997-09-03More specific information on error code.Joel Sherrill1-1/+2
1997-08-15Added command line options for next, previous, and up node.Joel Sherrill1-7/+28
Added error check to insure we don't write over a .texi file given to us as input.
1997-08-04Fixed wildcard in copy command.Joel Sherrill1-1/+1
1997-08-04Added comments to help avoid editting generated file.Joel Sherrill2-0/+8
1997-08-04Added information based on comments from Katsu Shibuya.Joel Sherrill7-11/+57
1997-08-04Fixed node links.Joel Sherrill3-3/+3
1997-08-04removed binary filesJoel Sherrill3-0/+0
1997-07-31Corrected bug in MakefileJoel Sherrill1-1/+1
1997-07-31Corrected problem where directories where not being properly created.Joel Sherrill3-7/+10
Change path to indicate expected snapshot date.
1997-07-31corrected typos and changes LANGUAGE to RTEMS-LANGUAGE.Joel Sherrill23-39/+51
1997-07-31Added more info.Joel Sherrill6-272/+276