diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-02-13 15:33:47 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-02-13 15:34:16 -0500 |
commit | 1751e667fdd363e936d1a6698b12f150caf0c93c (patch) | |
tree | db92a653eb90173e2ae00d96d62688143e0bd2ce /ChangeLog | |
parent | 7b1ba96a2d1c8e5bc19512d53b8f1966a9544685 (diff) | |
download | systemtap-steved-1751e667fdd363e936d1a6698b12f150caf0c93c.tar.gz systemtap-steved-1751e667fdd363e936d1a6698b12f150caf0c93c.tar.xz systemtap-steved-1751e667fdd363e936d1a6698b12f150caf0c93c.zip |
convert remaining translator-output code from <<endl to \n
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-02-13 Frank Ch. Eigler <fche@elastic.org> + + * translate.cxx (dump_unwindsyms): Use \n instead of endl throughout + for writing to the generated .c/.h files. + 2009-02-12 David Smith <dsmith@redhat.com> * tapsets.cxx (procfs_derived_probe_group::emit_module_decls): |