aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* I think someone has already talk about it but I just got bitten again :Joerg Wunsch1995-01-091-4/+4
* Added a ports category to the list.Paul Richards1995-01-081-0/+1
* Back out prev fix, now fixed in bsd.info.mkAndrey A. Chernov1995-01-071-2/+2
* Fix "make" vs "make all"Andrey A. Chernov1995-01-071-2/+2
* Remove regex code, use -lgnuregex insteadAndrey A. Chernov1995-01-065-9/+9
* Handle segment registers (except %fs and %gs).Bruce Evans1995-01-062-0/+10
* Change toSteven Wallace1995-01-051-2/+2
* Add readline/doc to SUBDIRAndrey A. Chernov1995-01-041-2/+2
* Fix format errorAndrey A. Chernov1995-01-041-1/+1
* Add dependancesAndrey A. Chernov1995-01-041-0/+3
* Install infopagesAndrey A. Chernov1995-01-043-24/+226
* Add usr/share/perl/sys to mtree file, remove private mkdir from Makefile.Rodney W. Grimes1995-01-031-1/+0
* Use new bsd.info.mk to avoid local rules and fix bugs in `all' and `depend'Bruce Evans1995-01-021-7/+2
* Add doc to subdirsAndrey A. Chernov1995-01-011-3/+3
* Install info pages nowAndrey A. Chernov1995-01-011-0/+8
* Add missing ${DESTDIR} so that the library ends up in a release.Rodney W. Grimes1995-01-011-5/+3
* Fix previous commit. Installing links to manpages without installingBruce Evans1995-01-011-3/+2
* Fix previous commit.Bruce Evans1995-01-011-2/+1
* Add mlinks for man pageGary Clark II1994-12-312-2/+5
* Add more segment registers to list of registers (fake for %fs and %gs).Bruce Evans1994-12-312-38/+32
* Fix declaration of i386_float_info().Bruce Evans1994-12-312-2/+2
* Restore our local changes which were clobbered by the previous commit.Bruce Evans1994-12-311-1/+2
* Hide yet another redefinition of PAGE_SIZE. Cosmetic.Bruce Evans1994-12-311-1/+1
* Restore our (cosmetic) local changes which were clobbered by the previousBruce Evans1994-12-311-0/+2
* Bring in the files added by Gary Jennejohn's gdb update.Jordan K. Hubbard1994-12-3032-0/+27183
* Hurrah! Let the champagne flow, the olive oil barrel be opened andJordan K. Hubbard1994-12-30175-18506/+26118
* Upgrade from new bashAndrey A. Chernov1994-12-302-17/+12
* Install also a gcc.1 manual page as a link from cc.1, as long asAndreas Schulz1994-12-261-1/+2
* New file from pk to aid new in developing the shlib code for newNate Williams1994-12-231-0/+192
* Updated version of gas which allows for link-time error reporting ifNate Williams1994-12-2327-2198/+3148
* Updated to recent version of Paul K.'s shlib code. This code has betterNate Williams1994-12-2318-411/+579
* Upgrade to readline from bash 1.14.3Andrey A. Chernov1994-12-1213-96/+168
* Changed a SORT 1L to a SORT 1.Andreas Schulz1994-12-111-1/+1
* Changed one occurrence of LD 8 to LD 1 and the OS FreeBSD 1.1 to FreeBSD 2.0.Andreas Schulz1994-12-112-6/+6
* Changed one occurence of rmail(1) to rmail(8).Andreas Schulz1994-12-111-2/+2
* Added "cpuid" opcode.Sean Eric Fagan1994-12-111-1/+4
* Change all 'regoff_t' occurances to 'int'. GNU typedefed it as 'int',Andrey A. Chernov1994-12-092-35/+38
* Change #include order to not redifine __PAndrey A. Chernov1994-12-091-1/+1
* Regcomp, re_comp eliminatingAndrey A. Chernov1994-12-091-4/+10
* More kosher regexp eliminating, based on BSD date nowAndrey A. Chernov1994-12-091-6/+6
* Eliminate buggy regcomp and re_comp implementations,Andrey A. Chernov1994-12-091-4/+5
* 8bit locale ajustment fixAndrey A. Chernov1994-12-061-2/+6
* Upgrade to version 2.0Andrey A. Chernov1994-12-0643-1024/+7337
* Throw out the abort call, the reasoning seems to be false :-).Andreas Schulz1994-12-032-4/+4
* Use new bkgd() function to produce backgroundAndrey A. Chernov1994-12-021-4/+3
* Add the files y.tab.h and a2p.c that get automatically generated toAndreas Schulz1994-11-281-0/+1
* Add the automatically generated files: y.tab.h c-exp.tab.c ch-exp.tab.c andAndreas Schulz1994-11-282-0/+2
* Add -lcompat to LDADD for insque/remque (they treated as part of library)Andrey A. Chernov1994-11-241-1/+1
* For unknown reason _G_HAVE_SYS_RESOURCE was defined to 0 insteadAndrey A. Chernov1994-11-231-1/+1
* Add missing osfcn.hAndrey A. Chernov1994-11-231-0/+17