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