History log of /external/ltrace/NEWS
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d98848395e879d7ccb9940d4d50be2439c9d378d 05-Feb-2014 Petr Machata <pmachata@redhat.com> Update NEWS, README
/external/ltrace/NEWS
641503462e084d1ede9ded935c72edc8d03498ab 14-Nov-2013 Petr Machata <pmachata@redhat.com> Update NEWS
/external/ltrace/NEWS
dbd6175679e4c55853a2b3521b48bb17ec1fe38d 12-Nov-2013 Petr Machata <pmachata@redhat.com> Update NEWS
/external/ltrace/NEWS
51788253b9a2f00c7047c7e7f272e91389e12e78 24-Oct-2013 Petr Machata <pmachata@redhat.com> Update NEWS
/external/ltrace/NEWS
10d95bdbabc0a2ef921d6c26536cbb8ade461172 23-Oct-2013 Petr Machata <pmachata@redhat.com> Add NEWS blurb
/external/ltrace/NEWS
01b10e191e99d8cb147e5a2b7da8196e0ec6fb94 23-Oct-2013 Petr Machata <pmachata@redhat.com> Add 0.7.3 news and a sketch of 0.8-to-be news
/external/ltrace/NEWS
4b1d16276924e0987470b5d9e0d1df96d035fef6 07-Dec-2012 Petr Machata <pmachata@redhat.com> Add dates to NEWS entries
/external/ltrace/NEWS
0965420dfd1f4167609c4b3bbee5dc0277423897 05-Dec-2012 Petr Machata <pmachata@redhat.com> Don't mangle static symbol names internally

Instead, write the @soname bit separately. I'm not sure why this was done
like that in the first place. I may have cut'n'pasted this from RHEL
patches for dlopen support, where these sorts of hacks were necessary.
/external/ltrace/NEWS
2e71fef9e7179e1ad4d7ccb13062484d67c342cc 05-Dec-2012 Petr Machata <pmachata@redhat.com> Add a NEWS item
/external/ltrace/NEWS
036fb18dc5e4a5ad2d3ab6e97c43acf83e406efd 04-Dec-2012 Petr Machata <pmachata@redhat.com> Fix detection of libunwind

This needs to be checked in three steps, adding dependent libraries one
after another. It also isn't necessary to have three variables to keep
track of what's one conceptual unit, so drop libunwind_{ptrace,arch}_LIBS.
/external/ltrace/NEWS
f197727e6247be1ee08d2a667931aee20512ae18 29-Nov-2012 Petr Machata <pmachata@redhat.com> Allow formatting floats, doubles in hex

Include a test suite case.
Describe the extension in ltrace.conf.5.
Mention it in NEWS.

There's no similar agreed-upon convention for oct, and displaying which
bits are set in a floating number like what bitvect does is certainly not
helpful. Hence, remove the corresponding TODO item. Add a different
(unrelated) one instead.
/external/ltrace/NEWS
528d1b2a6491b29a1af42f229b48d0258b437833 20-Nov-2012 Petr Machata <pmachata@redhat.com> Update signal-related functions in ltrace.conf

- add symbolic names for signals and use bit vectors to show sigset_t.
- add GNU extensions sig{and,or,isempty}set
- sort the list of updated prototypes in NEWS
/external/ltrace/NEWS
7467b946f325b76dbf29d764872762a02729f7ff 20-Nov-2012 Petr Machata <pmachata@redhat.com> Update NEWS, TODO
/external/ltrace/NEWS
aa933f20686965045d673e80ce204198995dc615 20-Nov-2012 Petr Machata <pmachata@redhat.com> Introduce "oct" as newly-default alias of "octal"

