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. b6503f1 Cygwin-centric fixes from Jan Nijtmans. by stephan · 5 months ago
  3. 12599d5 Attempt to reduce divergence with the wal2 branch. by drh · 8 months ago
  4. 4a9a5cb Fix harmless compiler warning related to the TCL8-to-TCL9 transition. This by drh · 11 months ago
  5. 064b681 First attempt at getting the build to work with Tcl 9.0. by drh · 12 months ago
  6. 7b14b99 Avoid a buffer overrun in test code that could occur if certain test functions were passed a hex-string containing an odd number of digits. by dan · 5 years ago
  7. b7fc7c8 Fix a harmless unused variable warning in the test logic. by drh · 6 years ago
  8. 572b0dd Add extra tests for the handling of corrupt records in fts3. by dan · 6 years ago
  9. 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin · 9 years ago
  10. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  11. 83cc139 Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in by drh · 13 years ago
  12. 211fb08 Fix some problems in os_unix.c when compiled with ENABLE_LOCKING_STYLE on OSX. Also some minor issues with test scripts. by dan · 14 years ago
  13. f5fff2a Add coverage test cases for fts3. by dan · 16 years ago
  14. 614d265 Fix compiler warnings in test_hexio.c. by drh · 16 years ago
  15. 4b4d446 Fixes to fts3 integrity check code. by dan · 16 years ago
  16. 09977bb Start reworking fts3 code to match the rest of SQLite (code conventions, malloc-failure handling etc.). by dan · 16 years ago
  17. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  18. 498b876 Add "b" to fopen() in the hexio tests so that extra carriage returns are by drh · 17 years ago
  19. 9c7a60d Added an experimental malloc-free memory allocation subsystem, intended by drh · 18 years ago
  20. 28c6630 Test sqlite3_bind_zeroblob(). Only include sqlite3Utf8To8 in builds if SQLITE_DEBUG is defined. (CVS 4363) by danielk1977 · 18 years ago
  21. 1743575 Half-way through a major refactoring of the memory allocation. by drh · 18 years ago
  22. 53c1402 Add some UTF-8 test infrastructure. Treat NaN as NULL. The printf routines by drh · 18 years ago
  23. 431e853 Fix stack buffer overrun problem in the test harness. (CVS 3832) by drh · 18 years ago
  24. 1592659 Binary file I/O infrastructure added and used to increase test coverage by drh · 18 years ago