From: frief Date: Sun, 15 May 2005 19:05:52 +0000 (+0000) Subject: hardcoded date to the date of last text change X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=46f5acf995ffac9e686658a8651439eba5d7d204;p=fw%2Fsdcc hardcoded date to the date of last text change git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3759 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/doc/cdbfileformat.lyx b/doc/cdbfileformat.lyx index 480432d6..7281b5d4 100644 --- a/doc/cdbfileformat.lyx +++ b/doc/cdbfileformat.lyx @@ -3,6 +3,12 @@ \textclass article \begin_preamble \pdfoptionpdfminorversion=3 +\usepackage[ + pdftitle={CDB File Format}, + pdfauthor={Lenny Story}, + pdfkeywords={address c compiler debugger format GPL linker record SDCC}, + colorlinks=true, + linkcolor=blue] {hyperref} \end_preamble \language english \inputencoding auto @@ -30,6 +36,16 @@ \layout Title CDB File Format +\begin_inset ERT +status Open + +\layout Standard + +\backslash +date{2003-03-21} +\end_inset + + \layout Author Lenny Story diff --git a/doc/test_suite_spec.lyx b/doc/test_suite_spec.lyx index bbe50f17..bebe463f 100644 --- a/doc/test_suite_spec.lyx +++ b/doc/test_suite_spec.lyx @@ -3,7 +3,12 @@ \textclass article \begin_preamble \pdfoptionpdfminorversion=3 -\usepackage{url} +\usepackage[ + pdftitle={Proposed Test Suite Design}, + pdfauthor={Michael Hope}, + pdfkeywords={c case compiler framework GPL regression SDCC suite test}, + colorlinks=true, + linkcolor=blue] {hyperref} \end_preamble \language english \inputencoding auto @@ -31,22 +36,19 @@ \layout Title Proposed Test Suite Design -\layout Author - -Michael Hope (michaelh@juju.net.nz) -\layout Date - - \begin_inset ERT -status Collapsed +status Open \layout Standard \backslash -today{} +date{2001-07-13} \end_inset +\layout Author + +Michael Hope (michaelh @ juju.net.nz) \layout Abstract This article describes the goals, requirements, and suggested specification @@ -480,31 +482,29 @@ I don't know how to do pre-formatted text in LaTeX. The following code generates a simple increment test for all combinations of the storage classes and all combinations of the data sizes. This is a bad example as the optimiser will often remove most of this code. -\layout Standard +\newline + +\layout Verse \family typewriter /** Test for increment. -\layout Standard - - -\family typewriter +\newline +\SpecialChar ~ +\SpecialChar ~ type: char, int, long -\layout Standard - - -\family typewriter +\newline +\SpecialChar ~ +\SpecialChar ~ Z80 port does not fully support longs (4 byte) -\layout Standard - - -\family typewriter +\newline +\SpecialChar ~ +\SpecialChar ~ type[z80]: char, int -\layout Standard - - -\family typewriter +\newline +\SpecialChar ~ +\SpecialChar ~ class: \begin_inset Quotes eld \end_inset @@ -514,39 +514,26 @@ class: \end_inset , register, static */ -\layout Standard - - -\family typewriter +\newline + +\newline static void -\layout Standard - - -\family typewriter +\newline testInc{class}{types}(void) -\layout Standard - - -\family typewriter -{ -\layout Standard - - -\family typewriter +\newline +{ +\newline +\SpecialChar ~ +\SpecialChar ~ {class} {type} i = 0; -\layout Standard - - -\family typewriter +\newline +\SpecialChar ~ +\SpecialChar ~ i = i + 1; -\layout Standard - - -\family typewriter +\newline +\SpecialChar ~ +\SpecialChar ~ ASSERT((i == 1)); -\layout Standard - - -\family typewriter +\newline } \the_end