drh
|
43f58d6a17
|
Fix various internal #defines to conform to new C-language naming restrictions,
specifically that private-use macros names must not begin with "_".
FossilOrigin-Name: 5471aca0158851d3fb0a2517306917536deb38bb
|
2016-07-09 16:14:45 +00:00 |
|
mistachkin
|
89ea0d379a
|
Fix compilation on Cygwin when SQLITE_MAX_WORKER_THREADS is greater than zero.
FossilOrigin-Name: 2037442c582e51d85967bc911ea4a412eb4da573
|
2015-01-19 20:05:53 +00:00 |
|
mistachkin
|
ce64d61050
|
Fix compiler warnings on WinCE.
FossilOrigin-Name: cc910b8e0c45e7387024f3a729003e2fef08b198
|
2014-08-14 18:31:56 +00:00 |
|
drh
|
1a8a0d3f1a
|
Attempt to fix the build on beagleboard.
FossilOrigin-Name: 3ac75725a66730566105ad184a988a8f80f51055
|
2014-05-05 20:21:52 +00:00 |
|
mistachkin
|
fdf9f045b7
|
Fix several header file comments. No changes to code.
FossilOrigin-Name: dd6eb5d1eb4d50023a008fac116497ede29600c1
|
2014-05-05 17:43:28 +00:00 |
|
mistachkin
|
f3a4c7c2c7
|
Correct line-endings in the new header file.
FossilOrigin-Name: 94219b9f1ff59ea408c7ded167ee28b00c0f38c1
|
2013-11-25 09:37:24 +00:00 |
|
mistachkin
|
8bc5262915
|
Initial work on isolating usage of the Windows header file.
FossilOrigin-Name: 0d42c6b830ee50f45539d73e3948ed3bc50a11d1
|
2013-11-25 09:36:07 +00:00 |
|
drh
|
ce3d5cf0c7
|
Remove two more unused files. (CVS 5046)
FossilOrigin-Name: a400faf51970b312e9d8c8b4fa099558cc620b69
|
2008-04-24 22:57:28 +00:00 |
|
drh
|
eb206256f1
|
Use type i64 instead of off_t for file offsets since off_t is giving
portability problems. Ticket #924. (CVS 1992)
FossilOrigin-Name: 8972c004dc825f668d952e7d082a89046b9260f1
|
2004-10-01 02:00:31 +00:00 |
|
drh
|
da71ce1623
|
Fix an uninitialized variable. The variable was harmless, but pedantic
error checking in MSVC raised an exception on it. (CVS 1651)
FossilOrigin-Name: afc398c2ca97ff165ea8242a5ffb8b6374b7fa8f
|
2004-06-21 18:14:45 +00:00 |
|
drh
|
51c6d9633f
|
Added sqlite3OsLock for win32. Assertion fault in attach.test. (CVS 1533)
FossilOrigin-Name: 9e6cd9ec75f726ef85e60f593aaa895791315071
|
2004-06-06 00:42:25 +00:00 |
|
drh
|
bbd42a6dda
|
Split up os.c into separate files, one for each platform. (CVS 1441)
FossilOrigin-Name: 5c61be1c47ac960fba2a642e69a98436ce1cd725
|
2004-05-22 17:41:58 +00:00 |
|