diff options
author | Caroline Tice <ctice@gcc.gnu.org> | 2013-08-28 09:36:22 -0700 |
---|---|---|
committer | Caroline Tice <ctice@gcc.gnu.org> | 2013-08-28 09:36:22 -0700 |
commit | baa2052d620d9acc866f1c10109b48c91fff60bd (patch) | |
tree | 4a063b01d038932f15e3f3ff294ad06b1946e691 /libvtv | |
parent | 215f73e64f191c44c9f077b1059fc16d75a20a92 (diff) | |
download | gcc-baa2052d620d9acc866f1c10109b48c91fff60bd.zip gcc-baa2052d620d9acc866f1c10109b48c91fff60bd.tar.gz gcc-baa2052d620d9acc866f1c10109b48c91fff60bd.tar.bz2 |
Apparently I forgot to commit the ChangeLog when I committed the change to libvtv previously.
Apparently I forgot to commit the ChangeLog when I committed
the change to libvtv previously. Fixing that now.
From-SVN: r202056
Diffstat (limited to 'libvtv')
-rw-r--r-- | libvtv/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index d05a8e7..c9a1cc3 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,19 @@ +2013-08-20 Caroline Tice <cmtice@google.com> + + * Makefile.am (DEFS): Add "@DEFS@", to inherit defintions. + * Makefile.in: Regenerate. + * configure.ac: Add check for __secure_getenv and secure_getenv. + * configure: Regenerate. + * vtv_utils.cc : Include stdlib.h + (HAVE_SECURE_GETENV): Add checks and definitions for secure_getenv. + (log_dirs): Remove file static constant. + (__vtv_open_log): Increase size of log file name. Add the user + and process ids to the file name. Do not put the log files in /tmp. + Instead try to get the directory name from an environment variable; if + that fails try to use stderr. Add O_NOFOLLOW to the flags + for 'open'. Update function comment. + * vtv_rts.cc (log_memory_protection_data): Remove %d from file name. + 2013-08-08 Benjamin Kosnik <bkoz@rehat.com> Michael Meissner <meissner@linux.vnet.ibm.com> @@ -12,6 +28,9 @@ * configure: Regenerate. 2013-08-02 Caroline Tice <cmtice@google.com> + Benjamin Kosnik <bkoz@redhat.com> + Luis Lozano <llozano@google.com> + Geoff Pike <gpike@google.com> Initial check-in of new vtable verification feature. * configure.ac : New file. |