Age | Commit message (Collapse) | Author | Files | Lines |
|
from pkg/10674 by Hiroyuki Yanai <fk200329@fsinet.or.jp>.
|
|
Hiroyuki Yanai <fk200329@fsinet.or.jp>.
|
|
full support.
-add partial mips support, but still get:
process.s:177: Warning: MIPS PIC call to register other than $25
process.s:177: Warning: No .cprestore pseudo-op used in PIC code
|
|
additional platforms.
|
|
|
|
|
|
appropriate variables instead.
|
|
|
|
|
|
Relevant changes from 4.0:
e. The history library tries to truncate the history file only if it is a
regular file.
f. A bug that caused _rl_dispatch to address negative array indices on
systems with signed chars was fixed.
g. rl-yank-nth-arg now leaves the history position the same as when it was
called.
m. The quoted-insert code will now insert tty special chars like ^C.
n. A bug was fixed that caused the display code to reference memory before
the start of the prompt string.
p. A bug was fixed in readline's signal handling that could cause infinite
recursion in signal handlers.
q. A bug was fixed that caused the point to be less than zero when rl_forward
was given a very large numeric argument.
r. The vi-mode code now gets characters via the application-settable value
of rl_getc_function rather than calling rl_getc directly.
t. Fixed a bug in the redisplay code for lines with more than 256 line
breaks.
u. A bug was fixed which caused invisible character markers to not be
stripped from the prompt string if the terminal was in no-echo mode.
v. Readline no longer tries to get the variables it needs for redisplay
from the termcap entry if the calling application has specified its
own redisplay function. Readline treats the terminal as `dumb' in
this case.
w. Fixes to the SIGWINCH code so that a multiple-line prompt with escape
sequences is redrawn correctly.
b. Parentheses matching is now always compiled into readline, and enabled
or disabled when the value of the `blink-matching-paren' variable is
changed.
e. history-search-{forward,backward} now leave the point at the end of the
line when the string to search for is empty, like
{reverse,forward}-search-history.
f. history-search-{forward,backward} now leave the last history line found
in the readline buffer if the second or subsequent search fails.
g. New function for use by applications: rl_on_new_line_with_prompt, used
when an application displays the prompt itself before calling readline().
h. New variable for use by applications: rl_already_prompted. An application
that displays the prompt itself before calling readline() must set this to
a non-zero value.
i. A new variable, rl_gnu_readline_p, always 1. The intent is that an
application can verify whether or not it is linked with the `real'
readline library or some substitute.
|
|
use it accordingly.
|
|
|
|
Changes between 2.1.3 and 2.1.4:
* fixed: a bug causes stack overflow if the process is interrupted by
a UNIX signal frequently.
* fixed: sigwait() causes SIGSEGV.
* deferred cancellation is processed within BSD socket APIs.
|
|
|
|
by several new GNOME programs.
|
|
|
|
|
|
|
|
|
|
|
|
No changelogs are available unfortunately.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.
Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.
ALso simplify the logic to calculate the prefix as well.
|
|
|
|
|
|
|
|
Closes PR#10215 by Bernd Sieker <bsieker@freenet.de>.
|
|
|
|
|
|
|
|
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).
Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).
|
|
sufficient.
|
|
|
|
documentation.
|
|
|
|
|
|
the new libtool takes care of everything for us.
|
|
* New feature: concept checks. The library now does better compile-time
error checking to make sure that the types used to instantiate
library templates conform to the templates' requirements.
* Removed two non-standard-conforming extensions: the second, defaulted
template parameter in bitset, and the third, default template
parameter in deque.
* Many bug fixes, performance enhancements, and compatibility improvements.
|
|
a bit more user-friendly.
Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
|
|
|
|
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
|
|
|
|
|
|
tree.
|
|
Initial import of jakarta-ant-3.1, a java-based make(1) replacement which
is starting to be used by a lot of java-based projects.
|