From a8229e45a4ae7adeeec55fa18999a54960457c72 Mon Sep 17 00:00:00 2001 From: Vit Pavlik Date: Wed, 4 Dec 2024 00:38:50 +0100 Subject: [PATCH 1/4] =?UTF-8?q?zab=C3=ADt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- czech.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/czech.h b/czech.h index 9329c8c..cb08dd8 100644 --- a/czech.h +++ b/czech.h @@ -492,6 +492,23 @@ #define pzbyp(x, y) fmodf(x, y) #define pzbyd(x, y) fmodl(x, y) +// - +#define zabít() kill() +#define zabij() kill() +#define usmrtit() kill() +#define usmrť() kill() +#define skolit() kill() +#define skol() kill() +#define utratit() kill() +#define utrať() kill() +#define porazit() kill() +#define poraž() kill() +#define zakroutit_krkem() kill() +#define zakruť_krkem() kill() +#define odkráglovat() kill() +#define odkrágluj() kill() +#define signál() signal() + /* ▀█▄▄█▀ ▄▄▄▄ From a8a3e7037e465c79cb615af30397bbf97f1023e8 Mon Sep 17 00:00:00 2001 From: Vit Pavlik Date: Wed, 4 Dec 2024 00:54:35 +0100 Subject: [PATCH 2/4] =?UTF-8?q?dal=C5=A1=C3=AD=20p=C5=99eklady=20pro=20kil?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- czech.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/czech.h b/czech.h index cb08dd8..3240f66 100644 --- a/czech.h +++ b/czech.h @@ -503,6 +503,8 @@ #define utrať() kill() #define porazit() kill() #define poraž() kill() +#define potratit() kill() +#define potrať() kill() #define zakroutit_krkem() kill() #define zakruť_krkem() kill() #define odkráglovat() kill() From 8986da5c929713ba5a2c5d88abef796cdb1b7836 Mon Sep 17 00:00:00 2001 From: Vit Pavlik Date: Wed, 4 Dec 2024 00:57:29 +0100 Subject: [PATCH 3/4] =?UTF-8?q?n=C3=A1zvy=20sign=C3=A1l=C5=AF=20(p=C5=99er?= =?UTF-8?q?u=C5=A1en=C3=AD,=20potrat,=20roura...)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- czech.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/czech.h b/czech.h index 3240f66..8845145 100644 --- a/czech.h +++ b/czech.h @@ -511,6 +511,23 @@ #define odkrágluj() kill() #define signál() signal() +// čísla signálů (vizte kill -l nebo signum-generic.h) +#define SIGPŘE SIGINT // signál přerušení +#define SIGNEZ SIGILL // signál nezákonný +#define SIGPOTR SIGABRT // signál potrat +#define SIGPŘCH SIGFPE // signál plovoucí řádová chyba +#define SIGDÍP SIGSEGV // signál díl porušení (segment violation) +#define SIGÚSP SIGSEGV // signál úsek porušení +#define SIGUKO SIGTERM // signál ukončit +#define SIGZAV SIGHUP // signál zavěsit +#define SIGODE SIGQUIT // signál odejít +#define SIGPAST SIGTRAP // signál past +#define SIGZAB SIGKILL // signál zabít +#define SIGTRUB SIGPIPE // signál trubka +#define SIGROUR SIGPIPE // signál roura +#define SIGBUD SIGALRM // signál budík +#define SIGPOPL SIGALRM // signál poplach + /* ▀█▄▄█▀ ▄▄▄▄ From 74773415b83c9336a5ce1049e7b53bca53ed735b Mon Sep 17 00:00:00 2001 From: Vit Pavlik Date: Wed, 4 Dec 2024 03:00:58 +0100 Subject: [PATCH 4/4] =?UTF-8?q?SIGD=C3=8DP=20=E2=86=92=20SIGD=C3=8DLP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- czech.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/czech.h b/czech.h index 8845145..4396c6d 100644 --- a/czech.h +++ b/czech.h @@ -516,7 +516,7 @@ #define SIGNEZ SIGILL // signál nezákonný #define SIGPOTR SIGABRT // signál potrat #define SIGPŘCH SIGFPE // signál plovoucí řádová chyba -#define SIGDÍP SIGSEGV // signál díl porušení (segment violation) +#define SIGDÍLP SIGSEGV // signál díl porušení (segment violation) #define SIGÚSP SIGSEGV // signál úsek porušení #define SIGUKO SIGTERM // signál ukončit #define SIGZAV SIGHUP // signál zavěsit