Fossil

Timeline
Login

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

44 check-ins using file src/update.c version d5f0e4b21e

2015-06-13
20:11
Update referenced OpenSSL version check-in: 6c4263daac user: jan.nijtmans tags: trunk
18:49
More consistent capitalization of 'Fossil'. check-in: 91ed0447ad user: mistachkin tags: trunk
18:47
Fix missing parenthesis on index page, remove trailing spaces. Other minor improvements. check-in: 09fee89348 user: mistachkin tags: trunk
2015-06-12
17:49
Update TH1 integration as well. check-in: 8eb776c7fc user: mistachkin tags: exec-rel-paths
17:40
Update the .rc file as well. check-in: d49e678a63 user: mistachkin tags: exec-rel-paths
08:30
"./configure --with-exec-rel-paths" now enables the use of windiff.exe as external diff utility by default. Recommended for cygwin builds. check-in: 44d0a0993c user: jan.nijtmans tags: exec-rel-paths
2015-06-11
21:50
merge trunk check-in: 5e9253da21 user: jan.nijtmans tags: exec-rel-paths
21:25
Further improvements to the Tcl integration subsystem. check-in: 18fc492a95 user: mistachkin tags: trunk
17:10
Update referenced OpenSSL version. check-in: 0626182eb3 user: mistachkin tags: trunk
16:33
Prevent calls to find_option() from being skipped when they might be needed (i.e. if both options are specified). check-in: ddfb285cf8 user: mistachkin tags: exec-rel-paths
15:28
Build-in the linenoise command-line editing library on unix. check-in: 8514856576 user: drh tags: trunk
15:20
Build-in Antirez's linenoise library for command-line editing on the "fossil sql" command on unix. Closed-Leaf check-in: 2d79355f9c user: drh tags: linenoise
08:41
Slight optimization: don't bother checking the options, when either --exec-abs-paths or --exec-rel-paths is specified. check-in: e86aafedca user: jan.nijtmans tags: exec-rel-paths
08:33
Make option --exec-rel-paths actually work, in stead of just giving: "unrecognized command-line option, or missing argument: --exec-rel-paths" check-in: c8a8827309 user: jan.nijtmans tags: exec-rel-paths
2015-06-10
22:31
Sync up TclContext hLibrary member name with 'main.c'. check-in: d7bcdcbf2e user: mistachkin tags: trunk
22:18
Coding style adjustments to the Tcl integration subsystem. check-in: fec856f48c user: mistachkin tags: trunk
21:42
Enhance Tcl integration subsystem to check for the FOSSIL_TCL_PATH environment variable. It present, it will be used as a directory or file name where a Tcl 8.x library might be located. check-in: b523bf0be0 user: mistachkin tags: trunk
04:04
Add help text for the new setting. check-in: 2369a92fb6 user: mistachkin tags: exec-rel-paths
03:22
Revise the changes on this branch to favor the current default behavior. Also, make it possible to override the new setting with a command line option. check-in: 2036eef767 user: mistachkin tags: exec-rel-paths
2015-06-09
10:56
Add "diff-cmd-abs-paths" setting, controlling whether "fossil diff/gdiff" provide absolute paths to the external diff tool or not. check-in: 55b4a751c8 user: jan.nijtmans tags: exec-rel-paths
2015-06-05
18:07
Add a quote from Linus Torvalds to the "On The Usability of Git" section of the quotes.wiki page. check-in: e2411525c1 user: drh tags: trunk
11:46
Only use relative paths on win32 and cygwin, not on other platforms: external tools which buggy interpretation of relative paths don't exist on win32/cygwin. This allows a win32 diff tool (like winmerge) to be used in cygwin fossil, or a cygwin diff tool in a win32 fossil, no matter if the current directory is C:\Users\foo or /cygdrive/c/Users/foo. check-in: c9f3266836 user: jan.nijtmans tags: exec-rel-paths
10:28
Merge trunk check-in: d066ee039f user: jan.nijtmans tags: exec-rel-paths
10:25
Add warning to the use of fossil -x check-in: 056f41f850 user: jan.nijtmans tags: trunk
2015-06-04
17:51
Fix memory leak in the 'info commands' and 'info vars' TH1 sub-commands. Reported to the mailing list by Sergei Gavrikov. check-in: 1079c2459b user: mistachkin tags: trunk
17:32
Fix very minor typo in comment. check-in: 76412c68f1 user: andygoth tags: trunk
2015-06-03
14:21
Using relative paths with external tools may be problematic and is technically a breaking change. Use relative paths in paths used by fossil gdiff, as suggested by Ron W: [http://lists.fossil-scm.org:8080/pipermail/fossil-users/2015-April/021015.html] check-in: 3ffb6a3e62 user: jan.nijtmans tags: exec-rel-paths
2015-06-02
09:47
Slight optimization: Make two tables "static" that can be. check-in: 4440dae212 user: jan.nijtmans tags: trunk
08:17
Fix crash in /reports page, when compiling with recent gcc. (this is NOT an -O2 optimization bug!) check-in: 8184f39d80 user: jan.nijtmans tags: trunk
2015-05-31
11:19
Make azType in statrep.c a const table (which it actually is ...) check-in: b43681dc22 user: jan.nijtmans tags: trunk
2015-05-30
21:51
Update the changes file. check-in: 53be87d7d7 user: mistachkin tags: trunk
08:53
merge trunk Closed-Leaf check-in: 7699d14104 user: jan.nijtmans tags: sync-forkwarn
04:15
Fix one-character typo in changelog. check-in: a3c6971a1b user: andygoth tags: trunk
2015-05-29
17:52
Update the built-in SQLite to 3.8.11 alpha. check-in: 2b1261a59e user: drh tags: trunk
17:20
Add 'glob_match' command to TH1. check-in: 62f1f484f6 user: mistachkin tags: trunk
17:17
Add minimal 'lsearch' command to TH1. Only exact case-sensitive matching is supported. check-in: 54b0567cda user: mistachkin tags: trunk
17:14
Enhance file_tree_name() to be capable of producing absolute paths within the local tree. Fix --hard option to mv/rm to enable them to work properly with certain relative paths. check-in: c56a387d47 user: mistachkin tags: trunk
2015-05-27
19:17
Add and refine tests, part 2. Closed-Leaf check-in: 0b5b87ac84 user: mistachkin tags: mvRmHardFix
18:37
Have all appropriate tests use 'normalize_result' instead of a raw 'string map'. check-in: d2cf0713ef user: mistachkin tags: mvRmHardFix
18:31
More tests, part 1. check-in: cdd2ede6a2 user: mistachkin tags: mvRmHardFix
05:39
Avoid superfluous error messages about missing temporary tables when there are no valid files to move or remove with the --hard option. check-in: d272a35d26 user: mistachkin tags: mvRmHardFix
2015-05-26
23:28
Enhance error handling when there is no open checkout and add comments. check-in: d12fc4b148 user: mistachkin tags: mvRmHardFix
22:39
Fix typo in comment and add more tests of file name transformation methods. check-in: 9b41960e82 user: mistachkin tags: mvRmHardFix
21:46
Enhance file_tree_name() to be capable of producing absolute paths within the local tree. Fix --hard option to mv/rm to enable it to work properly with relative paths. check-in: c2df31dae8 user: mistachkin tags: mvRmHardFix