Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix RUNOFF. | bwarken | 2013-07-31 | 2 | -10/+14 |
| | |||||
* | * tmac/fallbacks.tmac: Make it work in compatibility mode. | wl | 2013-07-16 | 2 | -0/+10 |
| | | | | Problem reported by Y T <doarhop@hotmail.com>. | ||||
* | * src/roff/grog/Makefile.sub (install_data, uninstall_sub): Typos. | wl | 2013-07-16 | 2 | -4/+6 |
| | |||||
* | * Makefile.in (GREP, MDEFINES): Define and use plain grep. | wl | 2013-07-16 | 2 | -0/+8 |
| | | | | Necessary for Bernd's code to extract groff options. | ||||
* | * tmac/an-old.tmac (TP): Do not clobber line length after double | wl | 2013-07-16 | 2 | -2/+9 |
| | | | | call to `.TP'. | ||||
* | Typos. | wl | 2013-07-03 | 1 | -4/+4 |
| | |||||
* | * doc/groff.texinfo: Fix syntax error in documentation of `\z'. | wl | 2013-07-02 | 2 | -1/+5 |
| | |||||
* | [grolbp] Don't write trailer if no printer was created. | wl | 2013-07-02 | 2 | -1/+7 |
| | | | | * src/devices/grolbp/lbp.cpp (main): Implement it. | ||||
* | Remove *~ files. | bwarken | 2013-06-27 | 2 | -41/+85 |
| | |||||
* | groff_filenames.man: Extension. | bwarken | 2013-06-27 | 2 | -22/+85 |
| | |||||
* | Minor. | wl | 2013-06-10 | 2 | -1/+4 |
| | |||||
* | Better not to set something like an URL when it isn't one. | esr | 2013-06-10 | 2 | -3/+3 |
| | |||||
* | Running text doesn't belong in the Synopsis section. | esr | 2013-06-10 | 2 | -5/+9 |
| | |||||
* | Small fix to HEADERS_AND_FOOTERS; doc update. | PTPi | 2013-06-07 | 3 | -3/+33 |
| | |||||
* | Added missing $AUTHOR string definition. | PTPi | 2013-05-15 | 2 | -0/+7 |
| | |||||
* | Restructure glilypond-files, add debug code. | bwarken | 2013-05-13 | 7 | -154/+5246 |
| | | | | Rewrite text lines in runoff.man. | ||||
* | New project `contrib/RUNOFF'. | bwarken | 2013-05-06 | 7 | -2/+7086 |
| | | | | Correction in `src/roff/groff/Makefile.sub'. | ||||
* | src/roff/groff/Makefile.sub: Remove all `.PHONY:' lines. | bwarken | 2013-05-01 | 2 | -4/+5 |
| | |||||
* | src/roff/groff/Makefile.sub: Use $(GREP) instead of `egrep'. Don't use | bwarken | 2013-04-30 | 2 | -6/+11 |
| | | | | `$(CCSRCS)' any more as prerequisits.. | ||||
* | Makefile.in, m4/groff.m4: Add `@libprogramdir@' and | bwarken | 2013-04-30 | 8 | -32/+49 |
| | | | | | | | | | `$libprogramdir' (usually `/usr/local/lib/groff'). Change `$libdir/groff' into $libprogramdir for several `groff' programs. Run `autoreconf -I m4'. src/roff/groff/MAkefile.sub: Add $(DESTDIR) and $(srcdir) in order to support installation outside of source code. | ||||
* | src/roff/groff/Makefile.sub: Replace some variables by shell | bwarken | 2013-04-29 | 2 | -14/+21 |
| | | | | commands. Improve the output for the `make' runs. | ||||
* | src/roff/groff/Makefile.sub: Make this file a compatible Makefile. | bwarken | 2013-04-28 | 2 | -21/+26 |
| | |||||
* | src/roff/groff/Makefile.sub: Use `make' variables to get | bwarken | 2013-04-28 | 2 | -17/+51 |
| | | | | | `groff' options from `getopt' in `groff.cpp'. Create 2 files `groff_opts_no_arg.txt' and `groff_opts_with_arg.txt'. | ||||
* | src/roff/groff: | bwarken | 2013-04-26 | 3 | -177/+24 |
| | | | | | | | `read_groff_options.pl' is no longer needed. `Makefile.sub': Get `groff' options from `getopt' in `groff.cpp'. Store it in a new file `groff_options.txt', which is installed in `groff libdir'. | ||||
* | Various minor fixes. | wl | 2013-04-26 | 4 | -48/+186 |
| | | | | | | * INSTALL.gen: Take the newest version from the `gnulib' repository. * configure: Regenerated. | ||||
* | INSTALL.gen: Restore an older version from `2006' in `groff-1.21'. | bwarken | 2013-04-25 | 3 | -176/+62 |
| | | | | | FOR-RELEASE: New file which describes how to prepare `groff' for a new release. | ||||
* | src/roff/groff/read_groff_options.pl: Reads `groff' options from | bwarken | 2013-04-25 | 4 | -3/+72 |
| | | | | | | | `groff.cpp' and writes them into the file `groff_options.info'. src/roff/groff/Makefile.sub: Have the generated file `groff_options.info' be installed into the `groff libdir'. | ||||
* | Add file <groff_top>/src/roff/groff/read_groff_options.pl | bwarken | 2013-04-25 | 1 | -0/+165 |
| | |||||
* | Public `glilypond' version `v1.1'. | bwarken | 2013-04-25 | 6 | -264/+278 |
| | | | | | | | | | | args.pl, sub.pl, glilypond.man: Change option `-v' to mean `--verbose' instead of former `--version' such as many GNU programs do. Correct sub `&usage()' and man-page. args.pl, glilypond.pl, oop_fh.pl, subs.pl: Remove spaces in ` -> ', some `( ... )', and some `{ ... }' places for better readability of the Perl source code. | ||||
* | args.pl, oop_fh.pl: Remove 1st line calling `perl'. | bwarken | 2013-04-24 | 8 | -100/+35 |
| | | | | | | | | | | | | | | subs.pl: Remove 1st line calling `perl'. Remove sub &perl_version'. Adjust sub `&usage'. glilypond.pl: Keep 1st line, which will be reset by running `make'. Remove all parts of Perl testing. perl_test.pl: Remove this file. README.txt: Add information about needed Perl version. Makefile.sub: Corrections for removing Perl test. Use `$<'. | ||||
* | glilypond: remove Perl test. | bwarken | 2013-04-24 | 2 | -31/+26 |
| | |||||
* | Delete files in <groff>/contrib/lilypond. | bwarken | 2013-04-24 | 3 | -2288/+0 |
| | |||||
* | INSTALL.gen: Replace this file by the daily `git' version of | bwarken | 2013-04-16 | 10 | -124/+152 |
| | | | | | | | | | | | | | | | | | | | | | `automake' `INSTALL' file. INSTALL.autotools: Remove file. INSTALL.CVS: New file, moved from `INSTALL.autotools'. m4/ax_prog_perl_version.m4: New file, taken from package `autoconf-archive-2013.04.06'. m4/groff.m4: Remove unnecessary blank line. Makefile.in: Add `$(PERLVERSION)'. aclocal.m4: Run `autoreconf -I m4' (this includes `aclocal -I m4'). This creates a suitable `aclocal.m4'. Remove generated subdirectory `autom4te.cache'. src/roff/grog/Makefile.sub: Correct `sed' command. Use `tabs' that are needed by `GNU make'. | ||||
* | iUse suitable versions of `GNU autotools' to generate the needed | bwarken | 2013-04-15 | 7 | -1406/+183 |
| | | | | configuration files. | ||||
* | In m4/groff.m4, replace tabs by spaces. Add double lines between definitions | bwarken | 2013-04-15 | 2 | -7/+48 |
| | | | | of AC_DEFUNs. | ||||
* | Change $PERLPATH to $PERL. | bwarken | 2013-04-15 | 10 | -264/+1436 |
| | |||||
* | Add file m4/ax_compare_version.m4 from the latest version of autoconf-archive. | bwarken | 2013-04-15 | 2 | -3/+180 |
| | |||||
* | Add documentation for the installation. | bwarken | 2013-04-14 | 5 | -9/+52 |
| | |||||
* | Add Perl test to the configuration. | bwarken | 2013-04-14 | 6 | -50/+519 |
| | |||||
* | Avoid consideration of autotool cache for CVS inclusion. | keithmarshall | 2013-04-13 | 2 | -0/+7 |
| | |||||
* | Add and remove directory `autom4te.cache' from `autoconf'. | bwarken | 2013-04-13 | 1 | -0/+6 |
| | |||||
* | glilypond.pl: Fix END for early exit of `--version'. | bwarken | 2013-04-12 | 2 | -1/+7 |
| | |||||
* | `glilypond': Replace `state' by global variable. So the Perl version | bwarken | 2013-04-12 | 4 | -11/+19 |
| | | | | can be reduced from `v5.9.4' to `v5.6'. | ||||
* | Correct former entries of glilypond. | bwarken | 2013-04-12 | 2 | -27/+32 |
| | |||||
* | grog: correct Makefile.sub | bwarken | 2013-04-12 | 1 | -35/+33 |
| | |||||
* | grog: clear the file content in src/roff/grog/. | bwarken | 2013-04-12 | 1 | -279/+0 |
| | |||||
* | grog: perl_test.pl added to CVS. | bwarken | 2013-04-12 | 1 | -0/+41 |
| | |||||
* | grog: remove shell version. Add file perl_test.pl for testing the available | bwarken | 2013-04-12 | 2 | -18/+57 |
| | | | | Perl version. | ||||
* | `grog': In the following, the file `grog.pl' will be split. For | bwarken | 2013-04-12 | 5 | -0/+23 |
| | | | | | | | | | | | the coming files, a lib-directory is needed for storage. m4/groff.m4, configure.ac: Add libdir information for `grog'. Makefile.in: Add @grog_dir@. Run `autoconf'. `grog' has now a lib-directory at `$prefix/lib/groff/grog'. | ||||
* | contrib/groffer: There is now a free `git' package containing | bwarken | 2013-04-11 | 2 | -184/+221 |
| | | | | | | | | | | all old `groffer' versions `v0.*' and `v1.*'. The new versions `groffer 2.*' will actually not be included. This package can be got at: $ git clone git@github.com:RUNOFF/groffer.git main ChangeLog file: Emacs corrections keeping the content. |