]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2016-07-31 Ingo SchwarzeAutodetect a suitable locale for -Tutf8 mode,
2016-07-29 Ingo SchwarzeSort sections and architectures in the pages table.
2016-07-29 Ingo SchwarzeSort pages in the pages table by file names.
2016-07-29 Ingo SchwarzeNo need to populate the TYPE_arch and TYPE_sec bits...
2016-07-20 Ingo SchwarzeAutodetect if -lrt is needed for nanosleep(3).
2016-07-20 Ingo Schwarzetag_signal() is dead; from LLVM via Christos Zoulas
2016-07-20 Ingo SchwarzeLinux compatibility: Work around the lack of EFTYPE...
2016-07-19 Ingo SchwarzeNow that our man.conf(5) format is mature and extremely...
2016-07-19 Ingo SchwarzeRemove the dependency on SQLite without loss of functio...
2016-07-19 Ingo SchwarzeRemove one outdated comment and fix one typo
2016-07-19 Ingo SchwarzeSince the mdoc/man parser unification, the parser is...
2016-07-19 Ingo SchwarzeUse __attribute__((__format__ throughout.
2016-07-18 Ingo Schwarzecope with -Wmissing-prototypes
2016-07-15 Ingo SchwarzeTo remove the const qualifier from a pointer to an...
2016-07-15 Ingo SchwarzeFix previous: the mandocdb() prototype was already...
2016-07-15 Ingo Schwarzeadd missing prototypes, no code change;
2016-07-15 Ingo SchwarzeSanitize the environment when calling make(1) to autode...
2016-07-14 Ingo Schwarzefinal 1.13.4 release notes VERSION_1_13_4
2016-07-12 Kristaps DzonsonsAdd support for Mac OS X's sandbox_init(3) sandbox...
2016-07-11 Ingo SchwarzeMake all components of the URI individually optional,
2016-07-10 Ingo Schwarzesupport LDFLAGS;
2016-07-10 Ingo SchwarzeOn OpenBSD, more(1) is actually less(1) with a small...
2016-07-10 Ingo SchwarzeFix a nasty typo that prevented .so links to gziped...
2016-07-10 Ingo SchwarzeSimplify the code and the server setup by deleting...
2016-07-09 Ingo SchwarzeDo not treat PATH_INFO as a complete path if it doesn...
2016-07-09 Ingo Schwarzegetopt(3) is declared in <unistd.h>, and <getopt.h...
2016-07-08 Ingo SchwarzeISO C99 7.19.2.5 doesn't like mixing putchar(3) and...
2016-07-08 Ingo SchwarzeA some missing files to TESTSRCS and DISTFILES
2016-07-08 Ingo SchwarzePOSIX requires that a process calling tcsetpgrp(3)...
2016-07-07 Ingo Schwarzesome 1.13.4 release preparations
2016-07-07 Ingo Schwarzeupdate developer documentation
2016-07-07 Ingo Schwarzesync with OpenBSD: do not mention mansearch(3), which...
2016-07-07 Ingo Schwarzesync with OpenBSD: do not talk about nginx(8)
2016-07-01 Ingo SchwarzeUpdate and simplify the documentation of the -s option,
2016-06-05 Ingo Schwarzedelete two entries that are done
2016-05-28 Ingo SchwarzeTrim trailing whitespace from man.conf lines; patch...
2016-05-28 Ingo SchwarzeSimplify search form: minus two visible control element...
2016-05-18 Ingo SchwarzeDelete useless variables that could sneak into the...
2016-05-18 Ingo SchwarzeDo not hardcode "makewhatis" in a warning message,...
2016-05-18 Ingo SchwarzeVarious people (among others Maxim Belooussov and Carst...
2016-05-18 Ingo SchwarzeLinux needs <stddef.h>, or NULL isn't defined.
2016-04-29 Ingo SchwarzeOnly focus on the query input box when no manual page...
2016-04-28 Ingo SchwarzeSet the "autofocus" attribute on the query text box.
2016-04-15 Ingo Schwarzeset up man.cgi(3) for inclusion in the web site
2016-04-15 Ingo Schwarzedocument the internals of cgi.c for developers;
2016-04-15 Ingo SchwarzeRename five static functions to make the classification...
2016-04-15 Ingo Schwarzeprefer warn[x](3) over fprintf(3) where appropriate
2016-04-15 Ingo SchwarzeFix parsing of PATH_INFO if both a section directory...
2016-04-15 Ingo SchwarzeMake HTML tags lower case for better stylistic agreemen...
2016-04-15 Ingo SchwarzeIn the architectures dropdown, move aviion, ia64, solbo...
2016-04-15 Ingo SchwarzeIf PATH_INFO contains a complete and correct path to...
2016-04-15 Ingo Schwarzeomit list of other results when there is only one match
2016-04-14 Ingo Schwarzefor .Xr links, use short PATH_INFO style URIs
2016-04-14 Ingo SchwarzeFix a process group race.
2016-04-14 Ingo Schwarzedo not rewrite short queries
2016-04-14 Ingo Schwarzein -man -Thtml, .nf does not preserve indentation
2016-04-13 Ingo SchwarzeGive manuals in purely numerical sections priority...
2016-04-13 Ingo SchwarzeGive manuals in purely numerical sections priority...
2016-04-13 Ingo Schwarzefix error page indentation:
2016-04-12 Ingo Schwarzesed 's/the the/the/' in a comment; from krw@
2016-03-19 Ingo Schwarzedouble word; from jmc@
2016-03-18 Ingo SchwarzeMake the SCRIPT_NAME logic simpler, safer, and make...
2016-03-18 Ingo Schwarzedocument short URIs
2016-03-17 Ingo Schwarzemake man(1) mode the default rather than apropos(1...
2016-03-17 Ingo Schwarze'accomodate' -> 'accommodate' in a comment.
2016-03-17 Ingo Schwarzesupport short URIs for man.openbsd.org
2016-01-16 Ingo Schwarzeunbreak reading from stdin after recent parse() restruc...
2016-01-08 Ingo SchwarzeDelete the redundant "nchild" member of struct roff_nod...
2016-01-08 Ingo SchwarzePrefer warn(3) over perror(3) at the few places where...
2016-01-08 Ingo SchwarzeSimplify the mparse_open() interface.
2016-01-08 Ingo SchwarzeIt was very surprising that a function called mparse_re...
2016-01-08 Ingo Schwarzewould be nice to warn about broken .Xr links...
2016-01-08 Ingo SchwarzeThe root of an .EQ tree is always EQN_ROOT, never EQN_LIST,
2016-01-07 Ingo SchwarzeThis code wasted memory by allocating sizeof(enum termf...
2016-01-07 Ingo SchwarzeRecursive "define" was not detected because "lim" was...
2016-01-04 Ingo SchwarzeImprove handling of .Va and .Vt macros.
2016-01-04 Ingo SchwarzeGenerate simpler in-page links: just replace spaces...
2016-01-04 Ingo SchwarzeDon't retain the search query in the resulting manual...
2015-12-23 Ingo Schwarzeremove NULL-checks before free(); from mmcc@
2015-12-15 Ingo Schwarzepledge(2) style:
2015-11-26 Ingo SchwarzeNo point in trying to go on when elementary database...
2015-11-20 Ingo SchwarzeFix multiple issues regarding process group and signal...
2015-11-14 Ingo SchwarzeFix an issue reported by deraadt@: When hitting Ctrl...
2015-11-12 Ingo SchwarzeSimplify the logic in mandoc_normdate() and add some...
2015-11-12 Ingo SchwarzeNever use LC_ALL. On the one hand, it can cause misfor...
2015-11-07 Ingo Schwarzemove compat_reallocarray.o into SOELIM_OBJS, no functio...
2015-11-07 Ingo Schwarzesoelim(1) use getline(3) and err(3), and err(3) uses...
2015-11-07 Ingo SchwarzeThe sh(1) "test" builtin on Solaris 10 doesn't have -e,
2015-11-07 Ingo Schwarzeprovide a simple stand-alone implementation of getline(3)
2015-11-07 Ingo SchwarzeModernization, no functional change intended:
2015-11-07 Ingo SchwarzeWithout HAVE_ERR, don't try to include <err.h>, it...
2015-11-07 Ingo SchwarzeIn private header files, __BEGIN_DECLS and __END_DECLS...
2015-11-07 Ingo Schwarzegarbage collect unused EXAMPLEDIR, forgotten in the...
2015-11-07 Ingo SchwarzeInstall the soelim(1) binary and manual to the right...
2015-11-06 Ingo SchwarzeIn ./configure, select a RE syntax for word boundaries...
2015-11-06 Ingo Schwarzemerge pledge(2) support from OpenBSD
2015-11-06 Ingo SchwarzeUse getprogname(3) rather than __progname.
2015-11-05 Ingo SchwarzeUse include files "header.html" and "footer.html" rathe...
2015-11-05 Ingo SchwarzeUnify the three stylesheets into a single CSS file.
2015-11-05 Ingo Schwarzedemandoc(1) needs to link against -lutil, too
next