diff options
author | Steve Langasek <vorlon@debian.org> | 2005-01-10 08:53:33 +0000 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:30 -0800 |
commit | e33f9eb9cf5cc29c36ce2aa7e10cd0f37ae0cc8e (patch) | |
tree | abbf06041619e445f9d0b772b0d58132009d8234 /slib_fot.html | |
parent | f559c149c83da84d0b1c285f0298c84aec564af9 (diff) | |
parent | 8466d8cfa486fb30d1755c4261b781135083787b (diff) | |
download | slib-e33f9eb9cf5cc29c36ce2aa7e10cd0f37ae0cc8e.tar.gz slib-e33f9eb9cf5cc29c36ce2aa7e10cd0f37ae0cc8e.zip |
Import Debian changes 3a1-4.2debian/3a1-4.2
slib (3a1-4.2) unstable; urgency=low
* Non-maintainer upload.
* Add guile.init.local for use within the build dir, since otherwise we
have an (earlier unnoticed) circular build-dep due to a difference
between scm and guile.
slib (3a1-4.1) unstable; urgency=low
* Non-maintainer upload.
* Build-depend on guile-1.6 instead of scm, since the new version of
scm is wedged in unstable (closes: #281809).
slib (3a1-4) unstable; urgency=low
* Also check for expected creation on slibcat. (Closes: #240096)
slib (3a1-3) unstable; urgency=low
* Also check for /usr/share/guile/1.6/slib before installing for guile
1.6. (Closes: #239267)
slib (3a1-2) unstable; urgency=low
* Add format.scm back into slib until gnucash stops using it.
* Call guile-1.6 new-catalog (Closes: #238231)
slib (3a1-1) unstable; urgency=low
* New upstream release
* Remove Info section from doc-base file (Closes: #186950)
* Remove period from end of description (linda, lintian)
* html gen fixed upstream (Closes: #111778)
slib (2d4-2) unstable; urgency=low
* Fix url for upstream source (Closes: #144981)
* Fix typo in slib.texi (enquque->enqueue) (Closes: #147475)
* Add build depends.
slib (2d4-1) unstable; urgency=low
* New upstream.
slib (2d3-1) unstable; urgency=low
* New upstream.
* Remove texi2html call in debian/rules. Now done upstream. Add make
html instead.
* Changes to rules and doc-base to conform to upstream html gen
* Clean up upstream makefile to make sure it cleans up after itself.
Diffstat (limited to 'slib_fot.html')
-rw-r--r-- | slib_fot.html | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/slib_fot.html b/slib_fot.html new file mode 100644 index 0000000..9d20d03 --- /dev/null +++ b/slib_fot.html @@ -0,0 +1,92 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html40/loose.dtd"> +<HTML> +<!-- Created on January, 10 2005 by texi2html 1.66 --> +<!-- +Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author) + Karl Berry <karl@freefriends.org> + Olaf Bachmann <obachman@mathematik.uni-kl.de> + and many others. +Maintained by: Many creative people <dev@texi2html.cvshome.org> +Send bugs and suggestions to <users@texi2html.cvshome.org> + +--> +<HEAD> +<TITLE>SLIB: Footnotes</TITLE> + +<META NAME="description" CONTENT="SLIB: Footnotes"> +<META NAME="keywords" CONTENT="SLIB: Footnotes"> +<META NAME="resource-type" CONTENT="document"> +<META NAME="distribution" CONTENT="global"> +<META NAME="Generator" CONTENT="texi2html 1.66"> + +</HEAD> + +<BODY LANG="en" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000"> + +<A NAME="slib_fot.html"></A> +<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0> +<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="slib.html#SEC_Top">Top</A>]</TD> +<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="slib_toc.html#SEC_Contents">Contents</A>]</TD> +<TD VALIGN="MIDDLE" ALIGN="LEFT">[Index]</TD> +<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="slib_abt.html#SEC_About"> ? </A>]</TD> +</TR></TABLE> +<H1>Footnotes</H1> +<H3><A NAME="FOOT1" HREF="slib_1.html#DOCF1">(1)</A></H3> +<P>There are some functions with internal <CODE>require</CODE> calls +to delay loading modules until they are needed. While this reduces +startup latency for interpreters, it can produce headaches for +compilers. +<H3><A NAME="FOOT2" HREF="slib_1.html#DOCF2">(2)</A></H3> +<P>Although it will +work on large info files, feeding it an excerpt is much faster; and +has less chance of being confused by unusual text in the info file. +This command excerpts the SLIB index into `<TT>slib-index.info</TT>': +<P> + +<TABLE><tr><td> </td><td class=example><pre>info -f slib2d6.info -n "Index" -o slib-index.info +</pre></td></tr></table> +<H3><A NAME="FOOT3" HREF="slib_4.html#DOCF3">(3)</A></H3> +<P>How do I know this? +I parsed 250kbyte of random input (an e-mail file) with a non-trivial +grammar utilizing all constructs. +<H3><A NAME="FOOT4" HREF="slib_5.html#DOCF4">(4)</A></H3> +<P>Readers may recognize these color string formats from Xlib. +X11's color management system was doomed by its fiction that CRT +monitors' (and X11 default) color-spaces were linear RGBi. Unable to +shed this legacy, the only practical way to view pictures on X is to +ignore its color management system and use an sRGB monitor. In this +implementation the device-independent RGB709 and sRGB spaces replace the +device-dependent RGBi and RGB spaces of Xlib. +<H3><A NAME="FOOT5" HREF="slib_5.html#DOCF5">(5)</A></H3> +<P> +A comprehensive encoding of transforms between CIEXYZ and device color +spaces is the International Color Consortium profile format, +ICC.1:1998-09: +<P> + +<BLOCKQUOTE> +The intent of this format is to provide a cross-platform device profile +format. Such device profiles can be used to translate color data +created on one device into another device's native color space. +</BLOCKQUOTE> + +<H3><A NAME="FOOT6" HREF="slib_5.html#DOCF6">(6)</A></H3> +<P>David Kahaner, Cleve Moler, and Stephen Nash +<CITE>Numerical Methods and Software</CITE> +Prentice-Hall, 1989, ISBN 0-13-627258-4 +<H3><A NAME="FOOT7" HREF="slib_8.html#DOCF7">(7)</A></H3> +<P>If you are porting a +<CITE>Revised^3 Report on the Algorithmic Language Scheme</CITE> +implementation, then you will need to finish writing `<TT>sc4sc3.scm</TT>' +and <CODE>load</CODE> it from your initialization file. +<HR SIZE=1> +<BR> +<FONT SIZE="-1"> +This document was generated +by <I>Steve Langasek</I> on <I>January, 10 2005</I> +using <A HREF="http://texi2html.cvshome.org"><I>texi2html</I></A> +</FONT> + +</BODY> +</HTML> |