Timeline
Not logged in

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

65 events for the month beginning 2014-04-01 by user jan.nijtmans

Following month ↑
2014-04-30
19:16
merge trunk check-in: c1b6fd36a1 user: jan.nijtmans tags: cleanX
10:36 Edit [379309b6da2b73fd|379309b6da]: Edit check-in comment. artifact: e2bbcdecd7 user: jan.nijtmans
07:43
If Openssl is available, use its sha1 implementation. Suggested by Baruch Burstein. check-in: 379309b6da user: jan.nijtmans tags: trunk
2014-04-29
21:29
Make MinGW(-w64) compile work with USE_SYSTEM_SQLITE = 1. Only works if you have a static libsqlite3.a in your compiler environment. check-in: d00f2cfa80 user: jan.nijtmans tags: trunk
11:48
Possible fix for [56bafbab54]: unable to use network drive. Theory is that the AccessCheck() call failes because there are more than one Privileges in use. See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa374815%28v=vs.85%29.aspx check-in: 969f0a2611 user: jan.nijtmans tags: trunk
11:45 Ticket [56bafbab54] unable to use network drive status still Open with 3 other changes artifact: 559335088d user: jan.nijtmans
11:03
Use file_access in stead of win32_access in some places, and fix function signature of win32_chdir(). check-in: f6ac1ff032 user: jan.nijtmans tags: trunk
10:19
Fix some compiler warnings 'may be uninitialized in this function'. Move path conversions out of win32_chdir/win32_access/win32_stat, as its caller already can do that. This eliminates some code duplication. check-in: 503482a2c6 user: jan.nijtmans tags: trunk
10:18 Edit [cdfde813f98ac843|cdfde813f9]: Move to branch mistake. Add propagating "hidden". Mark "Closed". artifact: 0d117faaba user: jan.nijtmans
08:11
merge cleanX check-in: 820b10f776 user: jan.nijtmans tags: cleanX-no-clean-glob
07:15
merge trunk check-in: 791cebc129 user: jan.nijtmans tags: cleanX
2014-04-28
12:24
Remove unneeded variable: Since could_be_utf16() calls starts_with_utf16_bom() it can be deduced that for Unicode text, bRevUnicode always has the same value as bRevUtf16. The comments on the variables already suggested that. check-in: 09f2386328 user: jan.nijtmans tags: trunk
11:00
Fix function same_dline_ignore_allws(), for the case where one side of the diff was an empty line. Example where it went wrong: /fdiff?v1=d5e0c2dc93&v2=7ee7dd0a42&sbs=1&w check-in: 1274c97d70 user: jan.nijtmans tags: trunk
10:26
Use file_access(..., F_OK) in stead of file_access(..., 0) everywhere, in case some platforms exist where F_OK != 0. Remove a few end-of-line spaces. check-in: 9df71fe36c user: jan.nijtmans tags: trunk
10:22 Edit [9df71fe36c00214e|9df71fe36c]: Edit check-in comment. artifact: 6d4d7fbc7f user: jan.nijtmans
09:25
Simplify some usage of if-statements. No change of functionality. check-in: 7458a18894 user: jan.nijtmans tags: trunk
09:06 Edit [069bae86e5d0726c|069bae86e5]: Move to branch mistake. Add propagating "hidden". Mark "Closed". artifact: 5e3a377ade user: jan.nijtmans
07:47
Implement determination of LOOK_INVALID flag for UTF-8 byte sequences. Not used in fossil yet. check-in: 5f24da1360 user: jan.nijtmans tags: trunk
2014-04-25
15:03
Fix handling of overlong UTF-8 forms: All overlong forms except 0xC0 0x80 (\u0000) are considered invalid. Run same test-cases as on trunk, which now contains various overlong UTF-8 sequences, as proof that everything is correct. check-in: 636da047cc user: jan.nijtmans tags: invalid-utf8
11:00
More UTF-8-related test-cases check-in: 621f98657d user: jan.nijtmans tags: trunk
08:38
Add a commit warning when a to-be-committed file contains invalid UTF-8 byte-sequences. See: http://en.wikipedia.org/wiki/UTF-8#Invalid_byte_sequences. This warning can be disabled by the "encoding-glob" setting. Implements determination of LOOK_INVALID flag determination when text is otherwise assumed to be UTF-8 and adds test-cases for it. check-in: 79341394e2 user: jan.nijtmans tags: invalid-utf8
2014-04-24
09:59
merge cleanX check-in: f7fd7d0ac8 user: jan.nijtmans tags: cleanX-no-clean-glob
08:52 Edit [a3641b544118fcf6|a3641b5441]: Mark "Closed". artifact: 0da72c1686 user: jan.nijtmans
08:12
merge trunk check-in: 9d969db8a4 user: jan.nijtmans tags: cleanX
07:21
Move glob_match(pKeep) out of the locate_unmanaged_files()/vfile_dir_scan() functions. This allows a note to be printed (with -v/--verbose) which explains why "fossil.exe" is not deleted by 'fossil clean -f --ignore ""'. No change of functionality (except for the addition of the note) check-in: 389d0d7939 user: jan.nijtmans tags: trunk
2014-04-23
14:14
Add option -W|--width to "fossil stash ls" and "fossil leaves" commands. check-in: fa6ece72b6 user: jan.nijtmans tags: trunk
2014-04-22
11:33 Ticket [56bafbab54] unable to use network drive status still Open with 4 other changes artifact: 5391485682 user: jan.nijtmans
10:01
Make sure SQLITE_TESTCTRL_BYTEORDER is defined. Closed-Leaf check-in: 4778b1d07a user: jan.nijtmans tags: branch-1.28
09:43
[a138dc97fc]: Fix a potential segfault when the SSH_CONNECTION environment variable is defined. 9d2ae6342c: In the command-line shell, run set writable_schema before running the ".clone" command. check-in: d7889a2e83 user: jan.nijtmans tags: branch-1.28
06:56
Use SQLITE_UTF8 in stead of SQLITE_ANY everywhere, because SQLITE_ANY is deprecated in later SQLite and fossil uses UTF-8 everywhere anyway. check-in: 2c95802cfc user: jan.nijtmans tags: trunk
2014-04-21
21:29 Edit [09472e8897c974cb|09472e8897]: Move to branch sqlite3-compat. artifact: 0fb9a9a043 user: jan.nijtmans
18:49 Edit [7700ae1c2276cb16|7700ae1c22]: Add propagating "hidden". artifact: 8f279c351a user: jan.nijtmans
18:45 Edit [09472e8897c974cb|09472e8897]: Move to branch mistake. Add propagating "hidden". Mark "Closed". artifact: f115ac19b2 user: jan.nijtmans
18:41
Compatibility with SQLite 3.8.2 as external library check-in: 09472e8897 user: jan.nijtmans tags: sqlite3-compat
2014-04-20
18:48
Missing "#else" check-in: b418a7ebbe user: jan.nijtmans tags: trunk
08:40
Cherry-pick a few more bug-fixes from SQLite trunk, the same ones that are also backported to the SQLite 3.7.4.3 Cygwin build. See: http://osdir.com/ml/sqlite-users/2014-04/msg00366.html. For me those all are important enough so they should appear in the next SQLite release. check-in: 1b2c7acd69 user: jan.nijtmans tags: trunk
2014-04-15
09:40
Cherry-pick 1277932b7e: Fix a harmless compiler warning that crops up with SQLITE_MAX_MMAP_SIZE=0. check-in: 53aea235fa user: jan.nijtmans tags: trunk
2014-04-14
13:03
merge trunk. Add support for extended UNC paths as well. check-in: 9d4a73cb40 user: jan.nijtmans tags: win32-longpath
2014-04-10
15:16
Cherry-pick [f2ebd7e52d16891bdbf2eb423891ad007e744f61|f2ebd7e52d]: Make use of a recursive query capability (if available) to replace the compute_ancestors() function with a single query. check-in: 52d8026045 user: jan.nijtmans tags: branch-1.28
09:00 Edit [1762a72f0e295183|1762a72f0e]: Edit check-in comment. artifact: 5742b423e2 user: jan.nijtmans
08:36
Add test-cases for function file_relative_name(), three of them failing without [565ba734d2] check-in: 1762a72f0e user: jan.nijtmans tags: trunk
2014-04-09
21:55
Cherry-pick [c5b86115de]: Update version of OpenSSL that is referred to in the makefiles. Cherry-pick [565ba734d2]: Fix "fossil extras" when a "extra" entry matches partly with current directory name (reported by j. van den hoff). check-in: c779b68904 user: jan.nijtmans tags: branch-1.28
20:35
Fix "fossil extras" when a "extra" entry matches partly with current directory name (reported by j. van den hoff) check-in: 565ba734d2 user: jan.nijtmans tags: trunk
2014-04-08
14:10
Fix handling of directory link in /dir page, which was broken by [b34fda9692] check-in: 4cb4fd1a8d user: jan.nijtmans tags: trunk
09:37
Simplify UUID handling in ticket UI. No functional change. check-in: b18f3a5cfb user: jan.nijtmans tags: trunk
2014-04-07
19:08
Fix fossil test-th-eval 'expr 0+0x0bc': TH_ERROR: expected number, got: "0x0bc" check-in: b153caf67e user: jan.nijtmans tags: trunk
12:35
Put more long UUID's in hyperlinks, without modifying the visible appearance in the UI. check-in: b34fda9692 user: jan.nijtmans tags: trunk
2014-04-04
12:18
Cherry-pick [ee1aa460a4]: Fix using the unary bitwise NOT operator in TH1. Update to SQLite 3.8.4.3 check-in: 97608a6b57 user: jan.nijtmans tags: branch-1.28
12:11
Update to SQLite 3.8.4.3 check-in: b37a28228c user: jan.nijtmans tags: trunk
11:07
Another test-case which gave an expected error-message, with fix: before: $ fossil test-th-eval "expr 0+0b" TH_ERROR: syntax error in expression: "0+0b" after: $ ./fossil test-th-eval "expr 0+0b" TH_ERROR: expected number, got: "0b" check-in: b78ae90a84 user: jan.nijtmans tags: trunk
11:01
unused variable check-in: 0f3ed70be4 user: jan.nijtmans tags: trunk
10:57
Code simplification. No change in functionality. check-in: 8d627980aa user: jan.nijtmans tags: trunk
10:20
Fix error-handling in parsing of binary/octal/hex integers for th1. Add test-cases for it. check-in: 99901fbf79 user: jan.nijtmans tags: trunk
10:17 Edit [a306f771d81b1fba|a306f771d8]: Add propagating "hidden". artifact: a6da2eb041 user: jan.nijtmans
08:48
Fix one situation in which integers still could fool the number parser. Add test-case for it. check-in: 9fdc7a0413 user: jan.nijtmans tags: trunk
08:16
Fix error-handling in parsing of binary/octal/hex integers for th1. Add test-cases for it. check-in: a306f771d8 user: jan.nijtmans tags: trunk
2014-04-03
15:14
Add support for hex (0x), octal (0o) and binary (0b) integers, just as Tcl. Adapted from patch provided by Sergei Gavrikov. check-in: 1f6734c30b user: jan.nijtmans tags: trunk
13:34 Edit [eb87f296378d177c|eb87f29637]: Mark "Closed". artifact: a9a58cf982 user: jan.nijtmans
11:24 Edit [a49749ed5d777507|a49749ed5d]: Mark "Closed". artifact: ae2adb60a2 user: jan.nijtmans
07:05
Fix highlight algorithm when used in combination with "Ignore Whitespace" check-in: c23190a61d user: jan.nijtmans tags: trunk
2014-04-02
12:57
Fix --with-tcl build broken by [d77b7ed1a0]. Because FOSSIL_ENABLE_TCL was defined always (either as "1", either as "@FOSSIL_ENABLE_TCL@", selection on it in the Makefile makes no sence anyway. check-in: a8e3ede965 user: jan.nijtmans tags: trunk
12:56 Edit [a8e3ede965cf2856|a8e3ede965]: Edit check-in comment. artifact: 7773b75799 user: jan.nijtmans
07:05
Change a fatal into a warning, allowing to continue file conversion for other files. Also clean-up internal blobs when this happens. check-in: b763c3c3eb user: jan.nijtmans tags: trunk
06:58
Fix build with default Makefile for platforms which don't have getloadavg() function (e.g. Haiku/Cygwin). Patch provided by Joseph Prostko. check-in: 7023de9504 user: jan.nijtmans tags: trunk
06:55
Remove @FOSSIL_ENABLE_TCL@ references in Makefile*.in: It doesn't work when tcl is not enabled, and it has no function anyway because the definition in autoconfig.h is really what matters. check-in: d77b7ed1a0 user: jan.nijtmans tags: trunk
Previous month ↓