/[radius]/radius/NEWS
ViewVC logotype

Diff of /radius/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.53 by gray, Fri Oct 31 14:59:54 2003 UTC revision 1.54 by gray, Fri Oct 31 15:07:56 2003 UTC
# Line 38  For each substring matching the regular Line 38  For each substring matching the regular
38  T, substitute the string s, and return the resulting string.  T, substitute the string s, and return the resulting string.
39    
40  *** qprn(S): built-in function  *** qprn(S): built-in function
41  Replace all non-printable characters in string S by their  Replace all non-printable characters in string S with their
42  corresponding hex value preceeded by a percent sign. Return the  corresponding hex value preceeded by a percent sign. Return the
43  resulting string.  resulting string.
44    
# Line 51  Returns the copy of the string S with al Line 51  Returns the copy of the string S with al
51  converted to lower case.  converted to lower case.
52    
53  *** #pragma regexp allows to alter the type of regular expressions  *** #pragma regexp allows to alter the type of regular expressions
54  used. By default, basic regular expressions are used. The rest of  used. The rest of line following `#pragma regexp' must consist of
55  line following #pragma regexp must consist of whitespace-separated  whitespace-separated regexp modifiers. Each regexp modifier is one
56  regexp modifiers. Each regexp modifier is one of the following  of the following keywords:
 keywords:  
57    
58    extended      Use extended regular expressions    extended      Use extended regular expressions
59    icase         Ignore case    icase         Ignore case
# Line 63  keywords: Line 62  keywords:
62  optionally preceeded by plus, indicating enabling the feature, or  optionally preceeded by plus, indicating enabling the feature, or
63  minus, indicating disabling it.  minus, indicating disabling it.
64    
65    Default is `-extended -icase -newline'.
66    
67  ** Realms  ** Realms
68    
69  *** New flags auth and acct allow to select which type of requests is to be  *** New flags auth and acct allow to select which type of requests is to be

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26