[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Fix slashify function to properly escape backs
From: |
Peter Bex |
Subject: |
[Chicken-hackers] [PATCH] Fix slashify function to properly escape backslashes |
Date: |
Sat, 5 Dec 2015 14:54:42 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi all,
As the TODO in CHICKEN 5 noted, "slashify" in c-backend.scm converted
backslashes to slashes. This is slighyly incorrect: it results in
incorrect procedure names popping up in backtrace call chains. The
attached patches fix this for master and chicken-5.
Cheers,
Peter
0001-Fix-slashify-C-string-escaping-mechanism.chicken-5.patch
Description: Text Data
0001-Fix-slashify-C-string-escaping-mechanism.master.patch
Description: Text Data
signature.asc
Description: Digital signature
- [Chicken-hackers] [PATCH] Fix slashify function to properly escape backslashes,
Peter Bex <=