Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", "OS_WIN", "OS_WINCE", "OS_OS2" and "OS_OTHER" are now "SQLITE_OS_UNIX", "SQLITE_OS_WIN", "SQLITE_OS_WINCE", "SQLITE_OS_OS2" and "SQLITE_OS_OTHER", respectively. (CVS 5311) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
cdd4cf4ce2ab363ddc3f27c5e44896e1 |
User & Date: | danielk1977 2008-06-26 10:41:19.000 |
Context
2008-06-26
| ||
10:54 | Change the TEMP_STORE preprocessor symbol to SQLITE_TEMP_STORE. (CVS 5312) (check-in: 1e3b830802 user: danielk1977 tags: trunk) | |
10:41 | Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", "OS_WIN", "OS_WINCE", "OS_OS2" and "OS_OTHER" are now "SQLITE_OS_UNIX", "SQLITE_OS_WIN", "SQLITE_OS_WINCE", "SQLITE_OS_OS2" and "SQLITE_OS_OTHER", respectively. (CVS 5311) (check-in: cdd4cf4ce2 user: danielk1977 tags: trunk) | |
08:29 | Fix a race condition in sqlite3_initialize(). (CVS 5310) (check-in: 70b2ed2afc user: danielk1977 tags: trunk) | |
Changes
Changes to Makefile.arm-wince-mingw32ce-gcc.
Changes to configure.
Changes to configure.ac.
Changes to mkdll.sh.
Changes to mkextw.sh.
Changes to src/main.c.
Changes to src/mutex.h.
Changes to src/mutex_w32.c.
Changes to src/os.c.
Changes to src/os.h.
Changes to src/os_os2.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/shell.c.
Changes to src/test1.c.
Changes to src/test4.c.
Changes to src/test7.c.
Changes to src/test_async.c.
Changes to src/test_config.c.
Changes to src/test_server.c.
Changes to tool/omittest.tcl.
Changes to tool/soak1.tcl.