SQLite

All files named ”src/mutex_os2.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for src/mutex_os2.c

2012-06-21
13:00
Deleted: Remove support for OS/2 from the source tree. (check-in: [ff828c67e5] user: drh branch: trunk, size: 0)
2011-04-11
15:36
[882d735098] part of check-in [73906b67dc] Updates to the OS/2 patches. This change also move the location of a global variable declaration in shell.c which might effect other build targets. (check-in: [73906b67dc] user: drh branch: trunk, size: 8395)
2011-03-09
11:04
[f5d09e85b9] part of check-in [dc46156a22] Updates to the OS/2 implementation from Rich Walsh. (check-in: [dc46156a22] user: drh branch: trunk, size: 8410)
2010-06-02
05:53
[6a62583e37] part of check-in [e7073e23b8] Add some 'const' markers to static data that is really constant. (check-in: [e7073e23b8] user: dan branch: trunk, size: 8313)
2009-12-01
14:31
[20477db50c] part of check-in [c40e4ef094] Reorder function declarations in mutex_os2.c. This is a blind change - we have no capability of testing on OS/2. Ticket [97214a34d814] (check-in: [c40e4ef094] user: drh branch: trunk, size: 8301)
2009-11-10
01:30
[63b3ea4120] part of check-in [f6c045f649] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f649] user: drh branch: trunk, size: 8301)
2008-11-22
19:50
[6b5a74f812] part of check-in [b7d0ec838b] fix the compile warnings on OS/2 (CVS 5950) (check-in: [b7d0ec838b] user: pweilbacher branch: trunk, size: 8369)
2008-06-23
22:13
[9c5637aa4c] part of check-in [d92418ca50] 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) (check-in: [d92418ca50] user: pweilbacher branch: trunk, size: 8360)
2008-06-19
08:51
[7c948174d3] part of check-in [9cd7f8669a] Shuffle some of the mutex related documentation in sqlite.h.in to match the new sqlite3_mutex_methods based API. (CVS 5244) (check-in: [9cd7f8669a] user: danielk1977 branch: trunk, size: 8255)
2008-06-18
21:08
[d9eb88ad19] part of check-in [8b14a220f2] fix OS/2 files to compile again (looking at Windows equivalents for guidance) (CVS 5239) (check-in: [8b14a220f2] user: pweilbacher branch: trunk, size: 8255)
2008-06-13
18:24
[b8c1231319] part of check-in [a03c5af115] Progress toward implementation of sqlite3_config() and a rework of the mutex and memory allocation subsystems. This is an incremental check-in. (CVS 5218) (check-in: [a03c5af115] user: drh branch: trunk, size: 8016)
2008-03-26
18:34
[2911ea9695] part of check-in [8c2f69521f] Changes to delay freeing buffers associated with vdbe memory cells until either sqlite3_finalize() or sqlite3_release_memory() is called. (CVS 4922) (check-in: [8c2f69521f] user: danielk1977 branch: trunk, size: 7817)
2008-02-01
19:42
[19ab157647] part of check-in [05afd86e2d] fix broken OS/2 mutex implementation (Ticket #2905) (CVS 4770) (check-in: [05afd86e2d] user: pweilbacher branch: trunk, size: 7781)
2007-12-30
23:29
[4058d04e81] part of check-in [a568a9cf37] move variable declaration to be able to compile sqlite3_mutex_alloc() with older compilers (like EMX/gcc 2.8.1) (CVS 4646) (check-in: [a568a9cf37] user: pweilbacher branch: trunk, size: 7815)
2007-10-02
19:56
[7fe4773e98] part of check-in [272959cc91] Use local variables instead of #defines for the mutex name and length in OS/2's sqlite3_mutex_alloc(). (CVS 4453) (check-in: [272959cc91] user: pweilbacher branch: trunk, size: 7815)
2007-09-20
21:40
[07a2d5db7a] part of check-in [aa61b24425] 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) (check-in: [aa61b24425] user: pweilbacher branch: trunk, size: 7763)
2007-08-28
16:34
Added: [d47e9bd495] part of check-in [fc5cd71aef] Break up the mutex implementation into separate source files, one each for unix, w32, and os2. (CVS 4312) (check-in: [fc5cd71aef] user: drh branch: trunk, size: 3590)