aboutsummaryrefslogtreecommitdiff
path: root/include/iso646.h
Commit message (Collapse)AuthorAgeFilesLines
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326192
* Avoid accidental conflicts with C++ operator keywords.Jung-uk Kim2011-09-271-0/+4
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=225801
* style(9): tab after #define.Mike Barcroft2002-09-181-12/+12
| | | | Notes: svn path=/head/; revision=103567
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50473
* Fixed garbage after comment after #endif. Fixed reversed sense of sameBruce Evans1998-08-031-2/+2
| | | | | | | comment. Notes: svn path=/head/; revision=38051
* Added iso646.h as defined by the Single UNIX Specification, version 2.Alexander Langer1998-08-011-0/+44
Notes: svn path=/head/; revision=38001