aboutsummaryrefslogtreecommitdiff
path: root/vm/StdioConverter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-7/+7
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-1/+1
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-3/+3
* Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-2/+2
* Fix a minor leaks caused by failed initializations.Carl Shapiro2011-06-081-43/+24
* Further conservation of newlines.Dan Bornstein2011-05-261-12/+12
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-4/+4
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-2/+2
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-0/+286