OSSP CVS Repository

ossp - Check-in [6007]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 6007
Date: 2008-Jun-06 14:30:39 (local)
2008-Jun-06 12:30:39 (UTC)
User:rse
Branch:
Comment: fix syntax of example
Tickets:
Inspections:
Files:
ossp-pkg/str/ChangeLog      1.58 -> 1.59     3 inserted, 0 deleted
ossp-pkg/str/str.pod      1.38 -> 1.39     1 inserted, 1 deleted

ossp-pkg/str/ChangeLog 1.58 -> 1.59

--- ChangeLog    2008/06/06 12:29:54     1.58
+++ ChangeLog    2008/06/06 12:30:39     1.59
@@ -11,6 +11,9 @@
 
  Changes between 0.9.12 and 0.9.13 (12-Oct-2005 to xx-Jun-2008):
 
+   *) Fix syntax in example in str.pod
+      [Ralf S. Engelschall]
+
    *) Use a static value for comparing against the null string
       in the str_format() function.
       [Ralf S. Engelschall]


ossp-pkg/str/str.pod 1.38 -> 1.39

--- str.pod      2005/08/21 17:33:49     1.38
+++ str.pod      2008/06/06 12:30:39     1.39
@@ -686,7 +686,7 @@
 
 =item B<Tokenize a String>
 
- char *var = " foo \t " bar 'baz'" q'uu'x #comment";
+ char *var = " foo \t \" bar 'baz'\" q'uu'x #comment";
  char *tok, *p;
  p = var;
  while ((tok = str_token(p, ":", "\"'", "#", 0)) != NULL) {

CVSTrac 2.0.1