Seeding from the 1.2 tree.

This commit is contained in:
Dan Mashal
2013-01-01 03:00:55 -08:00
parent d8c87c4ded
commit 87b806a563
1424 changed files with 260320 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Synopsis:
load spfix
Description:
THis script contains a simple function that returns the input string
with the first word stripped off, preserving any whitespace that
precedes the second word. This is necessary, because clients compiled
with the STRIP_EXTRANEOUS_SPACES option will normally strip out the
extra whitespace, which not everyone likes. The function is called
$spfix(), and may be given a string of any length. Refer to the source
code for more information.
See Also:
Compile_Opts(7); info(6); load(5)
Other Notes:
This function was written by James Sneeringer (CrowMan), jvs@ocslink.com,
regardless of what the source code says. ;)