Rev 10377 |
Rev 10381 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| Download
| RSS feed
Last modification
- Rev 10378 2000-08-22 13:15:14
- Author: duncan
- Log message:
- Separate main() for Unix into initialization and mainloop() so that we can call the initialization from another application that links/loads R as a shared library. The change to errors.c allows such applications to override the default error handling in R to avoid the longjmp back to the top of the event loop. See the notes in embedded.html on the developer's site. Work is needed on the makefile to recompile all the .o's with the correct flags (i.e an R_EMBEDDED and specifically the PIC option). The routines needed by applications are not in header files as we have to decide where to put these.