Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 ancestors of 95f212433d36525a
|
2012-08-30
| ||
| 08:55 | proposed fix for [c8c0b78c84]. And - bonus - allow a BOM in the --args file check-in: 95f212433d user: jan.nijtmans tags: ticket-c8c0b78c84 | |
| 02:04 | Simplify the mkversion changes from the previous commit. check-in: ae85ba156c user: mistachkin tags: trunk | |
| 01:56 | Support setting the binary file/product versions in the Win32 resources. check-in: 6b8ef6a4fd user: mistachkin tags: trunk | |
|
2012-08-29
| ||
| 23:34 | The --force flag change should have been on trunk. DRH should follow his own checklists! check-in: 5c420b1690 user: drh tags: trunk | |
| 23:33 | Allow no-op merges with the --force flag. Closed-Leaf check-in: d787bcd44a user: drh tags: msvc-broken | |
| 23:17 | Update file header comments for the TH1/Tcl integration source code. check-in: 5f22bc09e1 user: mistachkin tags: trunk | |
| 22:43 | remaining part of [01a2f3a346] factor out the opendir() family of routines and provide portable alternatives, fossil_opendir() check-in: 4f9f0570db user: jan.nijtmans tags: trunk | |
| 22:37 | found the cause of the crash!!!! check-in: 27905725de user: jan.nijtmans tags: msvc-broken | |
| 22:34 | working part of [01a2f3a346] check-in: 14733d1519 user: jan.nijtmans tags: trunk | |
| 20:51 | merge-mark (in order to make merging back msvc-broken to trunk easier) check-in: 2b5d693495 user: jan.nijtmans tags: msvc-broken | |
| 20:48 | working part of [ticket-01a2f3a346] (still don't understand, but somehow it doesn't work with msvc) check-in: 517309406a user: jan.nijtmans tags: broken-msvc-2 | |
| 20:27 | make it link on msvc. Doesn't run yet. check-in: bd43f1c249 user: jan.nijtmans tags: msvc-broken | |
| 19:41 | Allow UTF-8 characters in sources. translate.exe will translate it to ASCII check-in: 208d67675c user: jan.nijtmans tags: trunk | |
| 16:51 | An attempt to factor out the opendir() family of routines and provide portable alternatives, fossil_opendir(). This simplistic first attempt works on non-windows platforms, but the build fails on windows. check-in: 8d8e529aa9 user: drh tags: msvc-broken | |
| 13:57 | Allow UTF-8 characters in sources. translate.exe will translate it to ASCII check-in: 9f6abc5968 user: jan.nijtmans tags: msvc-broken | |
| 13:03 | merge trunk Closed-Leaf check-in: e9f38ae8ab user: jan.nijtmans tags: utf8-in-sources | |
| 11:27 | fix for [01a2f3a346] check-in: 0357ed556e user: jan.nijtmans tags: msvc-broken | |
| 10:44 | Fix a typo on the Ticket Change Details page. check-in: eb82a23827 user: drh tags: trunk | |
| 08:02 | merge trunk Closed-Leaf check-in: 3e3f34ebcf user: jan.nijtmans tags: ticket-01a2f3a346 | |
|
2012-08-28
| ||
| 17:39 | Fixes to hyperlink generation for embedded documentation. check-in: ed6adcaf3b user: drh tags: trunk | |
| 09:05 | merge trunk into ticket-01a2f3a346 branch check-in: f89bd067c2 user: jan.nijtmans tags: ticket-01a2f3a346 | |
| 06:24 | This change allows html entities (like &rarr; and &bull;) in all c-sources to be replaced by its utf-8 equivalent (→,•). The translate utility will translate this to the right escape-sequence, so the C-compiler can handle it.<br> As long as the C-source doesn't contain any utf-8 characters, this generates exactly the same *_.c files as before. check-in: b5e2e50040 user: jan.nijtmans tags: utf8-in-sources | |
|
2012-08-27
| ||
| 22:56 | Make merges a no-op if the pivot is the same as the version being merged. check-in: bf079432fb user: drh tags: trunk | |
| 21:09 | Include branch information in the output of the finfo command. Patches from Peter Spjuth. check-in: 724bf68a2f user: drh tags: trunk | |
| 19:05 | Re-do part of [d89b99e383], which was lost by [d7736649cd] check-in: 22806c5f59 user: jan.nijtmans tags: trunk | |
| 18:36 | All the a=, b=, and c= query parameters of the timeline webpage to be tags and labels in addition to timestamps. check-in: 66f4fa9bd5 user: drh tags: trunk | |
|
2012-08-26
| ||
| 18:17 | merge trunk into unicode branch, and fix build on UNIX check-in: 8596323b5b user: jan.nijtmans tags: ticket-01a2f3a346 | |
|
2012-08-25
| ||
| 01:48 | Update the built-in SQLite to the latest version from the SQLite trunk. check-in: d7736649cd user: drh tags: trunk | |
|
2012-08-24
| ||
| 13:42 | add mkdir to the unicode-supported functions add chinese-named file and directory in test directory, demonstrating the fix [01a2f3a346] check-in: c780793749 user: jan.nijtmans tags: ticket-01a2f3a346 | |
| 13:15 | Better support for unicode filenames on Win32 (Not tested on other platforms yet, will not work!) [01a2f3a346] check-in: d8e1431fc0 user: jan.nijtmans tags: ticket-01a2f3a346 | |
| 08:13 | wiki tweaks regarding MinGW build enhancements check-in: 4e93e84e55 user: jan.nijtmans tags: trunk | |
| 05:56 | One more minor Win32 resource tweak. check-in: 02bff595e1 user: mistachkin tags: trunk | |
|
2012-08-23
| ||
| 21:18 | Merge in the mingw build enhancements. check-in: 5253e0a791 user: drh tags: trunk | |
| 21:15 | Fix an off-by-one error in the version-3 clone protocol. This error might cause an incomplete and corrupt clone if a transfer block fills up just before sending the very last blob. check-in: 0db6f981bf user: drh tags: trunk | |
| 20:56 | Detect infinite loops in the DELTA table and abort out of content_get() when they are found. check-in: 791fd2fd68 user: drh tags: trunk | |
| 14:29 | ... and the makemake.tcl corresponding changes as well Closed-Leaf check-in: e55c7139b4 user: jan.nijtmans tags: better-mingw-v2 | |
| 14:20 | if openssl is compiled with zlib support enabled, then -lz should be after -lssl -lcrypto check-in: 69608104d2 user: jan.nijtmans tags: better-mingw-v2 | |
| 13:46 | Include the SQLite version in the resource file as well. check-in: 57603caf36 user: mistachkin tags: better-mingw-v2 | |
| 12:47 | Include versions of libraries used in the resource file. check-in: e7c77b5571 user: mistachkin tags: better-mingw-v2 | |
| 12:11 | A couple more resource tweaks. check-in: e1d83c3a79 user: mistachkin tags: better-mingw-v2 | |
| 11:59 | Various build and resource fixes. check-in: f008c97ae1 user: mistachkin tags: better-mingw-v2 | |
| 10:13 | Better mingw/mingw64 support for (cross-)compile on Linux, Darwin, Cygwin or Msys. Closed-Leaf check-in: cc2aa92ef8 user: jan.nijtmans tags: better-mingw | |
| 09:23 | Added a maintenance reminder/potential fixme note. check-in: 4e66a96946 user: stephan tags: trunk | |
|
2012-08-22
| ||
| 21:30 | two minor typos check-in: 544c163551 user: jan.nijtmans tags: trunk | |
| 20:19 | Make use of %q instead of %s to avoid SQL injections. check-in: e766df0a69 user: drh tags: trunk | |
| 11:51 | Merge the TCL argument handling patches into trunk. check-in: b6a7e52c93 user: drh tags: trunk | |
| 11:42 | Always call Tcl_FindExecutable, even when the command line arguments are invalid. Closed-Leaf check-in: a7392129c0 user: mistachkin tags: tcl-argv-handling-v2 | |
| 11:33 | When there are no command line arguments, set the argv script variable to an empty list. check-in: b04d5ab4af user: mistachkin tags: tcl-argv-handling-v2 | |
| 11:15 | Modify the Tcl argument handling to deal with object reference counts and errors. check-in: 46864ac9cc user: mistachkin tags: tcl-argv-handling-v2 | |
| 07:45 | Pass argv arguments to Tcl Closed-Leaf check-in: 3709b1eaa2 user: jan.nijtmans tags: tcl-argv-handling | |
|
2012-08-21
| ||
| 23:45 | Restore the previous Tcl argc/argv handling as all the arguments will be used for the Tcl argv script variable. check-in: c9bb320065 user: mistachkin tags: trunk | |