]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
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
2014-07-27 Ingo SchwarzeEven for UTF-8 output, a non-breaking space character...
2014-07-25 Ingo SchwarzeChoosing the right encoding is a tricky business...
2014-07-25 Ingo SchwarzeSort the URI keys for .Xr links in the same order used...
2014-07-25 Ingo Schwarzeoops, we must not try to validate a manpath we don...
2014-07-25 Ingo SchwarzeWe cannot easily control the order of the QUERY_STRING...
2014-07-25 Ingo SchwarzeIn generated .Xr links, avoid double encoding of ampersands
2014-07-25 Ingo SchwarzeEven though this is not XHTML yet, remove some gratuiti...
2014-07-25 Ingo SchwarzeThe names of all other struct query memebers match...
2014-07-25 Ingo Schwarzeclean up pg_show() to not modify a string returned...
2014-07-25 Ingo SchwarzeRewrite http_parse() completely:
2014-07-24 Ingo SchwarzeSort result pages first by section number, then by...
2014-07-24 Ingo SchwarzeProvide a dropdown entry "All Architectures" and make...
2014-07-24 Ingo Schwarzeimprove FATAL handling in makewhatis(8)
2014-07-23 Ingo SchwarzePartially document the core of the HTML formatter.
2014-07-23 Ingo SchwarzeSecurity fix:
2014-07-22 Ingo SchwarzeSecurity fix:
2014-07-22 Ingo SchwarzeSecurity fix to prevent XSS attacks:
2014-07-21 Ingo Schwarzefix a minibug reported by kristaps@:
2014-07-21 Ingo SchwarzeKristaps points out that the current HTTP/1.1 draft...
2014-07-19 Ingo SchwarzeSecurity fix:
2014-07-19 Ingo SchwarzeSecurity fix:
2014-07-18 Ingo SchwarzeDo not use the HTTP_HOST CGI variable,
2014-07-18 Ingo SchwarzeWhen the MAN_DIR/manpath.conf configuration file does...
2014-07-13 Ingo SchwarzeCompatibility hack for the old "manpath=OpenBSD<blank...
2014-07-13 Ingo SchwarzeMake the calltree a bit easier to understand by giving the
2014-07-13 Ingo Schwarzemake source vs. formatted guessing a bit more robust
2014-07-13 Ingo SchwarzeBy popular demand, bring man.cgi default mode closer...
2014-07-13 Ingo SchwarzeUnconfuse .Fa documentation:
2014-07-13 Ingo SchwarzeInstall the manuals of the web interface below the...
2014-07-13 Ingo Schwarzeupdate after recent code changes
2014-07-12 Ingo SchwarzePolish the search form using feedback from beck@ and...
2014-07-12 Ingo SchwarzePolish the search form using feedback from beck@ and...
2014-07-12 Ingo SchwarzeNo need for run-time configuration, add minimal compile...
2014-07-12 Ingo SchwarzeSimplify: Delete 74 lines of code including one enum...
2014-07-12 Ingo SchwarzeStart fixing issues that beck@ helped find:
2014-07-12 Ingo SchwarzeFix whatis(1) to correctly match words instead of any...
2014-07-12 Ingo Schwarzefix the two manual links on the index page
2014-07-11 Ingo Schwarzemerge OpenBSD rev. 1.3 by tedu@:
2014-07-11 Ingo Schwarzemerge OpenBSD rev. 1.2 by tedu@:
2014-07-11 Ingo Schwarzeadd HISTORY section
2014-07-10 Ingo SchwarzeLink to the new man.cgi(8) manual, now that we have...
next