search for: addhook

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

Did you mean: add_hook
2002 Oct 21
5
RFC: Loading packages at startup
I've been kicking the following idea around for a while, and am now proposing to put some version into 1.7.0. I'd be interested in comments on the desirability and the design, before I start writing any code. S4 introduced a file .S.chapters which can contain a list of S chapters (equivalent to R packages) to be loaded on start-up. This was the germ of this proposal. Proposal: Extend
2016 Jun 17
2
Attempt to modify memory sanitizer for support of X86
Hello, I'm quite new to LLVM, but I'm interested in memory sanitizer. The petty thing is, that 32bit addressing on Linux is not supported. Thus I tried to take the latest version of the software and to modify it, using Ubuntu 16.04 as operating system. Given the example example.c: #include <stdio.h> #include <stdlib.h> int main(int argc, char **argv) { int *a = (int