The website brenemanlabs.com has vanished and most google answers say "Paul Breneman" passed away.
So he might have gone, silently, hopefully in peace.
I can say this freely, I am 67 now and know even my life has an end, sooner or (hopefully) later.
This said, behind other languages there are big companys and big money, gcc was even supported by US military, because these guys need a certified compiler if they write certified software. US military is going from ADA to C++, because integration to other systems is easier and C++ 20 now got a module concept similar to MODULA II. Other extensions -including simplifying and clarifying syntax and error messages, especially for templates- are in the pipeline for C++23.
Pascal is a beautiful language, but it suffers from some dogmas that are historically justified but hinder its evolution, and currently only emba and the freepascal team are behind it.
BTW, C was never designed to evolve. It had no design and the syntax was pragmatically, however, therefore it was able to evolve.
Finally: Pascal was not designed to evolve, however in software industry you need forward compatible evolution, not revolution or stagnation, this is the credo of Bjarne Stroustrup and his C++, and this explains the success.
BTW, C was not designed to evolve. The syntax was pragmatical and has evolved from "no function prototypes and integer can be used as pointer and vice versa" to today.
Another point is, C was distributed with Unix without additional cost.
Therefore many Universities and finally Microsoft and Apple used it.
I can remember when it was reported, C is faster on a Unix computer than a machine natively designed for executing Pascal P-Code and LISP on a Unix Computer (Sun-SPARK) was faster than LISP on a dedicated LISP machine and cheaper.