Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Automatically create the "session" subdirectory if it does not previously exist. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ddc0a3baa355894aa070413dea7b7b65 |
User & Date: | drh 2011-03-21 02:19:46.441 |
Context
2011-03-21
| ||
07:25 | Remove some sqlite API related text that was accidentally copied from c3ref.in into session.in. (check-in: 2027dee073 user: dan tags: trunk) | |
02:19 | Automatically create the "session" subdirectory if it does not previously exist. (check-in: ddc0a3baa3 user: drh tags: trunk) | |
2011-03-20
| ||
11:13 | Add new page session.in to document the session module. (check-in: fd135b2345 user: dan tags: trunk) | |
Changes
Changes to pages/session.in.
1 2 3 4 5 | <title>SQLite Session Module C/C++ Interface</title> <h2>SQLite Session Module C/C++ Interface</h2> <tcl> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | <title>SQLite Session Module C/C++ Interface</title> <h2>SQLite Session Module C/C++ Interface</h2> <tcl> file mkdir ${DEST}/session set hdrfile [file join $SRC ext session sqlite3session.h] if {[file exists $hdrfile]} { set in [open $hdrfile] } else { set in [open /dev/null] } set title {} ;# title of a section of interface definition |
︙ | ︙ |