Timeline
Not logged in

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

53 check-ins for the month beginning 2012-09-01 by user jan.nijtmans

Following month ↑
2012-09-28
13:45
merge trunk check-in: 1aed9aabaa user: jan.nijtmans tags: use-utf8-in-win-external-editor
07:26
load Tcl dynamically using the Stubs mechanism in stead of linking in the library statically. Closed-Leaf check-in: ba91fe5f9e user: jan.nijtmans tags: stubbed-tcl
2012-09-27
08:43
Candidate fix for ticket [711d04b6d8] check-in: eab9f88e7f user: jan.nijtmans tags: ticket-711d04b6d8
2012-09-26
14:11
merge check-in: 84f1b5b37f user: jan.nijtmans tags: trunk
14:10
Make "fossil diff --tk" work on Windows as well. check-in: b836ec8a35 user: jan.nijtmans tags: trunk
09:48
Correct last merge: mbcs->utf-8 conversion is done later check-in: b9640f05a2 user: jan.nijtmans tags: use-utf8-in-win-external-editor
09:32
merge trunk check-in: 71ef64bb75 user: jan.nijtmans tags: use-utf8-in-win-external-editor
09:27
Bug-fix: inline editor on Windows should expect mbcs, not utf-8 check-in: 9c9ad8e572 user: jan.nijtmans tags: trunk
07:35
Now it works €† check-in: 433cb71479 user: jan.nijtmans tags: use-utf8-in-win-external-editor
2012-09-25
21:15
another attempt €† check-in: 4358a23778 user: jan.nijtmans tags: use-utf8-in-win-external-editor
20:40
C check-in: fa8e0fed9c user: jan.nijtmans tags: use-utf8-in-win-external-editor
14:55
zFile cannot be NULL, that wouldn't work on UNIX check-in: 7724ea6501 user: jan.nijtmans tags: use-utf8-in-win-external-editor
14:10
Use mbcs on Windows' external file editor in stead of utf-8 check-in: 3a20d89d95 user: jan.nijtmans tags: use-utf8-in-win-external-editor
06:40
allow Eclipse to be used as fossil development IDE, merged from "fossil-eclipse" branch, which is now closed. check-in: ae356a7b2e user: jan.nijtmans tags: trunk
2012-09-24
10:12
fix -pedantic gcc warning: overflow in implicit constant conversion check-in: 03424a031b user: jan.nijtmans tags: trunk
09:03
modified fix for [c8c0b78c84], which no longer causes "Usage" printouts to use the full fossil path, even though the command line didn't use the full path check-in: dacc694615 user: jan.nijtmans tags: trunk
07:00
previous commit fixed the MSVC build, but broke the mingw build. Now fix both of them. check-in: 1ef58e5246 user: jan.nijtmans tags: trunk
2012-09-21
11:24
eliminate the need for <tchar.h> check-in: 1bfa3a0bbf user: jan.nijtmans tags: trunk
2012-09-20
20:33
eliminate all #ifdef UNICODE, assuming everthing is compiled with -DUNICODE -D_UNICODE check-in: ad91647ea7 user: jan.nijtmans tags: trunk
2012-09-17
07:34
fix [ce73fc2173] <p>Restore Win9x, using unicows eliminate all #ifdef UNICODE Closed-Leaf check-in: 9cf5056af9 user: jan.nijtmans tags: win95-unicows
2012-09-14
10:31
Experimental version for Win9x, using unicows Closed-Leaf check-in: bf0fede2ee user: jan.nijtmans tags: restore-win95
2012-09-13
07:17
merge trunk check-in: 0930ed2085 user: jan.nijtmans tags: restore-win95
07:12
re-enable unicode commandline for MSVC build (previous commit accidently removed that) <p>New version of dirent.h, which supports both MBCS and UNICODE check-in: 71d46aba2e user: jan.nijtmans tags: trunk
2012-09-12
22:01
simplify switching between widechar and unicode variant of dirent check-in: a8f7a8ac24 user: jan.nijtmans tags: restore-win95
20:55
allow MSVC build without -DUNICODE as well check-in: eede5db7c3 user: jan.nijtmans tags: restore-win95
20:36
unbreak MSVC build. <p>Always use platform detection in fossil_system: fossil might be linked with unicows, then still quotes should not be used on Win95 <p>Why did I remove the -DUNICODE from Makefile.msc?.... check-in: ebe241b4df user: jan.nijtmans tags: restore-win95
14:42
fix [ce73fc2173] as well check-in: ed5695fe7f user: jan.nijtmans tags: restore-win95
11:32
better fix check-in: 3c33959096 user: jan.nijtmans tags: restore-win95
11:04
fix crash in Win95 build when running on WinNT+ check-in: d339a7b2e3 user: jan.nijtmans tags: restore-win95
08:10
Restore fossil to be compilable for Win95 <p>Replace "-DUNICODE -D_UNICODE" with "-DSQLITE_OS_WINNT=0" in win/Makefile.mingw if you want this. check-in: b402bec882 user: jan.nijtmans tags: restore-win95
2012-09-11
18:49
enable unicode commandline for MinGW/MinGW-w64 as well <p> remove unused MINGW_BROKEN_MAINARGS check-in: 274d8a1dcd user: jan.nijtmans tags: trunk
2012-09-10
18:15
add .PHONY target to makefile, this makes "make test" work even though there already is a directory named "test" check-in: ffcdfadbda user: jan.nijtmans tags: trunk
08:21
Add some test cases Closed-Leaf check-in: d43165418c user: jan.nijtmans tags: mingw-broken-cmdline
2012-09-09
20:53
Fix ticket [906c533302]. If you want to replace the mingw command-line pa a better one (conforming to ms rules), compile with -DMINGW_BROKEN_MAINARGS. MinGW doesn't support unicode command line parsing (linker option -municode), so the option -DMINGW_BROKEN_MAINARGS can be used to fix that too. check-in: 047dd62604 user: jan.nijtmans tags: mingw-broken-cmdline
2012-09-07
07:55
merge trunk check-in: af4287ac3a user: jan.nijtmans tags: unicode-cmdline
07:53
Enable unicode commandline and unicode console output for msvc builds. check-in: 286950208c user: jan.nijtmans tags: unicode-cmdline
2012-09-06
09:10
merge trunk <p>enable UNICODE mode (experimental) Closed-Leaf check-in: 2017d2f832 user: jan.nijtmans tags: eclipse-project
2012-09-05
20:21
Eliminate some gcc (4.6) warnings on windows. check-in: 1854d99041 user: jan.nijtmans tags: trunk
13:45
merge trunk, fix compilation on Cygwin/Linux check-in: c05ba6b0d7 user: jan.nijtmans tags: eclipse-project
12:55
const-qualification check-in: 645f34834d user: jan.nijtmans tags: eclipse-project
09:26
be smarter about istty static initialization check-in: 5d9f57a721 user: jan.nijtmans tags: eclipse-project
09:05
superflueous semicolon. check-in: 6f3b0f3445 user: jan.nijtmans tags: eclipse-project
09:00
fix writing to stderr console, last commit broke that. check-in: b4bab791fc user: jan.nijtmans tags: eclipse-project
08:15
write unicode to console, when possible. check-in: 7fd74e72f8 user: jan.nijtmans tags: eclipse-project
07:31
make output to the Windows console binary-safe check-in: a830168d3f user: jan.nijtmans tags: eclipse-project
06:32
merge trunk check-in: 1393a9107b user: jan.nijtmans tags: eclipse-project
2012-09-04
12:36
merge trunk check-in: 2050646c9f user: jan.nijtmans tags: eclipse-project
08:14
memory allocated with mprintf should be freed with fossil_free(), not free() <p>use _wsystem() in stead of system() on Windows. <p>Use g.argv[0] in stead of fossil_nameofexec() when the full path is not necessary, e.g for "Usage" prints. check-in: 06ba3ace24 user: jan.nijtmans tags: trunk
07:00
merge trunk check-in: 56f6e9f3b9 user: jan.nijtmans tags: eclipse-project
06:52
merge trunk check-in: 26aa3eeab8 user: jan.nijtmans tags: eclipse-project
2012-09-03
13:50
Extend zRequestFName and zReplyFName to allow MAX_PATH characters. missing fossil_mbcs_to_utf8() call in line 199 check-in: 6e7c94b31d user: jan.nijtmans tags: trunk
2012-09-02
19:39
<pre>Minor additional fixes related to [c8c0b78c84]: - Use _wsystem() in stead of system() on Windows - Use g.argv[0] in stead of fossil_nameofexe() where only printing is involved - Use fossil_nameofexe() where fossil_system() is involved - Move the determination of the full windows path to fossil_nameofexec, so g.argv[0] can always be the ... Closed-Leaf check-in: be06861f3c user: jan.nijtmans tags: ticket-c8c0b78c84
12:50
fix cross-compilation of mingw target on Linux/Darwin check-in: 9c0e1caec5 user: jan.nijtmans tags: trunk
Previous month ↓