summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Change all 'regoff_t' occurances to 'int'. GNU typedefed it as 'int',ache1994-12-092-35/+38
| | | | | but BSD 4.4 typedefed it as 'off_t'. Make _RX_C_ hook for sucessful rx.c compilation
* Change #include order to not redifine __Pache1994-12-091-1/+1
|
* Regcomp, re_comp eliminatingache1994-12-091-4/+10
|
* More kosher regexp eliminating, based on BSD date nowache1994-12-091-6/+6
|
* Eliminate buggy regcomp and re_comp implementations,ache1994-12-091-4/+5
| | | | we already have them in another place.
* 8bit locale ajustment fixache1994-12-061-2/+6
|
* Upgrade to version 2.0ache1994-12-0643-1037/+7350
|
* Throw out the abort call, the reasoning seems to be false :-).ats1994-12-032-4/+4
| | | | | | | Change a round to a truncate. Problem reported from Christoph Kukulies: 9.8 2 / p did an IOT trap. There is one remaining problem.: 9.8 2 % p shows on other machines 1.8 but does here in the moment 1.
* Use new bkgd() function to produce backgroundache1994-12-021-4/+3
|
* Add the files y.tab.h and a2p.c that get automatically generated toats1994-11-281-0/+1
| | | | | the CLEANFILES target. Remove the file a2p.c from the source tree, this get generated anew from a2p.y.
* Add the automatically generated files: y.tab.h c-exp.tab.c ch-exp.tab.c andats1994-11-282-0/+2
| | | | m2-exp.tab.c to the CLEANFILES target.
* Add -lcompat to LDADD for insque/remque (they treated as part of library)ache1994-11-241-1/+1
|
* For unknown reason _G_HAVE_SYS_RESOURCE was defined to 0 insteadache1994-11-231-1/+1
| | | | of 1. (we have it). Please check gnu2bmake script
* Add missing osfcn.hache1994-11-231-0/+17
|
* Remove /usr/gnu from mandatory manpath.jkh1994-11-221-2/+0
|
* Add ^X,^B,^F,^E,^Aache1994-11-201-38/+50
| | | | | | Implement KEY_DC/^D Fix some displaying errors Add more beeps on reaching edges
* Automatically turn off insert mode when end of field reachedache1994-11-191-4/+3
| | | | in line_edit().
* Highlight only flen sized part while editing in line_edit()ache1994-11-191-20/+56
|
* Highlight only space available for editingache1994-11-191-5/+14
|
* silently restrict all boxes to LINES, COLSache1994-11-188-0/+32
|
* From: "Jonathan M. Bresler" <jmb@kryten.Atinc.COM>jkh1994-11-181-0/+1
| | | | | | | | | in getting mirror-2.3 to work with FreeBSD, i found that timelocal.pl has a bug. a patch is included below. this needs to be applied to both src/gnu/usr.bin/perl/lib/timelocal.pl and src/usr.sbin/xntpd/scripts/monitoring/timelocal.pl Submitted by: jmb
* Draw passed line with passed attrs on enter of line_edit()ache1994-11-183-3/+11
| | | | and redraw it with default attrs on exit.
* Add new parameter to line_edit: field length (-1 means unlimited)ache1994-11-184-15/+13
|
* Save/restore attrs in line_edit nowache1994-11-182-5/+4
|
* Use newscr instead of curscr in shadows codeache1994-11-171-3/+3
|
* Use wnoutrefresh() in clear_norefreshache1994-11-171-1/+2
|
* Add dialog_clear_norefresh() functionache1994-11-172-1/+7
|
* Remove regex.h, it conflicts with our POSIX regex.h and we alreadyache1994-11-172-2/+2
| | | | | have it under different name: gnuregex.h (from libregex) Change all references of <regex.h> to <gnuregex.h>
* Fix original bug with wrong calculated dims for items list.ache1994-11-175-18/+34
| | | | Add args check for functions when autosizing impossible.
* Put #warning "this file is obsoleted ... etc."ache1994-11-171-1/+3
|
* Update with new autosizing code, use -1 -1 nowache1994-11-166-11/+11
|
* Full autosizing support, now you can pass -1, -1 for anyache1994-11-169-24/+134
| | | | string
* Added NO_IMPLICIT_C as our header files in standard locations are eitherljo1994-11-161-0/+3
| | | | | | | already C++ safe, or C++ header files. This fixes the problem with parse errors in header files when compiling C++ files. Recompiling libg++ also solves the undefined synbols problem.
* Make shadow more 'real': now shadowed letters appearse as dim ones.ache1994-11-151-16/+13
|
* Add comment about SYSV-ismache1994-11-151-0/+2
|
* Fix bug: only one second-level shadow drawedache1994-11-151-0/+16
|
* Integrated GCC-2.6.1 -> GCC-2.6.2 changes.phk1994-11-1528-325/+609
| | | | | | | | | | | | | | Notice that the libgcc DOESN'T change number, because there are no changes. Also now the gnu2bmake stuff is synchronized again. I commit this so that others can test too. You might want to postpone any "make worlds" until tomorrow, to avoid any problems I didn't see in the first pass. Thanks to Bruce for rounding up our changes to gcc.
* Clean up some foreign makefiles a bit, attempting to handle .sh filesbde1994-11-142-16/+30
| | | | | | | more like binaries. This is hard to do using a general rules because the natural `.sh:' rule has a null suffix and null suffixes are broken. (With 1.1.5's make they sometimes work and sometimes cause core dumps. 2.0's make has a botched fixed and they never work.)
* Include <sys/types.h> early. This will be required when <stdio.h> and/orbde1994-11-141-0/+2
| | | | | | <signal.h> are fixed to not include it. Bruce
* Fix merge conflicts.jkh1994-11-132-18/+17
|
*-. This commit was generated by cvs2svn to compensate for changes in r4422,jkh1994-11-1348-418/+3919
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * Michael Reifenberger's libg++ portjkh1994-11-134-0/+3491
| | | | | | | | | | | | Submitted by: mr
| * | Michael Reifenberger's libg++ portjkh1994-11-1346-430/+446
| | | | | | | | | | | | Submitted by: mr
* | | This commit was generated by cvs2svn to compensate for changes in r4420,jkh1994-11-131-0/+7159
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
| * | Michael Reifenberger's libg++ 2.6.1 port.jkh1994-11-131-0/+7159
| / | | | | | | Submitted by: mr
* | Additionly use erase char from termiosache1994-11-101-1/+16
| | | | | | | | Implement kill line by ^U or kill char from termios
* | address @freefall.cdrom.com -> @freebsd.orgphk1994-11-101-1/+1
| |
* | Add includeache1994-11-081-1/+1
| |
* | Add missing values.h (it isn't part of libg++ anymore) but itache1994-11-082-0/+189
| | | | | | | | | | accords ANSI standard, provides backward 1.x compatibility and used in many applications.
* | Enabled build/install of kgdb.dg1994-11-071-2/+2
| |
OpenPOWER on IntegriCloud