aboutsummaryrefslogtreecommitdiff
path: root/src/mutex_os2.c
Commit message (Expand)AuthorAge
* Reorder function declarations in mutex_os2.c. This is a blind change - wedrh2009-12-01
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* fix the compile warnings on OS/2 (CVS 5950)pweilbacher2008-11-22
* Update OS/2 mutex implementation: make methods static and don't use them by t...pweilbacher2008-06-23
* Shuffle some of the mutex related documentation in sqlite.h.in to match the n...danielk19772008-06-19
* fix OS/2 files to compile again (looking at Windows equivalents for guidance)...pweilbacher2008-06-18
* Progress toward implementation of sqlite3_config() and a rework of thedrh2008-06-13
* Changes to delay freeing buffers associated with vdbe memory cells until eith...danielk19772008-03-26
* fix broken OS/2 mutex implementation (Ticket #2905) (CVS 4770)pweilbacher2008-02-01
* move variable declaration to be able to compile sqlite3_mutex_alloc() with ol...pweilbacher2007-12-30
* Use local variables instead of #defines for the mutex name and length in OS/2...pweilbacher2007-10-02
* Initial attempt of the new OS/2 mutex implementation. (Compiles and an attemp...pweilbacher2007-09-20
* Break up the mutex implementation into separate source files, onedrh2007-08-28