summaryrefslogtreecommitdiff
path: root/gnu/dist/texinfo
AgeCommit message (Collapse)Author
2016-01-14Texinfo has moved.christos
2015-06-05Fix operator precedence to allocate enough memory.joerg
2014-11-15Array can't be null.joerg
2014-08-30recognize cygwin64jmcneill
2014-02-27Cast strlen of constant down to avoid argument widening. Change an absjoerg
to labs based on the arguments.
2013-08-30Remove trailing whitespace in texi2dvi which confuses sed.riastradh
XXX pull up to 5, 6?
2012-07-19PR/46704: Antti Kantee: Recognize tilera in config.guesschristos
2011-05-15include <sys/ioctl.h> for ioctl()christos
2011-05-11Fix two rather obviousbuffer overflows, one of them hitting all the time.joerg
Inspired by corresponding FreeBSD patch.
2010-02-18Fix typo (specifed -> specified).wiz
2009-03-06Don't build the infokey and info binaries during toolchain builds.joerg
This patches the false branch of the Makefile as the true branch is only used for cross-compiling of texinfo with the internal build system. This avoids the termcap dependency as noticed in PR 40810.
2009-03-06include <stdint.h> for intptr_t; patch from Alexander Bluhm inapb
tech-toolchain.
2009-02-28Escape new lines.joerg
2009-02-28Teach makeinfo about --no-version-header to support the linejoerg
This is <info> producted by <version> from <source> which leaks the full build prefix.
2008-09-09Revert rev 1.9:lukem
* we now disable gettext by not defining ENABLE_NLS, * we now link in the xmalloc/xstrdup/xexit replacements explicitly. Reduces differences to upstream.
2008-09-03eliminate the need for gettext() when building the host-only tool.dogcow
2008-09-02resolve conflictschristos
2008-09-02resolve conflicts.christos
2008-09-02import last gplv2 versionchristos
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2006-12-01pull in more from upstream CVS: nuke on-disk sorting completelydrochner
(It didn't work correctly, thanks to Joerg Sonnenberger for the hint.)
2006-12-01pull patches from upstream CVS:drochner
-unsafe tempfile creation (CVE-2005-3011) -buffer overflow (CVE-2006-4810)
2006-11-25PR/30618 -- info dumps corejnemeth
fix from Efstathios Kamperis
2006-09-29Use ${HOST_SH} instead of the host system's /bin/sh wherever possible:apb
* Explicitly use $(SHELL) to run shell scripts. * Use SHELL = @SHELL@, not SHELL = /bin/sh. @SHELL@ will be substituted by associated configure scripts, and will actually refer to the environment variable ${CONFIG_SHELL}.
2004-08-29Do not search the info path when opening our own output file. We may findmartin
an old (shorter) version somewhere and SIGSEGV due to different filesize. Fixes PR toolchain/26791. Already forwarded to texinfo maintainers.
2004-07-17Remove generated file; probably fixes PR 26333 by salo.wiz
2004-07-14Work around the 'bad address' problem by only looking for files thatwiz
should be written to in the current directory. Fix suggested by enami.
2004-07-13Applywiz
http://savannah.gnu.org/cgi-bin/viewcvs/texinfo/texinfo/makeinfo/makeinfo.c.diff?r1=1.60&r2=1.61&diff_format=u to fix a problem with groff.texinfo. Suggested by enami, thanks!
2004-07-13Do a cast via intptr_t in order to avoid warning "cast to pointerhe
from integer of different size" when building e.g. for alpha.
2004-07-13Do a cast via intptr_t in order to avoid warning "cast to pointerhe
from integer of different size" when building e.g. for alpha.
2004-07-12Let this build with BSD make (for tools building).wiz
2004-07-12Update.wiz
2004-07-12Merge with 4.7.wiz
2004-07-12Import of texinfo-4.7, as prepared by texinfo2netbsd.wiz
Changes since 4.6: 4.7 (9 April 2004) * Language: . new commands @float, @caption, @shortcaption, @listoffloats for initial implementation of floating material (figures, tables, etc). Ironically, they do not yet actually float anywhere. . new commands @docbook, @ifdocbook, @ifnotdocbook for conditional Docbook. . new commands @ordf{} and @ordm{} for Spanish feminine/masculine ordinals. . new commands @deftypecv[x] for class variables in typed OO languages. . new command @registeredsymbol for the r-in-a-circle symbol. . new command @headitem to make a heading row in @multitable. . new command @LaTeX{} for the LaTeX logo. . new command @comma{} to avoid comma-parsing problems. . @url is now a synonym for @uref; new command @indicateurl has the old meaning of just displaying a url as text. . @quotation now accepts an optional argument for labelling the text as a `Note', `Tip', etc. . @defun (et al.) heading lines can now be continued with a lone @. . @acronym accepts an optional argument for the meaning of the acronym. * makeinfo: . New environment variable TEXINFO_OUTPUT_FORMAT determines the output format at runtime, if no options are specified. . New option --plaintext, equivalent to --no-headers with Info output. . All outputs: - sections are numbered by default. . Info output: - punctuation is inserted after @pxref and @ref, if needed to make cross-references valid. - line numbers included in index menus, so Info readers can go to the exact line of an entry, not just a node. Also in plaintext output. - ^@^H[index^@^H] cookie included in index menus, so Info readers can handle the ] etc. commands better. . HTML output: - new algorithm for cross-references to other manuals, for maximum portability and stability. - include node name in <title> with split output. - @multicolumn fractions become percentages. - entities used for bullets, quotes, dashes, and others. - index entries are links to the exact locations. - <h4> and <h5> used for @sub and @subsubsections again. - accented dotless i supported. . XML output: many new tags and structure to preserve more source features. . Docbook output: - upgraded DTD to Docbook XML 4.2, no longer using Docbook SGML. - improved translation in general, for instance: - line annotations and marked quotations. * texi2dvi: . if available, use etex (pdfetex if --pdf) by default. . if the input file includes thumbpdf.sty (for LaTeX), then run thumbpdf. . more output if --debug. * texinfo.tex: . @defun names are now printed in typewriter (instead of bold), and within the arguments, @var text is printed in slanted typewriter. . @tex code is executed inside a TeX group, so that any changes must be prefixed with \global (or the equivalent) to be effective. (This change was actually made years ago, but never made it into the NEWS.) * info: . new option --where (aka --location, -w) to report where an Info file would be found, instead of reading it. . by default, output ANSI terminal escape sequences as-is; new option --no-raw-escapes overrides this. . use the newly-generated index line numbers. * Distribution: . new script gendocs.sh (not installed), for use by GNU maintainers in getting their manuals on the GNU web site. Documented in maintain.texi (http://www.gnu.org/prep/maintain_toc.html). . Most code uses ANSI C prototypes, to some extent. . New translation: nb. . automake 1.8.3, autoconf 2.59, gettext 0.14.1.
2003-09-08Remove local ENABLE_NLS patches which were added for smaller executablewiz
size -- however, these binaries won't end up on bot floppies, so it's not necessary, and less diffs to the original are better. Ok'd by itojun.
2003-07-03Add a note about updating config.h.wiz
2003-07-03Reduce diff to texinfo-4.6.wiz
2003-07-03``autoreconf -f'' generates better output -- use that instead.wiz
2003-07-03Merge 4.6 (includes aclocal/autoheader/autoconf/automake runwiz
for local AM_MAINTAINER_MODE change).
2003-07-03Import of texinfo-4.6.wiz
2003-07-03Remove another local patch: all fields of the NODE structure arewiz
initialized manually, so no zeroing is necessary.
2003-07-03Match 4.5 better (no functional change).wiz
2003-07-03Remove local patch that was (supposedly) a work-around forwiz
libedit-emulating-readline problems, which appear fixed; at least texinfo compiles just as well without the patch.
2003-07-03No point in allocating x*2 if only x+2 is used (reverts local patchwiz
pulled up from 3.12).
2003-03-27regenerate for AM_MAINTAINER_MODE, using "autoreconf -f" ...lukem
2003-03-27add AM_MAINTAINER_MODElukem
2003-03-12Don't do _INTL_REDIRECT_ASM if __APPLE__.thorpej
2003-02-15Terminate (with extreme prejudice) any rules which detect if fileslukem
such as Makefile.in are ``out of date'' and ``helpfully'' attempt to update them with autoconf, autoheader, or automake. Fixes some toolchain PRs, and my sanity.
2003-02-13Merge 4.5.wiz
2003-02-13Import of texinfo-4.5.wiz
Major changes since 4.3: * Language: . The ' (ASCII apostrophe/right quote) character is finally allowed in node and anchor names. Thus, after installing this texinfo.tex, existing .aux files will cause errors! Remove them and rerun TeX to generate good ones. . @value constructs are now expanded in the filename arguments to @include and @verbatiminclude. * texinfo.tex: . @smallexample and the like now output in a smaller font (9pt) in all paper formats, not just @smallbook and @afourpaper. . new translation txi-tr.tex. * info: . CTRL-H is treated like DEL in incremental search. . arrow keys once again work in isearch contexts under Solaris. * infokey: . use .info key bindings before defaults. . allow prefix keys to be disabled. Bug fixes all around.