summaryrefslogtreecommitdiffstats
path: root/gnu/lib
Commit message (Collapse)AuthorAgeFilesLines
* Use ${INSTALL} -C instead of -c. I did it with -C originally, but duringpeter1996-10-071-2/+2
| | | | | | | testing I changed it to -c to check for missed files by looking at time stamps in /usr/include/g++. Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
* Oops, an editing error at one point meant I had missed the osfcn.h headerpeter1996-10-041-2/+2
| | | | | | | | (it was directly underneath where bool.h used to be in the list, I think I must have not been paying attention and deleted a word from the wrong line. The machine that I was testing on still had an (old?) osfcn.h file) Pointed out by: Andreas Klemm <andreas@klemm.gtn.com>
* "CONTINUE" was just too long. Make it a nice "OK" now.jkh1996-10-042-2/+2
|
* To the Attic we go..peter1996-10-04188-47889/+0
|
* Add libstdc++ to the SUBDIR listpeter1996-10-041-2/+2
|
* Update to use the contrib/libg++ version, now that my (slow) 486 haspeter1996-10-042-34/+58
| | | | finished a 'make world'.
* Initial shot at a bmakefile for libstdc++peter1996-10-032-0/+364
|
* Resync the libgcc functions list with the 2.7.2.1 tree. We were buildingpeter1996-10-011-17/+27
| | | | | | | | a (now) defunct routine that no longer exists (causing an empty .o file), and were missing some others. Some of the ones we were missing are no-ops on the i386, so there are now 4 empty .o files. (It seems that libc/quad has got some defunct functions now)
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-4/+4
| | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones.
* Remove the partial support for a shared -lcc_int, since it's been unusablepeter1996-09-211-1/+3
| | | | for a fair while. cc1, cc1plus etc have been linked static for some time.
* Add libobjc, the Objective-C runtime library.peter1996-09-192-2/+35
|
* Man the lifeboats! Tie down the hatches! Red alert! Activate gcc-2.7.2.1!peter1996-09-191-13/+52
| | | | | | | | | | | | | | | (the old cc has been tagged with "gcc_2_6_3_final" so we have a reference point in case of unforseen disasters...) This has the objc backend active, and I think I've managed to get the f77 f2c support through in one piece, but I don't know fortran to test it. A 'make world' change and libobjc commit will follow. If you normally do 'make -DNOCLEAN world', do not do so this time, I know it can fail with groff. This version of gcc makes a **LOT** more warnings on our kernel.
* Make button highlighting more visible on B/W displays.jkh1996-09-061-3/+1
|
* Fixed DPADD.bde1996-09-051-3/+3
|
* Collapse some common arrow key handling semantics from sysinstall intojkh1996-09-011-0/+7
| | | | PollObj(), simplifying code which uses it.
* consistancy fixuppeter1996-08-301-3/+3
| | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
* Add HAVE_STRING_Hache1996-08-301-2/+2
| | | | Use -DHAVE_XXX=1 form to be visually consistent with config.h defines
* cmp -s || install -c ==> install -Cpeter1996-08-301-8/+7
| | | | Add -DHAVE_UNISTD_H -DHAVE_STDLIB_H to get these files
* oops!! back out last accidental commit! (gcc-2.7.2.1 tweak that I gave uppeter1996-08-301-2/+2
| | | | on..)
* cmp -s || install -c ==> install -Cpeter1996-08-305-18/+12
|
* Keep in sync with latest bashache1996-08-281-5/+5
|
* Reverse my patch which erroneously removed the library dependenciesjkh1996-08-131-0/+3
| | | | for a library. They're needed.
* Convert to newly aded collate compare functionache1996-08-122-7/+6
|
* Use collate for alpha character rangesache1996-08-122-3/+20
|
* Throw some unnecessary dreck out of this Makefile.jkh1996-08-111-4/+1
|
* General -Wall warning cleanup, part I.jkh1996-07-124-3/+6
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* 1. Remove some ancient bogons from when I initially added dialogMenuItemjkh1996-07-115-63/+21
| | | | | support. 2. Have message boxes say "Continue" instead of "Exit"
* Fix a couple of whoopers which somehow went undetected until now.jkh1996-07-113-56/+66
|
* Add missing dialog_clear() calls.jkh1996-07-053-0/+3
|
* Round out the examples a little better in showing custom buttons in operationjkh1996-07-021-2/+4
| | | | more than once.
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-2/+2
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Make rules reentrant.phk1996-05-281-5/+5
|
* This version is no longer needed, and probably better off gone. Itpeter1996-05-271-139/+0
| | | | | tried to parse the format string to estimate how much space it needed. It didn't know all of the formats..
* ``mv'' -> ``mv -f''wosch1996-05-074-8/+12
| | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root
* Fix the OK/Cancel accellerator bogon I introduced a few days back.jkh1996-04-283-3/+3
|
* Fix what I just broke with DITEM_LEAVE_MENUjkh1996-04-271-1/+1
|
* Fix a bogon with ok/cancel callback usage.jkh1996-04-272-26/+24
|
* More custom hackery to deal with issues discovered in sysinstall.jkh1996-04-253-17/+14
|
* Allow some post-fire actions to be combined in ways that weren'tjkh1996-04-253-16/+9
| | | | possible before.
* alloca() was being called with highly bogus arguments due to brainjkh1996-04-252-2/+2
| | | | fade. Fixed.
* Cosmetic tweaks.jkh1996-04-232-4/+13
|
* Another bug fix for the DITEM_REDRAW case.jkh1996-04-202-4/+5
|
* Make the DITEM_RECREATE option work properly.jkh1996-04-203-22/+27
|
* Fix a bug which did not properly bias checklist items by their scrolljkh1996-04-192-8/+10
| | | | factor.
* Remove a long-standing window leak I just noticed.jkh1996-04-183-2/+18
|
* Remove the special-case behavior for fire actions that returnjkh1996-04-187-176/+104
| | | | | | | | | | | DITEM_FAILURE - formerly they would simply act as an implicit "continue", but this is wrong. If you want this behavior, you should now return with the DITEM_CONTINUE flag set. Also make the semantics of DITEM_RESTORE quite a bit different - rather than restore the screen back to pre-menu state, we restore the menu itself. This is more correct for a variety of reasons when dealing with nested menus (whoops!).
* More changes to attempt to make this whole new dialog scheme morejkh1996-04-1613-1249/+1370
| | | | | | | | | robust. The new "fire" actions, while affording signficantly more interactivity to libdialog, come at a cost - if the fire action trashes the screen then you're not going to be in Kansas anymore when you come back to the menu and there had better be considerable extra smarts in place for coping with such a situation. These changes are my attempt to do just that.
* Remove some of the grot I added to try and save/restore screen contents.jkh1996-04-131-27/+3
| | | | This shouldn't be done here, it should be done in the client as needed.
* Save screen before calling any fire() callbacks - you never know whatjkh1996-04-081-363/+379
| | | | they might do to the screen.
* Refresh dialogs if a callback action fails.jkh1996-04-083-11/+33
|
OpenPOWER on IntegriCloud