summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.1.0_cvscvs2svn1996-01-011-1/+1
| | | | | | | 'RELENG_2_1_0_RELEASE'. This commit was manufactured to restore the state of the 2.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Brought in changes from main branch: fix library/c++rt0.o dependencies.David Greenman1995-08-301-3/+4
| | | | Notes: svn path=/stable/2.1/; revision=10444
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-132-3029/+0
| | | | Notes: svn path=/stable/2.1/; revision=9211
* Remove trailing whitespace.Rodney W. Grimes1995-05-3081-1282/+1282
| | | | Notes: svn path=/head/; revision=8858
* Add missing includeAndrey A. Chernov1995-05-121-0/+6
| | | | Notes: svn path=/head/; revision=8482
* Bump major number, function deletedAndrey A. Chernov1995-05-081-1/+3
| | | | Notes: svn path=/head/; revision=8354
* Pretty much a complete rewrite of this Makefile.Rodney W. Grimes1995-03-201-9/+31
| | | | | | | | | | | | | | | | | | | Remove private mkdir command for /usr/include/g++, this is now handled by mtree. Make the whole file fit in 80 column output, sort the SRCS list and split into .c and .cc sources. Use $Id$ instead of $FreeBSD$ since we pulled support for this. Add DPADD to match LDADD and now include <bsd.prog.mk> to define the DPADD values (This is a hack until the .mk stuff can be corrected so that ${LIB*} is visiable in bsd.lib.mk.) Optimize beforeinstall target by eliminating a subshell. Notes: svn path=/head/; revision=7184
* The destructor always assumed that it would be called on objects created fromJordan K. Hubbard1995-02-141-4/+7
| | | | | | | | ONE constructor routine. This was bogus - there is also a system provided constructor which does not allocate a pattern buffer. Make less assumptions. Notes: svn path=/head/; revision=6373
* Change all 'regoff_t' occurances to 'int'. GNU typedefed it as 'int',Andrey A. Chernov1994-12-092-35/+38
| | | | | | | | but BSD 4.4 typedefed it as 'off_t'. Make _RX_C_ hook for sucessful rx.c compilation Notes: svn path=/head/; revision=5020
* Change #include order to not redifine __PAndrey A. Chernov1994-12-091-1/+1
| | | | Notes: svn path=/head/; revision=5019
* Regcomp, re_comp eliminatingAndrey A. Chernov1994-12-091-4/+10
| | | | Notes: svn path=/head/; revision=5018
* More kosher regexp eliminating, based on BSD date nowAndrey A. Chernov1994-12-091-6/+6
| | | | Notes: svn path=/head/; revision=5017
* Eliminate buggy regcomp and re_comp implementations,Andrey A. Chernov1994-12-091-4/+5
| | | | | | | we already have them in another place. Notes: svn path=/head/; revision=5016
* Add -lcompat to LDADD for insque/remque (they treated as part of library)Andrey A. Chernov1994-11-241-1/+1
| | | | Notes: svn path=/head/; revision=4802
* For unknown reason _G_HAVE_SYS_RESOURCE was defined to 0 insteadAndrey A. Chernov1994-11-231-1/+1
| | | | | | | of 1. (we have it). Please check gnu2bmake script Notes: svn path=/head/; revision=4793
* Add missing osfcn.hAndrey A. Chernov1994-11-231-0/+17
| | | | Notes: svn path=/head/; revision=4792
* Remove regex.h, it conflicts with our POSIX regex.h and we alreadyAndrey A. Chernov1994-11-172-2/+2
| | | | | | | | have it under different name: gnuregex.h (from libregex) Change all references of <regex.h> to <gnuregex.h> Notes: svn path=/head/; revision=4572
* Fix merge conflicts.Jordan K. Hubbard1994-11-132-18/+17
| | | | Notes: svn path=/head/; revision=4426
* Michael Reifenberger's libg++ portJordan K. Hubbard1994-11-1348-417/+3918
| | | | | | | Submitted by: mr Notes: svn path=/vendor/misc-GNU/dist/; revision=4422
* Michael Reifenberger's libg++ 2.6.1 port.Jordan K. Hubbard1994-11-131-0/+7159
| | | | | | | Submitted by: mr Notes: svn path=/vendor/misc-GNU/dist/; revision=4420
* Add LDADD += -lcursesAndrey A. Chernov1994-10-121-1/+2
| | | | Notes: svn path=/head/; revision=3528
* libg++ include files being installed in /usr/include instead ofPaul Traina1994-09-101-2/+2
| | | | | | | | | /usr/include/g++ Submitted by: pst Notes: svn path=/head/; revision=2638
* Bogus little commit to see if my change to log_accum.pl actually worked.Garrett Wollman1994-09-091-1/+1
| | | | | | | CVS: Notes: svn path=/head/; revision=2630
* ljo:Rodney W. Grimes1994-09-092-3/+9
| | | | | | | | | | | | | | | | | | | | | You need to fix the libio/_G_config.h file around lines 42-44. After that everything should be OK. You should have seen many warning error messages about this file. There are missing "short" "char" keywords the file. Michael: Apply the following patch rgrimes: The patch to include/_G_config.h is highly questionable and has been marked as such. Reviewed by: rgrimes Submitted by: L Jonas Olsson <ljo@ljo-slip.DIALIN.CWRU.Edu> Submitted by: Michael Reifenberger <root@rz-wb.fh-sw.de> Notes: svn path=/head/; revision=2616
* I belive this should be makeable under 2.0. There may be outstandingPoul-Henning Kamp1994-08-08185-0/+40372
issues in these areas: .h's installed .hP's installed -lcurses interaction files needed in ~/legal for copyleft reasons. Notes: svn path=/vendor/misc-GNU/dist3/; revision=1935