Login
Timeline
Login

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

56 check-ins using file f-new.c version 4bd4ff84b9

2014-01-26
10:33
refactoring and code consolidation. check-in: e6654f2651 user: stephan tags: trunk
2014-01-25
15:01
minor internal restructuring in fcli. check-in: bbe93aa209 user: stephan tags: trunk
14:46
Started work on the analog of the (fossil status) command. check-in: 46a069acbc user: stephan tags: trunk
14:46
f-acat now fails with non-0, instead of 0, when no artifact ID is supplied. check-in: 442e1f459e user: stephan tags: trunk
13:30
implemented fsl_repo_record_filename(). Seems to work but is untested in conjunction with global config. check-in: 857a9fe889 user: stephan tags: trunk
2014-01-24
20:49
more doc tweaks. check-in: 0be0e644f8 user: stephan tags: trunk
19:45
doc patches to accound for the doxygen filtering kludge needed for @code blocks. check-in: 95be6cf5b2 user: stephan tags: trunk
2014-01-23
20:16
squirreling away some SQL snippets which are not part of the sources. check-in: 4a07292f08 user: stephan tags: trunk
2014-01-22
20:57
doc fixes/tweaks. i _think_ i finally got the doxygen INPUT_FILTER doing the right thing wrt to the fossil(1)-style comment blocks in conjunction with @code/@endcode. check-in: 89554a5d7f user: stephan tags: trunk
20:06
Added a minor maintenance reminder. check-in: 2303065b50 user: stephan tags: trunk
2014-01-12
11:26
fixed f-wiki export to behave like the docs say it does. check-in: 5fe41b17fd user: stephan tags: trunk
2013-10-01
08:22
fixed the incomplete changes to the last commit (apparently got distracted in the middle somewhere). check-in: f2e6bc9235 user: stephan tags: trunk
2013-09-24
20:15
minor cleanups in as-yet-unusued closed. check-in: 28d48303f7 user: stephan tags: trunk
15:30
doc and error reporting tweaks. check-in: 81b1ef6e09 user: stephan tags: trunk
15:27
fixed an uninitialized counter var. Thanks, clang! check-in: f19b6aaae5 user: stephan tags: trunk
2013-09-19
20:57
minor doc tweak check-in: ae837ae1a3 user: stephan tags: trunk
20:46
fsl_content_put_ex() now adds all saved content to the UNSENT table. Once we have sync/import support that will need to be togglable. check-in: 01159e5323 user: stephan tags: trunk
20:45
minor doc additions. check-in: c784489aad user: stephan tags: trunk
19:09
more docs check-in: f93b6e2160 user: stephan tags: trunk
19:02
doc tweaks check-in: 47bb628414 user: stephan tags: trunk
18:55
more docs. check-in: c76f2a87da user: stephan tags: trunk
17:02
minor doc rewording. check-in: 4449223605 user: stephan tags: trunk
16:49
Added a transaction to f-query. check-in: 46964e30c8 user: stephan tags: trunk
16:28
Added f-query app to run queries which can use the libfossil-added SQL UDFs. check-in: 1d4a6c8222 user: stephan tags: trunk
16:27
added fsl_repo_dir_names() test. check-in: d1860e95d5 user: stephan tags: trunk
16:26
Added fsl_repo_dir_names(). check-in: 8b35258f0d user: stephan tags: trunk
16:25
fsl_dirpart() UDF now treats empty result as NULL (do not think this makes a difference). check-in: c6bacd7607 user: stephan tags: trunk
16:03
minor docs and comments. check-in: 35cd9d6c6c user: stephan tags: trunk
16:03
Added FSL_DIRPART() SQL func. Fixed behaviour of fsl_db_prepare() when input SQL evaluates to NULL (it now fails instead of succeeding with a NULL stmt handle). check-in: 8dc89b848b user: stephan tags: trunk
2013-09-18
17:39
minor doc/text changes. check-in: 4fa939b62a user: stephan tags: trunk
17:21
minor code tweaks in as-yet-untested/untestable code. check-in: e0d628e9db user: stephan tags: trunk
17:20
minor doc tweaks. check-in: e9e3583937 user: stephan tags: trunk
17:19
Extended fcli to allow client to specify the output channel used by f_out() and friends (so it can now be used with a GUI app). check-in: 9c8f77e838 user: stephan tags: trunk
17:17
Minor error reporting cleanup. check-in: f0bdc0ff5a user: stephan tags: trunk
17:17
changed semantics of contextLines diff argument when==0. check-in: 85d6717c6c user: stephan tags: trunk
17:14
if SHA1 mismatches and output did not come from stdin, then it now shows a diff of the mismatch. check-in: 19733a82dc user: stephan tags: trunk
16:18
minor doc tweak. check-in: f44fc5165d user: stephan tags: trunk
16:18
test event generator now uses current time, not a fix time. check-in: 29c9001a95 user: stephan tags: trunk
2013-09-17
19:51
Added fsl_file_dirpart(). check-in: d8147e45d9 user: stephan tags: trunk
18:42
ooops - reenabled the other sanity tests. check-in: 60683c296e user: stephan tags: trunk
18:42
more tinkering with the sizeof-vs-va_list mismatch tests. check-in: 5672d4e132 user: stephan tags: trunk
18:24
minor doc updates. check-in: 097002174d user: stephan tags: trunk
18:15
Ported in fsl_pathfinder utility API from th1ish. check-in: db1a141463 user: stephan tags: trunk
11:58
bogus no-op change to remove +x bit. check-in: 9803754065 user: stephan tags: trunk
05:27
naive (un-researched) fixes to compile fails. (see [ef8ff36cf0feb811a0f1e66c0fa420c80d629998]) check-in: b5210cd21c user: bch tags: trunk
2013-09-16
18:58
Added a really horrible, but also mathematically justified, ugly kludge to the julian==>iso8601 conversion which flips SS.999 up to the next second (if it will not wrap a day boundary). This is EVIL but the math of unexpected .999 fractions (0.27% in fossil(1) repo) vs the cases this actually breaks (so far none) argues for it. check-in: ea6d329863 user: stephan tags: trunk
17:36
minor doc updates and internal cleanups. check-in: 4c2a2319dc user: stephan tags: trunk
16:25
second half of previous commit, plus some copy/paste comment corrections. check-in: e0996075b9 user: stephan tags: trunk
16:21
removed use of FSL_CX_F_LOCALTIME_GMT - will likely get rid of that flag. check-in: 3e38a9d41e user: stephan tags: trunk
15:53
Simplified some of the math a small bit in fsl_julian_to_iso8601(). check-in: 2f44409167 user: stephan tags: trunk
2013-09-14
15:58
minor comment change. check-in: 408e2fbac1 user: stephan tags: trunk
2013-09-11
22:08
Added some assertions, reminders, docs. One minor optimization. check-in: 580bb9c789 user: stephan tags: trunk
20:10
fixed minor math error in debug output percentage calculations. check-in: 402f50a25f user: stephan tags: trunk
19:58
removed old/unmaintained build file. check-in: 38ecec1de2 user: stephan tags: trunk
19:58
Playing with __attribute__. check-in: 039b1b7f4d user: stephan tags: trunk
19:12
added a couple missing member initializations. check-in: ad29f06121 user: stephan tags: trunk