Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-15 | Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro). | Darren Salt | |
According to bug 1773769, this breaks foo->open(). The fix (as used in Ville Skyttä's patch, which doesn't cover all cases) is to replace this with (foo->open)(). This patch was generated using sed -i -re 's/(([[:alnum:]_]+(->|\.))+open) ?\(/(\1) (/' `grep '[>.]open \?(' include -rIl` One change (in a comment) is not committed. | |||
2006-02-05 | New volume normalization post plugin ported by Jason Tackaberry | Miguel Freitas | |
CVS patchset: 7879 CVS date: 2006/02/05 20:38:14 |