Displaying 4 results from an estimated 4 matches for "history_size".
1999 Jun 14
1
readline/history size (PR#211)
...is limited to 50 entries. This
is apparently occurring because R is not bothering to override the readline
default value (from readline-4.0):
./history.c:59:#define DEFAULT_HISTORY_GROW_SIZE 50
It appears that it ought to be possible to override this from R by setting the
readline variable `history_size' to another value. I request that a
command-line
option be added for doing this. The following is an *untested* patch:
--- src/unix/system.c~ Wed Mar 31 12:53:18 1999
+++ src/unix/system.c Mon Jun 14 15:05:50 1999
@@ -580,6 +580,35 @@
else
R_NSize = val...
2006 Jun 17
0
Dynamic forms containing collections
...l them FCC), and I want to construct them
dynamically, as I need to deal with quite large forms (more than 600
input fields).
The variables @model_name and @field_name contain the proper model and
field names as strings, which is enough for "normal" form input
fields. (i.e. the "if @history_size == 1" path of the code below works
fine!) However, when using FCCs there needs to be a loop over the
instance variable which "contains all the fields" to display input
fields for, as seen in the "else" path of my code.
The problem here is, that @entry and @collection_insta...
2013 Jun 30
1
locks under printf(9) and WITNESS = panic?
when booting stable/9 under a debug kernel with WITNESS
enabled and verbose I get the following panic..
It seems very much like the discussion from a year back on
current: http://lists.freebsd.org/pipermail/freebsd-current/2012-January/031375.html
Any ideas?
uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
uhub0: 2 ports with 2 removable, self powered
uhub1: 2
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
...hooks.
input: Purge AddOtherInputDevices DDX hook.
xfree86: Purge old_x/old_y from InputInfoRec.
xfree86: remove private_flags from InputInfoRec.
xfree86: remove first/last from InputInfoRec.
xfree86: remove always_core_feedback from InputInfoRec.
xfree86: remove history_size
dix: fix crash when removing devices on a buttonless MD pointer (#29669)
dix: don't set time to CurrentTime in DeviceChangedEvents.
input: constify valuators passed in by input drivers.
Remove atom field from InputInfoRec.
xfree86: Check for existence of button cla...