summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/texinfo
AgeCommit message (Expand)Author
2024-08-16Cast to unsigned char after or'ing in the meta bit, so the compilerPhilip Guenther
2024-08-16Delete duplicated x{m,re}alloc() declarations and add argument typesPhilip Guenther
2024-08-16Delete bogus test of array being NULLPhilip Guenther
2024-08-16strn?casecmp() config bits were incomplete. We have them soPhilip Guenther
2024-08-16Fix precedence lossage reported by clang that results inPhilip Guenther
2000-02-09TexInfo 4.0. New manpages, can create html.Marc Espie
1995-12-22Import of texinfo-3.6 from FSFNiklas Hallqvist
2023-11-05fix bad path allocation in makeinfoOmar Polo
2023-09-06Build with -std=gnu89 to fix the build with clang-16Jeremie Courreges-Anglas
2023-01-12Fix trivial stack buf oflowMiod Vallat
2000-02-09TexInfo 4.0. New manpages, can create html.Marc Espie
2019-12-21a few depend:-related thingies that were still in.Marc Espie
2019-05-27fix core dump reported by Adam Thomson; ok tb@Otto Moerbeek
2017-06-12destroy lint remnants.Marc Espie
2016-11-16Set permissions of /usr/share/info/dir explicitly, so they don't depend onTheo Buehler
2016-10-03Fix ownership for install on a noperm filesystem.Martin Natano
2016-09-11Install binaries, scripts and documentation with the usual owner/group/mode.Martin Natano
2016-09-02Make build deterministic by removing a line that records the date ofTheo Buehler
2015-11-20Unbreak, tcflow and its underlying ioctls aren't allowed by pledge(2).Jeremie Courreges-Anglas
2015-11-14info - pledge stdio rpath wpath cpath getpw tty proc execTheo de Raadt
2002-06-10TeXinfo 4.2, much more robust html (and other formats) output, and a few Marc Espie
2014-07-11use CC when running configureJonathan Gray
2013-08-05Use proper types for device and inode numbersPhilip Guenther
2013-05-14make sure the linear ordering matches what makedoc actually does, otherwiseMarc Espie
2010-06-06plug fd leak when using --html --css-include. fixes pr/6387.Federico G. Schwindt
2008-10-08prevent access to output_paragraph with negative offset; PR 5518; okOtto Moerbeek
2007-11-03man pages can only be built after configure has runMarc Espie
2006-12-23Remove trailing spaces in sed expression.Mark Kettenis
2006-08-04unbreak MANPS builds;Jason McIntyre
2006-07-18kill trailing space;Jason McIntyre
2006-07-17avoid obvious out-of-bounds accesses.Marc Espie
2006-07-17manpage for texi2pdf, with some help from jmc@, okay theo@Marc Espie
2006-07-17let texinfo use whatever makeinfo it wants, preferably the one it justMarc Espie
2006-07-17say goodbye to old filesMarc Espie
2006-07-17conflict resolutionMarc Espie
2006-07-17import texinfo 4.8 into the tree.Marc Espie
2006-07-12makeinfo --no-split, simplifies sets immensely.Marc Espie
2006-01-08Allow @value in @include. Backported from texinfo 3.8.Mark Kettenis
2005-05-01Avoid out of bounds access; Andreas Vogele" <voegelas at gmx dot net>Otto Moerbeek
2005-04-17remove amd64 special casing.Brad Smith
2005-03-10various formatting fixes;Jason McIntyre
2005-02-04unfuck amd64Peter Valchev
2005-01-25simplify OpenBSD case by using arch(1) and sed to grabBrad Smith
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@Dale Rahn
2004-08-17strncmp works only if starting after start of buffer.Marc Espie
2004-08-11Clean up old mips stuff and add sgi.Per Fogelstrom
2004-08-09fix obvious typo in catalogMarc Espie
2004-04-21Add luna88k related directories and information to the build infrastructure.Miod Vallat
2003-10-31add pegasos to config.guess matchesDale Rahn
2003-10-03missing -h support; jeffi@rcn.comTheo de Raadt