Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR11277: Use consistent octal in quoted strings | Josh Stone | 2010-02-16 | 1 | -5/+5 |
| | | | | | | | | | | Previously, our octal escapes used variable lengths, which can lead to ambiguities. Also, 8-bit characters would only output the least digit. * runtime/string.c (_stp_text_str): Always output 3-digit octal escapes, and handle 8-bit chars more gracefully. * testsuite/systemtap.string/text_str.stp: Include an 8-bit character. * testsuite/systemtap.string/text_str.exp: Above + expect 3-digit octal. | ||||
* | New tests for string functions. | hunt | 2006-08-21 | 1 | -0/+79 |