Commits

Ryan Schmidt authored a1bd40a9059
liboop: Update to 1.0.1
No tags

devel/liboop/files/patch-readline-6.3.diff

Deleted
1 ---- test-oop.c.orig
2 -+++ test-oop.c
3 -@@ -179,8 +179,7 @@ static void *stop_readline(oop_source *src,int sig,void *data) {
4 -
5 - static void add_readline(oop_source *src) {
6 - rl_callback_handler_install(
7 -- (char *) "> ", /* readline isn't const-correct */
8 -- (VFunction *) on_readline);
9 -+ "> ", (rl_vcpfunc_t *) on_readline);
10 - oop_readline_register(src);
11 - src->on_signal(src,SIGQUIT,stop_readline,NULL);
12 - }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut