summaryrefslogtreecommitdiff
path: root/src/roff/troff/node.cpp
Commit message (Expand)AuthorAgeFilesLines
* [troff]: Trivially refactor ("constant_int_reg").G. Branden Robinson2022-12-071-2/+2
* [troff]: Trivially refactor ("number_reg_dic...").G. Branden Robinson2022-12-071-6/+6
* [troff]: Boolify `character_exists()`.G. Branden Robinson2022-11-251-5/+5
* src/roff/troff/node.cpp: Fix code style nit.G. Branden Robinson2022-08-231-1/+1
* src/roff/troff/node.cpp: Refactor make_definite().G. Branden Robinson2022-08-231-45/+43
* [troff]: Add source file line # to grohtml-info.G. Branden Robinson2022-07-141-2/+3
* [troff]: Refactor.G. Branden Robinson2022-07-141-9/+10
* [troff]: Trivially refactor.G. Branden Robinson2022-06-231-5/+6
* [troff]: Adjust diagnostic message text.G. Branden Robinson2022-06-231-13/+14
* src/roff/troff/node.cpp: Fix code style nit.G. Branden Robinson2022-06-211-5/+5
* src/roff/troff/node.cpp: Improve diagnostic msg.G. Branden Robinson2022-05-311-3/+9
* [libgroff, troff]: Slightly refactor.G. Branden Robinson2021-09-171-7/+2
* [troff]: Give font diagnostics more context.G. Branden Robinson2021-09-161-59/+117
* [libgroff, troff]: Further boolify.G. Branden Robinson2021-09-161-16/+21
* [troff]: Boolify members of `token` class.G. Branden Robinson2021-09-061-5/+5
* [libgroff]: Drop `a_delete` preprocessor wrapper.G. Branden Robinson2021-08-281-6/+6
* Convert some font class `int` members to `bool`.G. Branden Robinson2021-08-131-1/+1
* src/roff/troff/node.cpp: Update comments.G. Branden Robinson2021-07-301-8/+8
* [troff]: Slightly refactor.G. Branden Robinson2021-07-301-8/+4
* [troff]: Fix regression in \O2 escape handling.G. Branden Robinson2021-07-301-1/+1
* Revert "[troff]: Add sanity check to prevent SEGV."G. Branden Robinson2021-07-301-5/+0
* [troff]: Add sanity check to prevent SEGV.G. Branden Robinson2021-07-291-0/+5
* src/roff/troff/node.cpp: Wrap long source lines.G. Branden Robinson2021-07-291-3/+6
* [troff]: Refactor some internal functions.G. Branden Robinson2021-07-291-17/+16
* [troff]: Recast some diagnostic messages.G. Branden Robinson2021-07-281-2/+2
* [troff]: Fix Savannah #60977.G. Branden Robinson2021-07-281-16/+55
* [troff]: Slightly refactor.G. Branden Robinson2021-07-051-4/+4
* [troff]: Slightly refactor token::get_char().G. Branden Robinson2021-06-251-1/+1
* Update copyright1.23.0.rc1Bertrand Garrigues2020-11-111-1/+1
* Revert "Update copyright"Bertrand Garrigues2020-10-251-1/+1
* Update copyrightBertrand Garrigues2020-10-251-1/+1
* node.h: do not rely on C++11 features, fixes build with gcc 4.2.1Ingo Schwarze2020-10-151-0/+1
* src/roff/troff/node.cpp: Expand diagnostics.G. Branden Robinson2020-10-081-6/+13
* Update editor aids in some C++ source files.G. Branden Robinson2020-10-081-1/+6
* Fix SEGV arising from recursing destructor.G. Branden Robinson2020-09-291-0/+2
* Remove embedded newlines from diagnostic messages.G. Branden Robinson2020-09-191-2/+2
* Update copyright (use gnulib's update-copyright script)Bertrand Garrigues2018-07-031-1/+1
* src: Fix `quote style' in comments and plaintext.G. Branden Robinson2017-11-091-3/+3
* src: Migrate diagnostics away from `these quotes'.G. Branden Robinson2017-11-091-9/+9
* Put two spaces between sentences in GPL notice.G. Branden Robinson2017-10-311-1/+1
* Fix many malloc/new vs. free/delete/delete[] mismatches (#47164)Bálint Réczey2016-02-161-1/+1
* Simplify memory allocation (#47162).Bálint Réczey2016-02-161-55/+0
* src/roff/troff/*: Improve the license information.Bernd Warken2014-09-181-3/+1
* Replace patch from 2010-12-18 with a much faster implementation.Werner LEMBERG2010-12-201-262/+53
* Improve CJK support with new values for `.cflags'.Werner LEMBERG2010-12-181-6/+252
* Fix compilation problem.Werner LEMBERG2010-12-151-8/+0
* Remove unused code.Werner LEMBERG2010-12-151-5/+0
* Use enum to increase readability.Werner LEMBERG2010-12-151-7/+13
* * src/roff/troff/node.cpp (make_node): Adding missing `%'.Werner LEMBERG2010-06-281-1/+1
* Don't use obsolete intermediate output command `F'.Werner LEMBERG2010-05-281-2/+2