diff options
| author | fche <fche> | 2006-01-10 18:52:33 +0000 |
|---|---|---|
| committer | fche <fche> | 2006-01-10 18:52:33 +0000 |
| commit | db22e55f4280ceaf3181e5b17aacd0ba4075e85f (patch) | |
| tree | b2d2af0803c6e966e6fd7ce3b6c8ecf0ef8e33a1 /ChangeLog | |
| parent | a9a29deb6ee0f9e38dea288e12477acb5f672f32 (diff) | |
| download | systemtap-steved-db22e55f4280ceaf3181e5b17aacd0ba4075e85f.tar.gz systemtap-steved-db22e55f4280ceaf3181e5b17aacd0ba4075e85f.tar.xz systemtap-steved-db22e55f4280ceaf3181e5b17aacd0ba4075e85f.zip | |
2006-01-10 Frank Ch. Eigler <fche@redhat.com>
PR 2060.
* buildrun.cxx (compile_pass): Add "V=1" to kbuild if verbose.
* translate.cxx (translator_output): For output-file constructor,
set an explicit output buffer.
(emit_module_init, emit_module_exit): Reorganize output, to spit
each individual probe registration/deregistration blurb into a
separate function.
* translate.h: Corresponding changes; set default buffer size to 8K.
* translate.cxx, tapsets.cxx: Replace "endl" by buffer-friendly "\n"
throughout code generation routines.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2006-01-10 Frank Ch. Eigler <fche@redhat.com> + + PR 2060. + * buildrun.cxx (compile_pass): Add "V=1" to kbuild if verbose. + * translate.cxx (translator_output): For output-file constructor, + set an explicit output buffer. + (emit_module_init, emit_module_exit): Reorganize output, to spit + each individual probe registration/deregistration blurb into a + separate function. + * translate.h: Corresponding changes; set default buffer size to 8K. + * translate.cxx, tapsets.cxx: Replace "endl" by buffer-friendly "\n" + throughout code generation routines. + 2006-01-09 Frank Ch. Eigler <fche@redhat.com> * HACKING: Extend guidelines for tapset testing. |
