On 6/19/15, Andy Gibbs <[email protected]> wrote: > Hi, > > As an admirer of DRH's code beauty stance, and having been kicking > around long enough to remember the markdown debacle, I was a little > surprised to see the "s-word" (!) appear in the fossil repository > (src/linenoise.c line 216). > > Please don't misunderstand me, this is not being facetious, not is > it meant to be some sort of weird troll. It is, honestly, just a > noise of surprise on my part. :o) > > I expect it was simply over-looked during import from a 3rd-party. >
It was indeed an oversight on imported 3rd-party code. linenoise.c is a command-line editing library used by the "fossil sql" command. Including linenoise.c in the source tree works around the problem of various unix systems having different and incompatible command-line editing libraries, or frequently none at all. Linenoise comes from antirez (Salvatore Sanfilippo). The comment in question provided the reader with no useful information and so it was a simple matter to delete it. Thanks for pointing out the oversight. -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

