CVS log for mandoc/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: VERSION_1_12


Revision 1.395.2.29 / (download) - annotate - [select for diffs], Thu Aug 14 20:43:22 2014 UTC (9 years, 7 months ago) by schwarze
Branch: VERSION_1_12
CVS Tags: VERSION_1_12_4
Changes since 1.395.2.28: +6 -50 lines
Diff to previous 1.395.2.28 (unified) to branchpoint 1.395 (unified) next main 1.396 (unified)

Add INSTALL, and remove WWW gunk from the Makefile, we are not
going to rebuild the website from this version.

Revision 1.395.2.28 / (download) - annotate - [select for diffs], Tue Aug 12 21:37:42 2014 UTC (9 years, 7 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.27: +2 -2 lines
Diff to previous 1.395.2.27 (unified) to branchpoint 1.395 (unified)

typo in comment; Guy Harris <guy at alum dot mit dot edu>

Revision 1.395.2.27 / (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.395.2.26: +3 -3 lines
Diff to previous 1.395.2.26 (unified) to branchpoint 1.395 (unified)

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.395.2.26 / (download) - annotate - [select for diffs], Tue Aug 5 11:19:46 2014 UTC (9 years, 7 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.25: +5 -4 lines
Diff to previous 1.395.2.25 (unified) to branchpoint 1.395 (unified)

merge portability fix from HEAD

Revision 1.395.2.25 / (download) - annotate - [select for diffs], Tue Aug 5 05:51:33 2014 UTC (9 years, 7 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.24: +9 -2 lines
Diff to previous 1.395.2.24 (unified) to branchpoint 1.395 (unified)

Split mandoc_escape(3), mandoc_malloc(3), and mchars_alloc(3)
out of mandoc(3), adding lots of new information.

Revision 1.395.2.24 / (download) - annotate - [select for diffs], Tue Aug 5 05:29:53 2014 UTC (9 years, 7 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.23: +72 -85 lines
Diff to previous 1.395.2.23 (unified) to branchpoint 1.395 (unified)

Switch to autogenerated dependency rules; they are less error-prone.
Provide a maintainer target to regenerate them.

Revision 1.395.2.23 / (download) - annotate - [select for diffs], Tue Aug 5 03:15:22 2014 UTC (9 years, 7 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.22: +34 -13 lines
Diff to previous 1.395.2.22 (unified) to branchpoint 1.395 (unified)

Properly partition the build system and install some missing stuff:
* Introduce targets base-build and db-build.
* Introduce targets base-install and db-install.
* Introduce a BUILD_TARGETS variable to contain db-build.
* Introduce an INSTALL_TARGETS variable and fill it using BUILD_TARGETS.
* Install the apropos(1) and mandocdb(8) binaries.
* Install whatis(1) as a hard link to apropos(1).
* Install the apropos(1), whatis(1), and mandocdb(8) manuals.
* Install mandoc_aux.h.

Revision 1.395.2.22 / (download) - annotate - [select for diffs], Tue Aug 5 01:46:07 2014 UTC (9 years, 7 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.21: +8 -4 lines
Diff to previous 1.395.2.21 (unified) to branchpoint 1.395 (unified)

Various minor corrections:
* Do not install programs and libs root-writeable.
* Add missing test-strcasestr.c and test-strsep.c to TESTSRCS.
* Add missing mandoc_html.3 to SRCS.
* Add missing mandoc_html.3.html to WWW_MANS.

Revision 1.395.2.21 / (download) - annotate - [select for diffs], Tue Aug 5 01:07:42 2014 UTC (9 years, 7 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.20: +20 -12 lines
Diff to previous 1.395.2.20 (unified) to branchpoint 1.395 (unified)

sort user settings; no functional change

Revision 1.395.2.20 / (download) - annotate - [select for diffs], Tue Aug 5 00:42:53 2014 UTC (9 years, 7 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.19: +4 -47 lines
Diff to previous 1.395.2.19 (unified) to branchpoint 1.395 (unified)

Remove the old man.cgi.
Running that would not be a responsible thing to do, nowadays.

Revision 1.395.2.19 / (download) - annotate - [select for diffs], Mon Aug 4 23:45:37 2014 UTC (9 years, 7 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.18: +1 -4 lines
Diff to previous 1.395.2.18 (unified) to branchpoint 1.395 (unified)

remove strnlen(3) compat, we no longer use it

Revision 1.395.2.18 / (download) - annotate - [select for diffs], Thu Apr 24 00:36:44 2014 UTC (9 years, 11 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.17: +53 -25 lines
Diff to previous 1.395.2.17 (unified) to branchpoint 1.395 (unified)

Merge from HEAD:
* Use sha256 rather than md5.
* Update .h dependencies for some objects.
* Provide `www' target to build everything needed for the web site.
* Move .SUFFIXES and .PHONY technicalities to the bottom.
* State Copyright and license, just for clarity.
* Bump VERSION in preparation for release.

Revision 1.395.2.17 / (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.395.2.16: +3 -0 lines
Diff to previous 1.395.2.16 (unified) to branchpoint 1.395 (unified)

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

Revision 1.395.2.16 / (download) - annotate - [select for diffs], Tue Apr 22 22:05:24 2014 UTC (9 years, 11 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.15: +2 -1 lines
Diff to previous 1.395.2.15 (unified) to branchpoint 1.395 (unified)

include the LICENSE into the distribution tarball

Revision 1.395.2.15 / (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.395.2.14: +9 -4 lines
Diff to previous 1.395.2.14 (unified) to branchpoint 1.395 (unified)

introduce mandoc_aux to 1.12

Revision 1.395.2.14 / (download) - annotate - [select for diffs], Mon Mar 3 19:09:21 2014 UTC (10 years ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.13: +22 -36 lines
Diff to previous 1.395.2.13 (unified) to branchpoint 1.395 (unified)

- remove index.html, is now part of the website repo
- and some general cleanup (installcgi is .PHONY)

Revision 1.395.2.13 / (download) - annotate - [select for diffs], Sat Jan 4 14:44:28 2014 UTC (10 years, 2 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.12: +3 -1 lines
Diff to previous 1.395.2.12 (unified) to branchpoint 1.395 (unified)

Put ./configure into the distribution tarball.

Revision 1.395.2.12 / (download) - annotate - [select for diffs], Sat Jan 4 13:49:22 2014 UTC (10 years, 2 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.11: +3 -0 lines
Diff to previous 1.395.2.11 (unified) to branchpoint 1.395 (unified)

Merge strnlen(3) configuration bits.

Revision 1.395.2.11 / (download) - annotate - [select for diffs], Sat Jan 4 01:24:48 2014 UTC (10 years, 2 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.10: +12 -51 lines
Diff to previous 1.395.2.10 (unified) to branchpoint 1.395 (unified)

Merge cleanup of feature tests to VERSION_1_12, resolving conflicts.

Revision 1.395.2.10 / (download) - annotate - [select for diffs], Tue Dec 31 23:19:04 2013 UTC (10 years, 2 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.9: +13 -1 lines
Diff to previous 1.395.2.9 (unified) to branchpoint 1.395 (unified)

Provide strcasestr(3) and strsep(3) for Solaris 10 compat;
reported missing by Matthias Scheler <tron at NetBSD> via wiz@.

Revision 1.395.2.9 / (download) - annotate - [select for diffs], Tue Dec 31 11:23:23 2013 UTC (10 years, 2 months ago) by schwarze
Branch: VERSION_1_12
CVS Tags: VERSION_1_12_3
Changes since 1.395.2.8: +2 -2 lines
Diff to previous 1.395.2.8 (unified) to branchpoint 1.395 (unified)

release 1.12.3

Revision 1.395.2.8 / (download) - annotate - [select for diffs], Sun Oct 6 23:17:05 2013 UTC (10 years, 5 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.7: +2 -1 lines
Diff to previous 1.395.2.7 (unified) to branchpoint 1.395 (unified)

Put VERSION into config.h.
This makes life easier for downstream maintainers having more than one
Makefile, for example DragonFly and FreeBSD.
Suggested by Franco Fichtner <franco at lastsummer dot de>.

Revision 1.395.2.7 / (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.395.2.6: +7 -7 lines
Diff to previous 1.395.2.6 (unified) to branchpoint 1.395 (unified)

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.395.2.6 / (download) - annotate - [select for diffs], Sat Oct 5 13:15:51 2013 UTC (10 years, 5 months ago) by schwarze
Branch: VERSION_1_12
CVS Tags: VERSION_1_12_2
Changes since 1.395.2.5: +2 -2 lines
Diff to previous 1.395.2.5 (unified) to branchpoint 1.395 (unified)

Release version 1.12.2.  This is no longer beta.
Sneak in a downstream link to Alpine Linux.

Revision 1.395.2.5 / (download) - annotate - [select for diffs], Tue Oct 1 00:55:07 2013 UTC (10 years, 5 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.4: +3 -2 lines
Diff to previous 1.395.2.4 (unified) to branchpoint 1.395 (unified)

include the NEWS file into the tarball

Revision 1.395.2.4 / (download) - annotate - [select for diffs], Sun Sep 29 23:28:48 2013 UTC (10 years, 6 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.3: +11 -5 lines
Diff to previous 1.395.2.3 (unified) to branchpoint 1.395 (unified)

Final tweaks for the release candidate:
* Test for betoh64(), otherwise use be64toh().
* In the Makefile, improve the explanation of STATIC.
* Update VERSION and VDATE.

Revision 1.395.2.3 / (download) - annotate - [select for diffs], Wed Sep 18 16:20:11 2013 UTC (10 years, 6 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.2: +7 -4 lines
Diff to previous 1.395.2.2 (unified) to branchpoint 1.395 (unified)

Update VERSION, VDATE and CFLAGS for the upcoming 1.12.2 release.
Add tbl.3 and gmdiff to the tarball.
Add tbl.3.html to the website.

Revision 1.395.2.2 / (download) - annotate - [select for diffs], Wed Sep 18 02:24:37 2013 UTC (10 years, 6 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395.2.1: +1 -77 lines
Diff to previous 1.395.2.1 (unified) to branchpoint 1.395 (unified)

Merge rev. 1.400:
Stop producing xhtml/pdf/etc for webpage.

Revision 1.395.2.1 / (download) - annotate - [select for diffs], Wed Sep 18 02:19:37 2013 UTC (10 years, 6 months ago) by schwarze
Branch: VERSION_1_12
Changes since 1.395: +26 -172 lines
Diff to previous 1.395 (unified)

Partial merge of rev. 1.396:
Remove lint support and Windows binaries.

Revision 1.395 / (download) - annotate - [select for diffs], Sat Mar 24 01:54:43 2012 UTC (12 years ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_12_1
Branch point for: VERSION_1_12
Changes since 1.394: +2 -3 lines
Diff to previous 1.394 (unified)

Get ready for a version.

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