/ Changes On Branch stdint.h
Login

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

Changes In Branch stdint.h Excluding Merge-Ins

This is equivalent to a diff from 6a5dfe85b5 to ad3124c834

2015-12-10
17:59
Move pointer range comparisons into a macro, where they can be dealt with in a more portable way. (check-in: 05bc4f920c user: drh tags: trunk)
15:09
Move pointer range comparisons into a macro, where they can be dealt with in a more portable way. (Closed-Leaf check-in: ad3124c834 user: drh tags: stdint.h)
2015-12-09
17:23
Further simplifications to the VDBE code generation logic that flow out of the previous check-in. (check-in: 6a5dfe85b5 user: drh tags: trunk)
16:26
Simplification of the DROP TRIGGER logic using sqlite3NestedParse() instead of hand-coded VDBE code. This is a manual cherry-pick of the key change from check-in [c80bbf14b365d]. (check-in: 8021b4c813 user: drh tags: trunk)

Changes to src/btree.c.

Changes to src/malloc.c.

Changes to src/sqliteInt.h.