Login
All files named "f-apps/f-acat.c"
Login

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

History for f-apps/f-acat.c

2021-12-30
05:37
Replaced f-apps fcli_setup() calls with fcli_setup_v2(). file: [1db2850918] check-in: [313b59841e] user: stephan branch: trunk, size: 2588
2021-12-21
20:38
Corrected f-apps broken by previous checkin. file: [7cbd653a1b] check-in: [5427afd00d] user: stephan branch: trunk, size: 2620
2021-11-18
15:04
f-rebuild seems to work but needs more testing before moving it into the library. file: [02b4d40bf9] check-in: [45126ee491] user: stephan branch: trunk, size: 2672
2021-04-04
05:07
f-apps: modernized/simplified usage of exit-on-help. Removed some bogus CLI flag entries from f-config. file: [493fe5053d] check-in: [1d3192c82b] user: stephan branch: trunk, size: 2664
04:58
f-apps: use fcli_cx() instead of accessing fcli.f directly. file: [043c1bb7d4] check-in: [9c7cf37828] user: stephan branch: trunk, size: 2715
2021-03-10
17:36
Minor fcli API usage modernization. file: [6a11002efb] check-in: [c04ce8aaf1] user: stephan branch: trunk, size: 2712
2021-03-01
16:21
Arguably a typo fix in the new header. Thank goodness for stream editors. file: [e8e5f53e2a] check-in: [386316db07] user: stephan branch: trunk, size: 2740
15:46
Replaced the overwhelming majority of license headers with the new project-standard one. Left a few as they were for files which were imported essentially unchanged from Fossil or, in the case of SHA1/SHA3/MD5 bits, other 3rd-party sources. file: [2d47c78947] check-in: [fa5fb24496] user: stephan branch: trunk, size: 2732
2021-02-28
04:57
fcli now uses its own FCLI_RC_HELP, instead of hijacking FSL_RC_BREAK, to indicate that --help was triggered. file: [07cbd190de] check-in: [d0edf4583f] user: stephan branch: trunk, size: 2668
2021-02-27
14:29
Finished porting the f-apps to the new CLI handling bits. Replaced fcli::appHelp with what was formerly fcli::appHelp2. file: [4b5e6b4c7c] check-in: [ca464b5b74] user: stephan branch: trunk, size: 2665
06:05
More work on the new fcli flags infrastructure. file: [c30b574c0b] check-in: [6865f151f9] user: stephan branch: trunk, size: 2666
2021-02-26
17:44
Tiny cleanup to the previous commit. file: [f472dd5d3d] check-in: [b91a8cb985] user: stephan branch: fcli-flag-rework, size: 2641
17:36
More work on the CLI flag handling. Time for a break. file: [bc6ee218a3] check-in: [fba3a91a5a] user: stephan branch: fcli-flag-rework, size: 2746
14:04
Reworking how fcli flag handling is done. file: [d7d9edc27a] check-in: [dad2f76f30] user: stephan branch: fcli-flag-rework, size: 3005
2021-02-21
15:10
Renamed FSL_CATYPE... (CA=Control Artifact) to FSL_SATYPE... (SA=Structural Artifact) so that they correspond to the terms as set out by the fossil file format docs. file: [68cc95f2a1] check-in: [8728796601] user: stephan branch: trunk, size: 2999
2021-02-11
19:13
Completely reimplemented ownership semantics of fcli argument/flag memory, greatly simplifying app-side management of those. Now fcli sticks all of them in fcli_fax() so that their lifetime is predictable and managed, so clients no longer have to free them. file: [8521e93b9f] check-in: [4307886eab] user: stephan branch: trunk, size: 2999
2021-02-09
00:18
Updated license text in almost all C/H to claim copyright while attributing all of the files as heavily derived from DRH's work. file: [1f87b23ef6] check-in: [631fb3f69a] user: stephan branch: trunk, size: 3029
2014-02-14
09:05
Globally changes the API docs from fossil/sqlite-style '**' to Doxygen-friendly format because the extra stars hinder writability/changability and require an extra filter at the doxygen-processing level. file: [e1a30ebc4a] check-in: [a2cbd2e343] user: stephan branch: trunk, size: 2988
2014-02-11
14:31
Renamed f-acat.c → f-apps/f-acat.c. Build cleanups. Moved f-* apps to f-apps/ subdir. Now builds a shared (instead of static) lib by default because that now (since the file move) simplifies the linking of the f-apps (and th1ish). Adapted f-sanity.c tests to the new directory structure. file: [b17cf4fd5b] check-in: [e85b45eda2] user: stephan branch: trunk, size: 2988