This website requires JavaScript.
Explore
Help
Sign In
Autres
/
audacity
Watch
1
Star
0
Fork
0
You've already forked audacity
mirror of
https://github.com/cookiengineer/audacity
synced
2025-07-04 14:39:08 +02:00
Code
Issues
Releases
Wiki
Activity
audacity
/
src
/
xml
History
james.k.crook@gmail.com
cd54a2728b
Fixed some smart quotes that can cause problems for .po file generation.
2012-03-20 21:59:30 +00:00
..
audacityproject.dtd
…
XMLFileReader.cpp
…
XMLFileReader.h
…
XMLTagHandler.cpp
Define one constant, PLATFORM_MAX_PATH, for maximum path value, so we don't have to do platform-specific conditionals everywhere we want to check it. In fact, we were actually checking that only for Windows. This is follow-on to Richard's message on audacity-devel about "overflow vulns".
2011-01-06 00:07:59 +00:00
XMLTagHandler.h
Apply modified version Roger Dannenberg's patch to remedy some problems from commit r10680 and fix some bugs.
2011-10-19 23:06:53 +00:00
XMLWriter.cpp
Fixed some smart quotes that can cause problems for .po file generation.
2012-03-20 21:59:30 +00:00
XMLWriter.h
…