]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2014-09-27 Kristaps DzonsonsKick out "summary" attribute, which isn't HTML5.
2014-09-27 Kristaps DzonsonsKick out two attibutes we don't use any more in HTML5.
2014-09-27 Kristaps DzonsonsFirst, add space for default styling for HTML5 (non...
2014-09-27 Kristaps DzonsonsFirst steps in HTML5: use UTF8 meta-charset and HTML5...
2014-09-17 Ingo Schwarzesimplify handling of .An -[no]split for terminal output:
2014-09-17 Ingo Schwarzeimplement .An -[no]split for -Thtml
2014-09-17 Ingo SchwarzeFive year old typo reported by Theo Buehler at math...
2014-09-14 Ingo SchwarzeSupport backslash-escaping of white space in the query...
2014-09-12 Ingo Schwarzewarn about commas in function arguments; inspired by...
2014-09-12 Ingo Schwarzedocument new SEE ALSO .Xr warnings
2014-09-11 Ingo Schwarzewarn about botched .Xr ordering and punctuation below...
2014-09-09 Ingo SchwarzeIf a manpath directory (for example, a _whatdb entry...
2014-09-07 Ingo Schwarzewarn about AUTHORS sections without .An macros, inspire...
2014-09-07 Ingo SchwarzeDo not report a page as arch=any merely because .Dt...
2014-09-07 Ingo Schwarzefix debugging output
2014-09-07 Ingo Schwarzealways use the right buffer, and fix one evil typo
2014-09-07 Ingo SchwarzeParse and ignore the .pl (page length) request;
2014-09-07 Ingo SchwarzeAllow .ll in the prologue; Daniel Levai reports Slackwa...
2014-09-06 Ingo SchwarzeSimplify by handling empty request lines at the one...
2014-09-06 Ingo SchwarzeMove main format autodetection from the parser dispatch...
2014-09-03 Ingo SchwarzeAdd *.gz support to apropos(1) -a, man(1), and even...
2014-09-03 Ingo SchwarzeIf a manual page is installed gzip(1)ed, let makewhatis...
2014-09-03 Ingo SchwarzeImplement the traditional -h option for man(1): show...
2014-09-01 Ingo SchwarzeWhen makewhatis(8) finds an .so link after the manual...
2014-09-01 Ingo SchwarzeIn man(1) mode, change to the right directory before...
2014-08-30 Ingo SchwarzeIntroduce a man(1) -l option as an alias for mandoc -a.
2014-08-28 Ingo SchwarzeOn Linux, wcwidth() needs _XOPEN_SOURCE, or just _GNU_S...
2014-08-28 Ingo SchwarzeSupport .St -susv1 and .St -susv4. Illumos wants to...
2014-08-28 Ingo SchwarzeI just noticed that -Tps writes "%%CreationDate:" headers.
2014-08-26 Ingo SchwarzeSync section titles with OpenBSD.
2014-08-24 Ingo SchwarzeWhen support for bold italic font was added to the...
2014-08-23 Ingo Schwarzewithout search results, skip the processing loops and...
2014-08-23 Ingo Schwarzedo not leak a file descriptor on fdopen(3) failure...
2014-08-23 Ingo SchwarzeLet man(1) display preformatted manuals by simply readi...
2014-08-22 Ingo Schwarzeimplement man(1) quirk: section argument without -s
2014-08-22 Ingo Schwarzetypo; noticed by jmc@ some time ago
2014-08-22 Ingo Schwarzeimplement MANPAGER and PAGER
2014-08-22 Ingo Schwarzemandoc -a, man, apropos -a, whatis -a now paginate...
2014-08-21 Ingo SchwarzeBugfix: make whatis(1) case-insensitive again.
2014-08-21 Ingo Schwarzelimit CGI process execution time to make REDoS attacks...
2014-08-21 Ingo SchwarzeRight after .Fl, a middle delimiter triggers an empty...
2014-08-21 Ingo Schwarzeman -I -O -T -W now work, too
2014-08-21 Ingo SchwarzeDescribe the new options -afkw.
2014-08-21 Ingo SchwarzeComplete the whatis.1 -> apropos.1 merge,
2014-08-21 Ingo Schwarze* remove pointless separate -f and -k synopses, they...
2014-08-21 Ingo SchwarzeNow that we have man(1) functionality, add a man(1...
2014-08-21 Ingo SchwarzeImplement classic man(1) output mode showing only one...
2014-08-20 Ingo SchwarzeParse the new -a, -i, and -w options.
2014-08-19 Ingo SchwarzeDo not dereference a NULL pointer if a .Bl macro has
2014-08-19 Ingo Schwarzelibroff depends on libmandoc and so libmandoc should...
2014-08-18 Kristaps DzonsonsControl reading off the edge of our buffer in term_flus...
2014-08-18 Ingo SchwarzeWhen the first child of the node being validated gets...
2014-08-18 Kristaps DzonsonsNotes on CGI: installation (readying cgi.h) and future...
2014-08-18 Kristaps DzonsonsFix a corner case where \H<nil> (where <nil> is the...
2014-08-17 Ingo SchwarzeWhile all current callers pass valid data to ascii_hspa...
2014-08-17 Ingo Schwarzetypo; Steven Honeyman <stevenhoneyman at gmail dot...
2014-08-17 Ingo SchwarzeDo not require getsubopt() to provide extern char ...
2014-08-17 Ingo Schwarzeone forgotten #ifdef -> #if conversion
2014-08-17 Ingo Schwarze... and remove the trailing spaces (duh. i should...
2014-08-17 Ingo SchwarzeKNF: fix indentation of previous commit, see style(9):
2014-08-17 Kristaps DzonsonsProtect against accessing "n->next->child" by first...
2014-08-17 Ingo SchwarzeFully integrate apropos(1) into mandoc(1).
2014-08-16 Ingo SchwarzeWhen BUILD_DB is active, link apropos(1) into the mando...
2014-08-16 Ingo SchwarzeIf a stray .It follows .El, we are no longer in the...
2014-08-16 Ingo SchwarzeImprove build system and autodetection.
2014-08-14 Ingo SchwarzeSome compilers apparently worry that abort() might...
2014-08-14 Ingo SchwarzeClarify that .Em and .Sy are physical, not semantic...
2014-08-14 Ingo Schwarzeremove double word; from jmc@
2014-08-14 Ingo SchwarzeRevert previous, as requested by kristaps@.
2014-08-13 Ingo Schwarzenote about AT&T documenters workbench
2014-08-13 Ingo Schwarzenote about <var>
2014-08-13 Kristaps DzonsonsBegin cleaning up scaling units.
2014-08-13 Ingo SchwarzeUse <em> for .Em and .Bf -emphasis.
2014-08-12 Ingo Schwarzetypo in comment; Guy Harris <guy at alum dot mit dot...
2014-08-12 Ingo SchwarzeIn mdoc(7) and man(7), if a width is given as a bare...
2014-08-12 Ingo SchwarzeThe macro SCALE_HS_INIT() is always passed the result...
2014-08-11 Ingo Schwarzework around lack of d_namlen and ALIGN/ALIGNBYTES on...
2014-08-11 Ingo Schwarzerevert previous; i missed that config.h needs sys/types...
2014-08-11 Ingo Schwarzetypo
2014-08-11 Ingo SchwarzeProvide a fallback version of fts(3) for systems lackin...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-10 Ingo SchwarzeNew section about deployment by Kristaps. VERSION_1_13_1
2014-08-10 Ingo Schwarze1.13.1 release notes
2014-08-10 Ingo Schwarzesync after adding config.h to mansearch_const.c;
2014-08-10 Ingo SchwarzeClarifications in comments and standard output suggested by
2014-08-09 Ingo Schwarzemmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;
2014-08-09 Ingo Schwarzemissing #include "config.h",
2014-08-08 Ingo SchwarzeDo not hardcode stuff in ./configure that is actually...
2014-08-08 Ingo SchwarzeDelete the __attribute__((__bounded__(...))) annotation.
2014-08-08 Ingo Schwarzeadd INSTALL and bump VERSION
2014-08-08 Ingo Schwarzemention neatroff
2014-08-08 Ingo Schwarzeprovide some instructions for manual installation
2014-08-08 Ingo SchwarzeWhen .Sm is called without an argument, groff toggles...
2014-08-08 Ingo Schwarzesome corrections and improvements with respect to prolo...
2014-08-08 Ingo Schwarzedocument warning and error messages, using quite some...
2014-08-06 Ingo SchwarzeBring the handling of defective prologues even closer...
2014-08-05 Ingo Schwarzesync after sqlite3_errstr() compat addition
2014-08-05 Ingo Schwarzestrcasestr() wants _GNU_SOURCE on Linux
2014-08-05 Ingo SchwarzeNULL is in <stddef.h>; found on Linux
2014-08-05 Ingo Schwarzemansearch.h uses uint64_t, so it needs stdint.h; found...
next