rem
stringlengths
0
83.5k
add
stringlengths
0
223k
context
stringlengths
10
471k
meta
stringlengths
120
236
if (KCGlobal::types().contains("System") && !KCGlobal::root())
if (KCGlobal::types().contains("system") && !KCGlobal::root())
int main(int argc, char *argv[]){ KAboutData aboutData( "kcontrol", I18N_NOOP("KDE Control Centre"), "v2.0pre", "The KDE Control Centre", KAboutData::License_GPL, "(c) 1998-2000, The KDE Control Centre Developers"); aboutData.addAuthor("Matthias Hoelzer-Kluepfel",0, "hoelzer@kde.org"); aboutData.addAuthor("M...
3322 /local/tlutelli/issta_data/temp/c/2005_temp/2005/3322/7168a21e81e95e84cf66bde25425a0d6dbee5efd/main.cpp/clean/kcontrol/kcontrol/main.cpp
cursor = strdef; while (cursor) { strdef = cursor->next; delete [] cursor->st; delete cursor; cursor = strdef; } strdef = 0; cursor = chardef; while (cursor) { chardef = cursor->next; delete [] cursor->st; delete cursor; cursor = chardef; } chardef = 0;
void scan_man_page(const char *man_page){ if (!man_page) return; // ## Do more init // Unlike man2html, we actually call this several times, hence the need to // properly cleanup all those static vars s_ifelseval.clear(); section = 0; output_possible = false; int strLength = qstrlen(man_p...
3322 /local/tlutelli/issta_data/temp/c/2005_temp/2005/3322/bd44429f30ed5ebb09d843ba20f7ebaa278068c1/man2html.cpp/buggy/kioslave/man/man2html.cpp
mandoc_name_count = 0;
void scan_man_page(const char *man_page){ if (!man_page) return; // ## Do more init // Unlike man2html, we actually call this several times, hence the need to // properly cleanup all those static vars s_ifelseval.clear(); section = 0; output_possible = false; int strLength = strlen(man_pa...
3322 /local/tlutelli/issta_data/temp/c/2005_temp/2005/3322/43fbad50e467b6da0eb2cc0aa2d1d9b94fbb7e0e/man2html.cpp/clean/kioslave/man/man2html.cpp
output_real( "</div> \n");
void scan_man_page(const char *man_page){ if (!man_page) return; // ## Do more init // Unlike man2html, we actually call this several times, hence the need to // properly cleanup all those static vars s_ifelseval.clear(); section = 0; output_possible = false; int strLength = strlen(man_pa...
3322 /local/tlutelli/issta_data/temp/c/2005_temp/2005/3322/2e08c9756fd78292c724011f170e5d5ea806a71d/man2html.cpp/buggy/kioslave/man/man2html.cpp
kDebugError("kdesud: Fatal IO error, exiting...");
kdError(1205) << "Fatal IO error, exiting...\n";
int xio_errhandler(Display *){ kDebugError("kdesud: Fatal IO error, exiting..."); kdesud_cleanup(); exit(1);}
3322 /local/tlutelli/issta_data/temp/c/2005_temp/2005/3322/78882f23290ccd305ca671ecb8ee7946692d879a/kdesud.cpp/clean/kdesu/kdesud/kdesud.cpp
kdDebug(KIO_SFTP_DB) << "kio_sftpProtocol::~kio_sftpProtocol(): pid = " << getpid() << endl;
kdDebug(KIO_SFTP_DB) << "~kio_sftpProtocol(): pid = " << getpid() << endl;
kio_sftpProtocol::~kio_sftpProtocol() { kdDebug(KIO_SFTP_DB) << "kio_sftpProtocol::~kio_sftpProtocol(): pid = " << getpid() << endl; closeConnection();}
3322 /local/tlutelli/issta_data/temp/c/2005_temp/2005/3322/4bcdd0c89af58223ef9b4bd9b943948e4ecaf1e8/kio_sftp.cpp/clean/kioslave/sftp/kio_sftp.cpp