[BACK]Return to mdoc_validate.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_validate.c between version 1.367 and 1.375

version 1.367, 2018/12/31 04:55:47 version 1.375, 2019/09/13 19:26:46
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010-2018 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2010-2019 Ingo Schwarze <schwarze@openbsd.org>
  * Copyright (c) 2010 Joerg Sonnenberger <joerg@netbsd.org>   * Copyright (c) 2010 Joerg Sonnenberger <joerg@netbsd.org>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
Line 64  static size_t  macro2len(enum roff_tok);
Line 64  static size_t  macro2len(enum roff_tok);
 static  void     rewrite_macro2len(struct roff_man *, char **);  static  void     rewrite_macro2len(struct roff_man *, char **);
 static  int      similar(const char *, const char *);  static  int      similar(const char *, const char *);
   
 static  void     post_abort(POST_ARGS);  static  void     post_abort(POST_ARGS) __attribute__((__noreturn__));
 static  void     post_an(POST_ARGS);  static  void     post_an(POST_ARGS);
 static  void     post_an_norm(POST_ARGS);  static  void     post_an_norm(POST_ARGS);
 static  void     post_at(POST_ARGS);  static  void     post_at(POST_ARGS);
Line 336  mdoc_validate(struct roff_man *mdoc)
Line 336  mdoc_validate(struct roff_man *mdoc)
                 if (n->sec != SEC_SYNOPSIS ||                  if (n->sec != SEC_SYNOPSIS ||
                     (np->tok != MDOC_Cd && np->tok != MDOC_Fd))                      (np->tok != MDOC_Cd && np->tok != MDOC_Fd))
                         check_text(mdoc, n->line, n->pos, n->string);                          check_text(mdoc, n->line, n->pos, n->string);
                 if (np->tok != MDOC_Ql && np->tok != MDOC_Dl &&                  if ((n->flags & NODE_NOFILL) == 0 &&
                     (np->tok != MDOC_Bd ||  
                      (mdoc->flags & MDOC_LITERAL) == 0) &&  
                     (np->tok != MDOC_It || np->type != ROFFT_HEAD ||                      (np->tok != MDOC_It || np->type != ROFFT_HEAD ||
                      np->parent->parent->norm->Bl.type != LIST_diag))                       np->parent->parent->norm->Bl.type != LIST_diag))
                         check_text_em(mdoc, n->line, n->pos, n->string);                          check_text_em(mdoc, n->line, n->pos, n->string);
