[BACK]Return to glob.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/glob.h between version 1.4 and 1.5

version 1.4, 1998/01/31 17:06:26 version 1.5, 2001/03/18 17:18:58
Line 82 
Line 82 
 #define GLOB_QUOTE      0x0400  /* Quote special chars with \. */  #define GLOB_QUOTE      0x0400  /* Quote special chars with \. */
 #define GLOB_TILDE      0x0800  /* Expand tilde names from the passwd file. */  #define GLOB_TILDE      0x0800  /* Expand tilde names from the passwd file. */
 #define GLOB_NOESCAPE   0x1000  /* Disable backslash escaping. */  #define GLOB_NOESCAPE   0x1000  /* Disable backslash escaping. */
   #define GLOB_LIMIT      0x2000  /* Limit pattern match output to ARG_MAX */
 #endif  #endif
   
 /* Error values returned by glob(3) */  /* Error values returned by glob(3) */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5