aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
Commit message (Expand)AuthorAgeFilesLines
* Upgrade from new bashAndrey A. Chernov1994-12-302-17/+12
* Upgrade to readline from bash 1.14.3Andrey A. Chernov1994-12-1213-96/+168
* Change all 'regoff_t' occurances to 'int'. GNU typedefed it as 'int',Andrey A. Chernov1994-12-092-35/+38
* Change #include order to not redifine __PAndrey A. Chernov1994-12-091-1/+1
* Regcomp, re_comp eliminatingAndrey A. Chernov1994-12-091-4/+10
* More kosher regexp eliminating, based on BSD date nowAndrey A. Chernov1994-12-091-6/+6
* Eliminate buggy regcomp and re_comp implementations,Andrey A. Chernov1994-12-091-4/+5
* 8bit locale ajustment fixAndrey A. Chernov1994-12-061-2/+6
* Upgrade to version 2.0Andrey A. Chernov1994-12-0643-1024/+7337
* Use new bkgd() function to produce backgroundAndrey A. Chernov1994-12-021-4/+3
* Add -lcompat to LDADD for insque/remque (they treated as part of library)Andrey A. Chernov1994-11-241-1/+1
* For unknown reason _G_HAVE_SYS_RESOURCE was defined to 0 insteadAndrey A. Chernov1994-11-231-1/+1
* Add missing osfcn.hAndrey A. Chernov1994-11-231-0/+17
* Add ^X,^B,^F,^E,^AAndrey A. Chernov1994-11-201-38/+50
* Automatically turn off insert mode when end of field reachedAndrey A. Chernov1994-11-191-4/+3
* Highlight only flen sized part while editing in line_edit()Andrey A. Chernov1994-11-191-20/+56
* Highlight only space available for editingAndrey A. Chernov1994-11-191-5/+14
* silently restrict all boxes to LINES, COLSAndrey A. Chernov1994-11-188-0/+32
* Draw passed line with passed attrs on enter of line_edit()Andrey A. Chernov1994-11-183-3/+11
* Add new parameter to line_edit: field length (-1 means unlimited)Andrey A. Chernov1994-11-184-15/+13
* Save/restore attrs in line_edit nowAndrey A. Chernov1994-11-182-5/+4
* Use newscr instead of curscr in shadows codeAndrey A. Chernov1994-11-171-3/+3
* Use wnoutrefresh() in clear_norefreshAndrey A. Chernov1994-11-171-1/+2
* Add dialog_clear_norefresh() functionAndrey A. Chernov1994-11-172-1/+7
* Remove regex.h, it conflicts with our POSIX regex.h and we alreadyAndrey A. Chernov1994-11-172-2/+2
* Fix original bug with wrong calculated dims for items list.Andrey A. Chernov1994-11-175-18/+34
* Full autosizing support, now you can pass -1, -1 for anyAndrey A. Chernov1994-11-169-24/+134
* Make shadow more 'real': now shadowed letters appearse as dim ones.Andrey A. Chernov1994-11-151-16/+13
* Fix bug: only one second-level shadow drawedAndrey A. Chernov1994-11-151-0/+16
* Integrated GCC-2.6.1 -> GCC-2.6.2 changes.Poul-Henning Kamp1994-11-151-1/+1
* Fix merge conflicts.Jordan K. Hubbard1994-11-132-18/+17
* Michael Reifenberger's libg++ portJordan K. Hubbard1994-11-1348-417/+3918
* Michael Reifenberger's libg++ 2.6.1 port.Jordan K. Hubbard1994-11-131-0/+7159
* Additionly use erase char from termiosAndrey A. Chernov1994-11-101-1/+16
* As pointed out by Paul Traina, we need the libs to be 261.0 not 26.1.Poul-Henning Kamp1994-11-071-2/+2
* ----------------------------------Poul-Henning Kamp1994-11-031-2/+2
* Now line_edit() uses passed string as initial promptAndrey A. Chernov1994-11-022-3/+11
* Translate README to english. :-)Jordan K. Hubbard1994-11-021-4/+5
* Fix beforeinstall compareAndrey A. Chernov1994-11-011-3/+3
* Don't reinstall includes when not necessaryPaul Traina1994-11-011-3/+6
* Add pointer check after each newwin/subwin with error diagnosticAndrey A. Chernov1994-10-318-0/+60
* Add a -I${.CURDIR} so that the next time Andrew changes dialog.h, theJordan K. Hubbard1994-10-281-2/+2
* Add refresh after each line of program output,Andrey A. Chernov1994-10-281-0/+1
* Implement dialog_prgbox() function which allows run programAndrey A. Chernov1994-10-2814-26/+394
* Added refresh() to dialog_clear so that it actuallyPaul Richards1994-10-251-0/+1
* Make dialog attributes visible from outside (for direct usageAndrey A. Chernov1994-10-242-40/+38
* Fix dialog_clear() to clear windows.Andrey A. Chernov1994-10-211-0/+1
* Implement line_edit() function (full line editor) which may calledAndrey A. Chernov1994-10-215-171/+184
* Declare more functions externally.Andrey A. Chernov1994-10-2012-30/+32
* Don't exit silently, if initscr failed; put error messageAndrey A. Chernov1994-10-191-1/+3