summaryrefslogtreecommitdiff
path: root/src/roff/troff/input.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert back to groff-1_21Richard Maw2012-02-201-8/+2
* Fix compilation issues with gcc 2.95.wl2011-03-301-0/+3
* [troff] Improve error message.wl2011-03-181-2/+5
* Speed up access to cflags values.wl2010-12-201-8/+21
* Protect `.class' against cyclic nesting.wl2010-12-191-7/+31
* Improve CJK support with new values for `.cflags'.wl2010-12-181-2/+2
* Add wide character support to grotty.wl2010-12-131-0/+1
* `.class' must not emit empty lines.wl2010-12-131-0/+2
* Implement support for character classes.wl2010-12-131-1/+170
* Make patterns with uppercase letters work.wl2009-12-311-1/+1
* Fix double frees and memory leaks.wl2009-11-241-0/+5
* Accept \0 and friends within \o.wl2009-05-071-11/+27
* Add a new `file' warning category.wl2009-02-211-2/+3
* Implement a leading spaces macro request, `lsm', in analogy towl2009-02-141-6/+26
* Update copyright year.wl2009-01-051-1/+1
* * */*: Update GPL2 to GPL3.wl2009-01-041-5/+4
* * src/roff/troff/input.cpp (do_suppress): Make \O[3], \O[4], andwl2008-10-041-2/+6
* Restore behaviour of \$0 if a macro is called with string syntaxwl2008-09-301-1/+20
* Make \\*[xxx]\\ within a macro (with `xxx' a macro too) work aswl2008-09-291-9/+72
* If a macro is called as a string, inherit value of \n[.br] from thewl2008-09-281-1/+5
* Fix incompatibility between `.de1' and `.do'. Without this change,wl2008-09-251-7/+14
* * src/roff/troff/input.cpp: s/safer_flag/unsafe_flag/.wl2008-02-261-9/+9
* name_to_glyph() exists two times. Explain this.wl2008-01-161-1/+6
* * src/roff/troff/input.cpp (do_ps_file): Handle `%X' in headerwl2007-10-211-4/+11
* * src/roff/troff/input.cpp (interpolate_arg): Remove compilerwl2007-09-201-2/+2
* * doc/groff.texinfo: Document new .O register and add crosswl2007-09-191-0/+1
* * tmac/unicode.tmac: Make `-' a pure input character by mapping itwl2007-09-141-0/+1
* * src/roff/troff/input.cpp (get_copy): Add third argument to controlwl2007-03-191-6/+11
* Add `\%^' escape to handle the parameters to a macro as a stringwl2006-10-261-17/+73
* * src/roff/troff/input.cpp (read_size): Revert previous changewl2006-09-101-10/+3
* * src/roff/troff/input.cpp (read_size): Fix `\s[-\n[.s]]' so that itwl2006-09-091-4/+14
* * src/roff/troff/input.cpp (interpolate_macro):wl2006-06-291-1/+1
* * src/roff/troff/input.cpp (token::next) <\N>: Catch negative valueswl2006-05-311-0/+4
* * src/libs/libgroff/font.cpp (font::load): Reject fonts calledwl2006-05-301-4/+2
* Surround the (pseudo) file name for the .pso request with `<' andwl2006-04-261-2/+2
* Implement new number register `.br' which is set to 1 if a macro haswl2006-04-041-6/+26
* Add two request `.device' and `.devicem' which are equivalent towl2006-03-271-0/+37
* * src/roff/troff/input.cpp (encode_char): Emit special characterswl2006-03-271-3/+2
* Concretize the glyph datatype.wl2006-02-231-4/+4
* * src/include/font.h (name_to_glyph): Renamed fromwl2006-02-171-7/+4
* * src/include/font.h (struct glyphinfo): New class.wl2006-02-171-3/+10
* * src/include/font.h: s/glyph_t/glyph/.wl2006-02-111-3/+3
* New accessor method glyph_t::glyph_name().wl2006-02-111-1/+1
* Make the glyph data type abstract.wl2006-02-111-4/+4
* * src/roff/troff/input.cpp (font::name_to_index): Never return awl2006-02-111-2/+3
* Another try to update getopt files. This time we add a dummywl2005-06-161-0/+1
* * All affected files: Update postal address of FSF.wl2005-05-261-1/+1
* * src/roff/troff/input.cpp (string_iterator::fill): Protect againstwl2005-02-281-6/+7
* Make `test-groff' work again -- previously, wrong paths have beenwl2004-12-161-4/+2
* formattingwl2004-11-221-3/+5