Fossil

Timeline
Login

Timeline

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

50 events by user jan.nijtmans occurring around 2014-03-28 08:18:51.

2014-04-09
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)
2014-03-31
10:30
Use long UUID's in more hyperlinks, without affecting UI display. ... (check-in: b0d9468bff user: jan.nijtmans tags: trunk)
2014-03-28
08:18
Use full UUID's in more hyperlinks, e.g. regarding attachments. Remove unused function. ... (check-in: ec03c3149a user: jan.nijtmans tags: trunk)
07:12
Update to SQLite 3.8.4.2. No need for "win32-longpath" any more for Cygwin. ... (check-in: 2ae080c1a3 user: jan.nijtmans tags: branch-1.28)
2014-03-27
10:22
Update to SQLite 3.8.4.2 ... (check-in: cf0b0e5063 user: jan.nijtmans tags: trunk)
10:11
Fix (not so harmless) gcc compiler warning. ... (check-in: 22d7996f8c user: jan.nijtmans tags: trunk)
09:36
With 'fossil clean -x', prompt for any files not matching any of --ignore/--clean/--keep. This is actually what gives 'fossil clean -x' added value above 'fossil clean --ignore ""'. ... (check-in: 7695a718be user: jan.nijtmans tags: cleanX)
09:06
merge trunk ... (check-in: a40d3f90eb user: jan.nijtmans tags: cleanX)
2014-03-26
11:58
3 more "full UUID" cases ... (check-in: f46482a905 user: jan.nijtmans tags: trunk)
11:03
Use full UUID's in hyperlinks ... (check-in: a16236e70d user: jan.nijtmans tags: trunk)
2014-03-23
17:15
merge cleanX ... (check-in: 1d54c02400 user: jan.nijtmans tags: cleanX-no-clean-glob)
16:13
Remove some dead code (matchKeep is always false) and improve efficiency (only do glob_match() when extremeFlags is set, otherwise we already know it will be false) ... (check-in: b0b723fbff user: jan.nijtmans tags: cleanX)
10:11
Make "fossil clean -x" less dangerous by respecting the "keep-glob" setting. Fix a few historical merge errors ... (check-in: a5c85348c6 user: jan.nijtmans tags: cleanX)
09:52
update changes.wiki for the branch-1.28 branch ... (check-in: 0e40f659ab user: jan.nijtmans tags: branch-1.28)
09:46
Cherry-pick [684eb478e7] Fix the SCGI processing so that it works with Nginx ... (check-in: 26eb153988 user: jan.nijtmans tags: branch-1.28)
09:45
cherry-pick [bfdabaecc8]: Fix the EXPLAIN indenter in the command-line shell to correctly handle NextIfOpen and PrevIfOpen opcodes ... (check-in: 67f148537f user: jan.nijtmans tags: branch-1.28)
09:42
merge trunk ... (check-in: d7f04ea46f user: jan.nijtmans tags: cleanX)
2014-03-22
08:04 Edit [5efa7d2e62206313|5efa7d2e62]: Cancel tag "pending-review". ... (artifact: 3408255c15 user: jan.nijtmans)
08:04
Add --strip-trailing-cr option to [/help?cmd=diff|fossil (g)diff] and [/help?cmd=stash|fossil stash diff]. Make option -w|--ignore-all-space (for [/help?cmd=annotate|fossil annotate], [/help?cmd=blame|fossil blame], [/help?cmd=diff|fossil (g)diff], [/help?cmd=stash|fossil stash diff]) work the same as its "gnu diff" counterpart. ... (check-in: e753ce8310 user: jan.nijtmans tags: trunk)
2014-03-21
12:12
Remove left-over half-a-sentence ... (check-in: 9b7298b74f user: jan.nijtmans tags: trunk)
10:08
Cherry-pick SQLite [http://www.sqlite.org/src/info/01944c53f5|01944c53f5]: Fix the EXPLAIN indenter in the command-line shell to correctly handle NextIfOpen and PrevIfOpen opcodes. ... (check-in: bfdabaecc8 user: jan.nijtmans tags: trunk)
09:06
On Cygwin, extend the "win32" max path length to 4096 in stead of reducing the "win32-longpath" max path length to 4096. (why didn't I think of that earlier....). One less "#if defined(__CYGWIN__)" in the code, because it eliminates the need for the "win32-longpath" VFS on Cygwin altogether. ... (check-in: 4f4b15aba8 user: jan.nijtmans tags: trunk)
2014-03-19
12:33
Workaround for failing mmap on Cygwin, actually an SQLite problem reported here: [http://osdir.com/ml/sqlite-users/2014-03/msg00341.html]. Not fixed yet on SQLite trunk (3th segment of suggested patch is not applied yet). ... (check-in: d35d075328 user: jan.nijtmans tags: trunk)
2014-03-18
15:59
Since file_simplify_name() already was modified to handle the extended path prefix correctly [95f004b1c535c545], this special Cygwin handling is no longer necessary. ... (check-in: e35dbea1e3 user: jan.nijtmans tags: trunk)
14:52
remove unused variable ... (check-in: dfca123729 user: jan.nijtmans tags: trunk)
08:39
merge trunk ... (Closed-Leaf check-in: 5efa7d2e62 user: jan.nijtmans tags: strip-trailing-cr)
08:35 Edit [5efa7d2e62206313|5efa7d2e62]: Add tag "pending-review". ... (artifact: 4c1fa45547 user: jan.nijtmans)
2014-03-17
14:15
skip some tests when running inside of an open checkout. ... (check-in: 36a8d91d0c user: jan.nijtmans tags: trunk)