aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2014-02-05Update NEWS, READMEPetr Machata
2013-11-14Update NEWSPetr Machata
2013-11-12Update NEWSPetr Machata
2013-10-24Update NEWSPetr Machata
2013-10-23Add NEWS blurbPetr Machata
2013-10-23Add 0.7.3 news and a sketch of 0.8-to-be newsPetr Machata
2012-12-07Add dates to NEWS entriesPetr Machata
2012-12-05Don't mangle static symbol names internallyPetr Machata
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.
2012-12-05Add a NEWS itemPetr Machata
2012-12-04Fix detection of libunwindPetr Machata
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.
2012-11-29Allow formatting floats, doubles in hexPetr Machata
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.
2012-11-20Update signal-related functions in ltrace.confPetr Machata
- 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
2012-11-20Update NEWS, TODOPetr Machata
2012-11-20Introduce "oct" as newly-default alias of "octal"Petr Machata
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.
2012-11-20Add lens "bitvec" for displaying objects as bit vectorsPetr Machata
2012-11-19Describe recursive structures in ltrace.conf.5, mention it in NEWSPetr Machata
Add a brief note to ltrace.1 as well.
2012-11-18Update NEWS, TODOPetr Machata
2012-11-05Update NEWSPetr Machata
2012-11-02Explain what the races in -e on PPC werePetr Machata
2012-11-02Grammar fixes in man pages and NEWSPetr Machata
2012-11-02Drop -g from man page, mention in NEWS that it was droppedPetr Machata
This option doesn't exist anymore.
2012-10-29Mention backward-incompatible changes to -x and -l in NEWSPetr Machata
2012-10-28Fix typo in NEWSPetr Machata
2012-10-27Tolerate idiosyncrasies of pre-0.7 ltrace.confPetr Machata
- "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.
2012-10-26Update copyright information and license headersPetr Machata
2012-10-25Mention new documentation in NEWSPetr Machata
2012-10-25Formatting in NEWSPetr Machata
2012-10-25Fix versions in NEWSPetr Machata
2012-10-24Add a NEWS entry for PIE supportPetr Machata
2012-10-23Changes in NEWSPetr Machata
Add more detail to some points. Shuffle entries around.
2012-10-19Add NEWS filePetr Machata
This should be used for tracking user-visible changes. I retroactively filled in entries from 0.6 on (inclusive).