Fossil

Timeline
Login

Timeline

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

29 ancestors of b37a28228c3788c1fcf026c881eec4017d242dbf

2014-04-04
12:11
Update to SQLite 3.8.4.3 (check-in: b37a2822 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: b78ae90a user: jan.nijtmans tags: trunk)
11:01
unused variable (check-in: 0f3ed70b user: jan.nijtmans tags: trunk)
10:57
Code simplification. No change in functionality. (check-in: 8d627980 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: 99901fbf user: jan.nijtmans tags: trunk)
08:48
Fix one situation in which integers still could fool the number parser. Add test-case for it. (check-in: 9fdc7a04 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: a306f771 user: jan.nijtmans tags: trunk)
2014-04-03
19:13
Enhance the 'fossil extras' and 'fossil all extras' commands using the new --header option to get them to print the associated repository first. (check-in: 69974aaa user: mistachkin tags: trunk)
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: 1f6734c3 user: jan.nijtmans tags: trunk)
13:37
Enhance the --tk option on diff so that it works with special characters (like "\" and "}") in the filename. (check-in: 544d2213 user: drh tags: trunk)
07:05
Fix highlight algorithm when used in combination with "Ignore Whitespace" (check-in: c23190a6 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: a8e3ede9 user: jan.nijtmans tags: trunk)
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: b763c3c3 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: 7023de95 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: d77b7ed1 user: jan.nijtmans tags: trunk)
03:30
Call fossil_fatal() when fossil_fopen fail on commit_warning(). This fix SIGSEGV when converting CR/NL where files are read-only. (reported on ML) (check-in: c3d09540 user: mgagnon tags: trunk)
2014-04-01
22:28
Fix using the unary bitwise NOT operator in TH1. (check-in: ee1aa460 user: mistachkin tags: trunk)
19:52
Add the "Invert" button to the --tk diff display. (check-in: cf52a9ab user: drh tags: trunk)
18:43
Get the "fossil cat" command working outside of a check-out using the -R option. This is an alternative implementation to the fix-cat-dash-R branch that avoids adding a new global variable. (check-in: ebe97b79 user: drh tags: trunk)
2014-03-31
17:31
Fixed json.c for g.url changes which could not have been caught by search/replace b/c they are macro-generated. (check-in: bcae843a user: stephan tags: trunk)
16:48
Get rid of the GLOBAL_URL() kludge. Change the global "g" variable to contain an instance of the UrlData object instead of individual fields of the UrlData object. (check-in: 5fdad9bd user: drh tags: trunk)
13:02
Use full-length SHA1 hashes on the "ambiguous" webpage. (check-in: 42e66c1a user: drh tags: trunk)
12:59
Add missing db_finalize() statements. (check-in: 07e93f38 user: drh tags: trunk)
10:30
Use long UUID's in more hyperlinks, without affecting UI display. (check-in: b0d9468b user: jan.nijtmans tags: trunk)
2014-03-29
09:03
s/free()/fossil_free()/, for consistency. (check-in: c94df724 user: stephan tags: trunk)
2014-03-28
17:45
Re-added a short doc snippet accidentally cut out by [ec03c3149a]. (check-in: 045975f6 user: stephan tags: trunk)
08:18
Use full UUID's in more hyperlinks, e.g. regarding attachments. Remove unused function. (check-in: ec03c314 user: jan.nijtmans tags: trunk)
02:28
Fix inconsistent naming between the 'fossil extras' and 'fossil all extra' commands. Add the --showfile option to the 'fossil all' command. (check-in: 7afbb703 user: mistachkin tags: trunk)
2014-03-27
10:22
Update to SQLite 3.8.4.2 (check-in: cf0b0e50 user: jan.nijtmans tags: trunk)
10:11
Fix (not so harmless) gcc compiler warning. (check-in: 22d7996f user: jan.nijtmans tags: trunk)