summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | As pointed out by Paul Traina, we need the libs to be 261.0 not 26.1.phk1994-11-074-8/+8
| |
* | Restore my fixes to 2.6.0. The changes should not affect anything exceptbde1994-11-063-24/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | profiling and wchar_t. Profiled libraries will shrink. tm.h: Our wchar_t is int, not unsigned short. Always link statically if profiling. Define all the SPECs together. final.c, tm.h: Don't emit unused profiling code and data. aux-output.c: Always preserve the PIC register if profiling. aux-output.c, tm.h: Implement FUNCTION_PROFILER_EPILOGUE (currently not used). New: tm.h: Set the target defaults in the correct way.
* | From Johannes Stille:dg1994-11-062-24/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we get an EN8 response while we're already sending the file using the i protocol, this can happen: In send.c, flocal_send_await_reply() is called. This function calls flocal_send_fail() to process the aborted transfer. After this, we run into the branch that calls ffileseekend() to force the end of the actual transfer. Now flocal_send_fail() frees qtrans, but qtrans is still used later! I propose to fix this by moving the usfree_send(qtrans) out of flocal_send_fail(), as in the patch I append to this mail. ... I have found a race condition in the uucp 1.05 code. The typical result is that the connections mysteriously fails with "conversation failed", even while all files were transmitted. This is the problem: At least for the i protocol, the code to send a packet can receive and process packets after sending. In several places in the code, we send a command and then prepare to receive an answer. Now the answer might already arrive during the call that sends the command while we aren't ready to process it. The general solution is IMHO first to do all preparations and only as a last step to send out the command. Reviewed by: John Dyson Submitted by: Johannes Stille
* | Explicitly tell cpp where to look for include files.phk1994-11-041-2/+0
| |
* | __386BSD__ -> __FreeBSD__jkh1994-11-047-26/+26
| | | | | | | | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we?
* | Correct my hosing...:(gclarkii1994-11-033-3/+3
| |
* | Bump the version-number of the "shared-gcc-internals" library. Will onlyphk1994-11-031-2/+2
| | | | | | | | affect you if you decided to use that feature.
* | Change libs to install in /usr/lib/perlgclarkii1994-11-031-1/+1
| |
* | Change libs to /usr/lib/perlgclarkii1994-11-031-1/+1
| | | | | | | | | | | | Reviewed by: Submitted by: Obtained from:
* | Install libs into /usr/lib/perl. The discussion we had did not come togclarkii1994-11-031-1/+1
| | | | | | | | a point so... If any thing besides here I would vote for /usr/include.
* | Remove obsolete __386BSD__ predefine.jkh1994-11-031-1/+1
| |
* | ----------------------------------phk1994-11-0395-9947/+16265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GCC-2.6.1 COMES TO FREEBSD-current ---------------------------------- Everybody needs to 'make world'. Oakland, Nov 2nd 1994. In a surprise move this sunny afternoon, the release- engineer for the slightly delayed FreeBSD-2.0, Poul-Henning Kamp (28), decided to pull in the new version 2.6.1 of the GNU C-compiler. The new version of the compiler was release today at noon, and hardly 9 hours later it was committed into the FreeBSD-current source-repository. "It's is simply because we have had too much trouble with the version 2.6.0 of the compiler" Poul-Henning told the FreeBSD-Gazette, "we took a gamble when we decided to use that as our compiler for the 2.0 release, but it seems to pay of in the end now" he concludes. The move has not been discussed on the "core" list at all, and will come as a surprise for most Poul-Hennings peers. "I have only discussed it with Jordan [J. K. Hubbard, the FreeBSD's resident humourist], and we agreed that we needed to do it, so ... I did it!". After a breath he added with a grin: "My email will probably get an all time 'disk-full' now!". This will bring quite a flag-day to the FreeBSD developers, the patch-file is almost 1.4 Megabyte, and they will have to run "make world" to get entirely -current again. "Too bad, but we just had to do this." Was the only comment from Poul-Henning to these problems. When asked how this move would impact the 2.0 release-date, Poul-Hennings face grew dark, he mumbled some very Danish words while he moved his fingers in strange geometrical patterns. Immediately something ecclipsed the Sun, a minor tremor shook the buildings, and the temperature fell significantly. We decided not to pursure the question. ----------- JOB-SECTION ----------- Are you a dedicated GCC-hacker ? We BADLY need somebody to look at the 'freebsd' OS in gcc, sanitize it and carry the patches back to the GNU people. In particular, we need to get out of the "i386-only" spot we are in now. I have the stuff to take a gnu-dist into bmake-form, and will do that part. Please apply to phk@freebsd.org No Novice Need Apply.
* | Put a real man page in for cpp(1)... it needs to be converted to the mandocpst1994-11-021-1/+674
| | | | | | | | | | macros, but it's good enough for now. Obtained from: gcc 2.6.0 gnu distribution
* | Enhance inputbox to pass initial prompt (optional)ache1994-11-022-3/+7
| |
* | Now line_edit() uses passed string as initial promptache1994-11-022-3/+11
| |
OpenPOWER on IntegriCloud