summaryrefslogtreecommitdiffstats
path: root/gnu/lib
Commit message (Expand)AuthorAgeFilesLines
* Use ${INSTALL} -C instead of -c. I did it with -C originally, but duringpeter1996-10-071-2/+2
* Oops, an editing error at one point meant I had missed the osfcn.h headerpeter1996-10-041-2/+2
* "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
* 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
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-4/+4
* Remove the partial support for a shared -lcc_int, since it's been unusablepeter1996-09-211-1/+3
* 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
* 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
* consistancy fixuppeter1996-08-301-3/+3
* Add HAVE_STRING_Hache1996-08-301-2/+2
* cmp -s || install -c ==> install -Cpeter1996-08-301-8/+7
* oops!! back out last accidental commit! (gcc-2.7.2.1 tweak that I gave uppeter1996-08-301-2/+2
* 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
* 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
* 1. Remove some ancient bogons from when I initially added dialogMenuItemjkh1996-07-115-63/+21
* 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
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-2/+2
* Make rules reentrant.phk1996-05-281-5/+5
* This version is no longer needed, and probably better off gone. Itpeter1996-05-271-139/+0
* ``mv'' -> ``mv -f''wosch1996-05-074-8/+12
* 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
* alloca() was being called with highly bogus arguments due to brainjkh1996-04-252-2/+2
* 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
* 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
* More changes to attempt to make this whole new dialog scheme morejkh1996-04-1613-1249/+1370
* Remove some of the grot I added to try and save/restore screen contents.jkh1996-04-131-27/+3
* Save screen before calling any fire() callbacks - you never know whatjkh1996-04-081-363/+379
* Refresh dialogs if a callback action fails.jkh1996-04-083-11/+33
OpenPOWER on IntegriCloud