Login
Timeline
Login

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

50 events by user stephan occurring around 2013-08-29 15:24:20.

2013-09-01
09:22
consolidated duplicate htmlize code. Re-added htmlize to diffs. check-in: 2e4b4226b9 user: stephan tags: trunk
08:37
Refactored diff generator to send its output to a fsl_output_f() instead of a buffer. check-in: f156d46b10 user: stephan tags: trunk
2013-08-31
16:09 Changes to wiki page "home" artifact: a4ff683782 user: stephan
16:08
memleak fix in test code while testing for a leak in lib code. check-in: c0d1362cd6 user: stephan tags: trunk
15:58
Introducing fsl_diff_text(). check-in: 881eabc5ba user: stephan tags: trunk
14:21
Started porting in the diff generation bits. Still much to do. check-in: 71111bb670 user: stephan tags: trunk
13:13
minor doc tweak. check-in: 26dfafd2fc user: stephan tags: trunk
13:12 Changes to wiki page "FossilApp" artifact: 60ad3b70a0 user: stephan
13:02
Doc additions, minor error reporting cleanups. check-in: 8f05724070 user: stephan tags: trunk
11:32
Re-did how fcli hooks into app-local help, to avoid an unresolved symbol in the main lib. check-in: 6f54534d74 user: stephan tags: trunk
11:02
Build tweaks for quiet mode. Added --mq configure option (--quiet is an autosetup builtin). check-in: 320b6f1af9 user: stephan tags: trunk
10:49
Renamed the FossilApp API to fcli. Moved its header into the public space. check-in: 5d3767f8f0 user: stephan tags: trunk
10:25
deps fixes. Added/fixed optional quiet build mode. check-in: d25e11b1c9 user: stephan tags: trunk
10:02
Lots of FossilApp tinkering. check-in: 5e77c8742d user: stephan tags: trunk
09:12
Ported in some control artifact touchups from Jan. Fixed a linking-related problem with FossilApp_local_help(). Accommodated API changes in th1ish binding. check-in: 1e923bce86 user: stephan tags: trunk
2013-08-30
18:26
consistency: s|fsl_cx_init_param|fsl_cx_init_opt|g check-in: d155bafd28 user: stephan tags: trunk
18:22
Moved config.h to fossil-config.h. Updated Doxyfile.in file from trunk doxygen. check-in: 1d0f674e13 user: stephan tags: trunk
18:09 Changes to wiki page "home" artifact: aee2f04de3 user: stephan
18:05
insignificant cleanups and docs/text touchups. check-in: efaeb72011 user: stephan tags: trunk
18:05 Edit [98b8da175404414d|98b8da1754]: Cancel "testing-after-change" with value "fsl_repo_tag_propagate() still works.". artifact: 62bed06bce user: stephan
18:04 Edit [c611b4e1a152c598|c611b4e1a1]: Add propagating "testing-after-change" with value "making sure fsl_repo_tag_propagate() still works.". artifact: 8937b1241a user: stephan
2013-08-29
17:19
Moved SQL tracing from stderr back to stdout, so that redirection and flushing get the SQL output lined up with the app output. Renamed FSL_ATYPE_G to FSL_ATYPE_TAG. Aligned the FSL_ATYPE_xxx values with their FSL_CATYPE_xxx partners. Fixed a fsl_atype_t/fsl_catype_t mixup in f-ls (thanks, clang). check-in: 98b8da1754 user: stephan tags: trunk
16:40
s/fsl_init_param/fsl_cx_init_param/ check-in: c611b4e1a1 user: stephan tags: trunk
16:34
Split the 300kb+ of headers/docs into multiple files because my old netbook is starting to choke on syntax-highlighting them (and on the large resulting doxygen pages). check-in: 93ec815614 user: stephan tags: trunk
15:24
minor API renaming/shortening, doc additions, removed some dead code. check-in: 135fb8b36c user: stephan tags: trunk
2013-08-28
21:33 Changes to wiki page "f-tools" artifact: 3b7e7692d0 user: stephan
21:26 Changes to wiki page "home" artifact: 0bb4d5a79c user: stephan
21:13
Minor doc and error reporting improvements. check-in: 32f3595fa2 user: stephan tags: trunk
20:18 Changes to wiki page "f-tools" artifact: 8da054e875 user: stephan
20:16
more docs. check-in: 001275b88b user: stephan tags: trunk
20:04 Changes to wiki page "home" artifact: c2b303531c user: stephan
19:37
doxygen typo fix. check-in: 4061a8cd7a user: stephan tags: trunk
19:36
minor text and dead code changes only. check-in: ce02fcfbeb user: stephan tags: trunk
19:29
Ported in parts of the configuration subsystem. fsl_repo_create() now copies all the same stuff fossil(1) does when given a repo to copy the config from. check-in: 7766f5bc6d user: stephan tags: trunk
19:12
re-added the RID to the verbose ls output. check-in: 2bc75f59aa user: stephan tags: trunk
17:21
Added -utc flag. check-in: f6f5992a54 user: stephan tags: trunk
17:21
minor cosmetic cleanups. check-in: 6ec6b3812f user: stephan tags: trunk
17:20 Note: Milestone: first empty repo created technote: [a39d7e1910] user: stephan
16:45
Creation of new repos is more or less finished. fossil(1) seems to be happy with them. check-in: 859846313d user: stephan tags: trunk
2013-08-27
21:53
minor tinkering before bed. nothing functional. check-in: 41966a046d user: stephan tags: trunk
21:00
Created an empty repo, including initial manifest, and fossil(1) can read it :). Discovered that i am still seeing the va_list/sizeof-related corruption on this 32-bit system if i am not way too careful with format specifiers. Need to look into that again, but too tired now (cannot explain why i have never seen this in other trees using this same code). check-in: 96cbb2d6ad user: stephan tags: trunk
20:49 Changes to wiki page "test-page" artifact: 7f0b09af88 user: stephan
19:55
Started work on creating a new repo. Several related minor cleanups and additions. Simplified a couple APIs. check-in: 184bdcf4a4 user: stephan tags: trunk
16:15
Got the compiled-in schemas working (==readable, but not yet used/aplied). check-in: 11f605e0b4 user: stephan tags: trunk
2013-08-26
22:24
Integrated build of SQL schema code. check-in: 0eb0ac480a user: stephan tags: trunk
21:02
minor error reporting cleanups. check-in: 7d9a27739a user: stephan tags: trunk
17:34
minor cleanups/reformatting. fixed a potential endless loop in some untested code. check-in: 9cac575a31 user: stephan tags: trunk
2013-08-25
18:01
added a name to the xlink callbacks, so that we have a mechanism we cau use to swap out specific ones. check-in: e1a9699a62 user: stephan tags: trunk
14:35 Changes to wiki page "home" artifact: b0043b4008 user: stephan
14:31 Note: Minor milestone: artifact crosslinking hooks technote: [ae21728d2c] user: stephan