[BACK]Return to str.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/str.c between version 1.33 and 1.34

version 1.33, 2009/02/25 21:17:21 version 1.34, 2012/03/03 23:16:47
Line 319  Str_FindSubstring(const char *string, co
Line 319  Str_FindSubstring(const char *string, co
  * matching operation permits the following special characters in the   * matching operation permits the following special characters in the
  * pattern: *?\[] (see the man page for details on what these mean).   * pattern: *?\[] (see the man page for details on what these mean).
  *   *
    * XXX this function does not detect or report malformed patterns.
    *
  * Side effects: None.   * Side effects: None.
  */   */
 int  int

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb <webmaster@jp.NetBSD.org>