pself.c, [...]: Remove.
* pself.c, pself1.c, pself2.c, pself3.c, pself4.c, pself5.c: Remove. From-SVN: r42959
This commit is contained in:
parent
8825dfbd2f
commit
f9b23f0c9c
@ -1,3 +1,8 @@
|
||||
2001-06-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
||||
|
||||
* pself.c, pself1.c, pself2.c, pself3.c, pself4.c, pself5.c:
|
||||
Remove.
|
||||
|
||||
2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* doc/install-old.texi: Remove more obsolete documentation.
|
||||
|
@ -1 +0,0 @@
|
||||
main(){char*p="main(){char*p=%c%s%c;(void)printf(p,34,p,34,10);}%c";(void)printf(p,34,p,34,10);}
|
@ -1 +0,0 @@
|
||||
main(a){a="main(a){a=%c%s%c;printf(a,34,a,34);}";printf(a,34,a,34);}
|
@ -1 +0,0 @@
|
||||
main(){char*a="main(){char*a=%c%s%c;int b='%c';printf(a,b,a,b,b);}";int b='"';printf(a,b,a,b,b);}
|
@ -1 +0,0 @@
|
||||
main(a){printf(a,34,a="main(a){printf(a,34,a=%c%s%c,34);}",34);}
|
@ -1,2 +0,0 @@
|
||||
#include <stdio.h>
|
||||
int main(void){char*p="#include <stdio.h>%cint main(void){char*p=%c%s%c;(void)printf(p,10,34,p,34,10);return 0;}%c";(void)printf(p,10,34,p,34,10);return 0;}
|
@ -1,5 +0,0 @@
|
||||
#include <stdio.h>
|
||||
#define N '\n'
|
||||
#define Q '\"'
|
||||
#define B '\\'
|
||||
int main(void){char*p="#include <stdio.h>%c#define N '%cn'%c#define Q '%c%c'%c#define B '%c%c'%cint main(void){char*p=%c%s%c;(void)printf(p,N,B,N,B,Q,N,B,B,N,Q,p,Q,N);return 0;}%c";(void)printf(p,N,B,N,B,Q,N,B,B,N,Q,p,Q,N);return 0;}
|
Loading…
Reference in New Issue
Block a user