Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 descendants of c0752c60c2682fd1
2013-09-01
| ||
12:29 | minor cleanups/fixes in crosslink callback handling. check-in: 510aecf972 user: stephan tags: trunk | |
11:48 | switched line number column from 6 back to 5 digits. Minor test code and doc tweaks. check-in: 1ea8b6c48a user: stephan tags: trunk | |
11:37 | doc updates. fixed an off-by-one in sbs display in inverted mode (caused by a formatting change i made earlier, not a bug in the original code). Added 'fsl-' prefix to all CSS class names. check-in: 1a45779c91 user: stephan tags: trunk | |
11:15 | FSL_DIFF_SIDEBYSIDE is now implicit if the sbsWidth argument is not 0. check-in: c044f55804 user: stephan tags: trunk | |
10:50 | removed dangling debug output. check-in: 91c7f44a58 user: stephan tags: trunk | |
10:48 | Ported in sbs diffs. check-in: b9651d78bf user: stephan tags: trunk | |
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: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: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:05 | insignificant cleanups and docs/text touchups. check-in: efaeb72011 user: stephan tags: trunk | |
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:13 | Minor doc and error reporting improvements. check-in: 32f3595fa2 user: stephan tags: trunk | |
20:16 | more docs. check-in: 001275b88b user: stephan tags: trunk | |
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 | |
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 | |
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:30 | minor cleanups in the xlink callback code. fixed an error propagation case. check-in: 966209515b user: stephan tags: trunk | |
14:15 | First draft of artifact crosslink callbacks, to allow us to farm out the crosslinking work. check-in: fb18a52241 user: stephan tags: trunk | |
13:24 | off-by-one fix in timeline text for sym-xxx tags. Added --new option to f-wiki. check-in: 6dd9438f46 user: stephan tags: trunk | |
13:00 | Fixed fsl_deck_unshuffle() to not fail if the deck _cannot_ have an R-card. s/fsl_deck_calculate_R/fsl_deck_R_calc/, for consistency. check-in: bc88a06866 user: stephan tags: trunk | |
12:53 | more minor API cleanups and renaming. check-in: bc4da7e12f user: stephan tags: trunk | |
12:22 | doxygen tweaks. removed generated file. check-in: 76513a1bcb user: stephan tags: trunk | |
11:39 | More API renamings. Moved some card-related code from internal to public APIs. Added foreach iterator for F-cards. Added basic f-ls app. check-in: e0963e92ca user: stephan tags: trunk | |
09:12 | API renamings (shortenings) and minor API simplifications. Doc updates, some work on making the R-card optional. check-in: c0752c60c2 user: stephan tags: trunk | |