CVS log for mandoc/mandocdb.c

[BACK] Up to [cvsweb.bsd.lv] / mandoc

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: VERSION_1_12


Revision 1.49.2.18 / (download) - annotate - [select for diffs], Thu Aug 14 04:13:30 2014 UTC (9 years, 7 months ago) by schwarze
Branch: VERSION_1_12
CVS Tags: VERSION_1_12_4
Changes since 1.49.2.17: +3 -3 lines
Diff to previous 1.49.2.17 (colored) next main 1.50 (colored)

Cygwin support; from Yaakov Selkowitz,
https://sourceforge.net/p/cygwin-ports/mdocml/ci/master/tree/

Revision 1.49.2.17 / (download) - annotate - [select for diffs], Mon Aug 11 00:31:13 2014 UTC (9 years, 7 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49.2.16: +1 -3 lines
Diff to previous 1.49.2.16 (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.49.2.16 / (download) - annotate - [select for diffs], Wed Apr 23 21:31:38 2014 UTC (9 years, 11 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49.2.15: +3 -3 lines
Diff to previous 1.49.2.15 (colored)

Audit malloc(3)/calloc(3)/realloc(3) in VERSION_1_12.

Revision 1.49.2.15 / (download) - annotate - [select for diffs], Sun Mar 23 12:37:58 2014 UTC (10 years ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49.2.14: +9 -46 lines
Diff to previous 1.49.2.14 (colored)

backport man(7) .Nd improvement

Revision 1.49.2.14 / (download) - annotate - [select for diffs], Sun Mar 23 12:04:54 2014 UTC (10 years ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49.2.13: +2 -1 lines
Diff to previous 1.49.2.13 (colored)

introduce mandoc_aux to 1.12

Revision 1.49.2.13 / (download) - annotate - [select for diffs], Wed Mar 19 22:24:12 2014 UTC (10 years ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49.2.12: +2 -2 lines
Diff to previous 1.49.2.12 (colored)

cope with the mparse_result() interface change

Revision 1.49.2.12 / (download) - annotate - [select for diffs], Wed Mar 19 22:09:29 2014 UTC (10 years ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49.2.11: +5 -5 lines
Diff to previous 1.49.2.11 (colored)

cope with mparse_alloc() interface change

Revision 1.49.2.11 / (download) - annotate - [select for diffs], Sun Jan 5 21:30:57 2014 UTC (10 years, 2 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49.2.10: +9 -4 lines
Diff to previous 1.49.2.10 (colored)

Cope with the mparse_alloc() interface change.

Revision 1.49.2.10 / (download) - annotate - [select for diffs], Thu Nov 21 01:53:48 2013 UTC (10 years, 4 months ago) by schwarze
Branch: VERSION_1_12
CVS Tags: VERSION_1_12_3
Changes since 1.49.2.9: +2 -2 lines
Diff to previous 1.49.2.9 (colored)

My audit of mandoc revealed one missing (unsigned char) cast
in a tolower() argument containing arbitrary char data.
Thanks to deraadt@ for triggering the audit.

Revision 1.49.2.9 / (download) - annotate - [select for diffs], Thu Oct 10 23:43:04 2013 UTC (10 years, 5 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49.2.8: +11 -9 lines
Diff to previous 1.49.2.8 (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.49.2.8 / (download) - annotate - [select for diffs], Sat Oct 5 20:30:05 2013 UTC (10 years, 5 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49.2.7: +4 -2 lines
Diff to previous 1.49.2.7 (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.49.2.7 / (download) - annotate - [select for diffs], Wed Oct 2 21:03:26 2013 UTC (10 years, 5 months ago) by schwarze
Branch: VERSION_1_12
CVS Tags: VERSION_1_12_2
Changes since 1.49.2.6: +2 -1 lines
Diff to previous 1.49.2.6 (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.49.2.6 / (download) - annotate - [select for diffs], Tue Oct 1 00:52:58 2013 UTC (10 years, 5 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49.2.5: +18 -2 lines
Diff to previous 1.49.2.5 (colored)

Fix build on Solaris.
Initial version for SmartOS by ONODERA Ryo <ryoon at netbsd dot org>.
Generalized for Solaris by Jonathan Perkin <jperkin at netbsd dot org>.
Received via Thomas Klausner <wiz at netbsd dot org>.
Style cleanup by myself.

Revision 1.49.2.5 / (download) - annotate - [select for diffs], Wed Sep 18 00:54:20 2013 UTC (10 years, 6 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49.2.4: +2 -2 lines
Diff to previous 1.49.2.4 (colored)

Fix typo in filenames: mandocdb.{db,index} -> mandoc.{db,index}

Revision 1.49.2.4 / (download) - annotate - [select for diffs], Tue Sep 17 23:12:21 2013 UTC (10 years, 6 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49.2.3: +5 -5 lines
Diff to previous 1.49.2.3 (colored)

Merge OpenBSD rev. 1.43:
Kristaps changed the size member of struct manpaths from int to size_t.
No functional change.

Revision 1.49.2.3 / (download) - annotate - [select for diffs], Tue Sep 17 23:07:22 2013 UTC (10 years, 6 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49.2.2: +52 -13 lines
Diff to previous 1.49.2.2 (colored)

Merge OpenBSD rev. 1.34.
Do not truncate the production database when starting to build a new one.
Suggested by deraadt@.

Revision 1.49.2.2 / (download) - annotate - [select for diffs], Tue Sep 17 22:48:53 2013 UTC (10 years, 6 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49.2.1: +137 -92 lines
Diff to previous 1.49.2.1 (colored)

merge OpenBSD rev. 1.41:
backout non-portable code

Revision 1.49.2.1 / (download) - annotate - [select for diffs], Tue Sep 17 21:32:07 2013 UTC (10 years, 6 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.49: +34 -34 lines
Diff to previous 1.49 (colored)

Similar to rev. 1.58:
Consistently use the PATH_MAX since it is specified by POSIX.

Revision 1.49 / (download) - annotate - [select for diffs], Sun May 27 17:48:57 2012 UTC (11 years, 10 months ago) by schwarze
Branch: MAIN
Branch point for: VERSION_1_12
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the
default value for the mdoc(7) .Os macro.
Needed for man.cgi on the OpenBSD website.

Problem with man.cgi first noticed by deraadt@;
beck@ and deraadt@ agree with the way to solve the issue.

"Please check them in and I'll look into them later!" kristaps@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb