Displaying 2 results from an estimated 2 matches for "ext_names".
2019 Feb 14
1
Proposed function file.backup
Dear R Core:
In the kutils package, I wrote a function that is so handy that I would
like to ask you put it in R itself.
file.backup() will look at a file, find its last modification time, and
create a new backup with a name that appends YYYYMMDD-HHMM to the file
name. So now, whenever I worry that running write.csv or saving a graph
might destroy something valuable, I use an idiom like
fn
2011 Mar 02
3
Segfault in managesieve with "sieve_extensions = -redirect"
...#0 sieve_extensions_set_string (svinst=<value optimized out>, ext_string=<value optimized out>)
at sieve-extensions.c:567
ext = 0x0
op = 0 '\000'
name = 0x2375331 "redirect"
_data_stack_cur_id = 2
ext_reg = 0x23856c8
ext_names = 0x2375368
i = <value optimized out>
ext_count = <value optimized out>
relative = true
#1 0x00007fb2db4207c2 in sieve_extensions_init (svinst=0x2385680) at sieve-extensions.c:256
extensions = <value optimized out>
ext = <value optimized...