Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the double-to-int casting change to the change log. Set the release date (tenatively) to 2013-12-10. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
45cab1f6856cbaf09b5be3e17af82909 |
User & Date: | drh 2013-11-26 17:47:43.977 |
Context
2013-11-26
| ||
21:07 | Change the documented behavior of casting a large real into an integer. (check-in: f9d830d206 user: drh tags: trunk) | |
17:47 | Add the double-to-int casting change to the change log. Set the release date (tenatively) to 2013-12-10. (check-in: 45cab1f685 user: drh tags: trunk) | |
2013-11-25
| ||
13:23 | Fix typo in malloc.html. (check-in: bf0de31094 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + + + + + + + | set nChng 0 proc chng {date desc {options {}}} { global nChng aChng set aChng($nChng) [list $date $desc $options] incr nChng } |
︙ |