aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.cvs2svn1994-11-2164-3542/+11414
| | | | Notes: svn path=/releng/BETA_2_0/; revision=4743
* This commit was manufactured by cvs2svn to create branch 'ALPHA_2_0'.cvs2svn1994-11-086-602/+0
| | | | Notes: svn path=/releng/ALPHA_2_0/; revision=4294
* As pointed out by Paul Traina, we need the libs to be 261.0 not 26.1.Poul-Henning Kamp1994-11-071-2/+2
| | | | Notes: svn path=/head/; revision=4226
* ----------------------------------Poul-Henning Kamp1994-11-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GCC-2.6.1 COMES TO FREEBSD-current ---------------------------------- Everybody needs to 'make world'. Oakland, Nov 2nd 1994. In a surprise move this sunny afternoon, the release- engineer for the slightly delayed FreeBSD-2.0, Poul-Henning Kamp (28), decided to pull in the new version 2.6.1 of the GNU C-compiler. The new version of the compiler was release today at noon, and hardly 9 hours later it was committed into the FreeBSD-current source-repository. "It's is simply because we have had too much trouble with the version 2.6.0 of the compiler" Poul-Henning told the FreeBSD-Gazette, "we took a gamble when we decided to use that as our compiler for the 2.0 release, but it seems to pay of in the end now" he concludes. The move has not been discussed on the "core" list at all, and will come as a surprise for most Poul-Hennings peers. "I have only discussed it with Jordan [J. K. Hubbard, the FreeBSD's resident humourist], and we agreed that we needed to do it, so ... I did it!". After a breath he added with a grin: "My email will probably get an all time 'disk-full' now!". This will bring quite a flag-day to the FreeBSD developers, the patch-file is almost 1.4 Megabyte, and they will have to run "make world" to get entirely -current again. "Too bad, but we just had to do this." Was the only comment from Poul-Henning to these problems. When asked how this move would impact the 2.0 release-date, Poul-Hennings face grew dark, he mumbled some very Danish words while he moved his fingers in strange geometrical patterns. Immediately something ecclipsed the Sun, a minor tremor shook the buildings, and the temperature fell significantly. We decided not to pursure the question. ----------- JOB-SECTION ----------- Are you a dedicated GCC-hacker ? We BADLY need somebody to look at the 'freebsd' OS in gcc, sanitize it and carry the patches back to the GNU people. In particular, we need to get out of the "i386-only" spot we are in now. I have the stuff to take a gnu-dist into bmake-form, and will do that part. Please apply to phk@freebsd.org No Novice Need Apply. Notes: svn path=/head/; revision=4113
* Now line_edit() uses passed string as initial promptAndrey A. Chernov1994-11-022-3/+11
| | | | Notes: svn path=/head/; revision=4071
* Translate README to english. :-)Jordan K. Hubbard1994-11-021-4/+5
| | | | Notes: svn path=/head/; revision=4068
* Fix beforeinstall compareAndrey A. Chernov1994-11-011-3/+3
| | | | | | | Submitted by: jc@cleat.irbs.com Notes: svn path=/head/; revision=4052
* Don't reinstall includes when not necessaryPaul Traina1994-11-011-3/+6
| | | | Notes: svn path=/head/; revision=4042
* Add pointer check after each newwin/subwin with error diagnosticAndrey A. Chernov1994-10-318-0/+60
| | | | Notes: svn path=/head/; revision=4024
* Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, theJordan K. Hubbard1994-10-281-2/+2
| | | | | | | whole build doesn't fall over before installation. Notes: svn path=/head/; revision=3957
* Add refresh after each line of program output,Andrey A. Chernov1994-10-281-0/+1
| | | | | | | some pgms may have long waiting time between output lines. Notes: svn path=/head/; revision=3953
* Implement dialog_prgbox() function which allows run programAndrey A. Chernov1994-10-2814-26/+394
| | | | | | | (via pipe) with output to dialog box Notes: svn path=/head/; revision=3950
* Added refresh() to dialog_clear so that it actuallyPaul Richards1994-10-251-0/+1
| | | | | | | | | | clears the screen. Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=3855
* Make dialog attributes visible from outside (for direct usageAndrey A. Chernov1994-10-242-40/+38
| | | | | | | in pgms) Notes: svn path=/head/; revision=3827
* Fix dialog_clear() to clear windows.Andrey A. Chernov1994-10-211-0/+1
| | | | Notes: svn path=/head/; revision=3756
* Implement line_edit() function (full line editor) which may calledAndrey A. Chernov1994-10-215-171/+184
| | | | | | | | externally. Rewrite inputbox/textbox to use this function. Notes: svn path=/head/; revision=3754
* Declare more functions externally.Andrey A. Chernov1994-10-2012-30/+32
| | | | | | | Don't forget to use 'make beforeinstall'... Notes: svn path=/head/; revision=3740
* Don't exit silently, if initscr failed; put error messageAndrey A. Chernov1994-10-191-1/+3
| | | | Notes: svn path=/head/; revision=3716
* Check initscr() for NULLAndrey A. Chernov1994-10-191-1/+2
| | | | Notes: svn path=/head/; revision=3715
* Add LDADD += -lcursesAndrey A. Chernov1994-10-121-1/+2
| | | | Notes: svn path=/head/; revision=3528
* Add LDADD+= -ltermcapAndrey A. Chernov1994-10-121-1/+2
| | | | Notes: svn path=/head/; revision=3527
* SHARED_LDADD --> LDADDAndrey A. Chernov1994-10-121-2/+2
| | | | Notes: svn path=/head/; revision=3524
* libdialog addedAndrey A. Chernov1994-10-111-2/+2
| | | | Notes: svn path=/head/; revision=3519
* Make all dialog box available from C programs via functions callsAndrey A. Chernov1994-10-1116-0/+3985
| | | | Notes: svn path=/cvs2svn/branches/savio_lam/; revision=3515
* previous fix was not completeAdam David1994-09-251-2/+1
| | | | Notes: svn path=/head/; revision=3087
* Dumped core when prompt == NULLAdam David1994-09-251-1/+2
| | | | Notes: svn path=/head/; revision=3084
* Install libregex.h with the correct owner, group and mode.Bruce Evans1994-09-151-2/+3
| | | | Notes: svn path=/head/; revision=2808
* 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
* Reenable libg++Rodney W. Grimes1994-09-091-2/+2
| | | | Notes: svn path=/head/; revision=2615
* 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
* Remove libg++ until we have a working one again.Jordan K. Hubbard1994-08-071-2/+2
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=1912
* Bump shared-library version numbers.Garrett Wollman1994-08-051-3/+3
| | | | Notes: svn path=/head/; revision=1877
* Last commit was slightly half-baked; try again. Use <sys/cdefs.h> to getGarrett Wollman1994-08-051-1/+1
| | | | | | | __P defined, rather than trying to do it ourselves. Notes: svn path=/head/; revision=1876
* Use __GNU_P ratherthan __P.Garrett Wollman1994-08-041-25/+25
| | | | Notes: svn path=/head/; revision=1842
* Here comes the right import of gcc-2.6.0.Poul-Henning Kamp1994-08-021-0/+46
| | | | Notes: svn path=/head/; revision=1823
* Change includes in proper way, i.e.Andrey A. Chernov1994-06-1217-25/+25
| | | | | | | | "readline.h" --> <readline/readline.h> Remove -I./readline from Makefile (again!) Notes: svn path=/head/; revision=1710
* Put back -I${.CURDIR}/readline in Makefile.Paul Richards1994-06-111-2/+2
| | | | | | | | | The sources are just broken and given that an extra -I flag is going to be needed it may as well be as above to guarantee that the library will build. Notes: svn path=/head/; revision=1707
* Remove -I./readline, unneded with make includesAndrey A. Chernov1994-06-101-2/+2
| | | | Notes: svn path=/head/; revision=1698
* Add comments to Makefile.inc's about libg++ and shlib nos.Geoff Rehmet1994-05-281-1/+5
| | | | Notes: svn path=/head/; revision=1616
* Remove explicit specification of SHLIB major and minor nos.Geoff Rehmet1994-05-273-9/+3
| | | | Notes: svn path=/head/; revision=1583
* Bump all minor nos. of libs in /usr/src/gnu/lib.Geoff Rehmet1994-05-261-2/+2
| | | | | | | shlibs are now version 1.1 Notes: svn path=/head/; revision=1563
* A perfectly good libgnuregex.a and you can't use it! No header was beingJordan K. Hubbard1994-05-191-1/+4
| | | | | | | installed. Do so now as gnuregex.h Notes: svn path=/head/; revision=1517
* Make local changes more portable.Andrey A. Chernov1994-05-144-4/+61
| | | | Notes: svn path=/head/; revision=1493
* Upgrade to readline 2.0 from bash1.14.1Andrey A. Chernov1994-05-1333-2056/+3544
| | | | Notes: svn path=/head/; revision=1492
* Add PAREN_MATCHING to CFLAGSAndrey A. Chernov1994-05-111-2/+3
| | | | Notes: svn path=/head/; revision=1484
* Remove #ifdefs which may confuse external packages which includeAndrey A. Chernov1994-05-112-17/+1
| | | | | | | this headers Notes: svn path=/head/; revision=1483
* Add HAVE_VARARGS_H to CFLAGSAndrey A. Chernov1994-05-112-5/+3
| | | | | | | | Add VISIBLE_STATS to CFLAGS, fix complete.c for successful compilation with VISIBLE_STATS Notes: svn path=/head/; revision=1482
* Add some note, how to tune readline to 8-bit clean modeAndrey A. Chernov1994-05-111-2/+4
| | | | Notes: svn path=/head/; revision=1481