index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't include Makefile.inc twice
ache
1999-05-28
2
-4
/
+2
*
upgrade to 4.0
ache
1999-05-28
7
-35
/
+52
*
Use the correct width integer on both i386 and alpha.
dfr
1999-05-23
1
-5
/
+5
*
Install g2c.h header incase others want to call libg2c from C.
obrien
1999-05-23
1
-1
/
+5
*
_G_USING_THUNKS probably applies to a.out too.
obrien
1999-05-02
1
-1
/
+1
*
Add more bits of libF77.
obrien
1999-05-01
1
-3
/
+9
*
* Add MAIN.c
obrien
1999-05-01
1
-3
/
+3
*
JMZ says:
obrien
1999-05-01
1
-0
/
+1
*
Use braces to avoid potentially ambiguous else clause.
imp
1999-04-25
2
-3
/
+6
*
Remove several explicit rules. The two for exceptioni.o and typeionfoi.o
obrien
1999-04-25
1
-43
/
+1
*
Hookup libg2c. (define NO_FORTRAN if you don't want it built)
obrien
1999-04-18
1
-1
/
+5
*
libg2c -- EGCS's version of libf2c (plus enhancements).
obrien
1999-04-18
3
-0
/
+460
*
Foo. jdp changed .so to .So during the time I did the EGCS work and I
obrien
1999-04-15
1
-3
/
+3
*
Create a libgcc with POSIX threads support.
obrien
1999-04-14
2
-2
/
+11
*
Missed a "\" in a continuation line.
obrien
1999-04-08
1
-2
/
+2
*
alpha/freebsd-elf.h has been merged with alpha/freebsd.h
obrien
1999-04-08
1
-3
/
+1
*
Don't require gcc/config/${MACHINE_ARCH}/xm-freebsd.h when we already know
obrien
1999-04-08
1
-2
/
+3
*
Get stdargs right on the Alpha.
obrien
1999-04-08
1
-0
/
+5
*
Cometic cleanup.
obrien
1999-04-08
1
-15
/
+15
*
Don't generate _G_config.h, use fixed version.
obrien
1999-04-07
2
-11
/
+109
*
* Fix indentation style bug.
obrien
1999-04-06
1
-4
/
+4
*
Crap! I grabbed the wrong Makefile from the test machine.
obrien
1999-04-05
1
-11
/
+5
*
Fix .for loop continuation lines style bugs.
obrien
1999-04-05
1
-7
/
+7
*
Add iostream Info docs.
obrien
1999-04-05
2
-0
/
+21
*
_G_config.h is now dynamically created.
obrien
1999-04-05
1
-85
/
+0
*
Conditionalize one more i386'ism.
obrien
1999-04-04
1
-1
/
+3
*
Attempt to creating the right ``tm.h'' file for the Alpha.
obrien
1999-04-04
1
-1
/
+5
*
Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2
obrien
1999-04-04
4
-90
/
+157
*
Commit msg for rev 1.20 should probably have added that gnu/lib/libregex was
obrien
1999-04-03
1
-1
/
+1
*
Makefile.inc was politing all subdir's with SHLIB_{MAJOR,MINOR} definitions.
obrien
1999-04-03
2
-12
/
+7
*
Add bits we were getting from gnu/usr.bin/cc/Makefile.inc.
obrien
1999-03-31
1
-2
/
+5
*
Hookup libgcc at gnu/lib instead of gnu/usr.bin/cc
obrien
1999-03-31
1
-2
/
+2
*
Don't use backslash-newline to split the too-long line for
bde
1999-03-05
1
-4
/
+2
*
Switch to using ".So" as the extension for PIC object files rather
jdp
1999-01-09
2
-6
/
+6
*
Avoid using `ld -O' (as in bsd.lib.mk). `ld -O' seems to have caused only
bde
1998-12-27
1
-7
/
+15
*
Removed rotten, unused implicit rules. The ld -O in one might have been
bde
1998-12-27
1
-14
/
+1
*
Add support for building on MIPS based systems.
imp
1998-12-16
2
-2
/
+16
*
libg++ and libstdc++ also have internal calls to libm. Programs using the
peter
1998-10-11
2
-2
/
+10
*
Replace use of non-standard ld -O with a ld -o / mv combination as used
peter
1998-10-06
1
-7
/
+13
*
Add documentation for new tree functions.
jkh
1998-10-02
2
-8
/
+73
*
Add missing free().
jkh
1998-09-30
1
-1
/
+2
*
Add examples for tree functions.
jkh
1998-09-29
6
-2
/
+346
*
Add support for saved trees.
jkh
1998-09-29
2
-4
/
+111
*
Update tree function and remove gratuitous .h file.
jkh
1998-09-28
2
-48
/
+79
*
Unbump the minor number; guess this doesn't happen in the ELF world
jkh
1998-09-28
1
-2
/
+2
*
Add some new functionality which I promised to add over a year a go and
jkh
1998-09-26
4
-3
/
+1035
*
Fix bogus length restriction on readlink. Use sizeof(buf) - 1 rather
imp
1998-09-10
1
-1
/
+1
*
Use size of structure rather than hard coded 256 in readlink. This change
imp
1998-09-09
1
-1
/
+1
*
Document why the library is still not being build as shared.
cracauer
1998-09-09
1
-2
/
+2
*
Fixed munging of the SUBDIR list in rev.1.16-1.18.
bde
1998-09-02
1
-4
/
+2
[next]