1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 10:15:48 +02:00

merge with 1.8.1h

This commit is contained in:
Jim Meyering
1993-10-24 21:30:08 +00:00
parent 3bc2827212
commit cfe240bbd8
22 changed files with 56 additions and 36 deletions

View File

@@ -46,6 +46,7 @@
#include "system.h"
#include "version.h"
#include "long-option.h"
#if !defined (isascii) || defined (STDC_HEADERS)
#undef isascii
@@ -54,10 +55,6 @@
#define ISDIGIT(c) (isascii (c) && isdigit (c))
#if !__STDC__
#define const
#endif
#define NEW(type) ((type *) xmalloc (sizeof (type)))
#define OLD(x) free ((char *) x)
@@ -91,7 +88,6 @@ void error ();
char *xstrdup ();
char *strstr ();
char *xmalloc ();
void parse_long_options ();
static VALUE *docolon ();
static VALUE *eval ();
@@ -121,7 +117,7 @@ Usage: %s EXPRESSION\n\
program_name, program_name);
if (status != 0)
fprintf (stderr, "\nTry `%s --help' for more information.\n",
fprintf (stderr, "Try `%s --help' for more information.\n",
program_name);
else
{
@@ -155,7 +151,12 @@ separates increasing precedence groups. EXPRESSION may be:\n\
\n\
STRING : REGEXP anchored pattern match of REGEXP in STRING\n\
\n\
( EXPRESSION ) value of EXPRESSION\n\
match STRING REGEXP same as STRING : REGEXP\n\
substr STRING POS LENGTH substring of STRING, POS counted from 1\n\
index STRING CHARS index in STRING where any CHARS is found, or 0\n\
length STRING length of STRING\n\
\n\
( EXPRESSION ) value of EXPRESSION\n\
");
printf ("\
\n\