History log of /dflybsd-src/share/man/man7/standards.7 (Results 1 – 6 of 6)
Revision Date Author Comments
# 6a067d55 26-May-2019 Sascha Wildner <saw@online.de>

<sys/cdefs.h>: Remove the old unused __DF_VISIBLE.

Nothing depends on it anymore and nothing sets _DRAGONFLY_SOURCE or
_NETBSD_SOURCE. We handle all non-POSIX visibility with __BSD_VISIBLE
quite wel

<sys/cdefs.h>: Remove the old unused __DF_VISIBLE.

Nothing depends on it anymore and nothing sets _DRAGONFLY_SOURCE or
_NETBSD_SOURCE. We handle all non-POSIX visibility with __BSD_VISIBLE
quite well.

Pointed-out-by: zrj

show more ...


# 9a098784 08-Jan-2015 Sascha Wildner <saw@online.de>

standards.7: Fix typo.


# 93be9aac 20-Dec-2012 Sascha Wildner <saw@online.de>

standards.7: Add URLs for a couple of standards.


# ae2ee8ee 06-Nov-2010 Sascha Wildner <saw@online.de>

<sys/cdefs.h>: Add some definitions for IEEE 1003.1-2008.

Our default remains 200112 for now.


# 224ee6b3 03-Jul-2010 Sascha Wildner <saw@online.de>

standards.7: Write some more and mention the default environment.


# e478b9b4 08-Jun-2010 Sascha Wildner <saw@online.de>

Add a small standards(7) manual page.

So far it explains the _POSIX_C_SOURCE and _XOPEN_SOURCE macros.