Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR11277: Use consistent octal in quoted strings | Josh Stone | 2010-02-16 | 1 | -18/+18 |
| | | | | | | | | | | 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. | ||||
* | 2007-01-22 Frank Ch. Eigler <fche@redhat.com> | fche | 2007-01-22 | 1 | -1/+0 |
| | | | | | | | * config/unix.exp: New file as a master load_lib repository. * */*.exp: Removed load_lib calls. * parseko/cmdline01.stp: Swallow expected stap ERROR: message. * systemtap.syscall/syscall.exp: Added installmode_p checks. | ||||
* | New tests for string functions. | hunt | 2006-08-21 | 1 | -0/+58 |