Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove mem3.c and mem5.c from the amalgamation for the time being, since they do not currently work. We will add them back later once they are fixed. (CVS 5229) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
39b4e1ff4e3db3278c35eff10bbabdf4 |
User & Date: | drh 2008-06-18 02:01:07.000 |
Context
2008-06-18
| ||
09:45 | Add some test infrastructure and cases for the new mutex api. (CVS 5230) (check-in: 262baee995 user: danielk1977 tags: trunk) | |
02:01 | Remove mem3.c and mem5.c from the amalgamation for the time being, since they do not currently work. We will add them back later once they are fixed. (CVS 5229) (check-in: 39b4e1ff4e user: drh tags: trunk) | |
2008-06-17
| ||
18:57 | Add the SQLITE_CONFIG_MUTEX symbol for use with sqlite3_config(). (CVS 5228) (check-in: af1835bb5f user: danielk1977 tags: trunk) | |
Changes
Changes to tool/mksqlite3c.tcl.
︙ | ︙ | |||
206 207 208 209 210 211 212 | global.c date.c os.c fault.c mem1.c mem2.c | < < | 206 207 208 209 210 211 212 213 214 215 216 217 218 219 | global.c date.c os.c fault.c mem1.c mem2.c mutex.c mutex_os2.c mutex_unix.c mutex_w32.c malloc.c printf.c random.c |
︙ | ︙ |