Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 065c0a6 Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more sentinel arguments for TCL variadic functions which specifically need a NULL trailing argument. With this, 'make test' on cygwin runs to completion for me, with 134 of 329227 tests failing. MSC build fails the same 13 tests which fail for me in trunk. by stephan · 4 months ago
  2. 064b681 First attempt at getting the build to work with Tcl 9.0. by drh · 12 months ago
  3. bc91738 Add a C-source spell-checking facility. make misspell (on Nix) by larrybr · 2 years, 1 month ago
  4. 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin · 9 years ago
  5. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  6. 582d47d Remove unnecessary memset() calls from test code. by drh · 12 years ago
  7. 81ef0f9 Add a version number to the sqlite3_pcache_methods2 object. Other PCACHE2 by drh · 14 years ago experimental-pcache
  8. 22e21ff Experimental change to the pcache interface to allow page buffers to be allocated separately from their associated container structures. by dan · 14 years ago
  9. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  10. 3d6e060 Move error simulation code from the sqlite3_os_init() functions into a wrapper. by dan · 16 years ago
  11. e1ab219 Add tests to check that sqlite recovers from an error in sqlite3_initialize() correctly. by dan · 16 years ago