Up to [cvsweb.bsd.lv] / mandoc
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: VERSION_1_12
Revision 1.32.2.8 / (download) - annotate - [select for diffs], Thu Aug 14 04:13:30 2014 UTC (9 years, 3 months ago) by schwarze
Branch: VERSION_1_12
CVS Tags: VERSION_1_12_4
Changes since 1.32.2.7: +3 -3 lines
Diff to previous 1.32.2.7 (colored) next main 1.33 (colored)
Cygwin support; from Yaakov Selkowitz, https://sourceforge.net/p/cygwin-ports/mdocml/ci/master/tree/
Revision 1.32.2.7 / (download) - annotate - [select for diffs], Mon Aug 11 00:31:13 2014 UTC (9 years, 3 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.32.2.6: +2 -3 lines
Diff to previous 1.32.2.6 (colored)
Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. Include <sys/types.h> where needed, it does not belong in config.h.
Revision 1.32.2.6 / (download) - annotate - [select for diffs], Wed Apr 23 21:31:38 2014 UTC (9 years, 7 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.32.2.5: +3 -3 lines
Diff to previous 1.32.2.5 (colored)
Audit malloc(3)/calloc(3)/realloc(3) in VERSION_1_12.
Revision 1.32.2.5 / (download) - annotate - [select for diffs], Sun Mar 23 12:04:54 2014 UTC (9 years, 8 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.32.2.4: +2 -1 lines
Diff to previous 1.32.2.4 (colored)
introduce mandoc_aux to 1.12
Revision 1.32.2.4 / (download) - annotate - [select for diffs], Wed Jan 22 21:02:54 2014 UTC (9 years, 10 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.32.2.3: +15 -7 lines
Diff to previous 1.32.2.3 (colored)
Implement the \: (optional line break) escape sequence, documented in the Ossanna-Kernighan-Ritter troff manual and also supported by groff. Missing feature reported by Steffen Nurpmeso <sdaoden at gmail dot com>.
Revision 1.32.2.3 / (download) - annotate - [select for diffs], Thu Oct 10 23:43:04 2013 UTC (10 years, 1 month ago) by schwarze
Branch: VERSION_1_12
CVS Tags: VERSION_1_12_3
Changes since 1.32.2.2: +11 -6 lines
Diff to previous 1.32.2.2 (colored)
On __sun, use <sys/byteorder.h>, BE_64(x), and <db_185.h>. Thanks to Thomas Klausner <wiz at NetBSD dot org> for providing failing SmartOS build logs such that i could write this patch without access to a __sun system and for confirming that these patches help.
Revision 1.32.2.2 / (download) - annotate - [select for diffs], Sat Oct 5 20:30:05 2013 UTC (10 years, 1 month ago) by schwarze
Branch: VERSION_1_12
Changes since 1.32.2.1: +2 -3 lines
Diff to previous 1.32.2.1 (colored)
Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: - avoid bad qualifier casting in roff.c, roff_parsetext() by changing the mandoc_escape arguments to "const char const **" - avoid bad qualifier casting in mandocdb.c, index_merge() - do not complain about unused variables in test-*.c - garbage collect a few unused variables elsewhere
Revision 1.32.2.1 / (download) - annotate - [select for diffs], Wed Oct 2 21:03:26 2013 UTC (10 years, 2 months ago) by schwarze
Branch: VERSION_1_12
CVS Tags: VERSION_1_12_2
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)
DragonFly needs explicit #include <sys/endian.h> to use be64toh(), while most other systems include that indirectly via <sys/types.h>. Reported by Franco Fichtner <franco at lastsummer dot de>.
Revision 1.32 / (download) - annotate - [select for diffs], Sun Mar 25 00:48:47 2012 UTC (11 years, 8 months ago) by kristaps
Branch: MAIN
Branch point for: VERSION_1_12
Changes since 1.31: +4 -1 lines
Diff to previous 1.31 (colored)
Some documentation nits.