The reason for this is that there's no agreed-upon term for "hexadecimal"
that wouldn't be super awkward to type. So instead keep "hex", but
introduce "oct" for consistency.
/external/ltrace/NEWS
ec4ab256e5c7fe1596dd90a3c8e8d4b052ca1207 20-Nov-2012 Petr Machata <pmachata@redhat.com> Add lens "bitvec" for displaying objects as bit vectors
/external/ltrace/NEWS
8c98e40178c74cf5a4e457ed96cf06c4b12add46 19-Nov-2012 Petr Machata <pmachata@redhat.com> Describe recursive structures in ltrace.conf.5, mention it in NEWS

Add a brief note to ltrace.1 as well.
/external/ltrace/NEWS
61b4c490657af4a7af26e50fca5ea0c4a2960062 18-Nov-2012 Petr Machata <pmachata@redhat.com> Update NEWS, TODO
/external/ltrace/NEWS
69a12f204b3a94fc2a102a8b5fd469aa374149d2 05-Nov-2012 Petr Machata <pmachata@redhat.com> Update NEWS
/external/ltrace/NEWS
854696cc0e042e88d41fc3bb062de0fb91a0a9c6 02-Nov-2012 Petr Machata <pmachata@redhat.com> Explain what the races in -e on PPC were
/external/ltrace/NEWS
9265da409dba24852ec35636106ab01e14feb2f2 02-Nov-2012 Petr Machata <pmachata@redhat.com> Grammar fixes in man pages and NEWS
/external/ltrace/NEWS
40de7978f7f98c60d357ce4580f907948d4545a0 02-Nov-2012 Petr Machata <pmachata@redhat.com> Drop -g from man page, mention in NEWS that it was dropped

This option doesn't exist anymore.
/external/ltrace/NEWS
2ee358f27c14dfb25c315237765c709e1716109b 29-Oct-2012 Petr Machata <pmachata@redhat.com> Mention backward-incompatible changes to -x and -l in NEWS
/external/ltrace/NEWS
69dfb0926e9b03da813e5335bf8dcab4a925b7c8 28-Oct-2012 Petr Machata <pmachata@redhat.com> Fix typo in NEWS
/external/ltrace/NEWS
2bf8893848e86eb9bbd23d4f604df20345f8e983 27-Oct-2012 Petr Machata <pmachata@redhat.com> Tolerate idiosyncrasies of pre-0.7 ltrace.conf

- "void main(void);" accepted without warning to mean "void main();"
- "itn" accepted without warning to mean "int"
- "void main(void, xxx);" accepted with warning to mean
"void main(hide(int), xxx);". This gets warning, because shipped
ltrace.conf never contained this idiom.

Update NEWS with explanation of the above.
/external/ltrace/NEWS
e99af270a60891e68d465c4cd97dbe29cd1a05e4 26-Oct-2012 Petr Machata <pmachata@redhat.com> Update copyright information and license headers
/external/ltrace/NEWS
9ad2f1970393e2f6d09887bfac73759466c3b47e 25-Oct-2012 Petr Machata <pmachata@redhat.com> Mention new documentation in NEWS
/external/ltrace/NEWS
103d0417e4aa94e12e1bcdd08e4144dfc938afa7 25-Oct-2012 Petr Machata <pmachata@redhat.com> Formatting in NEWS
/external/ltrace/NEWS
dc2a325d01a19414185f6ab30526b23f1f343782 25-Oct-2012 Petr Machata <pmachata@redhat.com> Fix versions in NEWS
/external/ltrace/NEWS
adbf467418d95cddf81e17a23ee6cb1471e71fa0 19-Oct-2012 Petr Machata <pmachata@redhat.com> Add a NEWS entry for PIE support
/external/ltrace/NEWS
3de5e368ce09e5c3ba9f266dc9c59796b4ec462d 23-Oct-2012 Petr Machata <pmachata@redhat.com> Changes in NEWS

Add more detail to some points.
Shuffle entries around.
/external/ltrace/NEWS
c11c01eeb579623de5bbe2d97e9ec69c9c5ddd26 19-Oct-2012 Petr Machata <pmachata@redhat.com> Add NEWS file

This should be used for tracking user-visible changes. I retroactively
filled in entries from 0.6 on (inclusive).
/external/ltrace/NEWS