Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > de.sci.electronics > #344710
| From | Helmut Schellong <var@schellong.biz> |
|---|---|
| Newsgroups | de.sci.electronics |
| Subject | Re: Wirkungsgrad von 100 m RG213U |
| Date | 2023-10-04 16:33 +0200 |
| Message-ID | <ufjt4h$1o8$1@solani.org> (permalink) |
| References | (16 earlier) <20230929201749.169a432c@Achmuehle.WOR> <ufd1gf$ro06$1@solani.org> <ko2h9uFhe16U1@mid.individual.net> <ufhgp7$trej$1@solani.org> <ko4o2eFtu62U1@mid.individual.net> |
Am 04.10.2023 um 10:52 schrieb Hans-Peter Diettrich:
> On 10/3/23 6:50 PM, Helmut Schellong wrote:
>> Am 03.10.2023 um 14:55 schrieb Hans-Peter Diettrich:
>
>> Ein 'warning' ist etwas anderes als ein 'error'!
>
> Dann sind unsere Compiler anscheinend unterschiedlicher Ansicht.
> Jetzt sagen die auch schon "we agree to disagree" :-(
Die Aufrufe der Compiler lauten für nachfolgende Tests:
clang -fsyntax-only bsh.c
gcc12 -fsyntax-only -funsigned-char bsh.c
EXAMPLE
//\
i(); // part of a two-line comment
Vorstehendes kommentiert gcc12 gar nicht.
clang gibt eine Warnung: 'two-line // comment', also
das, was vorstehend der Standard mitteilt.
EXAMPLE
/\
/ j(); // part of a two-line comment
Hier geben beide Compiler einen Error (/): 'expression expected'.
clang gibt auch für die zweite Zeile diesen Error (/).
|A conforming implementation shall produce at least one diagnostic message
|(identified in an implementation-defined manner)
|if a preprocessing translation unit or translation unit contains a violation of any
|syntax rule or constraint, even if the behavior is also explicitly specified
|as undefined or implementation-defined.
|Diagnostic messages need not be produced in other circumstances.9)
|9)
|An implementation is encouraged to identify the nature of, and where possible localize,
|each violation.
|Of course, an implementation is free to produce any number of diagnostic messages,
|often referred to as warnings, as long as a valid program is still correctly translated.
|It can also successfully translate an invalid program.
|Annex I lists a few of the more common warnings.
Der Standard läßt vorstehend einer Implementation eines C-Compilers große Freiheiten.
Insbesondere kann ein Compiler vor und/oder nach den 8 translation phases prüfen.
Siehe auch [1].
>>> Und wieso gibt es dann eine man page zum cpp?
>>
>> Um darin zu warnen, daß dieser cpp beliebig unpassend zum internen System-Compiler-cpp sein kann.
>>
>>> Richtig, weil er völlig unabhängig von einem Compiler für beliebige Texte verwendet werden kann.
>>> Früher ging das sogar für C Quelltexte, aber das war wohl noch vor Deiner Zeit ;-)
>>
>> Ich befasse und befaßte mich halt nicht mit solch einem Scheiß, wo man
>> die Kompatibilität selbst herstellen muß.
>
> Welche Kompatibilität?
Steht in der man-Page des cpp-Kommandos.
Schrieb ich schon vor eine Reihe von Postings (/usr/local/bin/cpp [gcc12]).
> Probleme entstehen nur in Verbindung mit dem C/C++ Standard, der eine Scheiß
> Integration eines guten Tools vorgeschrieben hat, so daß dessen unabhängige Benutzung plötzlich
> nicht mehr möglich war - aber eben nur für C/C++ Programmierer. Alle anderen Benutzer sind von
> dieser Verirrung nicht betroffen.
Der C-Standard hat mit diesem externen cpp gar nichts zu tun.
Das ist /für ihn/ irgendein unbekanntes Kommando unter irgendeinem unbekannten BS.
[1]
=================================================================================================================
clang
------------
./mod/function.c:2046:23: warning: misleading indentation; statement is not part of the previous
'if' [-Wmisleading-indentation]
goto SUB19u;
^
./mod/function.c:2045:4: note: previous statement is here
if (u< 900) goto SUB18u;
^
./mod/function.c:2068:23: warning: misleading indentation; statement is not part of the previous
'if' [-Wmisleading-indentation]
goto SUB09u;
^
./mod/function.c:2067:4: note: previous statement is here
if (u< 90) goto SUB08u;
^
bsh.c:1611:38: warning: misleading indentation; statement is not part of the previous 'if'
[-Wmisleading-indentation]
G.cap.a0=spt; ++a,--C;
^
bsh.c:1610:8: note: previous statement is here
if (cp!=NULL) Y=3, CatSn(sizeof(spt),spt,cp,NULL),
^
bsh.c:4252:26: warning: variable 'bmode' set but not used [-Wunused-but-set-variable]
register int fdf, om, bmode=0;
^
bsh.c:7609:22: warning: misleading indentation; statement is not part of the previous 'if'
[-Wmisleading-indentation]
return mbltoa((byte*)A, s.base?s.base:dkkBase, v.i);
^
bsh.c:7608:8: note: previous statement is here
if (v.fi==2) return aldtoa((byte*)A, v.f);
^
33 warnings generated.
gcc12
------------
bsh.c:161:3: error: #error "Option -funsigned-char (o.vglb.) fehlt!"
161 | # error "Option -funsigned-char (o.vglb.) fehlt!"
| ^~~~~
In file included from bsh.c:1020:
mod/function.c:38:3: error: #error "Option -funsigned-char (o.vglb.) fehlt!"
38 | # error "Option -funsigned-char (o.vglb.) fehlt!"
| ^~~~~
In file included from bsh.c:1042:
mod/autor.c:13:3: error: #error "Option -funsigned-char (o.vglb.) fehlt!"
13 | # error "Option -funsigned-char (o.vglb.) fehlt!"
| ^~~~~
=================================================================================================================
--
Mit freundlichen Grüßen
Helmut Schellong
Back to de.sci.electronics | Previous | Next — Previous in thread | Next in thread | Find similar
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-20 11:56 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-20 16:27 +0200
Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-20 21:55 +0200
Re: Wirkungsgrad von 100 m RG213U Marte Schwarz <marte.schwarz@gmx.de> - 2023-09-21 08:03 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-21 14:51 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 11:29 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-22 23:29 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 12:54 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 21:54 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 23:00 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 23:26 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-24 00:04 +0200
Re: Wirkungsgrad von 100 m RG213U Rolf Bombach <rolfnospambombach@invalid.invalid> - 2023-10-11 23:17 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-10-11 23:40 +0200
Re: Wirkungsgrad von 100 m RG213U Holger Schieferdecker <spamless@gmx.de> - 2023-09-21 09:57 +0200
Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-21 10:16 +0200
Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-21 10:18 +0200
Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-21 10:48 +0200
Re: Wirkungsgrad von 100 m RG213U "Wolfgang Allinger" <all2001@spambog.com> - 2023-09-21 06:12 -0400
Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-21 14:10 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-21 16:30 +0200
Re: Wirkungsgrad von 100 m RG213U "Wolfgang Allinger" <all2001@spambog.com> - 2023-09-21 18:11 -0400
Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-22 08:20 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 14:56 +0200
Re: Wirkungsgrad von 100 m RG213U "Wolfgang Allinger" <all2001@spambog.com> - 2023-09-22 19:35 -0400
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 14:05 +0200
Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-23 22:05 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 23:05 +0200
Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-24 18:30 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-24 20:40 +0200
Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-25 22:32 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-26 17:30 +0200
Re: Wirkungsgrad von 100 m RG213U Hergen Lehmann <hlehmann.expires.12-22@snafu.de> - 2023-09-21 14:44 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-21 16:53 +0200
Re: Wirkungsgrad von 100 m RG213U Hergen Lehmann <hlehmann.expires.12-22@snafu.de> - 2023-09-21 17:24 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-22 00:45 +0200
Re: Wirkungsgrad von 100 m RG213U Hergen Lehmann <hlehmann.expires.12-22@snafu.de> - 2023-09-22 10:31 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 00:50 +0200
Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-23 09:25 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 11:11 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 13:39 +0200
Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-23 20:41 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 22:46 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 23:30 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-24 00:07 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 22:11 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 23:28 +0200
Re: Wirkungsgrad von 100 m RG213U Rolf Bombach <rolfnospambombach@invalid.invalid> - 2023-09-28 20:49 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-28 22:48 +0200
Re: Wirkungsgrad von 100 m RG213U Volker Bartheld <news2023@bartheld.net> - 2023-09-29 14:52 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-10-01 23:21 +0200
Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-23 21:11 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 23:14 +0200
Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-24 21:03 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-24 22:49 +0200
Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-25 21:35 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-26 12:28 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-25 23:13 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-21 18:18 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-22 00:20 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 08:56 +0200
Re: Wirkungsgrad von 100 m RG213U Leo Baumann <ib@leobaumann.de> - 2023-09-22 09:01 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 09:43 +0200
Re: Wirkungsgrad von 100 m RG213U Leo Baumann <ib@leobaumann.de> - 2023-09-22 09:58 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 11:12 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 00:50 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 13:29 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 22:19 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 23:36 +0200
Re: Wirkungsgrad von 100 m RG213U Holger Schieferdecker <spamless@gmx.de> - 2023-09-26 12:31 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-26 14:21 +0200
Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-22 13:50 +0200
Re: Wirkungsgrad von 100 m RG213U Leo Baumann <ib@leobaumann.de> - 2023-09-22 15:10 +0200
Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-22 15:21 +0200
Re: Wirkungsgrad von 100 m RG213U Leo Baumann <ib@leobaumann.de> - 2023-09-22 15:25 +0200
Re: Wirkungsgrad von 100 m RG213U Andreas Fecht <forum@aftec.de> - 2023-09-22 15:39 +0200
Re: Wirkungsgrad von 100 m RG213U Leo Baumann <ib@leobaumann.de> - 2023-09-22 15:41 +0200
Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-22 16:08 +0200
Re: Wirkungsgrad von 100 m RG213U Leo Baumann <ib@leobaumann.de> - 2023-09-22 16:07 +0200
Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-22 16:20 +0200
Re: Wirkungsgrad von 100 m RG213U Leo Baumann <ib@leobaumann.de> - 2023-09-22 16:32 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 16:03 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 01:09 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 01:36 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-27 01:51 +0200
Re: Wirkungsgrad von 100 m RG213U "Wolfgang Allinger" <all2001@spambog.com> - 2023-09-21 18:23 -0400
Re: Wirkungsgrad von 100 m RG213U Hergen Lehmann <hlehmann.expires.12-22@snafu.de> - 2023-09-22 10:49 +0200
Re: Wirkungsgrad von 100 m RG213U Volker Bartheld <news2023@bartheld.net> - 2023-09-22 14:19 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 15:28 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 01:30 +0200
Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-23 09:28 +0200
Re: Wirkungsgrad von 100 m RG213U "Wolfgang Allinger" <all2001@spambog.com> - 2023-09-22 19:55 -0400
Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-23 09:30 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 11:33 +0200
Re: Wirkungsgrad von 100 m RG213U Rolf Bombach <rolfnospambombach@invalid.invalid> - 2023-09-28 20:32 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-21 11:51 +0200
Re: Wirkungsgrad von 100 m RG213U Hartmut Kraus <hartmut.melina@web.de> - 2023-09-21 14:57 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-21 13:18 +0200
Re: Wirkungsgrad von 100 m RG213U Carla Schneider <carla_schn@proton.me> - 2023-09-21 14:18 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-22 11:16 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-22 23:29 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 12:49 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-23 22:08 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-23 23:27 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-24 00:10 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-24 01:19 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-24 09:27 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-24 19:51 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-24 21:37 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-25 00:30 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-25 22:59 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-26 14:09 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-27 01:39 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-27 09:39 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-27 11:54 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-27 16:51 +0200
Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-27 21:23 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-28 08:51 +0200
Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-28 20:55 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-28 23:57 +0200
Re: Wirkungsgrad von 100 m RG213U Sieghard Schicktanz <Sieghard.Schicktanz@SchS.de> - 2023-09-29 20:17 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-10-02 02:05 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-10-03 14:55 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-10-03 18:50 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-10-04 10:52 +0200
Re: Wirkungsgrad von 100 m RG213U Hergen Lehmann <hlehmann.expires.12-22@snafu.de> - 2023-10-04 12:48 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-10-04 16:33 +0200
Re: Wirkungsgrad von 100 m RG213U Michael Schwingen <news-1513678000@discworld.dascon.de> - 2023-09-28 11:45 +0000
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-28 16:17 +0200
Re: Wirkungsgrad von 100 m RG213U Michael Schwingen <news-1513678000@discworld.dascon.de> - 2023-09-28 17:07 +0000
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-28 23:09 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-28 03:02 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-21 14:42 +0200
Re: Wirkungsgrad von 100 m RG213U Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2023-09-21 16:42 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-09-21 17:21 +0200
Re: Wirkungsgrad von 100 m RG213U Rolf Bombach <rolfnospambombach@invalid.invalid> - 2023-10-05 21:10 +0200
Re: Wirkungsgrad von 100 m RG213U Helmut Schellong <var@schellong.biz> - 2023-10-06 02:03 +0200
Re: Wirkungsgrad von 100 m RG213U Andreas Bockelmann <xotzil@gmx.de> - 2023-10-06 07:49 +0200
csiph-web