Line 411  check_text(struct roff_man *mdoc, int ln, int pos, cha
Line 409  check_text(struct roff_man *mdoc, int ln, int pos, cha
 {  {
         char            *cp;          char            *cp;
   
         if (MDOC_LITERAL & mdoc->flags)          if (mdoc->last->flags & NODE_NOFILL)
                 return;                  return;
   
         for (cp = p; NULL != (p = strchr(p, '\t')); p++)          for (cp = p; NULL != (p = strchr(p, '\t')); p++)
Line 1188  post_fname(POST_ARGS)
Line 1186  post_fname(POST_ARGS)
         size_t                   pos;          size_t                   pos;
   
         n = mdoc->last->child;          n = mdoc->last->child;
         pos = strcspn(n->string, "()");          cp = n->string;
         cp = n->string + pos;          if (*cp == '(') {
         if ( ! (cp[0] == '\0' || (cp[0] == '(' && cp[1] == '*')))                  if (cp[strlen(cp + 1)] == ')')
                 mandoc_msg(MANDOCERR_FN_PAREN, n->line, n->pos + pos,                          return;
                     "%s", n->string);                  pos = 0;
           } else {
                   pos = strcspn(cp, "()");
                   if (cp[pos] == '\0')
                           return;
           }
           mandoc_msg(MANDOCERR_FN_PAREN, n->line, n->pos + pos, "%s", cp);
 }  }
   
 static void  static void
Line 1583  post_it(POST_ARGS)
Line 1587  post_it(POST_ARGS)
                         mandoc_msg(MANDOCERR_BL_COL, nit->line, nit->pos,                          mandoc_msg(MANDOCERR_BL_COL, nit->line, nit->pos,
                             "%d columns, %d cells", cols, i);                              "%d columns, %d cells", cols, i);
                 else if (nit->head->next->child != NULL &&                  else if (nit->head->next->child != NULL &&
                     nit->head->next->child->line > nit->line)                      nit->head->next->child->flags & NODE_LINE)
                         mandoc_msg(MANDOCERR_IT_NOARG,                          mandoc_msg(MANDOCERR_IT_NOARG,
                             nit->line, nit->pos, "Bl -column It");                              nit->line, nit->pos, "Bl -column It");
                 break;                  break;
Line 1900  post_sm(POST_ARGS)
Line 1904  post_sm(POST_ARGS)
 static void  static void
 post_root(POST_ARGS)  post_root(POST_ARGS)
 {  {
         const char *openbsd_arch[] = {  
                 "alpha", "amd64", "arm64", "armv7", "hppa", "i386",  
                 "landisk", "loongson", "luna88k", "macppc", "mips64",  
                 "octeon", "sgi", "socppc", "sparc64", NULL  
         };  
         const char *netbsd_arch[] = {  
                 "acorn26", "acorn32", "algor", "alpha", "amiga",  
                 "arc", "atari",  
                 "bebox", "cats", "cesfic", "cobalt", "dreamcast",  
                 "emips", "evbarm", "evbmips", "evbppc", "evbsh3", "evbsh5",  
                 "hp300", "hpcarm", "hpcmips", "hpcsh", "hppa",  
                 "i386", "ibmnws", "luna68k",  
                 "mac68k", "macppc", "mipsco", "mmeye", "mvme68k", "mvmeppc",  
                 "netwinder", "news68k", "newsmips", "next68k",  
                 "pc532", "playstation2", "pmax", "pmppc", "prep",  
                 "sandpoint", "sbmips", "sgimips", "shark",  
                 "sparc", "sparc64", "sun2", "sun3",  
                 "vax", "walnut", "x68k", "x86", "x86_64", "xen", NULL  
         };  
         const char **arches[] = { NULL, netbsd_arch, openbsd_arch };  
   
         struct roff_node *n;          struct roff_node *n;
         const char **arch;  
   
         /* Add missing prologue data. */          /* Add missing prologue data. */
   
         if (mdoc->meta.date == NULL)          if (mdoc->meta.date == NULL)
                 mdoc->meta.date = mdoc->quick ? mandoc_strdup("") :                  mdoc->meta.date = mandoc_normdate(mdoc, NULL, 0, 0);
                     mandoc_normdate(mdoc, NULL, 0, 0);  
   
         if (mdoc->meta.title == NULL) {          if (mdoc->meta.title == NULL) {
                 mandoc_msg(MANDOCERR_DT_NOTITLE, 0, 0, "EOF");                  mandoc_msg(MANDOCERR_DT_NOTITLE, 0, 0, "EOF");
Line 1948  post_root(POST_ARGS)
Line 1929  post_root(POST_ARGS)
                     "(OpenBSD)" : "(NetBSD)");                      "(OpenBSD)" : "(NetBSD)");
   
         if (mdoc->meta.arch != NULL &&          if (mdoc->meta.arch != NULL &&
             (arch = arches[mdoc->meta.os_e]) != NULL) {              arch_valid(mdoc->meta.arch, mdoc->meta.os_e) == 0) {
                 while (*arch != NULL && strcmp(*arch, mdoc->meta.arch))                  n = mdoc->meta.first->child;
                         arch++;                  while (n->tok != MDOC_Dt ||
                 if (*arch == NULL) {                      n->child == NULL ||
                         n = mdoc->meta.first->child;                      n->child->next == NULL ||
                         while (n->tok != MDOC_Dt ||                      n->child->next->next == NULL)
                             n->child == NULL ||                          n = n->next;
                             n->child->next == NULL ||                  n = n->child->next->next;
                             n->child->next->next == NULL)                  mandoc_msg(MANDOCERR_ARCH_BAD, n->line, n->pos,
                                 n = n->next;                      "Dt ... %s %s", mdoc->meta.arch,
                         n = n->child->next->next;                      mdoc->meta.os_e == MANDOC_OS_OPENBSD ?
                         mandoc_msg(MANDOCERR_ARCH_BAD, n->line, n->pos,                      "(OpenBSD)" : "(NetBSD)");
                             "Dt ... %s %s", mdoc->meta.arch,  
                             mdoc->meta.os_e == MANDOC_OS_OPENBSD ?  
                             "(OpenBSD)" : "(NetBSD)");  
                 }  
         }          }
   
         /* Check that we begin with a proper `Sh'. */          /* Check that we begin with a proper `Sh'. */
Line 2547  post_dd(POST_ARGS)
Line 2524  post_dd(POST_ARGS)
                 mandoc_msg(MANDOCERR_PROLOG_ORDER,                  mandoc_msg(MANDOCERR_PROLOG_ORDER,
                     n->line, n->pos, "Dd after Os");                      n->line, n->pos, "Dd after Os");
   
         if (n->child == NULL || n->child->string[0] == '\0') {  
                 mdoc->meta.date = mdoc->quick ? mandoc_strdup("") :  
                     mandoc_normdate(mdoc, NULL, n->line, n->pos);  
                 return;  
         }  
   
         datestr = NULL;          datestr = NULL;
         deroff(&datestr, n);          deroff(&datestr, n);
         if (mdoc->quick)          mdoc->meta.date = mandoc_normdate(mdoc, datestr, n->line, n->pos);
                 mdoc->meta.date = datestr;          free(datestr);
         else {  
                 mdoc->meta.date = mandoc_normdate(mdoc,  
                     datestr, n->line, n->pos);  
                 free(datestr);  
         }  
 }  }
   
 static void  static void

Legend:
Removed from v.1.367  
changed lines
  Added in v.1.375

CVSweb