Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.folklore.computers > #233406
Cross-posted to 3 groups.
Show key headers only | View raw
On Thu, 08 Jan 2026 19:16:38 GMT, Charlie Gibbs wrote: > On 2026-01-08, The Natural Philosopher <tnp@invalid.invalid> wrote: > >> On 07/01/2026 22:49, rbowman wrote: >> >>> On Wed, 7 Jan 2026 13:30:14 +0100, Carlos E.R. wrote: >>> >>>> It is possible that current C compilers signal many more problems >>>> that back then, but not runtime errors. >>> >>> gcc has become pickier. That isn't always a welcome thing when working >>> with legacy code and requires a search of the compiler options to get >>> it to shut up about such horrible heresies as assuming a function >>> returns an int. >>> >> Actually I welcome that. at leats 10% of the time the compiler finds a >> bug that way, and the other 90% i upgrade the source to be more >> explicit... > > +1 > > I re-worked my code over time so that -Wall yields no errors. > And then a new version of gcc comes out which picks even more nits, and > the process repeats. Not being a quick-and-dirty type, I consider it a > win overall. > > The one exception is its scrutiny of printf() calls. > That was a step too far, so I added -Wno-format-overflow. It was never a good idea but the legacy code often defined a variable in a .h file. The newer gcc implementations would throw multiple definition errors. Fixing it would have been painful. foo.h that defined int bar; might be included in several different programs so you would have to hunt down all the uses and then define bar someplace in a .c file. Great project for the new guy but at the time the newest guy had been there for 20 years. Adding the compiler flag to the relevant makefiles was easier. The missing int return type in function definitions wasn't as widespread and an easier fix. It was sort of pedantic since the return usually wasn't being checked anyway.
Back to alt.folklore.computers | Previous | Next — Previous in thread | Next in thread | Find similar
Re: naughty Python rbowman <bowman@montana.com> - 2025-12-30 21:49 +0000
Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-30 19:47 -0500
Re: naughty Python Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-31 01:01 +0000
Re: naughty Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-31 03:07 +0000
Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-30 23:45 -0500
Re: naughty Python rbowman <bowman@montana.com> - 2025-12-31 07:12 +0000
Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-30 23:11 -0500
Re: naughty Python rbowman <bowman@montana.com> - 2025-12-31 07:57 +0000
Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-31 09:13 -0500
Re: naughty Python rbowman <bowman@montana.com> - 2025-12-31 19:13 +0000
Re: naughty Python Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-31 18:55 +0000
Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-31 14:21 -0500
Re: naughty Python Lars Poulsen <lars@beagle-ears.com> - 2025-12-31 22:34 +0000
Re: naughty Python rbowman <bowman@montana.com> - 2026-01-01 01:02 +0000
APL for Neural Networks (Re: naughty Python) Lars Poulsen <lars@beagle-ears.com> - 2026-01-01 15:52 +0000
Re: APL for Neural Networks (Re: naughty Python) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-01 18:58 +0000
Re: APL for Neural Networks (Re: naughty Python) antispam@fricas.org (Waldek Hebisch) - 2026-01-01 23:05 +0000
Re: APL for Neural Networks (Re: naughty Python) rbowman <bowman@montana.com> - 2026-01-02 05:48 +0000
Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-31 22:32 -0500
Re: naughty Python Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-02 02:18 +0000
Re: naughty Python Stéphane CARPENTIER <sc@fiat-linux.fr> - 2026-01-04 14:17 +0000
Re: naughty Python Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-04 09:48 -0500
Re: naughty Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-04 21:14 +0000
Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-31 22:35 +0000
Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-31 22:07 -0500
Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2026-01-01 12:49 +0000
Re: naughty Python Peter Flass <Peter@Iron-Spring.com> - 2026-01-01 07:28 -0700
Re: naughty Python "Carlos E.R." <robin_listas@es.invalid> - 2026-01-01 15:55 +0100
Re: naughty Python c186282 <c186282@nnada.net> - 2026-01-02 02:40 -0500
Re: naughty Python rbowman <bowman@montana.com> - 2026-01-02 19:29 +0000
Re: naughty Python c186282 <c186282@nnada.net> - 2026-01-02 15:18 -0500
Re: naughty Pascal "Carlos E.R." <robin_listas@es.invalid> - 2026-01-02 22:22 +0100
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-03 08:31 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-03 20:12 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-04 07:56 -0700
Re: naughty Pascal Don_from_AZ <djatechNOSPAM@comcast.net.invalid> - 2026-01-04 09:22 -0700
Re: naughty Pascal Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-04 21:16 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-04 21:00 +0000
Re: naughty Pascal "Carlos E.R." <robin_listas@es.invalid> - 2026-01-04 15:11 +0100
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-05 10:49 -0800
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-05 19:57 -0500
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-05 20:37 -0700
Re: naughty Pascal Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-06 04:10 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-05 23:21 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-06 06:28 +0000
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-06 18:57 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-06 16:04 -0500
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-06 14:22 -0800
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-06 20:47 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-07 02:00 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-06 22:37 -0500
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-07 08:56 -0800
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-08 04:57 +0000
Re: naughty Pascal Ian <${send-direct-email-to-news1021-at-jusme-dot-com-if-you-must}@jusme.com> - 2026-01-08 09:57 +0000
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-07 08:57 -0800
Re: naughty Pascal Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-07 09:41 -0800
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-07 10:29 -0800
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-07 22:33 +0000
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-08 04:57 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-08 00:42 -0500
Re: Naughty Advertising (was Re: naughty Pascal) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-08 07:01 +0000
Re: Naughty Advertising (was Re: naughty Pascal) John Ames <commodorejohn@gmail.com> - 2026-01-08 08:45 -0800
Re: Naughty Advertising (was Re: naughty Pascal) The Natural Philosopher <tnp@invalid.invalid> - 2026-01-08 18:23 +0000
Re: Naughty Advertising (was Re: naughty Pascal) Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-08 19:16 +0000
Re: Naughty Advertising (was Re: naughty Pascal) c186282 <c186282@nnada.net> - 2026-01-08 20:11 -0500
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-08 11:27 +0000
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-08 19:16 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-08 20:23 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 01:48 +0000
Re: naughty Pascal Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-08 19:32 -0800
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-08 23:36 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 06:44 +0000
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-08 18:46 -0800
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-08 22:15 -0500
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-08 20:13 -0800
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-08 23:40 -0500
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-08 22:23 -0800
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 07:04 +0000
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-09 07:58 -0800
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-09 18:47 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 20:08 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-09 10:00 +0000
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-09 08:06 -0800
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-09 18:51 +0000
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-09 10:54 -0800
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 20:36 +0000
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-09 13:24 -0800
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-10 10:27 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-10 07:42 -0700
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-10 19:44 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-10 13:03 -0700
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-10 23:56 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-11 11:02 +0000
Re: naughty Pascal Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-10 15:39 -0800
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-11 11:05 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-11 21:49 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-11 21:19 -0500
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-12 07:45 -0700
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-12 18:35 +0000
Re: naughty Pascal Richard Kettlewell <invalid@invalid.invalid> - 2026-01-12 20:52 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-12 20:58 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-13 06:03 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-13 12:45 -0500
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-12 14:26 -0800
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-12 18:17 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-13 06:26 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-13 09:26 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-13 05:56 +0000
Re: naughty Pascal "Carlos E.R." <robin_listas@es.invalid> - 2026-01-20 14:26 +0100
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-20 13:29 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-11 11:01 +0000
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-10 18:23 +0000
Re: naughty Pascal Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-10 15:50 -0800
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-10 22:48 -0500
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-11 11:19 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-11 11:17 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-11 11:07 +0000
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-11 16:47 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-11 19:44 +0000
Re: naughty Pascal Dan Espen <dan1espen@gmail.com> - 2026-01-10 12:14 -0500
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-10 09:45 -0800
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 20:32 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-10 20:51 -0500
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-10 20:03 -0700
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-10 22:31 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-11 05:39 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-11 01:17 -0500
Re: naughty Pascal Richard Kettlewell <invalid@invalid.invalid> - 2026-01-11 11:00 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-11 11:47 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-11 11:29 +0000
Re: naughty Pascal Niklas Karlsson <nikke.karlsson@gmail.com> - 2026-01-11 17:44 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-11 19:46 +0000
Re: naughty Pascal Niklas Karlsson <nikke.karlsson@gmail.com> - 2026-01-11 20:23 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-11 20:30 +0000
Re: naughty Pascal Niklas Karlsson <nikke.karlsson@gmail.com> - 2026-01-11 21:17 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-11 18:05 -0500
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-11 17:58 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-12 03:47 +0000
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-12 23:41 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-12 22:58 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-13 05:40 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-13 07:41 -0700
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-13 12:38 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-13 18:00 +0000
Naughty Cat Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-13 14:29 -0500
Re: Naughty Cat rbowman <bowman@montana.com> - 2026-01-14 00:42 +0000
Re: Naughty Cat Peter Flass <Peter@Iron-Spring.com> - 2026-01-14 07:27 -0700
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-13 19:34 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-14 00:49 +0000
Tinned tuna [Was: naughty Pascal] "Carlos E.R." <robin_listas@es.invalid> - 2026-01-20 14:58 +0100
Oil down the drain [Was: naughty Pascal] "Carlos E.R." <robin_listas@es.invalid> - 2026-01-20 14:53 +0100
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-11 20:57 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-12 11:50 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-12 18:31 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-11 07:43 -0700
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-11 16:44 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-11 21:34 +0000
Re: naughty Pascal Niklas Karlsson <nikke.karlsson@gmail.com> - 2026-01-11 21:38 +0000
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-12 08:11 -0800
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-12 18:45 +0000
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-12 19:52 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-13 05:22 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-13 00:37 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-13 08:18 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-12 13:15 -0700
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-12 18:10 -0500
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-12 00:47 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-12 04:10 +0000
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-12 15:44 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-12 18:52 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-12 20:46 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-12 18:12 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-13 05:50 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-13 12:41 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-13 18:17 +0000
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-13 22:41 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-14 01:01 +0000
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-16 21:40 +0000
Re: naughty Pascal Daniel <me@sc1f1dan.com> - 2026-01-18 12:30 -0800
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-18 21:08 -0500
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-19 16:22 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-13 09:23 +0000
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-12 08:25 -0800
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-12 18:22 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-11 11:26 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-11 21:35 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-12 11:57 +0000
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-12 23:41 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-13 06:32 +0000
Re: naughty Pascal Harold Stevens <wookie@aspen.localdomain> - 2026-01-13 04:35 -0600
Re: naughty Pascal "Carlos E.R." <robin_listas@es.invalid> - 2026-01-20 15:38 +0100
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-09 09:36 -0800
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 06:58 +0000
Re: naughty Pascal Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2026-01-09 09:19 -0800
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-07 06:33 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-07 09:55 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-07 21:46 +0000
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-08 04:57 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-07 18:48 -0500
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-07 06:33 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-07 07:31 -0700
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-05 23:18 -0500
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-06 07:42 -0700
Re: naughty Pascal Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-06 20:01 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-07 07:27 -0700
Re: naughty Pascal antispam@fricas.org (Waldek Hebisch) - 2026-01-06 22:32 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-06 20:53 -0500
Re: naughty Pascal cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-07 11:51 +0000
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-06 08:20 -0800
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-06 10:15 +0000
Re: naughty Pascal Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-06 06:33 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-06 19:20 +0000
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-06 09:14 -0800
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-05 12:33 -0700
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-05 11:50 -0800
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-05 13:37 -0800
Re: naughty Pascal "Carlos E.R." <robin_listas@es.invalid> - 2026-01-06 13:19 +0100
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-06 08:30 -0800
Re: naughty Pascal cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-06 17:04 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-06 16:30 -0500
Re: naughty Pascal "Carlos E.R." <robin_listas@es.invalid> - 2026-01-07 13:40 +0100
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-07 07:47 -0700
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-07 20:08 +0000
Re: naughty Pascal Richard Kettlewell <invalid@invalid.invalid> - 2026-01-07 20:18 +0000
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-08 04:57 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-08 00:36 -0500
Re: naughty Pascal Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-08 07:00 +0000
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-08 08:33 -0800
Re: naughty Pascal Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-08 20:00 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-08 20:21 +0000
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-08 22:45 +0000
Re: naughty Pascal Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-08 23:52 +0000
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-09 16:03 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-08 07:51 -0700
Re: naughty Pascal "Carlos E.R." <robin_listas@es.invalid> - 2026-01-07 13:38 +0100
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-07 22:03 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-07 19:21 -0700
Re: naughty Pascal Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-08 02:26 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-07 23:20 -0500
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-08 11:20 +0000
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-08 08:34 -0800
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-08 20:19 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 01:42 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-09 09:57 +0000
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-08 14:43 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-08 20:15 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 01:44 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-09 09:56 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-08 19:28 -0700
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-08 07:47 -0700
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-08 19:52 +0000
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-08 22:45 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 01:35 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-09 10:02 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-09 08:16 -0700
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-09 18:46 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 20:40 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 20:38 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-09 20:56 -0700
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-10 10:58 +0000
Re: naughty Pascal cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-10 03:12 +0000
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-10 19:39 +0000
Re: naughty useless code (was Re: naughty Pascal) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-10 20:52 +0000
Re: naughty useless code (was Re: naughty Pascal) rbowman <bowman@montana.com> - 2026-01-11 00:02 +0000
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-09 16:04 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-08 20:54 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 06:36 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-09 08:13 -0700
Re: Naughty PL/I (was Re: naughty Pascal) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-09 18:38 +0000
Re: naughty Pascal Stéphane CARPENTIER <sc@fiat-linux.fr> - 2026-01-10 14:40 +0000
Re: naughty Pascal Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-10 20:50 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-11 02:00 -0500
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-11 16:55 +0000
Re: Naughty Fortran (was Re: naughty Pascal) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-11 20:24 +0000
Re: Naughty Fortran (was Re: naughty Pascal) c186282 <c186282@nnada.net> - 2026-01-11 18:00 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-11 21:31 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-08 19:49 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-08 20:43 -0500
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-10 19:39 +0000
Re: naughty C (was Re: naughty Pascal) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-10 20:47 +0000
Re: naughty C (was Re: naughty Pascal) Nuno Silva <nunojsilva@invalid.invalid> - 2026-01-11 00:27 +0000
Re: naughty C (was Re: naughty Pascal) John Ames <commodorejohn@gmail.com> - 2026-01-10 18:41 -0800
Re: naughty C (was Re: naughty Pascal) Peter Flass <Peter@Iron-Spring.com> - 2026-01-10 20:06 -0700
Re: naughty C (was Re: naughty Pascal) c186282 <c186282@nnada.net> - 2026-01-10 22:44 -0500
Re: naughty C (was Re: naughty Pascal) Peter Flass <Peter@Iron-Spring.com> - 2026-01-11 07:40 -0700
Re: naughty C (was Re: naughty Pascal) Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-11 03:50 +0000
Re: naughty C (was Re: naughty Pascal) Harold Stevens <wookie@aspen.localdomain> - 2026-01-11 05:55 -0600
Re: naughty C (was Re: naughty Pascal) Pancho <Pancho.Jones@protonmail.com> - 2026-01-11 14:18 +0000
Re: naughty C (was Re: naughty Pascal) Andreas Eder <a_eder_muc@web.de> - 2026-01-11 17:00 +0100
Re: naughty C (was Re: naughty Pascal) rbowman <bowman@montana.com> - 2026-01-11 20:44 +0000
Re: naughty C (was Re: naughty Pascal) The Natural Philosopher <tnp@invalid.invalid> - 2026-01-12 11:49 +0000
Re: naughty C (was Re: naughty Pascal) Peter Flass <Peter@Iron-Spring.com> - 2026-01-12 07:52 -0700
Re: naughty C (was Re: naughty Pascal) Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-12 17:03 +0000
Re: naughty C (was Re: naughty Pascal) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-12 19:57 +0000
Re: naughty C (was Re: naughty Pascal) scott@slp53.sl.home (Scott Lurndal) - 2026-01-12 20:05 +0000
Re: naughty C (was Re: naughty Pascal) Niklas Karlsson <nikke.karlsson@gmail.com> - 2026-01-12 20:16 +0000
Re: naughty C (was Re: naughty Pascal) rbowman <bowman@montana.com> - 2026-01-13 05:01 +0000
Re: naughty C (was Re: naughty Pascal) Niklas Karlsson <nikke.karlsson@gmail.com> - 2026-01-13 06:31 +0000
Re: naughty C (was Re: naughty Pascal) rbowman <bowman@montana.com> - 2026-01-13 08:09 +0000
Re: naughty C (was Re: naughty Pascal) Niklas Karlsson <nikke.karlsson@gmail.com> - 2026-01-13 14:21 +0000
Re: naughty C (was Re: naughty Pascal) rbowman <bowman@montana.com> - 2026-01-13 17:54 +0000
Re: naughty C (was Re: naughty Pascal) rbowman <bowman@montana.com> - 2026-01-13 04:46 +0000
Re: naughty C (was Re: naughty Pascal) rbowman <bowman@montana.com> - 2026-01-13 04:31 +0000
Re: naughty C (was Re: naughty Pascal) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-12 19:56 +0000
Re: naughty C (was Re: naughty Pascal) Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-13 00:24 +0000
Re: naughty C (was Re: naughty Pascal) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-13 00:36 +0000
Re: naughty C (was Re: naughty Pascal) c186282 <c186282@nnada.net> - 2026-01-12 23:04 -0500
Re: naughty C (was Re: naughty Pascal) c186282 <c186282@nnada.net> - 2026-01-11 01:52 -0500
Re: naughty C (was Re: naughty Pascal) John Ames <commodorejohn@gmail.com> - 2026-01-10 23:34 -0800
Re: naughty C (was Re: naughty Pascal) c186282 <c186282@nnada.net> - 2026-01-11 02:50 -0500
Re: naughty C (was Re: naughty Pascal) Stéphane CARPENTIER <sc@fiat-linux.fr> - 2026-01-11 14:55 +0000
Re: naughty C (was Re: naughty Pascal) antispam@fricas.org (Waldek Hebisch) - 2026-01-12 02:42 +0000
Re: naughty C (was Re: naughty Pascal) Peter Flass <Peter@Iron-Spring.com> - 2026-01-12 07:50 -0700
Re: naughty C (was Re: naughty Pascal) John Ames <commodorejohn@gmail.com> - 2026-01-12 09:14 -0800
Re: naughty C (was Re: naughty Pascal) Peter Flass <Peter@Iron-Spring.com> - 2026-01-12 13:12 -0700
Re: naughty C (was Re: naughty Pascal) Harold Stevens <wookie@aspen.localdomain> - 2026-01-12 14:48 -0600
Re: naughty C (was Re: naughty Pascal) Peter Flass <Peter@Iron-Spring.com> - 2026-01-11 07:48 -0700
Re: naughty Pascal antispam@fricas.org (Waldek Hebisch) - 2026-01-11 01:32 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-11 11:21 +0000
Re: naughty Pascal Bob Martin <bob.martin@excite.com> - 2026-01-09 06:20 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-09 08:09 -0700
Re: Naughty Python (was Re: naughty Pascal) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-09 18:37 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 20:17 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-06 19:22 +0000
Re: naughty Pascal "Carlos E.R." <robin_listas@es.invalid> - 2026-01-07 13:41 +0100
Re: naughty Pascal Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-05 21:42 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-05 20:33 -0700
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-05 22:58 -0500
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-05 20:27 -0700
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-05 22:54 -0500
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-06 07:40 -0700
Re: naughty Pascal Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-06 04:09 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-06 10:10 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-06 07:46 -0700
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-06 17:19 +0000
Re: naughty Pascal Peter Flass <Peter@Iron-Spring.com> - 2026-01-06 12:39 -0700
Re: naughty Pascal cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-06 19:56 +0000
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-07 06:33 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-07 09:44 +0000
COBOL compilers (Re: naughty Pascal) Lars Poulsen <lars@beagle-ears.com> - 2026-01-07 14:11 +0000
Re: COBOL compilers (Re: naughty Pascal) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-07 20:21 +0000
Re: COBOL compilers (Re: naughty Pascal) Peter Flass <Peter@Iron-Spring.com> - 2026-01-07 19:16 -0700
Re: COBOL compilers (Re: naughty Pascal) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-08 02:24 +0000
Re: COBOL compilers (Re: naughty Pascal) Peter Flass <Peter@Iron-Spring.com> - 2026-01-08 07:41 -0700
Re: COBOL compilers (Re: naughty Pascal) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-08 20:02 +0000
Re: COBOL compilers (Re: naughty Pascal) rbowman <bowman@montana.com> - 2026-01-08 02:24 +0000
Re: COBOL compilers (Re: naughty Pascal) Dan Espen <dan1espen@gmail.com> - 2026-01-09 14:22 -0500
Re: COBOL compilers (Re: naughty Pascal) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-09 22:12 +0000
Re: COBOL compilers (Re: naughty Pascal) Dan Espen <dan1espen@gmail.com> - 2026-01-10 12:18 -0500
Re: COBOL compilers (Re: naughty Pascal) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-10 20:46 +0000
Re: naughty Pascal Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-06 19:57 +0000
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-06 21:53 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-06 19:17 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-06 16:06 -0500
Re: naughty Pascal cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-06 23:44 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-07 09:57 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-07 09:56 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-07 22:08 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-08 11:21 +0000
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-08 04:57 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-08 00:41 -0500
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-08 11:26 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-08 19:59 +0000
Re: naughty Pascal Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-08 22:45 +0000
Re: naughty Pascal c186282 <c186282@nnada.net> - 2026-01-08 21:00 -0500
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-08 20:00 +0000
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-08 20:09 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 02:02 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-09 10:05 +0000
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-09 16:02 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-09 18:48 +0000
Re: naughty Pascal rbowman <bowman@montana.com> - 2026-01-09 20:27 +0000
Re: naughty Pascal The Natural Philosopher <tnp@invalid.invalid> - 2026-01-10 10:15 +0000
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-06 15:31 +0000
Re: naughty Pascal Richard Kettlewell <invalid@invalid.invalid> - 2026-01-06 10:39 +0000
Re: naughty Pascal John Ames <commodorejohn@gmail.com> - 2026-01-06 09:25 -0800
Re: naughty Pascal scott@slp53.sl.home (Scott Lurndal) - 2026-01-05 20:35 +0000
Re: naughty Pascal "Carlos E.R." <robin_listas@es.invalid> - 2026-01-06 13:25 +0100
Re: naughty Pascal Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-06 20:00 +0000
Re: naughty Python Peter Flass <Peter@Iron-Spring.com> - 2026-01-02 14:51 -0700
Re: naughty Python Lars Poulsen <lars@beagle-ears.com> - 2026-01-02 22:50 +0000
Re: old Algol, was naughty Python John Levine <johnl@taugh.com> - 2026-01-03 02:45 +0000
Re: naughty Python Peter Flass <Peter@Iron-Spring.com> - 2026-01-02 19:47 -0700
Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2026-01-01 21:00 +0000
Re: naughty Python rbowman <bowman@montana.com> - 2026-01-01 21:43 +0000
Re: naughty Python antispam@fricas.org (Waldek Hebisch) - 2026-01-01 23:54 +0000
Re: naughty Python Peter Flass <Peter@Iron-Spring.com> - 2026-01-01 20:14 -0700
Re: naughty Python rbowman <bowman@montana.com> - 2026-01-02 06:03 +0000
Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2026-01-02 11:02 +0000
Re: naughty Python rbowman <bowman@montana.com> - 2026-01-02 05:59 +0000
Re: naughty Python ted@loft.tnolan.com (Ted Nolan <tednolan>) - 2026-01-02 06:01 +0000
Re: naughty Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-02 06:58 +0000
Re: naughty Python ted@loft.tnolan.com (Ted Nolan <tednolan>) - 2026-01-02 17:14 +0000
Re: naughty Python c186282 <c186282@nnada.net> - 2026-01-02 14:58 -0500
Re: naughty Python ted@loft.tnolan.com (Ted Nolan <tednolan>) - 2026-01-02 21:11 +0000
Re: naughty Python c186282 <c186282@nnada.net> - 2026-01-02 05:37 -0500
Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2026-01-02 11:04 +0000
Re: naughty Python "Carlos E.R." <robin_listas@es.invalid> - 2026-01-02 12:24 +0100
Re: naughty Python c186282 <c186282@nnada.net> - 2026-01-02 06:51 -0500
Re: naughty Python rbowman <bowman@montana.com> - 2026-01-02 19:56 +0000
Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2026-01-02 10:59 +0000
Re: naughty Python "Carlos E.R." <robin_listas@es.invalid> - 2026-01-02 12:27 +0100
Re: naughty Python c186282 <c186282@nnada.net> - 2026-01-02 06:54 -0500
Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2026-01-02 11:57 +0000
Re: naughty Python c186282 <c186282@nnada.net> - 2026-01-02 07:10 -0500
Re: naughty Python "Carlos E.R." <robin_listas@es.invalid> - 2026-01-02 14:34 +0100
Re: naughty Python "Carlos E.R." <robin_listas@es.invalid> - 2026-01-02 14:38 +0100
Re: naughty Python John Ames <commodorejohn@gmail.com> - 2026-01-02 08:49 -0800
Re: C structure portability, naughty Python John Levine <johnl@taugh.com> - 2026-01-02 18:26 +0000
Re: C structure portability, naughty Python c186282 <c186282@nnada.net> - 2026-01-02 15:08 -0500
Re: C structure portability, naughty Python John Levine <johnl@taugh.com> - 2026-01-02 20:32 +0000
Re: C structure portability, naughty Python rbowman <bowman@montana.com> - 2026-01-03 00:08 +0000
Re: C structure portability, naughty Python John Levine <johnl@taugh.com> - 2026-01-03 02:47 +0000
Re: C structure portability, naughty Python Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-03 07:03 -0500
Re: C structure portability, naughty Python rbowman <bowman@montana.com> - 2026-01-03 19:43 +0000
Re: C structure portability, naughty Python Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-04 06:42 -0500
Re: C structure portability, naughty Python rbowman <bowman@montana.com> - 2026-01-04 20:29 +0000
Re: C structure portability, naughty Python "Carlos E.R." <robin_listas@es.invalid> - 2026-01-04 15:14 +0100
Re: C structure portability, naughty Python Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-04 09:43 -0500
Re: C structure portability, naughty Python Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-04 19:41 +0000
Re: Naughty C♯ Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-04 21:18 +0000
Re: Naughty C♯ c186282 <c186282@nnada.net> - 2026-01-04 19:04 -0500
Re: Naughty C♯ rbowman <bowman@montana.com> - 2026-01-05 03:55 +0000
Re: Naughty C♯ The Natural Philosopher <tnp@invalid.invalid> - 2026-01-05 11:29 +0000
Re: Naughty C♯ Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-05 06:59 -0500
Re: Naughty C♯ Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-05 06:55 -0500
Re: Naughty C♯ rbowman <bowman@montana.com> - 2026-01-05 17:43 +0000
Re: Naughty C♯ Niklas Karlsson <nikke.karlsson@gmail.com> - 2026-01-05 18:08 +0000
Re: Naughty C♯ rbowman <bowman@montana.com> - 2026-01-05 20:32 +0000
Re: Naughty C♯ Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-05 17:25 -0500
Re: Naughty C♯ Pancho <Pancho.Jones@protonmail.com> - 2026-01-06 07:55 +0000
Re: Naughty C♯ Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-06 06:19 -0500
Re: Naughty C♯ c186282 <c186282@nnada.net> - 2026-01-05 08:26 -0500
Re: Naughty C♯ rbowman <bowman@montana.com> - 2026-01-05 18:09 +0000
Re: Naughty C♯ Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-05 18:16 +0000
Re: Naughty C♯ Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-05 05:57 +0000
Re: Naughty C♯ rbowman <bowman@montana.com> - 2026-01-05 17:48 +0000
Re: Naughty C♯ The Natural Philosopher <tnp@invalid.invalid> - 2026-01-05 18:09 +0000
Re: Naughty C♯ Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-05 18:20 +0000
Re: Naughty C♯ Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-05 18:24 +0000
Re: Naughty C♯ Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-05 21:44 +0000
Re: Naughty C♯ c186282 <c186282@nnada.net> - 2026-01-05 19:31 -0500
Re: Naughty C♯ antispam@fricas.org (Waldek Hebisch) - 2026-01-06 12:16 +0000
Re: Naughty C♯ Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-06 11:12 -0500
Re: Naughty C♯ cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-06 16:25 +0000
Re: Naughty C♯ scott@slp53.sl.home (Scott Lurndal) - 2026-01-06 17:59 +0000
Re: Naughty C♯ cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-06 19:59 +0000
Re: Naughty C♯ scott@slp53.sl.home (Scott Lurndal) - 2026-01-06 21:57 +0000
Re: Naughty C♯ cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-07 13:37 +0000
Re: Naughty C♯ scott@slp53.sl.home (Scott Lurndal) - 2026-01-07 15:30 +0000
Re: Naughty C♯ The Natural Philosopher <tnp@invalid.invalid> - 2026-01-06 17:26 +0000
Re: Re: Naughty C♯ cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-06 17:50 +0000
Re: Naughty C♯ rbowman <bowman@montana.com> - 2026-01-06 19:06 +0000
Re: Naughty C♯ c186282 <c186282@nnada.net> - 2026-01-06 16:24 -0500
Re: Naughty C♯ antispam@fricas.org (Waldek Hebisch) - 2026-01-06 23:10 +0000
Re: Naughty C♯ scott@slp53.sl.home (Scott Lurndal) - 2026-01-07 00:22 +0000
Re: Naughty C♯ c186282 <c186282@nnada.net> - 2026-01-06 21:00 -0500
Re: Naughty C♯ rbowman <bowman@montana.com> - 2026-01-07 21:24 +0000
Re: Naughty C♯ antispam@fricas.org (Waldek Hebisch) - 2026-01-08 01:00 +0000
Re: Naughty C♯ Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-07 06:33 +0000
Re: Naughty C♯ scott@slp53.sl.home (Scott Lurndal) - 2026-01-07 15:27 +0000
Re: Naughty C♯ rbowman <bowman@montana.com> - 2026-01-07 21:29 +0000
Re: Naughty C♯ The Natural Philosopher <tnp@invalid.invalid> - 2026-01-07 10:02 +0000
Re: Re: Naughty C♯ cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-07 11:53 +0000
Re: Naughty C♯ Peter Flass <Peter@Iron-Spring.com> - 2026-01-07 07:34 -0700
Re: Re: Naughty C♯ cross@spitfire.i.gajendra.net (Dan Cross) - 2026-01-07 15:13 +0000
Re: Naughty C♯ Peter Flass <Peter@Iron-Spring.com> - 2026-01-07 12:20 -0700
Re: Naughty C♯ John Ames <commodorejohn@gmail.com> - 2026-01-07 11:40 -0800
Re: Naughty C♯ Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-07 20:20 +0000
Re: Naughty C♯ rbowman <bowman@montana.com> - 2026-01-07 21:36 +0000
Re: Naughty C♯ The Natural Philosopher <tnp@invalid.invalid> - 2026-01-07 20:09 +0000
Re: Naughty C♯ "Carlos E.R." <robin_listas@es.invalid> - 2026-01-06 13:36 +0100
Re: Naughty C♯ Peter Flass <Peter@Iron-Spring.com> - 2026-01-06 07:55 -0700
Re: Naughty PL/I (was Re: Naughty C♯) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-06 20:04 +0000
What is wrong with C? (and fond memories of VAX) Lars Poulsen <lars@beagle-ears.com> - 2026-01-06 15:15 +0000
Re: What is wrong with C? (and fond memories of VAX) Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-06 18:57 +0000
Re: What is wrong with C? (and fond memories of VAX) rbowman <bowman@montana.com> - 2026-01-06 20:10 +0000
Re: What is wrong with C? (and fond memories of VAX) scott@slp53.sl.home (Scott Lurndal) - 2026-01-06 21:59 +0000
Re: What is wrong with C? (and fond memories of VAX) Richard Kettlewell <invalid@invalid.invalid> - 2026-01-06 22:54 +0000
Re: What is wrong with C? (and fond memories of VAX) rbowman <bowman@montana.com> - 2026-01-07 01:40 +0000
Re: What is wrong with C? (and fond memories of VAX) Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-07 06:33 +0000
Re: What is wrong with C? (and fond memories of VAX) "Carlos E.R." <robin_listas@es.invalid> - 2026-01-07 13:30 +0100
Re: What is wrong with C? (and fond memories of VAX) rbowman <bowman@montana.com> - 2026-01-07 22:49 +0000
Re: What is wrong with C? (and fond memories of VAX) c186282 <c186282@nnada.net> - 2026-01-08 00:47 -0500
Re: What is wrong with C? (and fond memories of VAX) The Natural Philosopher <tnp@invalid.invalid> - 2026-01-08 11:23 +0000
Re: What is wrong with C? (and fond memories of VAX) Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-08 19:16 +0000
Re: What is wrong with C? (and fond memories of VAX) rbowman <bowman@montana.com> - 2026-01-08 20:34 +0000
Re: What is wrong with C? (and fond memories of VAX) Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-01-08 22:45 +0000
Re: What is wrong with C? (and fond memories of VAX) sean@conman.org - 2026-01-09 00:23 +0000
Re: What is wrong with C? (and fond memories of VAX) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-09 04:54 +0000
Re: What is wrong with C? (and fond memories of VAX) rbowman <bowman@montana.com> - 2026-01-09 07:08 +0000
Re: What is wrong with C? (and fond memories of VAX) scott@slp53.sl.home (Scott Lurndal) - 2026-01-09 16:18 +0000
Re: What is wrong with C? (and fond memories of VAX) "Carlos E.R." <robin_listas@es.invalid> - 2026-01-12 15:44 +0100
Re: What is wrong with C? (and fond memories of VAX) rbowman <bowman@montana.com> - 2026-01-12 18:57 +0000
Re: What is wrong with C? (and fond memories of VAX) Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-01-12 19:59 +0000
Re: What is wrong with C? (and fond memories of VAX) Chris Ahlstrom <OFeem1987@teleworm.us> - 2026-01-13 06:13 -0500
Re: What is wrong with C? (and fond memories of VAX) rbowman <bowman@montana.com> - 2026-01-13 18:22 +0000
Re: Naughty C♯ The Natural Philosopher <tnp@invalid.invalid> - 2026-01-06 17:17 +0000
Re: Naughty C♯ rbowman <bowman@montana.com> - 2026-01-06 18:59 +0000
Re: Naughty C♯ The Natural Philosopher <tnp@invalid.invalid> - 2026-01-05 11:26 +0000
(Thread has 681 articles, showing 500 — browse group in flat view)
csiph-web