2014-08-23 |
Ingo Schwarze | without search results, skip the processing loops and... |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Ingo Schwarze | do not leak a file descriptor on fdopen(3) failure... |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Ingo Schwarze | Let man(1) display preformatted manuals by simply readi... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Ingo Schwarze | implement man(1) quirk: section argument without -s |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Ingo Schwarze | typo; noticed by jmc@ some time ago |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Ingo Schwarze | implement MANPAGER and PAGER |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Ingo Schwarze | mandoc -a, man, apropos -a, whatis -a now paginate... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Ingo Schwarze | Bugfix: make whatis(1) case-insensitive again. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Ingo Schwarze | limit CGI process execution time to make REDoS attacks... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Ingo Schwarze | Right after .Fl, a middle delimiter triggers an empty... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Ingo Schwarze | man -I -O -T -W now work, too |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Ingo Schwarze | Describe the new options -afkw. |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Ingo Schwarze | Complete the whatis.1 -> apropos.1 merge, |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Ingo Schwarze | * remove pointless separate -f and -k synopses, they... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Ingo Schwarze | Now that we have man(1) functionality, add a man(1... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Ingo Schwarze | Implement classic man(1) output mode showing only one... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Ingo Schwarze | Parse the new -a, -i, and -w options. |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Ingo Schwarze | Do not dereference a NULL pointer if a .Bl macro has |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Ingo Schwarze | libroff depends on libmandoc and so libmandoc should... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Kristaps Dzonsons | Control reading off the edge of our buffer in term_flus... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Ingo Schwarze | When the first child of the node being validated gets... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Kristaps Dzonsons | Notes on CGI: installation (readying cgi.h) and future... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Kristaps Dzonsons | Fix a corner case where \H<nil> (where <nil> is the... |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Ingo Schwarze | While all current callers pass valid data to ascii_hspa... |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Ingo Schwarze | typo; Steven Honeyman <stevenhoneyman at gmail dot... |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Ingo Schwarze | Do not require getsubopt() to provide extern char ... |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Ingo Schwarze | one forgotten #ifdef -> #if conversion |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Ingo Schwarze | ... and remove the trailing spaces (duh. i should... |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Ingo Schwarze | KNF: fix indentation of previous commit, see style(9): |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Kristaps Dzonsons | Protect against accessing "n->next->child" by first... |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Ingo Schwarze | Fully integrate apropos(1) into mandoc(1). |
commit | commitdiff | tree | snapshot |
2014-08-16 |
Ingo Schwarze | When BUILD_DB is active, link apropos(1) into the mando... |
commit | commitdiff | tree | snapshot |
2014-08-16 |
Ingo Schwarze | If a stray .It follows .El, we are no longer in the... |
commit | commitdiff | tree | snapshot |
2014-08-16 |
Ingo Schwarze | Improve build system and autodetection. |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Ingo Schwarze | Some compilers apparently worry that abort() might... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Ingo Schwarze | Clarify that .Em and .Sy are physical, not semantic... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Ingo Schwarze | remove double word; from jmc@ |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Ingo Schwarze | Revert previous, as requested by kristaps@. |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Ingo Schwarze | note about AT&T documenters workbench |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Ingo Schwarze | note about <var> |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Kristaps Dzonsons | Begin cleaning up scaling units. |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Ingo Schwarze | Use <em> for .Em and .Bf -emphasis. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Ingo Schwarze | typo in comment; Guy Harris <guy at alum dot mit dot... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Ingo Schwarze | In mdoc(7) and man(7), if a width is given as a bare... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Ingo Schwarze | The macro SCALE_HS_INIT() is always passed the result... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Ingo Schwarze | work around lack of d_namlen and ALIGN/ALIGNBYTES on... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Ingo Schwarze | revert previous; i missed that config.h needs sys/types... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Ingo Schwarze | typo |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Ingo Schwarze | Provide a fallback version of fts(3) for systems lackin... |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Ingo Schwarze | New section about deployment by Kristaps. VERSION_1_13_1 |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Ingo Schwarze | 1.13.1 release notes |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Ingo Schwarze | sync after adding config.h to mansearch_const.c; |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Ingo Schwarze | Clarifications in comments and standard output suggested by |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Ingo Schwarze | mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags; |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Ingo Schwarze | missing #include "config.h", |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | Do not hardcode stuff in ./configure that is actually... |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | Delete the __attribute__((__bounded__(...))) annotation. |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | add INSTALL and bump VERSION |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | mention neatroff |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | provide some instructions for manual installation |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | When .Sm is called without an argument, groff toggles... |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | some corrections and improvements with respect to prolo... |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Ingo Schwarze | document warning and error messages, using quite some... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Ingo Schwarze | Bring the handling of defective prologues even closer... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | sync after sqlite3_errstr() compat addition |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | strcasestr() wants _GNU_SOURCE on Linux |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | NULL is in <stddef.h>; found on Linux |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | mansearch.h uses uint64_t, so it needs stdint.h; found... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | Absurdly, the return value of sqlite3_column_text() |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | Since old SQLite versions do not have sqlite3_errstr(), |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | If an old SQLite version doesn't provide SQLITE_DETERMI... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | Portability fix: |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | Sync library documentation with reality. |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | Switch to autogenerated dependency rules; they are... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | Properly partition the build system and install some... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | Various minor corrections: |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Ingo Schwarze | sort user settings; no functional change |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Ingo Schwarze | remove strnlen(3) compat, we no longer use it |
commit | commitdiff | tree | snapshot |
2014-08-02 |
Ingo Schwarze | Simplify by allowing only one post-handler. |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Schwarze | Simplify by allowing only one pre-handler. |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Schwarze | Simplify man(7) validation: |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Schwarze | Fix floating point handling: When converting double... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Schwarze | Clarity with respect to floating point handling: |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Schwarze | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Schwarze | mention requests and macros in more messages |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Ingo Schwarze | Dynamically allocate the stack of roff(7) .ie condition... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Schwarze | Split MANDOCERR_IGNARGV into one message for .An and... |
commit | commitdiff | tree | snapshot |
2014-07-31 |
Ingo Schwarze | In .Bl -column, if some of the column width declaration... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | Remove the useless FATAL error "argument count wrong... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | Improve handling of next-line scope broken by end of... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | garbage collect three unused global flags; no functiona... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | Simplify: replace one global flag by one local variable. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | Get rid of the useless FATAL error "child violates... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | Remove two useless FATAL errors. |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | better name and wording for the last two non-generic... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Ingo Schwarze | Various improvements related to .Ex and .Rv: |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Ingo Schwarze | move some things here from my private TODO list, |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Ingo Schwarze | Partial implementation of .Bd -centered. |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Ingo Schwarze | code readability; no functional change |
commit | commitdiff | tree | snapshot |
next |