Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
17 check-ins using file win/Makefile.mingw.mistachkin version c09620b5e2
|
2014-01-09
| ||
| 13:17 | Add comments to better explain what it happening for the out-of-tree check in the "add" command. Closed-Leaf check-in: d83fc58dea user: drh tags: pending-review | |
| 05:56 | Attempts to add files outside the open checkout tree result in fatal error. check-in: f0de41fd5e user: andybradford tags: pending-review | |
|
2014-01-08
| ||
| 17:40 | <strong>Fix some remaining corner cases when having a checkout on '/'..</strong> Update command: * Was asserting when localroot is '/' file_cannonical_name(): * Return '/' instead of '.' when refering to '/'. * Avoid the double '/' on beginning. * Refactoring to avoid some duplicated code. file_relative_name(): * Handle properly relative path when working on '/'. Closed-Leaf check-in: 89ad123f5c user: mgagnon tags: checkout_on_root_fix | |
| 11:38 | Merge the checkout_on_root_fix. check-in: cbcd7056b6 user: drh tags: trunk | |
| 04:59 | Remove traces. Waiting approval to merge on trunk.. check-in: 84abd45533 user: mgagnon tags: checkout_on_root_fix | |
| 04:42 | Fix db_open_local() fonction so it find the local checkout database on "/". It was working inconsistently depending what was the current directory. ** Even if fossil is not the right tool to version files on the root of the system, I found it very usefull to track what file change on my system Tested on Linux and MinGW (Windows 8.1) check-in: be993c47d5 user: mgagnon tags: checkout_on_root_fix | |
| 00:58 | Remove no longer necessary cursor='pointer'. check-in: 927cacb353 user: joel tags: trunk | |
|
2014-01-07
| ||
| 19:10 | If a badly malformed change artifact corrupts the "mtime" field of the event table, the date can end up being NULL for entries in the timeline. Make sure this does not cause a NULL-pointer deference. check-in: 8407bed76d user: drh tags: trunk | |
| 16:05 | Use fossil_strnicmp() instead of memcmp() for date comparisons, to avoid NULL-pointer deferences if something is wrong with the database and a NULL date is returned from a query. check-in: 29b2eebaaa user: drh tags: trunk | |
| 12:46 | Add the "nofiles" query parameter to the /tree page, causing that page to show only directories. Add a new "folders" link on the check-in information page that jumps to "/tree?nofiles". check-in: ff9e4e5400 user: drh tags: trunk | |
| 11:25 | Always supply an href= attribute on hyperlinks within the preview, even if the hyperlink is never used. Make the hyperlinked paths of the finfo page point to the tree-view rather than the flat-view. Provide links between the tree-view and the file-ages page. check-in: 4306ab8143 user: drh tags: trunk | |
| 10:46 | Improved header text for the tree-view. Make the tree-view the default for the "Files" menu on all default styles. check-in: 78a5dbea6c user: drh tags: trunk | |
| 10:16 | Merge changes from the broken-build branch into trunk (after fixing the build). check-in: de86ef41b2 user: drh tags: trunk | |
| 10:15 | Fix the unix makefile that was broken by check-in [1ab2728820]. Closed-Leaf check-in: bdcfdc4642 user: drh tags: broken-build | |
| 09:49 | Unflatten top line of directory nodes. Pros of old design (reduced screen space) aren't worth the cons (more confusing, more complicated CSS, and very few people are going to be using subdirectory pages). check-in: a9e9ac461d user: joel tags: broken-build | |
| 09:20 | Actually check that the link being clicked is a descendant of .subdir instead of using a style-based check that could change with different CSS. check-in: 21dccee9dc user: joel tags: broken-build | |
| 09:03 | Make sure that shell.o and sqlite3.o are rebuilt whenever compilation options change. This should prevent problems like [http://comments.gmane.org/gmane.comp.version-control.fossil-scm.user/14805|Problem with compilation under MINGW] once and for all. check-in: 1ab2728820 user: jan.nijtmans tags: broken-build | |