libraries/box_lib: Post-SVN tidy #433
Reference in New Issue
Block a user
Delete Branch "ace-dent/kolibrios-gitea:PR-TidySVN-develop-5"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
trunkinto root directory.CRLF>LF, so best to view diffs with whitespace changes hidden.(Work towards #75, point 3)
This PR is split (/cherry picked) from the monolithic PR #251 - for easier merging! 🤞
This part is just focused on the
box_liblibrary, as it affects many files.Beyond the main library files, other dependent programs were updated:
contrib/C_Layer/ASM/loadboxlib.asmprograms/develop/h2d2b/h2d2b.asmprograms/develop/heed/heed.asmprograms/develop/info3ds/info3ds.asmandinfo3ds_u.asmprograms/develop/kol_f_edit/kol_f_edit.asmand templatesbox_l.cedandbuf2d.cedprograms/develop/libraries/crypt_des/example/crypt_files.asmprograms/develop/libraries/exif/examples/viev_exif.asmprograms/develop/libraries/fontslib/trunk/font_ex.asmprograms/develop/libraries/http/examples/deflate.asmandget.asmprograms/develop/libraries/nnp/examples/nnp_points.asmprograms/develop/str_double/str_double.asmprograms/fs/opendial/opendial.asmprograms/fs/unz/unz.asmprograms/games/nu_pogodi/nu_pogod.asmprograms/games/snake/snake.asmprograms/media/log_el/log_el.asmprograms/media/scrshoot/scrshoot.asmprograms/media/zsea/zSea.asmprograms/network/downloader/downloader.asmprograms/network/ftpc/gui.incprograms/network/ircc/ircc.asmprograms/network/netstat/netstat.asmprograms/network/tftpc/tftpc.asmprograms/network/vncc/vncc.asmprograms/other/calcplus/calcplus.asmprograms/other/cnc_control/cnc_control.asmprograms/other/cnc_editor/cnc_editor.asmprograms/other/ha/HACONFIG.ASMprograms/other/kpack/trunk/kpack.asmprograms/other/outdated/dictionary/dictionary.ASMprograms/other/planet_v/planet_v.asmprograms/other/rtfread/rtfread.asmprograms/other/t_edit/t_edit.asmprograms/other/t_edit_synt/te_syntax.asmprograms/system/MyKey/MyKey.asmprograms/system/RunOD/RunOD.asmprograms/system/colrdial/color_dialog.asmprograms/system/cpu/cpu.asmprograms/system/format/format.asmprograms/system/hdd_info/hdd_info.asmprograms/system/icon_new/icon.asmprograms/system/keybi/keybi.asmprograms/system/open/open.asmprograms/system/rdsave/rdsave.asmprograms/system/run/run.asmprograms/system/terminal/terminal.asmprograms/testing/fspeed/fspeed.asmprograms/testing/mgb/mgb.asm@Burer - Fixed the 2 binary files that referenced
box_lib/trunk:programs/develop/kol_f_edit/box_l.cedprograms/develop/kol_f_edit/buf2d.ced6789783cd0to92ac16f97992ac16f979tofbd8e5787bfbd8e5787btoa9e02c2972These
.cedfiles arekol_f_editproject templates stored in a custom binary format, so they are not plain text and lots ofNULLbytes are normal.The safest way to edit them is with
kol_f_edititself, since it reads and writes this format correctly.I can try doing it, and uploading updated files to this PR, if you need some help with this.
@Burer - thanks for the fix. Committed.
10e0de205dto4e7f1eb5f7file not found src="../../../../../../other/t_edit/t_edit.png" in programs/develop/libraries/box_lib/doc/t_edit/t_edit.htm
Thanks @Doczom - another great find!
I checked again all HTML docs and corrected the path. However, I think the longer term fix is to address the surprising dependency; this is noted in #261 .