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.)
diffhistPath (computing)23:32−5Guy Harristalkcontribs(A given file system has a root directory, but only the root directory of the root file system is the system root directory; absolute paths are relative to the latter.)
diffhistPath (computing)23:22+5Guy Harristalkcontribs(The path separator is a feature of the *operating system*, not the *file system*. Most UN*Xes, and Windows, support multiple file systems, and a path can start on one file system type and go to another file system type, but the separator is the same; HFS Plus runs on both the classic Mac OS and macOS, but the former uses : and the latter uses / as a pathnameseparator.)
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