aboutsummaryrefslogtreecommitdiff
path: root/contrib/libg++
Commit message (Collapse)AuthorAgeFilesLines
* libg++ is OBE.David E. O'Brien1999-04-05635-132638/+0
| | | | Notes: svn path=/head/; revision=45328
* partially revert rev 1.2 spammage. This file is broken as shipped andPeter Wemm1998-04-301-1/+1
| | | | | | | | | | | depends on the typo in the #ifdef in order to work.. Since the line has been touched, leave a note there so that nobody else tries to "fix" it again. PR: 2035 Notes: svn path=/head/; revision=35562
* Add a genclass.1 manpage.Wolfram Schneider1997-09-151-0/+63
| | | | Notes: svn path=/head/; revision=29478
* __GNU_G__ -> __GNUG__Steve Price1997-08-131-1/+1
| | | | | | | | PR: gnu/4188 Submitted by: Dustin Sallings <dustin@spy.net> Notes: svn path=/head/; revision=28139
* Make all the info dir entries line up neatly.Satoshi Asami1997-05-281-1/+1
| | | | Notes: svn path=/head/; revision=26223
* Use collating info for [a-z]-type national rangesAndrey A. Chernov1996-10-311-0/+31
| | | | Notes: svn path=/head/; revision=19280
* This commit was generated by cvs2svn to compensate for changes in r18667,Peter Wemm1996-10-031-0/+263
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=18668
| * Drat, I got carried away cleaning up and forgot this. This is wherePeter Wemm1996-10-031-0/+263
| | | | | | | | | | | | | | the version number is obtained from. Notes: svn path=/vendor/gcc/dist/; revision=18667
* | The one and only change that I had to make to get all the tests to fly.Peter Wemm1996-10-031-1/+1
|/ | | | | | | | | #include_next <string.h> wasfailing since the /usr/include directory is first on FreeBSD, and since it was already past it, it failed some of the tests. Notes: svn path=/head/; revision=18665
* Import of raw libg++-2.7.2, but in a very cut-down form. There is stillPeter Wemm1996-10-03633-0/+132281
a small amount of unused stuff (by the bmakefiles to follow), but it isn't much and seems harmless enough. Notes: svn path=/vendor/gcc/dist/; revision=18661