]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
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...
2014-08-05 Ingo SchwarzeAbsurdly, the return value of sqlite3_column_text()
2014-08-05 Ingo SchwarzeSince old SQLite versions do not have sqlite3_errstr(),
2014-08-05 Ingo SchwarzeIf an old SQLite version doesn't provide SQLITE_DETERMI...
2014-08-05 Ingo SchwarzePortability fix:
2014-08-05 Ingo SchwarzeSync library documentation with reality.
2014-08-05 Ingo SchwarzeSwitch to autogenerated dependency rules; they are...
2014-08-05 Ingo SchwarzeProperly partition the build system and install some...
2014-08-05 Ingo SchwarzeVarious minor corrections:
2014-08-05 Ingo Schwarzesort user settings; no functional change
2014-08-04 Ingo Schwarzeremove strnlen(3) compat, we no longer use it
2014-08-02 Ingo SchwarzeSimplify by allowing only one post-handler.
2014-08-01 Ingo SchwarzeSimplify by allowing only one pre-handler.
2014-08-01 Ingo SchwarzeSimplify man(7) validation:
2014-08-01 Ingo SchwarzeFix floating point handling: When converting double...
2014-08-01 Ingo SchwarzeClarity with respect to floating point handling:
2014-08-01 Ingo Schwarzedemacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg...
2014-08-01 Ingo Schwarzemention requests and macros in more messages
2014-08-01 Ingo SchwarzeDynamically allocate the stack of roff(7) .ie condition...
2014-07-31 Ingo SchwarzeSplit MANDOCERR_IGNARGV into one message for .An and...
2014-07-31 Ingo SchwarzeIn .Bl -column, if some of the column width declaration...
2014-07-30 Ingo SchwarzeRemove the useless FATAL error "argument count wrong...
2014-07-30 Ingo SchwarzeImprove handling of next-line scope broken by end of...
2014-07-30 Ingo Schwarzegarbage collect three unused global flags; no functiona...
2014-07-30 Ingo SchwarzeSimplify: replace one global flag by one local variable.
2014-07-30 Ingo SchwarzeGet rid of the useless FATAL error "child violates...
2014-07-30 Ingo SchwarzeRemove two useless FATAL errors.
2014-07-30 Ingo Schwarzebetter name and wording for the last two non-generic...
2014-07-30 Ingo SchwarzeVarious improvements related to .Ex and .Rv:
2014-07-29 Ingo Schwarzemove some things here from my private TODO list,
2014-07-29 Ingo SchwarzePartial implementation of .Bd -centered.
2014-07-27 Ingo Schwarzecode readability; no functional change
next