summaryrefslogtreecommitdiffstats
path: root/gnu/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix small bug with negative item_no.jkh1996-01-101-1/+1
|
* Refresh before calling selection hook.jkh1996-01-052-2/+6
|
* Create individual tests for each dialog feature.jkh1996-01-0119-336/+1266
|
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsjkh1996-01-0111-84/+127
| | | | | | and add selection traversal callbacks so context-sensitive behavior can even be implemented for individual menu items. These work around the two largest issues holding me back with some of my sysinstall changes.
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-272/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-3026-15730/+0
|
* Add another test to round out the radiolist dialog suite.jkh1995-12-231-31/+107
| | | | | Add more comments and attempt to make everything just that much more understandable.
* o Add some test code.jkh1995-12-232-0/+265
|
* Add changes to:jkh1995-12-238-358/+1028
| | | | | | | o Support a new, fully backwards-compatible API for controling individual items in dialog menus. o Write a man page. o Add some test code.
* Add fixes from bash betaache1995-12-0312-30/+41
| | | | Back out trailing spaces changes
* gets() -> fgets()jkh1995-12-012-2/+2
|
* Fixed beforeinstall rule. .CURDIR was spelled .SRCDIR.bde1995-11-261-4/+3
| | | | | | Changed beforeinstall rule to use `install -C' instead of `cmp -s' and `install -c'. `install -C' has exactly the right semantics for installing headers and should be used elsewhere.
* Part two of a repository operation to sort out the libmp/libgmp builds.peter1995-11-252-59/+28
| | | | | After this commit, you should be able to build libmp and libgmp independently and without being forced to do a make depend first..
* BBild libgmp from the sources already in ../libmp.markm1995-11-131-0/+60
|
* Add libgmp.markm1995-11-131-2/+2
|
* Make the tests work. libmp and libgmp must be installed for thismarkm1995-11-132-2/+68
| | | | to work.
* Build the TeXinfo manualmarkm1995-11-131-0/+7
|
* 1) Add the doc/subdirectory - this will get gmp.texi installedmarkm1995-11-131-21/+2
| | | | 2) Clean up the Makefile - libgmp is coming!
* Add libmpmarkm1995-11-121-2/+2
|
* BMake the multiprecision library, and fix as many of the -Wall warningsmarkm1995-11-124-278/+376
| | | | as is now feasable.
* This commit was generated by cvs2svn to compensate for changes in r12234,markm1995-11-12131-0/+16601
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * GNU MP (Multiprecision) library. This is needed by secure RPC (beingmarkm1995-11-12131-0/+16601
| | | | | done by Bill Paul) and various other BSD programs. Obtained from:FSF
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-064-8/+8
| | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
* Update version infoache1995-07-191-1/+1
| | | | | | Reviewed by: Submitted by: Obtained from:
* Sync with bash 1.4.5 versionache1995-07-195-20/+18
| | | | | | Check some null pointers before action, cosmetique fixes Submitted by: Obtained from:
* Fix dependencies for regex.texi. It is constructed by merging a C headerbde1995-07-121-1/+1
| | | | file with an info source file.
* Define CPLUSPLUSLIB so that bsd.lib.mk will add c++rt0.o to calldfr1995-07-051-2/+3
| | | | | | | constructors and destructors. Add -lgcc_pic to LDADD for the shared library since C++ code uses stuff from libgcc and we no longer have a shared libgcc. Should this be done by CPLUSPLUSLIB?
* Remove trailing whitespace.rgrimes1995-05-30139-2303/+2303
|
* Don't make TAB and BACK-TAB destroy field contents incorrectly.jkh1995-05-281-2/+1
| | | | Submitted by: gibbs
* eliminate coredump for readline(NULL) caseadam1995-05-221-1/+1
|
* Remove extra argument from mesgboxache1995-05-161-1/+1
|
* Call mesgbox instead of msgbox for long descriptionsache1995-05-161-1/+1
|
* Changes to support the new dialog_dselect() features required to fixjkh1995-05-162-13/+62
| | | | | pkg_install. dialog_dselect() wasn't very useful before. Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
* Fix draw shadow bug, when shadow reaches end of the screen,ache1995-05-151-20/+34
| | | | bringed by devmenu or tzsetup f.e.
* Add missing includeache1995-05-121-0/+6
|
* Bump major number, function deletedache1995-05-081-1/+3
|
* Bump major numberache1995-05-081-1/+3
|
* Fix nasty shadow bug sneaked in Marc's commit.ache1995-05-083-90/+42
| | | | | | Implement ^K and KEY_EOL as clear end of line Move common code from line_edit to static function Cosmetique changes in textbox
* Bump major number instead of minor: old functions arguments was changed tooache1995-05-041-3/+3
|
* Bump minor numberache1995-05-031-1/+3
|
* Handle too long strings correctly in print_autowrap()ache1995-04-301-1/+2
| | | | Submitted by: Marc van Kempen <wmbdmr@urc.tue.nl>
* Hastily back out my previous change to install ui_objects.h; upon furtherjkh1995-04-211-5/+1
| | | | | | examination, I'm not entirely sure this was meant to be public. It's not idempotent or anything. I'll make pkg_manage deal with it another way until it's been confirmed one way or the other by Marc.
* Also install new ui_objects.h header file. I'm not sure how I feel aboutjkh1995-04-211-3/+7
| | | | these Makefile constructs - surely there's a better way?
* Upgrade.ache1995-04-2011-52/+355
| | | | Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
* Fix update_line() updates on screen edgesache1995-04-181-1/+1
| | | | Obtained from: bash sources
* Get rid of strtok(), it is depricated inside libsache1995-03-242-9/+11
|
* This just exited on most errors, some of which were legitimate andjkh1995-03-221-10/+5
| | | | | I don't *want* to cause my application to be exited! Some of the fprintfs() should probably be calls to some dialog error menu popup anyway.
* Saved scroll fixed.ache1995-03-211-1/+1
|
* Pretty much a complete rewrite of this Makefile.rgrimes1995-03-201-9/+31
| | | | | | | | | | | | | | | | Remove private mkdir command for /usr/include/g++, this is now handled by mtree. Make the whole file fit in 80 column output, sort the SRCS list and split into .c and .cc sources. Use $Id$ instead of $FreeBSD$ since we pulled support for this. Add DPADD to match LDADD and now include <bsd.prog.mk> to define the DPADD values (This is a hack until the .mk stuff can be corrected so that ${LIB*} is visiable in bsd.lib.mk.) Optimize beforeinstall target by eliminating a subshell.
* Fix savestring & gdb conflictache1995-03-172-5/+3
| | | | Moreover, this fix not breaks any pgm which uses readline's savestring
OpenPOWER on IntegriCloud