Age | Commit message (Expand) | Author |
2014-07-09 | mark defos as const; nobody needs to change it, | Ingo Schwarze |
2014-07-09 | delete forgotten, obsolete rew_warn() prototype | Ingo Schwarze |
2014-07-07 | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze |
2014-07-07 | Simplify man_unscope(), removing 18 lines of code, that is, | Ingo Schwarze |
2014-07-07 | no need to delete any content from .Rs blocks, | Ingo Schwarze |
2014-07-07 | no need to skip content before first section header | Ingo Schwarze |
2014-07-07 | implement .dei and .ami | Ingo Schwarze |
2014-07-06 | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze |
2014-07-06 | After skipping an escape sequence with incomplete arguments, | Ingo Schwarze |
2014-07-06 | Fix expansion of escape sequences with incomplete arguments. | Ingo Schwarze |
2014-07-06 | Fix handling of escape sequences taking numeric arguments. | Ingo Schwarze |
2014-07-05 | Cleanup with respect to bad macro arguments. | Ingo Schwarze |
2014-07-05 | Cleanup regarding -offset and -width: | Ingo Schwarze |
2014-07-04 | Clean up messages regarding excess arguments: | Ingo Schwarze |
2014-07-04 | Clean up messages related to missing arguments. | Ingo Schwarze |
2014-07-03 | Fix formatting of empty .Bl -inset item heads. | Ingo Schwarze |
2014-07-03 | MANDOCERR_NOARGS reported three completely unrelated classes of problems. | Ingo Schwarze |
2014-07-02 | Improve and test the messages about empty macros, | Ingo Schwarze |
2014-07-02 | When .Sm is called without an argument, groff toggles the spacing mode, | Ingo Schwarze |
2014-07-02 | Disentangle the MANDOCERR_CHILD message, which reported three | Ingo Schwarze |
2014-07-02 | Clean up warnings related to macros and nesting. | Ingo Schwarze |
2014-07-02 | Fix the column numbers associated with in_line_argn() macros; | Ingo Schwarze |
2014-07-02 | Change column display in -Ttree to be 1-based instead of 0-based | Ingo Schwarze |
2014-07-02 | Improve "skipping paragraph macro" messages, | Ingo Schwarze |
2014-07-02 | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze |
2014-07-01 | Clean up the warnings related to document structure. | Ingo Schwarze |
2014-07-01 | The previous commit to this file broke the control flow keywords \{ and \} | Ingo Schwarze |
2014-06-30 | garbage collect two unused enum mandocerr items | Ingo Schwarze |
2014-06-29 | Use the freshly improved roff_getname() function | Ingo Schwarze |
2014-06-29 | Use the freshly improved roff_getname() function | Ingo Schwarze |
2014-06-29 | Major roff_getname() cleanup. | Ingo Schwarze |
2014-06-29 | Bugfix in roff_setstrn(): | Ingo Schwarze |
2014-06-25 | Improve messages related to the roff(7) .so request. | Ingo Schwarze |
2014-06-23 | Below DIAGNOSTICS, document the SYSERR message level; | Ingo Schwarze |
2014-06-21 | Reduce the verbosity of error messages caused by open(2) failures. | Ingo Schwarze |
2014-06-21 | Prefix messages about bad command line options and arguments | Ingo Schwarze |
2014-06-20 | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze |
2014-06-20 | Start systematic improvements of error reporting. | Ingo Schwarze |
2014-06-20 | Prefix error messages from mandoc(1) with "mandoc: " | Ingo Schwarze |
2014-06-20 | More tweaking of set_basedir(). | Ingo Schwarze |
2014-06-19 | Some simple set_basedir() cleanup; more to come. | Ingo Schwarze |
2014-06-18 | Don't display "unable to open mandoc.db" error messages (SQLITE_CANTOPEN) | Stuart Henderson |
2014-06-05 | work-around issue in makewhatis, that expects its current dir to NOT be /. | Marc Espie |
2014-05-12 | adjust to ohash being in libutil now, and to the interface changes. | Marc Espie |
2014-05-07 | Render roff escape sequences contained in manual page descriptions | Ingo Schwarze |
2014-05-07 | Fix two memory leaks in makewhatis -n: | Ingo Schwarze |
2014-05-07 | Do not segfault in makewhatis -Q if the next .SH after .SH NAME | Ingo Schwarze |
2014-04-27 | Improve error handling in dbopen(). If PRAGMA SQL statements fail, | Ingo Schwarze |
2014-04-27 | For LUNA88K, make sure the architecture name shown to the user | Ingo Schwarze |
2014-04-25 | Fix a minor optimization i broke in bsd.lv rev. 1.163 on August 20, 2010: | Ingo Schwarze |