diffhistJavaScript14:53−483Axlrosentalkcontribs(This information would be helpful to an article focussing on web browsers, but this article is about JavaScript, and Mosaic is quite tangential)
diffhistPerl13:48−2A Shortfall Of Gravitastalkcontribs(→Ports: "readme.txt" with no other information is the opposite of a citation, and may in fact be the most useless thing I've seen in ref tags in the history of wikipedia.)
diffhistmC++21:31−2Vivaidristalkcontribs(If I need to explain why C++ is low-level, here is how you do a Hello World program in C++: #include <iostream> int main(){ std::cout << "Hello World" << std::endl; return 0; })Tag: Reverted
diffhistNull pointer05:47+211Guy Harristalkcontribs(→Null dereferencing: A SIGSEGV signal for an access violation is allowed, but *not* guaranteed, by the C or C++ standards, so catching SIGSEGV only works on platforms that deliver SIGSEGV. Unix-like systems, and the Visual Studio C/C++ runtime on Windows, deliver SIGSEGV in that case, but there may be other platforms that don't.)