Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/io.c at check-in 1f286fb52af8db0e
2023-11-22
| ||
11:54 | s/__unused/fsl__unused as discussed in /chat with stephan@ to help avoid name collisions with package maintainers; no functional change intended file: [d9400fe0ed] check-in: [230cf225fc] user: mark branch: trunk, size: 3783 | |
2022-06-27
| ||
07:18 | Tag ("(void)var;", or "__unused") vars that are not used, tag switch/case fallthroughs w/ __attribute ((fallthrough)); file: [684c1717d9] check-in: [73ee02a8fe] user: bch branch: trunk, size: 3780 | |
2021-12-21
| ||
20:21 | Removed the fossil- name prefix from include/fossil-scm/*.h. file: [0308118c51] check-in: [43a9bea8d5] user: stephan branch: trunk, size: 3771 | |
2021-10-18
| ||
14:19 | Doc tweaks, constness updates, and removed some extraneous checks for NULL arguments. file: [7c03a53d7a] check-in: [a1d926f055] user: stephan branch: trunk, size: 3778 | |
14:03 | Numerous minor doc and constness tweaks. Starting to use markdown formatting for API docs, now that it's been discovered that Doxygen can do that. file: [5bd6a5f124] check-in: [77e8ee40f8] user: stephan branch: trunk, size: 3992 | |
2021-10-13
| ||
09:42 | Simplified fsl_outputer by removing one level of indirection, replacing its state member (of type fsl_state) with a simple void pointer. The older level of indirection has never proven to be useful. file: [2684c4a148] check-in: [4bc926851e] user: stephan branch: trunk, size: 3962 | |
2021-09-18
| ||
10:39 | Changed semantics of fsl_appendf() to 0 on success, non-0 on error. Removed fsl_appendf_f() and replaced its uses with fsl_output_f(). Be on the lookout for subtle bugs, but the old printf()-style return semantics have never been relied upon so this should be side-effect-free. file: [0639626515] check-in: [b2e283edbf] user: stephan branch: trunk, size: 4004 | |
2021-03-01
| ||
16:21 | Arguably a typo fix in the new header. Thank goodness for stream editors. file: [aa230df1b1] check-in: [386316db07] user: stephan branch: trunk, size: 4144 | |
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: [ab830ff0b9] check-in: [fa5fb24496] user: stephan branch: trunk, size: 4136 | |
2021-02-15
| ||
03:24 | Renamed src/fsl_io.c → src/io.c. Renamed src/fsl_XYZ.c to src/XYZ.c. f-checkin vfile dump now includes renames. file: [0d49e01aac] check-in: [ed3183170a] user: stephan branch: trunk, size: 4379 | |
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: [0d49e01aac] check-in: [631fb3f69a] user: stephan branch: trunk, size: 4379 | |
2021-02-07
| ||
14:31 | Globally replaced http://... URLs with https://.... Most of them probably still work, too. file: [68cfbcaecc] check-in: [6af7b3b7c8] user: stephan branch: trunk, size: 4337 | |
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: [3466b8b4c3] check-in: [a2cbd2e343] user: stephan branch: trunk, size: 4336 | |
2014-02-13
| ||
16:22 | minor error edge case cleanup. file: [38c54ab1c1] check-in: [5ce74c1f61] user: stephan branch: trunk, size: 4336 | |
2014-02-08
| ||
11:20 | Added fsl_stream_compare() and fsl_buffer_compare_file() to support up-coming features. file: [9e3a63bafc] check-in: [b8d7c66f22] user: stephan branch: trunk, size: 4295 | |
2014-02-02
| ||
14:20 | Another round of minor cleanups and doc fixes. Added fsl_input_f_buffer(), based on new fsl_buffer::cursor member (needed for other reasons), so buffers can now be input streams. file: [579685fdb0] check-in: [7aa94e7ce8] user: stephan branch: trunk, size: 3644 | |
2013-08-22
| ||
13:44 | fsl_internal.h ==> fossil-internal.h file: [975bf0bf84] check-in: [2cae867331] user: stephan branch: trunk, size: 3177 | |
2013-08-18
| ||
14:35 | Added: Split the code into some new files. Shortened fsl_cx_repo_xxx() and fsl_cx_checkout_xxx(), removing the _repo/_checkout part. file: [9d57d69ce1] check-in: [2acbc2f85e] user: stephan branch: trunk, size: 3174 | |