guile-clutter, clutter-devel:

2014-10-10 Thread David Pirotte
Hello, guile-clutter clutter-devel: fix html doc generated files not beeing tracked by git Happy hacking. David From 0d1e225733f6af1ce051a54ae4a25769f107a511 Mon Sep 17 00:00:00 2001 From: David PIROTTE Date: Fri, 10 Oct 2014 17:56:23 -0300 Subject: [PATCH 13/13] fix html doc g

[PATCH] Check if argv[0] is NULL in scm_boot_guile to avoid segfault

2014-10-10 Thread Nala Ginrut
This patch is for master branch, but the bug also appears in the current stable-2.0 I think. With the recent patch from Eli Zaretskii, there'd be one more step for argv[0]: scm_i_mirror_backslashes (argv[0]); But this cause my program segfault, since I have such line: scm_boot_guile(0, {NULL}, &g