summaryrefslogtreecommitdiffstats
path: root/contrib/gcclibs
Commit message (Collapse)AuthorAgeFilesLines
* Add support for __COUNTER__.ed2011-12-134-1/+9
| | | | | | | | | | | | | __COUNTER__ allows one to obtain incrementing (read: unique) numbers from the C preprocesor. This is useful when implementing things like a robust implementation of CTASSERT(), which currently fails when using it more than once on a single line of code. Probably not likely to cause any breakage, but still. __COUNTER__ was also added to GCC 4.3, but since that implementation is GPLv3 licensed, I took the liberty of implementing it without looking at any upstream sources. Therefore, this version is licensed under the same license as the rest of the code; GPLv2.
* Fix clang compile warnings.benl2011-05-221-1/+1
| | | | Approved by: philip (mentor)
* This commit was generated by cvs2svn to compensate for changes in r171831,kan2007-08-149-3/+54
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * GCC 4.2.1 release miscellaneous support libraries.kan2007-08-149-3/+54
| |
* | Re-add local FreeBSD change: prefer /tmp to /var/tmp and /usr/tmpkan2007-05-191-2/+2
|/ | | | for temporary files.
* GCC 4.2.0 release miscellaneous support libraries.kan2007-05-19319-0/+175655
OpenPOWER on IntegriCloud