summaryrefslogtreecommitdiffstats
path: root/gnu/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* All platforms should be on equal footing now -- no special handling forobrien2002-05-101-10/+6
| | | | Sparc64 and IA-64.
* libstdc++ version 3 (Gcc 3.1 is a consumer) uses the typical `config.h'.obrien2002-05-071-0/+1
|
* GCC's libstdc++ version 3 has the "libgcc" like bits (start up / terminateobrien2002-05-061-0/+1
| | | | code, `new' handler, exception handling, etc.) split out into libsupc++.
* It is easier for me to debug with -I's at the rear.obrien2002-04-201-1/+1
|
* -ltermcap is spelled -lncurses nowadays.ru2002-04-091-2/+2
|
* Unbreak world (missing .else)peter2002-04-081-0/+1
| | | | | Submitted by: fenner Pointy hat to: obrien
* Some things don't compile on ia64 and sparc64 yet.obrien2002-04-081-1/+8
|
* Style reorg. Also spell -fpic as determined by bsd.lib.mk.obrien2002-04-051-6/+5
|
* Style reorg.obrien2002-04-051-5/+2
|
* Back out the previous revision for now. Instead, the current sparc64jhb2002-01-071-4/+0
| | | | Makefile changes are in the sparc64 p4 tree.
* Don't build csu or libgcc on sparc64 for the time being.jhb2002-01-031-0/+4
|
* Fixed memory leak in dialog_gauge(3).ru2001-11-291-0/+4
| | | | | | PR: gnu/32260 Submitted by: Igor Pokrovsky <tiamat@telegraph.spb.ru> MFC after: 3 days
* -v must have a space between it and the variable.obrien2001-11-011-1/+3
| | | | | Submitted by: David Wolfskill <david@catwhisker.org> (did I mention he should be a committer? :-) )
* Removed mentions of TARGET_ARCH from non-cross places.ru2001-10-041-4/+2
|
* Fixed missing return type in synopsis.bde2001-10-031-0/+1
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Properly move cursor when home and end keys are used.eric2001-08-312-4/+20
|
* Remove libgmp build infrastructure.dd2001-08-104-287/+0
|
* Handle keys consistently.eric2001-08-092-2/+10
|
* dialog(3) -> dialog_noyes(3).ru2001-08-071-1/+2
|
* Update man page to actually match the source.eric2001-08-011-55/+73
| | | | PR: 7456
* Enable the new libmp in the build, and disable libgmp and itsdd2001-07-291-1/+1
| | | | henchmen.
* Properly update cursor position when the list is scrolled.eric2001-07-262-8/+12
|
* Handle keys consistently.eric2001-07-262-1/+4
|
* Improve the interface provided by libdialog. Move a cursor around overeric2001-07-186-105/+280
| | | | | | | the components and trigger actions based on its position. This reduces the need to remember the functions of various keys, and makes the interface more consistant across library. ~
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+3
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* Pick manpages from their original locationsache2001-04-212-2/+4
|
* mdoc(7) police: normalize .Nd.ru2001-04-181-1/+1
|
* Install history.3 as rlhistory.3 to not conflict with existing libedit functionache2001-04-121-1/+4
|
* Upgrade to 4.2ache2001-04-113-5/+5
|
* Add libiberty. This is needed on the Alpha by the iprobe port.obrien2001-03-312-0/+282
| | | | | | | I have held this back for over a year, as we will always have to wrestle with the question of "*which* libiberty sources to use". Sigh, if only the GNU people would treat it as a totally separate library from GCC, et al. and release it as such...
* MAN[1-9] -> MAN.ru2001-03-272-2/+2
|
* Sigh. I should know better than to commit a one line change from a PRobrien2001-03-241-1/+1
| | | | | | | w/o a full compile test, even when the PR seemed so authoritative on the subject... Install sstream, not the non-existent sstring.
* Install sstring.obrien2001-03-241-2/+2
| | | | | PR: 25927 Submitted by: Jeremy Norris <ishmael27@home.com>
* Garbage collect these ancient bits.obrien2001-03-242-72/+0
|
* Properly orient the buttons for yes/no and no/yes so that POLA isjkh2001-02-241-19/+11
| | | | | | | observed. This fixes the "no/yes box jumps buttons around" problem. PR: gnu/24487 Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+13
|
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.ru2001-01-121-4/+4
|
* Use a unified libgcc rather than a seperate one for threaded andobrien2001-01-062-0/+9
| | | | | | | | non-threaded programs. This provides threaded programs with the needed exception frame symbols. parts submitted by: Max Khon <fjoe@iclub.nsu.ru> PR: 23252
* Prepare for mdoc(7)NG.ru2000-12-271-34/+33
|
* Add a new function, dialog_noyes(), for sysinstall to be able tojkh2000-12-143-13/+45
| | | | | | | present questinos with a different default answer. Somebody submitted a patch to me once which did something this but I lost it (my bad) so I'm just going to re-implement it with thanks to whomever it was who gave me the idea.
* Don't compile libgcc_r twice.obrien2000-11-251-1/+1
|
* Don't build libgcc_r if "NOLIBC_R" defined. If you don't have a threadsobrien2000-11-251-0/+4
| | | | safe libc, having a threads safe libgcc isn't of much use.
* mdoc(7) police: Add a missing `.Sm on' request.ru2000-11-211-1/+2
|
* Tell libgcc_r how to initialize a mutex before it uses it. Thisjdp2000-11-011-0/+1
| | | | | fixes the immediate segmentation violations from some multithreaded programs built on very up-to-date systems.
* Quiet -Wall.obrien2000-10-311-1/+4
|
* GCC uses .asm files on the Alpha for crt{begin,end}.o rather thanobrien2000-10-311-9/+30
| | | | | | crtstuff.c as they do for other platforms. Moral support from: jdp
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workobrien2000-10-282-1/+57
| | | | | | | | | | | | | | | | | | | when using the egcs and gcc-devel ports, along with GCC built from stock public FSF sources. With out this change, FreeBSD will be removed from the list of systems GCC 3.0 must be evaluated on before release. With the effort some of us put into getting FreeBSD on this list, we should not turn this effort into a waste, else we might not be worth fighting for in the future. (note that Alpha and IA-64 versions of crt{i,n}.S are needed) * Switch from our own crt{begin,in} to those created from GCC's crtstuff.c. This will allow us to switch to DWARF2 exceptions in the future, along with staying in sync with any future GCC requirements. * Break out our ELF branding bits into a seperate file. Currently this is now included by our crt1.c files (since this functionality was part of our native crtbegin.c). Later crtbrand.o will be merged in the creation of crti.o.
* Add "NO_CXX" knob to match src/gnu/usr.bin/cc/Makefile.obrien2000-10-241-1/+5
|
OpenPOWER on IntegriCloud