search for: do_devcontrol

Displaying 2 results from an estimated 2 matches for "do_devcontrol".

2003 Jul 07
0
feature enhancement request & patch: dev.control(displaylist='en (PR#3424)
...ff -ur R-patched/src/main/names.c R-patched-grw/src/main/names.c=0A= --- R-patched/src/main/names.c 2003-03-22 21:13:18.000000000 -0500=0A= +++ R-patched-grw/src/main/names.c 2003-07-07 11:48:45.000000000 = -0400=0A= @@ -716,7 +716,7 @@=0A= =0A= /* Graphics */=0A= =0A= -{"dev.control", do_devcontrol, 0, 111, 0, {PP_FUNCALL, PREC_FN, = 0}},=0A= +{"dev.control", do_devcontrol, 0, 111, 1, {PP_FUNCALL, PREC_FN, = 0}},=0A= {"dev.copy", do_devcopy, 0, 111, 1, {PP_FUNCALL, PREC_FN, 0}},=0A= {"dev.cur", do_devcur, 0, 111, 0, {PP_FUNCALL, PREC_FN, 0}},=0A= /*=0A= diff -...
2002 May 28
0
(PR#1605)When dev.list() is NULL, dev.control() causes core dump
...0 00000001 00476385 008ff1cc 0047da55 > > The following patch (diff -c) corrects the problem, > when applied to src/main/plot.c: > > PATCH BEGIN > *** plot.c.orig Tue Dec 4 23:43:43 2001 > --- plot.c Sun May 26 11:06:25 2002 > *************** > *** 52,58 **** > SEXP do_devcontrol(SEXP call, SEXP op, SEXP args, SEXP env) > { > checkArity(op, args); > ! inhibitDisplayList(CurrentDevice()); > return R_NilValue; > } > > --- 52,60 ---- > SEXP do_devcontrol(SEXP call, SEXP op, SEXP args, SEXP env) > { > checkArity(op, ar...