CVS log for mandoc/Attic/test-mmap.c

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.7, Tue Jul 19 21:31:55 2016 UTC (7 years, 8 months ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +0 -0 lines
FILE REMOVED

Remove the dependency on SQLite without loss of functionality.
Stop supporting systems that don't have mmap(3).
Drop the obsolete names_check() now that we deleted MLINKS.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 6 18:32:20 2015 UTC (8 years, 5 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_13_4, VERSION_1_13
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)

modernize style: "return" is not a function

Revision 1.5 / (download) - annotate - [select for diffs], Tue Aug 5 16:00:37 2014 UTC (9 years, 7 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_13_3, VERSION_1_13_2, VERSION_1_13_1, VERSION_1_12_4, VERSION_1_12
Changes since 1.4: +1 -0 lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)

NULL is in <stddef.h>; found on Linux

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 4 01:11:00 2014 UTC (10 years, 2 months ago) by schwarze
Branch: MAIN
Changes since 1.3: +2 -4 lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)

Clean up feature tests:
* Split the configure steering script out of the Makefile.
* Let the configure step depend on the test sources.
* Clean up the test programs such that they can be run.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 2 03:52:21 2013 UTC (10 years, 9 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_12_3, VERSION_1_12_2
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)

Sync to OpenBSD, no functional change:
* Add the missing mparse_parse_buffer prototype.
* Drop the useless MAP_FILE constant: It's not specified in POSIX,
  so it's not required, it's the default anyway, and it's 0 anyway.

Revision 1.2 / (download) - annotate - [select for diffs], Thu May 26 21:02:05 2011 UTC (12 years, 10 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_12_1, VERSION_1_12_0, VERSION_1_11_7, VERSION_1_11_6, VERSION_1_11_5, VERSION_1_11_4, VERSION_1_11_3
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

OpenBSD needs sys/types for mmap... oops...

Revision 1.1 / (download) - annotate - [selected], Thu May 26 20:36:21 2011 UTC (12 years, 10 months ago) by kristaps
Branch: MAIN

At least in theory, this patch lets us compile on Windows (which does
not have mmap(), from what I can tell).

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