Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins related to "trunk" occurring on or after 2013-09-04 17:17:31.
2013-09-10
| ||
22:29 | Found a usable workaround for the S.000 ==> (S-1).999 conversion problem. All julian/iso conversion tests pass now. check-in: 6ee5a74681 user: stephan tags: trunk | |
22:12 | Several fixes for the iso8601/julian conversions. check-in: 057d313723 user: stephan tags: trunk | |
20:38 | changed a potential confusing hex output to make it clear that it is a ptr addr instead of a partial uuid. check-in: 50830bf6ac user: stephan tags: trunk | |
20:36 | Simplified fsl_deck_parse() signature. Reimplemented fsl_julian_to_iso8601() using a different algorigthm - the previous one has an off-by-one-day bug in some cases. check-in: 63333ab345 user: stephan tags: trunk | |
17:35 | fsl_deck_parse() now theoretically needs no fsl_cx, but it is untested in that configuration. check-in: 0cd2dffff4 user: stephan tags: trunk | |
15:20 | Added some test assertions. A pair of minor memory allocation optimizations. check-in: 9eb64a8a1d user: stephan tags: trunk | |
14:23 | Resolved task [ef8cd96ec9]: refactored fsl_deck_output() to not need a fsl_cx/db handle. check-in: 8af01f757e user: stephan tags: trunk | |
12:04 | minor error handling/propagating cleanup. check-in: 96e7d5d0c8 user: stephan tags: trunk | |
2013-09-09
| ||
23:15 | fixed the hour part again. Expanded the tests a bit. check-in: 1a3c359ad6 user: stephan tags: trunk | |
22:47 | fixed times for noon and earlier. Julian starts the day at noon. check-in: 99ed49b24c user: stephan tags: trunk | |
22:38 | removed now-unused macro. check-in: c17d8fdfed user: stephan tags: trunk | |
22:27 | added missing return semantics docs. check-in: 5f2c940ccd user: stephan tags: trunk | |
22:22 | added docs for fsl_julian_to_iso8601() and a flag to control whether or not the fractional seconds part is output. check-in: 6479f10c6a user: stephan tags: trunk | |
22:14 | Added fsl_julian_to_iso8601(). Seems to work but needs more testing and docs. Too tired. check-in: 9377585097 user: stephan tags: trunk | |
18:37 | removed a duplicate null check. check-in: 63941300fd user: stephan tags: trunk | |
18:32 | Added fsl_iso8601_to_julian(). Minor doc updates. check-in: 479a7c897f user: stephan tags: trunk | |
15:31 | accommadate API changes. check-in: 723c38cffe user: stephan tags: trunk | |
2013-09-08
| ||
17:40 | Added SQL functions: FSL_USER(), FSL_CONTENT(), FSL_SYM2RID(). Undid part of the previous fsl_buffer_compress() optimization because it cannot help us much for the real use cases and complicates the code. More proactive int casting for va_list bits. check-in: f9e0b1801f user: stephan tags: trunk | |
15:39 | Lots of minor additions and tweaks, mainly in support of app-level code. check-in: 7bfbc3dba6 user: stephan tags: trunk | |
14:54 | Minor error reporting cleanup. check-in: a037bbce03 user: stephan tags: trunk | |
13:21 | Added some preemtive casts for the sake of 32-bit safety. check-in: aa1bdee81e user: stephan tags: trunk | |
12:25 | Added --raw, --output, and --artifact flags to f-acat. check-in: 7111b4d781 user: stephan tags: trunk | |
12:01 | Moved fsl_memory_allocator into (new) fsl_lib_configurable struct. fsl_repo_create() now accepts a NULL fsl_cx parameter, in which case it uses a temporary local context. check-in: f34aaca9f5 user: stephan tags: trunk | |
10:49 | minor code cleanups in f-ls. check-in: 04923c4435 user: stephan tags: trunk | |
10:21 | moved fsl_malloc/free/realloc() to fossil-util.h. Minor cleanups in fsl_appendf() and f-ls. check-in: f50c561594 user: stephan tags: trunk | |
09:41 | malloc() optimization for space padding in fsl_appendf(). No longer allocates in C89 mode (no var-arrays) unless the padding is abnormally large (todo: use a loop in that case). check-in: 13b634d6b4 user: stephan tags: trunk | |
09:12 | minor doc and f-ls cosmetic tweaks. check-in: 5144ccab98 user: stephan tags: trunk | |
2013-09-07
| ||
12:23 | more renaming and doc tweaks. check-in: 3f79146785 user: stephan tags: trunk | |
12:22 | Added SQL schema to generated docs. check-in: ae4501c0cf user: stephan tags: trunk | |
11:58 | another round of API renaming. check-in: 200d1cd898 user: stephan tags: trunk | |
11:00 | Another round of API renaming/shortening. Added fsl_cx_stat(). check-in: 4bd2202448 user: stephan tags: trunk | |
10:24 | minor return type and test code tweaks. check-in: c87ddaf458 user: stephan tags: trunk | |
10:09 | more sanity tests for fsl_mkdir2(). check-in: 26bbfd3f4f user: stephan tags: trunk | |
09:44 | minor doc and error handling cleanups. check-in: 2227357f89 user: stephan tags: trunk | |
09:41 | cleanups to the mkdir code/docs. check-in: 81b2a1818f user: stephan tags: trunk | |
09:17 | ported in recursive mkdir support to fsl_mkdir2(). check-in: 644116decf user: stephan tags: trunk | |
2013-09-05
| ||
19:10 | started adding fs sanity tests. Fixed a totally broken fsl_dir_check(). check-in: c098e8ac46 user: stephan tags: trunk | |
18:47 | Added %#F (fossilize, alternate form) after stumbling across it in fossil(1). check-in: 4ff4b82340 user: stephan tags: trunk | |
18:46 | fixed a corner case (empty) fossilize result. check-in: 18ec9c4c77 user: stephan tags: trunk | |
08:18 | .EXE -> .exe and .DLL -> dll, that works better on Cygwin when case-sensitivity is switched on. See: [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive]. This should not have any effect on platforms other than Win95/98/ME. check-in: 6437e87b50 user: jan.nijtmans tags: trunk | |
2013-09-04
| ||
22:16 | added --apply option to f-delta to apply a delta to a file. check-in: 47ea20e7dc user: stephan tags: trunk | |
22:15 | Added a missing error report. Fixed an rc. check-in: 2a581b60af user: stephan tags: trunk | |
22:15 | fixed an error reporting corner case. check-in: 4090a9b542 user: stephan tags: trunk | |
21:09 | fixed a missing extern for fcli, which caused an ODR violation with tcc. Added -O0 to debug compile flags. check-in: 34f559dc49 user: stephan tags: trunk | |
18:51 | Add all produced executables to "ignore-glob", so they are kept when doing a "fossil clean" check-in: a3b172def9 user: jan.nijtmans tags: trunk | |
18:49 | more docs check-in: 9a344d2655 user: stephan tags: trunk | |
17:29 | minor test code and doc tweaks. check-in: 69af33d1e9 user: stephan tags: trunk | |
17:18 | added project URL to eclipse project file. check-in: fad0010a34 user: stephan tags: trunk | |
17:17 | more docs. check-in: 8518e14e68 user: stephan tags: trunk | |
17:17 | thank you, clang. check-in: 5aa2b97d0c user: stephan tags: trunk | |