Commit Graph

11 Commits

Author SHA1 Message Date
pweilbacher
c06b54fe59 fix the compile warnings on OS/2 (CVS 5950)
FossilOrigin-Name: b7d0ec838b806e7b2532bef1d59279c32fb206d3
2008-11-22 19:50:53 +00:00
pweilbacher
261696416b Update OS/2 mutex implementation: make methods static and don't use them by the old names any more. Held/Notheld should be debug only. (CVS 5290)
FossilOrigin-Name: d92418ca502f5f58dc968668e11c42955a7b1e52
2008-06-23 22:13:27 +00:00
danielk1977
4a9d1f665f Shuffle some of the mutex related documentation in sqlite.h.in to match the new sqlite3_mutex_methods based API. (CVS 5244)
FossilOrigin-Name: 9cd7f8669a59c6096331229df2e2ad87e628abab
2008-06-19 08:51:23 +00:00
pweilbacher
6a9773e884 fix OS/2 files to compile again (looking at Windows equivalents for guidance) (CVS 5239)
FossilOrigin-Name: 8b14a220f261b354e7d2d16dc3fe30c5d3d34143
2008-06-18 21:08:16 +00:00
drh
40257ffd0a Progress toward implementation of sqlite3_config() and a rework of the
mutex and memory allocation subsystems.  This is an incremental check-in. (CVS 5218)

FossilOrigin-Name: a03c5af115889f477e17187a198a7d2d40bc76bf
2008-06-13 18:24:27 +00:00
danielk1977
dfb316d432 Changes to delay freeing buffers associated with vdbe memory cells until either sqlite3_finalize() or sqlite3_release_memory() is called. (CVS 4922)
FossilOrigin-Name: 8c2f69521f13bc24cf005520efbe0589eeadd763
2008-03-26 18:34:43 +00:00
pweilbacher
dc965c3c81 fix broken OS/2 mutex implementation (Ticket #2905) (CVS 4770)
FossilOrigin-Name: 05afd86e2d25a219843be48c21c212e84f94e7ef
2008-02-01 19:42:37 +00:00
pweilbacher
efd9eff475 move variable declaration to be able to compile sqlite3_mutex_alloc() with older compilers (like EMX/gcc 2.8.1) (CVS 4646)
FossilOrigin-Name: a568a9cf3705f45c4734f212eb359cadd3b0c897
2007-12-30 23:29:06 +00:00
pweilbacher
ae1463b941 Use local variables instead of #defines for the mutex name and length in OS/2's sqlite3_mutex_alloc(). (CVS 4453)
FossilOrigin-Name: 272959cc91d0c9299d6fca8a962eb563650af87b
2007-10-02 19:56:04 +00:00
pweilbacher
ec70b6b02f Initial attempt of the new OS/2 mutex implementation. (Compiles and an attempt to create a new table does not crash in mutex_os2 any more.) (CVS 4442)
FossilOrigin-Name: aa61b244252399cce3b9c1ece9c6816ae9cb6717
2007-09-20 21:40:23 +00:00
drh
437b901371 Break up the mutex implementation into separate source files, one
each for unix, w32, and os2. (CVS 4312)

FossilOrigin-Name: fc5cd71aef5ac194f51d73350d773d532020967e
2007-08-28 16:34:42 +00:00