Documentation Source Text

Check-in [869024cc6c]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add comment to change.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 869024cc6cb0b454c09872f66f7f9501129af560
User & Date: shaneh 2008-08-11 17:18:05.000
Original Comment: (no comment)
Context
2008-08-12
00:27
Continuing work on language syntax requirements. (check-in: ac58d1c1e9 user: drh tags: trunk)
2008-08-11
17:18
Add comment to change. (check-in: 869024cc6c user: shaneh tags: trunk)
17:13
Ignore API tags for experimental and deprecated. (check-in: 2ad6f9191f user: shaneh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/capi3ref.in.
141
142
143
144
145
146
147

148
149
150
151
152
153
154
      endtab
      set phase 3
    }
  } elseif {$phase==3} {
    # Reading in an interface definition.  Stop reading at the first blank
    # line.
    #

    regsub {^SQLITE_DEPRECATED } $line {} line
    regsub {^SQLITE_EXPERIMENTAL } $line {} line
    regsub {^SQLITE_API } $line {} line
    if {$line==""} {
      set reqtag {}
      set reqdf {}
      if {[regexp {\{([AHLS]\d\d\d\d\d)\}} $title all reqtag]} {







>







141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
      endtab
      set phase 3
    }
  } elseif {$phase==3} {
    # Reading in an interface definition.  Stop reading at the first blank
    # line.
    #
    # Ignore API tags.
    regsub {^SQLITE_DEPRECATED } $line {} line
    regsub {^SQLITE_EXPERIMENTAL } $line {} line
    regsub {^SQLITE_API } $line {} line
    if {$line==""} {
      set reqtag {}
      set reqdf {}
      if {[regexp {\{([AHLS]\d\d\d\d\d)\}} $title all reqtag]} {