aboutsummaryrefslogtreecommitdiff
path: root/contrib/texinfo
Commit message (Collapse)AuthorAgeFilesLines
* Fixed printf format errors.Bruce Evans1998-06-301-1/+1
| | | | Notes: svn path=/head/; revision=37313
* Don't assume that time_t is long.Bruce Evans1998-06-291-8/+2
| | | | Notes: svn path=/head/; revision=37259
* Don't print "Making info file ...' except in verbose mode.Bruce Evans1997-12-191-1/+1
| | | | Notes: svn path=/head/; revision=31866
* fix misspellingJohn-Mark Gurney1997-08-301-1/+1
| | | | | | | | | Submitted-by: Josh Gilliam Closes PR:4430 Notes: svn path=/head/; revision=28931
* Fixed clobbered vendor Id.Bruce Evans1997-06-291-1/+1
| | | | Notes: svn path=/head/; revision=27060
* Recovered FreeBSD changes from attic:Bruce Evans1997-03-121-2/+5
| | | | | | | | 1.2: don't refer to emacs (1) 1.3: fixed "will will". Notes: svn path=/head/; revision=23817
* Missed the $FreeBSD$ on this otherwise touched file.Peter Wemm1997-03-021-1/+1
| | | | Notes: svn path=/head/; revision=23250
* Bring over Joerg's arrow-key, page-up, and page-down modifications.Joshua Peck Macdonald1997-01-174-11/+103
| | | | Notes: svn path=/head/; revision=21787
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* I added both features Peter Wemm requested. First, the new optionJoshua Peck Macdonald1997-01-121-4/+22
| | | | | | | | | | --forceentry=TEXT will override any entries contained in the info file. Second, I made it recognize that "gmp" and "gmp.info" are the same when looking for whether the info file being installed is already installed. Notes: svn path=/head/; revision=21610
* Correct a bogus strerror declaration and make install-infoJoshua Peck Macdonald1997-01-111-24/+36
| | | | | | | | | | | | | intelligent enough to take default section and entry names for the purpose of being able to use it on old texinfo files in the source tree. This involved very minor modifications and the new options --defsection and --defentry which behave just like --section and --entry but ignore their argument if the info file is annotated with the information. This change should only be neccesary as long as there are old-style texinfo source in the tree. Notes: svn path=/head/; revision=21500
* Remove a non-posix terminal flag OCRNL from terminal.c, add theJoshua Peck Macdonald1997-01-113-2/+241
| | | | | | | two auto-generated files doc.c and funs.h. Notes: svn path=/head/; revision=21498
* This is unmodified GNU texinfo-3.9 source. I'll be commiting a fewvendor/misc-GNU/texinfo/3.9Joshua Peck Macdonald1997-01-11107-0/+77698
patches in a bit. -josh Notes: svn path=/vendor/texinfo/dist/; revision=21495 svn path=/vendor/texinfo/3.9/; revision=21497; tag=vendor/misc-GNU/texinfo/3.9