Fossil

Timeline
Login

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

46 check-ins related to "eclipse-project"

2012-09-25
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-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:54
Do not count divider lines as "items" on the timeline. check-in: 4913964321 user: drh 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
11:33
Add "fco" query parameter and the "Simplified"/"Full" submenu items to control it on the "finfo" web page. check-in: f1fae7f9ea user: drh tags: trunk
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
23:13
Be smarter about distinguishing between hyperlinks and array subscripts in code when rendering wiki. check-in: b7abba6707 user: drh tags: trunk
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
18:36
Update the built-in SQLite to the 3.7.14 release. check-in: 2b56641fb9 user: drh tags: trunk
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-08-30
12:34
make winhttp.c compilable without -DUNICODE check-in: d0256a17be user: jan.nijtmans tags: eclipse-project
11:47
merge ticket-c8c0b78c84 convert winhttp.c to unicode check-in: f342247c50 user: jan.nijtmans tags: eclipse-project
09:21
... and teach popen how to handle non-mbcs characters check-in: 7d842b654b user: jan.nijtmans tags: ticket-c8c0b78c84
07:03
merge trunk check-in: 0387251bd3 user: jan.nijtmans tags: eclipse-project
02:04
Simplify the mkversion changes from the previous commit. check-in: ae85ba156c user: mistachkin tags: trunk
2012-08-29
14:12
merge trunk check-in: c037808477 user: jan.nijtmans tags: eclipse-project
13:57
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII check-in: 9f6abc5968 user: jan.nijtmans tags: msvc-broken
2012-08-28
09:13
merge ticket-01a2f3a346 into eclipse-project check-in: 51253a79f2 user: jan.nijtmans tags: eclipse-project
09:05
merge trunk into ticket-01a2f3a346 branch check-in: f89bd067c2 user: jan.nijtmans tags: ticket-01a2f3a346
2012-08-26
18:20
merge trunk into eclipse-project branch, and fix build on UNIX check-in: 64d8e09e20 user: jan.nijtmans tags: eclipse-project
18:17
merge trunk into unicode branch, and fix build on UNIX check-in: 8596323b5b user: jan.nijtmans tags: ticket-01a2f3a346
2012-08-24
14:50
merge unicode branch check-in: b4ea94b488 user: jan.nijtmans tags: eclipse-project
13:42
add mkdir to the unicode-supported functions add chinese-named file and directory in test directory, demonstrating the fix [01a2f3a346] check-in: c780793749 user: jan.nijtmans tags: ticket-01a2f3a346
08:16
Merge in the mingw build enhancements check-in: abbc00fc5b user: jan.nijtmans tags: eclipse-project
08:13
wiki tweaks regarding MinGW build enhancements check-in: 4e93e84e55 user: jan.nijtmans tags: trunk
2012-08-23
08:53
unicode support for file_getcwd, file_access and fossil_stat as well check-in: d95039cc5a user: jan.nijtmans tags: eclipse-project
07:25
merge SQL injection prevention patches into the eclipse-project branch check-in: 0fdb1f4f8f user: jan.nijtmans tags: eclipse-project
2012-08-22
21:30
two minor typos check-in: 544c163551 user: jan.nijtmans tags: trunk
14:57
... and without -DUNICODE as well check-in: 7ba6a72443 user: jan.nijtmans tags: eclipse-project
14:53
Allow popen.c and winhttp.c to be compiled with -DUNICODE -D_UNICODE (the latter just by undefining those) check-in: 8bde948434 user: jan.nijtmans tags: eclipse-project
13:47
new functions fossil_unicode_to_utf8 and fossil_utf8_to_unicode. Modify file_delete, file_tempname, fossil_getenv and fossil_fopen to use it, so now they can handle all unicode characters not only the ones from the mbcs This should allow all filenames and environment variables to contain unicode characters, without problems on WIN32. If main.c is compiled with -DUNICODE -D_UNICODE, then command line arguments allow unicode characters on win32 as well. Build system not adapted for that yet. check-in: 65c8ca0571 user: jan.nijtmans tags: eclipse-project
11:52
Merge the TCL argument handling patches into the Eclipse branch. check-in: 1bafc7e677 user: drh tags: eclipse-project
11:51
Merge the TCL argument handling patches into trunk. check-in: b6a7e52c93 user: drh tags: trunk
2012-08-21
14:27
Merge all recent trunk changes into the eclipse-project branch. check-in: e2d0fa884a user: drh tags: eclipse-project
14:25
Tcl only uses argv0 so it is enough to transfer only that one argument. check-in: 7f96a71599 user: drh tags: trunk
13:26
Those two files tell eclipse that it can be checked out as a project, and that the LF eol-convention should be used. check-in: 6c945311bc user: jan.nijtmans tags: eclipse-project
11:05
Fix error messages associated with the "scrub" command. check-in: e25f55dd4d user: drh tags: trunk