Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/bc/project/gitea.db
39478 views
SQLite format 3@  ���.~Z
I
J�
���b�I��itablebranchbranch	CREATE TABLE `branch` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `repo_id` INTEGER NULL, `name` TEXT NOT NULL, `commit_id` TEXT NULL, `commit_message` TEXT NULL, `pusher_id` INTEGER NULL, `is_deleted` INTEGER NULL, `deleted_by_id` INTEGER NULL, `deleted_unix` INTEGER NULL, `commit_time` INTEGER NULL, `created_unix` INTEGER NULL, `updated_unix` INTEGER NULL)��{tableuseruserCREATE TABLE "user" (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `lower_name` TEXT NOT NULL, `name` TEXT NOT NULL)�!!�OtableattachmentattachmentCREATE TABLE `attachment` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `uuid` UUID NULL, `issue_id` INTEGER NULL, `release_id` INTEGER NULL, `uploader_id` INTEGER DEFAULT 0 NULL, `comment_id` INTEGER NULL, `name` TEXT NULL, `download_count` INTEGER DEFAULT 0 NULL, `size` INTEGER DEFAULT 0 NULL, `created_unix` INTEGER NULL, `repo_id` INTEGER NULL)��utablecommentcommentCREATE TABLE `comment` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `type` INTEGER NULL, `poster_id` INTEGER NULL, `original_author_id` INTEGER NULL, `issue_id` INTEGER NULL, `commit_id` INTEGER NULL, `line` INTEGER NULL, `content` TEXT NULL, `created_unix` INTEGER NULL, `updated_unix` INTEGER NULL, `commit_sha` TEXT NULL, `invalidated` INTEGER NULL, `ref_repo_id` INTEGER NULL, `ref_issue_id` INTEGER NULL, `ref_comment_id` INTEGER NULL, `ref_action` INTEGER NULL, `ref_is_pull` INTEGER NULL)�%%�qtablepull_requestpull_requestCREATE TABLE `pull_request` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `type` INTEGER NULL, `status` INTEGER NULL, `conflicted_files` TEXT NULL, `issue_id` INTEGER NULL, `index` INTEGER NULL, `head_repo_id` INTEGER NULL, `base_repo_id` INTEGER NULL, `head_branch` TEXT NULL, `base_branch` TEXT NULL, `merge_base` TEXT NULL, `has_merged` INTEGER NULL, `merged_commit_id` TEXT NULL, `merger_id` INTEGER NULL, `merged_unix` INTEGER NULL, `commits_ahead` INTEGER NULL, `commits_behind` INTEGER NULL, `changed_protected_files` TEXT NULL, `flow` INTEGER DEFAULT 0 NOT NULL, `allow_maintainer_edit` INTEGER DEFAULT 0 NOT NULL)�b�#tableissueissueCREATE TABLE `issue` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `repo_id` INTEGER NULL, `index` INTEGER NULL, `poster_id` INTEGER NULL, `original_author` TEXT NULL, `original_author_id` INTEGER NULL, `name` TEXT NULL, `content` TEXT NULL, `milestone_id` INTEGER NULL, `priority` INTEGER NULL, `is_closed` INTEGER NULL, `is_pull` INTEGER NULL, `num_comments` INTEGER NULL, `ref` TEXT NULL, `deadline_unix` INTEGER NULL, `created_unix` INTEGER NULL, `updated_unix` INTEGER NULL, `closed_unix` INTEGER NULL, `is_locked` INTEGER DEFAULT 0 NOT NULL, `pin_order` INTEGER DEFAULT 0 NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)�3!!�1tablerepositoryrepositoryCREATE TABLE `repository` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `owner_id` INTEGER NULL, `lower_name` TEXT NOT NULL, `name` TEXT NOT NULL, `description` TEXT NULL, `default_branch` TEXT NULL, `num_watches` INTEGER NULL, `num_stars` INTEGER NULL, `num_forks` INTEGER NULL, `num_issues` INTEGER NULL, `num_closed_issues` INTEGER NULL, `num_pulls` INTEGER NULL, `num_closed_pulls` INTEGER NULL, `status` INTEGER DEFAULT 0 NOT NULL, `is_fork` INTEGER DEFAULT 0 NOT NULL, `fork_id` INTEGER NULL, `size` INTEGER DEFAULT 0 NOT NULL, `created_unix` INTEGER NULL, `updated_unix` INTEGER NULL, `owner_name` TEXT NULL, `git_size` INTEGER DEFAULT 0 NOT NULL)
)W�m
�
4�)b7=bc_libsbc_libsLibraries for bc and dc.master���`޳He�M�gavin��Ɓ$)�W	bcbcAn implementation of Unix dc and POSIX bc with GNU and BSD extensions. Finished, but well-maintained.master�Y�_�0�_�4�mcf�Y��,(�W#bcbcAn implementation of Unix dc and POSIX bc with GNU and BSD extensions. Finished, but well-maintained.master���_s�I_t��brooksdavis��́"�bcbcAn implementation of Unix dc and POSIX bc with GNU and BSD extensionsmaster��_)�d_)�xry111����bcbcAn implementation of Unix dc and POSIX bc with GNU and BSD extensionsmaster�=�^�\�^�h�e5ten�=�_?vim-bcvim-bcvim syntax file for my bcmaster)%^���d���gavin)%�&�WbcbcAn implementation of Unix dc and POSIX bc with GNU and BSD extensions. Finished, but well-maintained.master��7^�d>g�`�gavin��7
��������
branch	userCcommentl%pull_request	issueG!attachment�!repository:
	��
�
��������	
;�	/�Seg fault in make checkI use your AUR PKGBUILD. Obviously the executable doesn't have debugging symbols, but I can figure out how to compile with them if you need.
```
Running bc errors..../tests/errors.sh: line 101: 107555 Done                    printf '%s\n' "$line"
     107556 Segmentation fault      (core dumped) | "$exe" "$@" "$options" 2> "$out" > /dev/null

bc crashed (139) on test:

    j(1,2,3)
make: *** [Makefile:349: test_bc_error_lines] Error 139
```refs/heads/mastera�IMaÙ�aÙ�+		
Y�O	
	
Please stop updating copyright noticesThere is no legal reason to update a copyright notice: your copyright will subsist until you are seventy years dead and then cease.  People who understand what _finished_ means shouldn't need to look at a copyright date either.  So what you are doing is making changes for the sake of making changes, which is just as bad in the comments as in the code.`@�`@A�`@A��	
Y�	
syntax error near unexpected token `)'For bc-3.2.5, runing 'sh configure.sh' I get👍 

configure.sh: line 612: syntax error near unexpected token `)'
configure.sh: line 612: `                               disable-extra-math*)'`��`�`��	
m�		
	Avoid clobbering `r` variable in Bessel function
The `j` function uses `r` to accumulate its result, but did not
declare it with auto, causing the caller's value to be clobbered.

To fix this, declare `r` as auto to make it a local variable._�5*_��#_��U�B	
E�		
Passify a new clang warning.
Clang 12 warns about certain cases of string concatenation in array
initialization.  Adding parentheses siliences this warning._s��_t�(_t��R	
a�		
fix buggy format string in zh_CN.UTF-8.msgSeveral strings in `zh_CN.UTF-8.msg` are buggy.  The most alerming one is the translation of

~~~~~
6 "invalid command-line option: \"%s\""
~~~~~

The translation in `zh_CN.UTF-8.msg` is:

~~~~~
6 "无效的命令行选项:'%c'(\"%s\")"
~~~~~

We can see the format string is not matched.  This causes `make test` fail (`dc` crashes).

I think we should add a `locale_check.sh`, to check if all format strings in translations match to the original English string.  But I'm too lazy to do that, at least for now :)._)�5_*) _*#݆	
o�	
`locale_install.sh` fails to install many localesHi Gavin,

In `locale_install.sh`, it lists all installed locales with `locale -a`, then tries to match all `.msg` files in `locales` with them.  If one `.msg` files matches a installed locale, it will be installed.

Unfortunately, on my LFS development system (with glibc-2.31) `locale -a` outputs the locale names like `zh_CN.utf8`, but the corresponding `.msg` file is `zh_CN.UTF-8.msg`.  Then it just won't be installed.

I can create a symlink `zh_CN.utf8.msg` to `zh_CN.UTF-8.msg` to make `locale_install.sh` install it.   But I'm not sure if it's the best way to solve this problem.  (This is just an example, there are many other mismatches like `en_US.ISO8859-1.msg` versus `en_US.iso88591`, etc.)^�T^�wD^�wD�'	
�	�		
replace strdup use with malloc+memcpy, to remove _XOPEN_SOURCEsupercedes #1, keeps POSIX version at 2001, removes XSI requirement.^�h^� 4^� 4�V		
w�			
bump _POSIX_C_SOURCE to 200809L, remove _XOPEN_SOURCEWith the previous `_POSIX_C_SOURCE=200112L`, strdup was the only function that was unavailable without `_XOPEN_SOURCE=600`, increase `_POSIX_C_SOURCE` version to make it so `_XOPEN_SOURCE` can be removed and the source can be completely POSIX compatible.^�^c^�7�^� �

��5�
�x	]	]		[])besselmastera3a2eba6662db5c57a4d77cc8cb3ec1d8269c646021527d2bcbf531534fc344e8be4b250bb16c6d0_��V�	O]	]		[](bugprone-suspicious-missing-commamasterfa9bcc02531b1b54024d25feb7c7dd083e6b02c207f80644ddb4ec93f4bd1e1455aad65cb57bcb6c_t��~	)]	]	[]"xry111-patch-1masterccad710baf848775bfa6d72bf62bf6c5f0a4eab99cb586fc2981bc6813b685d6b136cbdb00504109_*#�R	]
	[]no-xsimaster6f5fdd4ff62723ed95818f3d830d810267d9fe15_W��u			]	]	[]posix-cmaster6f5fdd4ff62723ed95818f3d830d810267d9fe15a054de4b1e6dc61e493de72176faf0aa7236a5d3^� ��
����ug�7��tL&

^� 4^� 4Qc
I've reopened my previous PR that did that.^� 2^� 2&

^� !^� !F
M
Fair enough. Let's do that then.^�^���=
imo if you don't want to replace the strdup, I think POSIX 2008 would be a better requirement than POSIX and XSI 2001, because a POSIX compliant would have to be 12 years out of date to not support POSIX 2008, but a hypothetical OS seeking purely to comply to POSIX could potentially never end up complying to XSI 2001 or supporting the define.^�^�Qc
I would, yes. Hmm...back to thinking again.^��^��Y
s
But you would still need the XSI define for strdup?^��^���/	�
After considering this, I think it would be better to just change the requirements from POSIX 2001 and XSI to POSIX 2001 and `strdup()`.^���^����Y�q
Fair enough. In regards to speed I just checked glibc, musl, and freebsd's libc's implementations of strdup, and they all do strlen+malloc+memcpy, so I would expect that's the case in most places and there shouldn't be a significant speed difference.
EDIT: same for openbsd's libc, uclibc{,-ng}, and bionic^��F^����F�K
I have done some research and confirmed what you said about `c99` being part of the `CD` group.

That said, this is a hard decision. I found some [benchmarks that show that `strdup()` can be faster than `strlen()`/`malloc()`/`memcpy()`][1]. Note that it is not in most cases, but it *is* always the same or better.

I am also not sure that this requirement is a burden in practice since `strdup()` is also technically required by POSIX 2008 base and XSI also requires `c99` and `make`. I mean, I could move back to requiring POSIX 2008, but I also admit that I would be surprised if there was a platform that did not support XSI 2001.

I don't know. I will have to think about this one. I will keep it open in the meantime.

[1]: https://www.vanheusden.com/misc/strdup/strdup_v_SlMalMemc.php^�|^�|�"�
It hasn't caused me any build trouble at all, I'm on a very normal platform. I just thought it could be preferable to make the build completely POSIX compliant, if possible. In regards to `c99`, it isn't an XSI extension, it's part of the `CD` (C development utilities) option group, which is pretty much needed for C programs, like `bc`. A similar option group that is also technically optional functionality is the `SD` (software development utilities) group, which `make` that `bc` also requires is a part of. As far as I can tell the only thing requiring the XSI option group in this project is that one strdup use the PR replaces.^��L^��L�
�Y
Thank you for your PR. Can you tell me a little more about why you would like to remove the XSI requirement? Is it making it difficult for you to build on your platform?

Also, be aware that technically, `c99`, a requirement for `bc`, is part of XSI, so I am not sure the requirement could be removed. However, I would love to hear why you want it removed.^�|b^�|b�5�)
This actually allows the source to compile with `_POSIX_C_SOURCE=1` if you want.
EDIT: nevermind, I had certain functionality disabled that uses stuff present with `_POSIX_C_SOURCE=200112L` but not `_POSIX_C_SOURCE=1`.
EDIT 2: specifically, the only thing that needs `_POSIX_C_SOURCE=200112L` and isn't available with `_POSIX_C_SOURCE=1` is pselect, and subsequently the timespec struct used by it.^�lL^��&


^�h�^�h�&

^�h^�h��C
Alternatively, if you would prefer the POSIX requirement stay at 2001, I could just replace the one actual strdup call with a malloc+memcpy, and then `_POSIX_C_SOURCE=200112L` without `_XOPEN_SOURCE` will be sufficientC,
��������
�z0��P
�
r
(	�	�	J	�l"��D��f��>��`�|2��N�m ��K5U	3	22df2984-da83-4738-a520-da20e7f70a601bc-2.5.2.tar.xz.sig\�^��pH4U	+	6e32993d-66fd-42a1-9f5f-bb1ca3e8d0d00bc-2.5.1.tar.xzSzh^��8K3U	3	220be9a3-d6d6-4cd1-861f-0d9106bd09a20bc-2.5.1.tar.xz.sigY�^��8H2U	+	a3007381-ba5d-4892-8649-60d40541ea3a/bc-2.5.0.tar.xzZw�^���K1U	3	174b1a57-79f5-4b27-a26d-6496f7a2cfef/bc-2.5.0.tar.xz.sigW�^���H0U	+	77234f0f-7932-4a96-bf5f-2e68ea3d0619.bc-2.4.0.tar.xzO�@^��~K/U	3	ee97f429-e251-445e-a6cf-8da572746d11.bc-2.4.0.tar.xz.sigK�^��~H.U	+	9d77563f-0956-49c7-945a-976dc630b5ec-bc-2.3.2.tar.xzLqx^��K-U	3	c4e92e0d-25ed-4dfe-89ac-ced8e94c3252-bc-2.3.2.tar.xz.sigO�^��H,U	+	5efad9e6-d7fa-4994-9b5a-f29dfdc6edb9,bc-2.3.1.tar.xzgw�^���K+U	3	35022279-0992-4177-8335-65a970786169,bc-2.3.1.tar.xz.sigt�^���K*U	3	a263849b-6399-4a81-85dc-ac528a8480bf+bc-2.3.0.tar.xz.sigR�^��H)U	+	d6dc1fa9-b28f-4ffe-b350-854d08c2f2f6+bc-2.3.0.tar.xzMv�^��H(U	+	4fc4e50d-eede-47fe-bb2a-2ade1c690bb2*bc-2.2.0.tar.xzLZ�^���H'U	+	aea71e5f-f202-4690-86bf-4bc0fc1a8fdc*bc-2.2.0.tar.xzOZ�^��nH&U	+	7fb79089-29b0-4f7b-afec-6fdb6645e8b0)bc-2.1.3.tar.xzJU�^��8H%U	+	31676840-3d19-4afa-8d03-899cb31bba56(bc-2.1.2.tar.xzH�<^��dH$U	+	0eea5c02-ac06-4928-9d21-b511c6f39254'bc-2.1.1.tar.xzEV�^��*H#U	+	1a039682-929e-46da-8a07-d2c93e99fe41&bc-2.1.0.tar.xzJY8^���H"U	+	de121f6f-dd68-4e2f-b629-fe6099cf4757%bc-2.0.3.tar.xzFz8^��vH!U	+	0f87e84f-6244-4db2-9e59-c775a102293f$bc-2.0.2.tar.xzFA�^��1H U	+	b137f55a-5e79-4d82-96a6-394cb201e461#bc-2.0.1.tar.xzY@�^���HU	+	a8794742-ef79-41ca-b731-ce94867dc3b2"bc-2.0.0.tar.xzK>�^���HU	+	70b4b90f-b4a2-497b-8c3f-0a8001ab92d4!bc-1.2.8.tar.xzH��^���HU	+	32d51ac8-674f-4e9a-b05f-b72197abff3a bc-1.2.7.tar.xzE�^���HU	+	52eb84a1-a347-4d37-923c-14a227eacd66bc-1.2.6.tar.xzN�H^��HU	+	35591e8f-d2f8-4f9d-ad54-f640b658462ebc-1.2.5.tar.xzT��^���HU	+	b6b5876f-3955-4605-9461-916bbcadc49cbc-1.2.4.tar.xzT�<^��nHU	+	85f29daf-22f2-48cc-a772-b3c21925be7abc-1.2.3.tar.xzE��^���HU	+	085d7969-42a1-4d8b-9cf3-7abaed11027fbc-1.2.2.tar.xzI�0^��IHU	+	fb46796b-d2c4-4dfa-8c4f-de74d20f8a96bc-1.2.1.tar.xzRմ^���HU	+	0dc34cfa-bc92-4f54-a588-2b298470a13ebc-1.2.0.tar.xzMՠ^��]HU	+	949b6363-8225-4b74-962f-21b785cf199ebc-1.1.4.tar.xzN�X^���HU	+	11693cc3-acb1-4598-930a-03649664ec7ebc-1.1.3.tar.xzU��^���HU	+	4fd9711f-77d3-41af-8199-0103f4e8a3fabc-1.1.2.tar.xzM��^��`HU	+	e4e43dff-8383-4040-8d7b-2653dfde0f34bc-1.1.1.tar.xzV��^���HU	+	0592b786-1c97-4d09-9816-634733a645eebc-1.1.0.tar.xzS��^���IU	-	e0d708b0-c143-4546-abe8-438b76d7a2cfbc-1.1rc3.tar.xzRm�^���IU	-	4a4d099f-ae2d-4785-af8d-847a7fac4b7abc-1.1rc2.tar.xzTmp^��dHU	+	a3890a2d-99b5-4ac0-9084-58db95443316bc-1.1b5.tar.xzWn�^��(H
U	+	f10b0375-605f-404b-abd4-7fad0c4cd206bc-1.1b4.tar.xzPn�^��hHU	+	c2740a7d-6a54-4873-9703-75a3c4d660bebc-1.1b3.tar.xzIn�^��HU	+	8bd7740f-1c09-451f-90e4-981fc35a7f6abc-1.1b2.tar.xzPm�^���H
U	+	ee274fe2-26d5-4b07-8269-cd18576c3437
bc-1.1b1.tar.xzOo@^���J	U	/	4f727ba6-57e7-40d2-9d6d-9653ff8d916abc-1.1-rc1.tar.xzTp|^��5FU	'	2268656b-5e1a-4f4f-b2e1-5a2da65919cbbc-1.0.tar.xzH�^��sJU	/	8fb0a31d-7c63-44ae-8bda-6f3d99ec35d3
bc-1.0-rc7.tar.xzE��^���JU	/	f2373938-46a5-47f4-a787-abb0859cacb2	bc-1.0-rc6.tar.xzG��^��3JU	/	662acdfd-5d11-437f-9b69-7c43d7abf572bc-1.0-rc5.tar.xzI�$^���JU	/	80f744d9-923c-4716-8e9b-985cee4f247fbc-1.0-rc4.tar.xzD��^��JU	/	fe378537-73c3-4264-8f09-0ff1d8e0605cbc-1.0-rc3.tar.xzM��^���JU	/	792cd230-8147-4c5e-8fb8-74ab1e7fff81bc-1.0-rc2.tar.xzJ�X^��OJU	/	d5cc3936-c05e-480f-955��R� �m�.u5
f�������f
!!johnwcowanjohnwcowanbdubbsbdubbs
	mcfmcf##brooksdavisbrooksdavisxry111xry111e5tene5tenstesserstessergavingavin
��F�k

�
(�C�O
�
[	�	u�����x
]q(rand0401b53c37c482a1df892174536ddaa3b29120fcUpdate the Binary Size section of the build manual^���e@�e@�i
]M(signalsad8b325ce3377e4ca030623269fc45b4fbb8c0f7Start adding my own buffered I/O^Ĭ$e@�e@�h
]M(master9487714deb6d80818a8f7f4cd32fe8bd8e86a83fFix the Chinese locales for real_*Hpe@�e@�� O]�(bugprone-suspicious-missing-commaaebde4eb1b66737d686f56fd56cc35814dd43e36Merge branch 'master' into bugprone-suspicious-missing-comma_t��e@�e@�k
]Qsignals0eaeaa9175daaab345e62ed4edfc8485aa9beb77Merge branch 'master' into signals^�Ĭex��ex��x
]qrand0401b53c37c482a1df892174536ddaa3b29120fcUpdate the Binary Size section of the build manual^���ex��ex��d
]Emaster6f5fdd4ff62723ed95818f3d830d810267d9fe15Make a test run more quickly^�1!ex��ex��~
]wposix-c583099c99e32a00de43145272cc7258c4359a272bump _POSIX_C_SOURCE to 200809L, remove _XOPEN_SOURCE^�d8ex��ex���]�	no-xsie6466e4576cee396d95819c8dcd6439376bb20b1replace strdup use with malloc+memcpy, to remove _XOPEN_SOURCE^�hiex��ex��h
]K)library70922bc23a702549c362a2687c7a110f1e5b575eRemove the neg field from BcNum_�hAex��ex��x
]m)master0079ec0553df264fdb1a978734936742ff3c3cb0Avoid clobbering `r` variable in Bessel function_�2�ex��ex��x
]m)bessel0079ec0553df264fdb1a978734936742ff3c3cb0Avoid clobbering `r` variable in Bessel function_�2�ex��ex��x
]q)rand0401b53c37c482a1df892174536ddaa3b29120fcUpdate the Binary Size section of the build manual^���ex��ex��i

]M)signalsad8b325ce3377e4ca030623269fc45b4fbb8c0f7Start adding my own buffered I/O^Ĭ$ex��ex��x
]q"rand0401b53c37c482a1df892174536ddaa3b29120fcUpdate the Binary Size section of the build manual^���ex�Oex�Oi
]M"signalsad8b325ce3377e4ca030623269fc45b4fbb8c0f7Start adding my own buffered I/O^Ĭ$ex�Oex�O\

]5"masterccad710baf848775bfa6d72bf62bf6c5f0a4eab9Tweak the NEWS again_( �ex�Oex�Oz	
)]a"xry111-patch-1edc0673e04a7a546dff8d0253130998a77f4f0f4fix buggy format string in zh_CN.UTF-8.msg_)�ex�Oex�O]
]7	7master0825561931128d69588ac2c2ed8c1cf78a513960Fix precedence issuese�M�ej�e�M�Z
]1master3c420d7fe4ab3b16cad9da69e688bdecaa724f2dAdd a basic READMEd��qeg�eg�\
	]7	master437ea4efc12bd28644118a7fa18b255ffe61bbadAdd more to a warningg�`^eepg�`�
L����c�ug�7��tL&

^� 4^� 4Qc
I've reopened my previous PR that did that.^� 2^� 2&

^� !^� !F
M
Fair enough. Let's do that then.^�^���=
imo if you don't want to replace the strdup, I think POSIX 2008 would be a better requirement than POSIX and XSI 2001, because a POSIX compliant would have to be 12 years out of date to not support POSIX 2008, but a hypothetical OS seeking purely to comply to POSIX could potentially never end up complying to XSI 2001 or supporting the define.^�^�Qc
I would, yes. Hmm...back to thinking again.^��^��Y
s
But you would still need the XSI define for strdup?^��^���/	�
After considering this, I think it would be better to just change the requirements from POSIX 2001 and XSI to POSIX 2001 and `strdup()`.^���^����Y�q
Fair enough. In regards to speed I just checked glibc, musl, and freebsd's libc's implementations of strdup, and they all do strlen+malloc+memcpy, so I would expect that's the case in most places and there shouldn't be a significant speed difference.
EDIT: same for openbsd's libc, uclibc{,-ng}, and bionic^��F^����F�K
I have done some research and confirmed what you said about `c99` being part of the `CD` group.

That said, this is a hard decision. I found some [benchmarks that show that `strdup()` can be faster than `strlen()`/`malloc()`/`memcpy()`][1]. Note that it is not in most cases, but it *is* always the same or better.

I am also not sure that this requirement is a burden in practice since `strdup()` is also technically required by POSIX 2008 base and XSI also requires `c99` and `make`. I mean, I could move back to requiring POSIX 2008, but I also admit that I would be surprised if there was a platform that did not support XSI 2001.

I don't know. I will have to think about this one. I will keep it open in the meantime.

[1]: https://www.vanheusden.com/misc/strdup/strdup_v_SlMalMemc.php^�|^�|�"�
It hasn't caused me any build trouble at all, I'm on a very normal platform. I just thought it could be preferable to make the build completely POSIX compliant, if possible. In regards to `c99`, it isn't an XSI extension, it's part of the `CD` (C development utilities) option group, which is pretty much needed for C programs, like `bc`. A similar option group that is also technically optional functionality is the `SD` (software development utilities) group, which `make` that `bc` also requires is a part of. As far as I can tell the only thing requiring the XSI option group in this project is that one strdup use the PR replaces.^��L^��L�
�Y
Thank you for your PR. Can you tell me a little more about why you would like to remove the XSI requirement? Is it making it difficult for you to build on your platform?

Also, be aware that technically, `c99`, a requirement for `bc`, is part of XSI, so I am not sure the requirement could be removed. However, I would love to hear why you want it removed.^�|b^�|b�5�)
This actually allows the source to compile with `_POSIX_C_SOURCE=1` if you want.
EDIT: nevermind, I had certain functionality disabled that uses stuff present with `_POSIX_C_SOURCE=200112L` but not `_POSIX_C_SOURCE=1`.
EDIT 2: specifically, the only thing that needs `_POSIX_C_SOURCE=200112L` and isn't available with `_POSIX_C_SOURCE=1` is pselect, and subsequently the timespec struct used by it.^�lL^��&


^�h�^�h�&

^�h^�h��C
Alternatively, if you would prefer the POSIX requirement stay at 2001, I could just replace the one actual strdup call with a malloc+memcpy, and then `_POSIX_C_SOURCE=200112L` without `_XOPEN_SOURCE` will be sufficient.^�e�^�e�
?��S	
6�
�	e�^���P�4��?v?5,+
Release is out!_��#_��#�F+�K
Sorry, I didn't mean that what you did wasn't valuable. I obviously didn't catch it.

What I meant is that is was obvious that your fix was good.

Words..._���_����	*�Q
Obvious bug is obvious, and obvious fix is obvious. I will put out a release very soon. Thank you!_��r_��r&)

_��U_��U�>(�k]<a href="/gavin/bc/commit/021527d2bcbf531534fc344e8be4b250bb16c6d0">Merge pull request &#39;Avoid clobbering `r` variable in Bessel function&#39; (#7) from mcf/bc:bessel into master

Reviewed-on: https://git.yzena.com/gavin/bc/pulls/7
</a>_��U_��U021527d2bcbf531534fc344e8be4b250bb16c6d0�!'�
Thank you very much. And thanks for reporting it to FreeBSD also; the package maintainer over there and I were in contact._t�(_t�(&&

_t��_t���M%�	]<a href="/gavin/bc/commit/07f80644ddb4ec93f4bd1e1455aad65cb57bcb6c">Merge pull request &#39;Passify a new clang warning.&#39; (#6) from brooksdavis/bc:bugprone-suspicious-missing-comma into master

Reviewed-on: https://git.yzena.com/gavin/bc/pulls/6
</a>_t��_t��07f80644ddb4ec93f4bd1e1455aad65cb57bcb6c�$�c
I encountered this compiling FreeBSD-CURRENT with the latest llvm-devel port (a snapshot dated 2020-09-25)._s�_s��#�m
Thank you for the fix. It has been merged, and I will be pushing fixes for the rest of the Chinese locales soon._*) _*) &"

_*#�_*#��!�]<a href="/gavin/bc/commit/9cb586fc2981bc6813b685d6b136cbdb00504109">Merge pull request &#39;fix buggy format string in zh_CN.UTF-8.msg&#39; (#5) from xry111/bc:xry111-patch-1 into master
</a>_*#�_*#�9cb586fc2981bc6813b685d6b136cbdb00504109�# �
Thank you for the report and the code. I will commit this when I get home. I will also check all of the messages in Chinese._)��_)��&

^�wD^�wD�\�w
Okay, I have added all of the `utf8` locales. It was big enough of a change that I decided to release `3.0.2`.

I am closing this now; please reopen if there is more I need to do.^�wB^�wB�v�+
It's not critical so I can wait for the next release.

I only use zh_CN.utf8 locale (besides the well-known locales `C` or `en_US.utf8`).  But as recent glibc version's `locale -a` only outputs `utf8` instead of `UTF-8` now, each `UTF-8` should be added an `utf8` symlink (IMO).  For example, `es_ES.utf8.msg`, `ja_JP.utf8.msg`, etc.^�I^�I�y�1
Symlinks are best, yes. I don't add them until someone asks because I don't know what is needed.

I have added a symlink to zh_CN.utf8. Do you need me to do a release? Also, are there other symlinks you want?^�N�^�N��Y�q
So...it turns out that `LONG_BIT` is also under X/Open System Interfaces. And I need this one because it defaults to the minimum of 32 if it doesn't exist.

Because of that, I have to undo this PR merge and go back to using XSI. And since I am doing that, might as well go back to POSIX 2001 and XSI 600.^�7�^�7��P�_
Oh, I should note that even though I have made improvements to `bc` apart from this PR, I won't be releasing a new version for a while. Expect about two or three months.^�!d^�!dHQ
No problem, it was a tough choice!^�!^�!KW
Thanks. I apologize for the waffling.^� �^� �&

^� �^� ��5�Y]<a href="/gavin/bc/commit/a054de4b1e6dc61e493de72176faf0aa7236a5d3">Merge pull request #1

Pull request description:

&gt; bump _POSIX_C_SOURCE to 200809L, remove _XOPEN_SOURCE&#39; (#1)
&gt; from e5ten/bc:posix-c into master
</a>^� �^� �a054de4b1e6dc61e493de72176faf0aa7236a5d3
	�\
�
�z�c�<��`C�}
�Oh I didn't realize I wouldn't get email notifications. Yeah, that worked @kseistrup. That seems a reasonable change in the PKGBUILD. 

So your changes don't work with unicode, @gavin?

Also I didn't realize someone else had taken up the AUR package maintainer role. I would have submitted this there first. a��a���B�w
�@brodygoat, I have edited the `PKGBUILD` to set `LANG=C` and `LC_ALL=C`. Could you see if this solves your problem?
a��'a��'�A�G
Yeah, that is not good, but I think I have an idea of where the problem is.

First, what locale are you using? If it's not the C locale, I suspect the problem is because I changed error messages.

If so, could you build my bc by hand and install it, then run `make check`? If it passes, then the problem is because the test suite is running against the installed locale files rather than the new locale files (I had to add some error messages).

Honestly, though, I don't know how to fix the PKGBUILD if it is using the old locale files. Maybe I need to force using the C locale during `make check`.a���a���&2

	`@A�`@A��l1�
	After further consideration, it seems like your bug report is not made in good faith. You can reopen with a proper concrete example of how it hurt you, but otherwise, I am just going to close this.`@A�`@A��:0�3
	This is a surprising bug report. I don't really know how to react.

I didn't make the change just for the sake of changes; I made the changes at the same time I made other changes.

I understand your position though. Can you give me a concrete way that this has hurt you?`@�`@�&/

`�`�{.�5
Cool. By your commit, it looks like your issue is resolved. Thank you for reporting!`�`��!-�
@bdubbs thank you for the report. My shell did not warn me about this one, unfortunately. The shell in my Linux distro is not good.

Fortunately for you, FreeBSD already told me about this, and there is a `3.2.6` release out with a fix.

Please check out `3.2.6` and close this issue if it works for you. Otherwise, please let me know.

I apologize for the broken release.`!�`!�
5	:�O���]5&l

Gb�*(b�*(&Z

3bv�bv�&Y

2bv�bv�&I

aÙ�aÙ�xH�/
I'm going to close this for inactivity and because the problem seems to be fixed.a�a��G�a
�@brodygoat PS: I have steeped in as co-maintainer of the AUR package since @gavin doesn't use ArchLinux.
a���a���TFg
�@brodygoat I'm glad it solved your problem.
a��9a��9�CE�E
My changes do work with Unicode. However, POSIX locales are fundamentally broken, and that is where the issue is.

In the [development manual Locales section][1], I talk about how POSIX locales use `$NLSPATH` to find locales. This is the only way to access locale data for a program such as `bc`, so it means that the *non-installed* `bc` being tested in the package always tries to access the *installed* locale files.

This is generally not a problem, as the locale files do not change often; in fact, they only change when I need to add error messages.

And even that would not be a problem if the error messages were not used as format strings for `printf()`.

And even *that* would not be a problem if the error messages used the same format specifiers.

However, they do not. Some error messages use format specifiers (they need extra data), and some do not. This means that when error messages get added, the installed locales may have an error message with a format specifier that expects extra arguments, but the non-installed locale does not. So when the `bc` is under test, it is assuming that its locale is installed. In this case, that was not true, and `printf()` tried to grab a function argument that wasn't there. Hence, you got a segfault.

However, once you actually install `bc`, you will be able to use Unicode without issue because the package will have installed the new locales along with the newly-installed `bc`, and `printf()` will be given the correct error message, which means that it won't try to pull in arguments that are not there.

Does that make sense?

[1]: https://git.yzena.com/gavin/bc/src/branch/master/manuals/development.md#locales-1a�d�a�d�
5��h��8
�
�
X
�z0��P
�
r
(	�	�	J	�l"��D��f��>��`�|2��N�m ��K5U	3	22df2984-da83-4738-a520-da20e7f70a601bc-2.5.2.tar.xz.sig\�^��pH4U	+	6e32993d-66fd-42a1-9f5f-bb1ca3e8d0d00bc-2.5.1.tar.xzSzh^��8K3U	3	220be9a3-d6d6-4cd1-861f-0d9106bd09a20bc-2.5.1.tar.xz.sigY�^��8H2U	+	a3007381-ba5d-4892-8649-60d40541ea3a/bc-2.5.0.tar.xzZw�^���K1U	3	174b1a57-79f5-4b27-a26d-6496f7a2cfef/bc-2.5.0.tar.xz.sigW�^���H0U	+	77234f0f-7932-4a96-bf5f-2e68ea3d0619.bc-2.4.0.tar.xzO�@^��~K/U	3	ee97f429-e251-445e-a6cf-8da572746d11.bc-2.4.0.tar.xz.sigK�^��~H.U	+	9d77563f-0956-49c7-945a-976dc630b5ec-bc-2.3.2.tar.xzLqx^��K-U	3	c4e92e0d-25ed-4dfe-89ac-ced8e94c3252-bc-2.3.2.tar.xz.sigO�^��H,U	+	5efad9e6-d7fa-4994-9b5a-f29dfdc6edb9,bc-2.3.1.tar.xzgw�^���K+U	3	35022279-0992-4177-8335-65a970786169,bc-2.3.1.tar.xz.sigt�^���K*U	3	a263849b-6399-4a81-85dc-ac528a8480bf+bc-2.3.0.tar.xz.sigR�^��H)U	+	d6dc1fa9-b28f-4ffe-b350-854d08c2f2f6+bc-2.3.0.tar.xzMv�^��H(U	+	4fc4e50d-eede-47fe-bb2a-2ade1c690bb2*bc-2.2.0.tar.xzLZ�^���H'U	+	aea71e5f-f202-4690-86bf-4bc0fc1a8fdc*bc-2.2.0.tar.xzOZ�^��nH&U	+	7fb79089-29b0-4f7b-afec-6fdb6645e8b0)bc-2.1.3.tar.xzJU�^��8H%U	+	31676840-3d19-4afa-8d03-899cb31bba56(bc-2.1.2.tar.xzH�<^��dH$U	+	0eea5c02-ac06-4928-9d21-b511c6f39254'bc-2.1.1.tar.xzEV�^��*H#U	+	1a039682-929e-46da-8a07-d2c93e99fe41&bc-2.1.0.tar.xzJY8^���H"U	+	de121f6f-dd68-4e2f-b629-fe6099cf4757%bc-2.0.3.tar.xzFz8^��vH!U	+	0f87e84f-6244-4db2-9e59-c775a102293f$bc-2.0.2.tar.xzFA�^��1H U	+	b137f55a-5e79-4d82-96a6-394cb201e461#bc-2.0.1.tar.xzY@�^���HU	+	a8794742-ef79-41ca-b731-ce94867dc3b2"bc-2.0.0.tar.xzK>�^���HU	+	70b4b90f-b4a2-497b-8c3f-0a8001ab92d4!bc-1.2.8.tar.xzH��^���HU	+	32d51ac8-674f-4e9a-b05f-b72197abff3a bc-1.2.7.tar.xzE�^���HU	+	52eb84a1-a347-4d37-923c-14a227eacd66bc-1.2.6.tar.xzN�H^��HU	+	35591e8f-d2f8-4f9d-ad54-f640b658462ebc-1.2.5.tar.xzT��^���HU	+	b6b5876f-3955-4605-9461-916bbcadc49cbc-1.2.4.tar.xzT�<^��nHU	+	85f29daf-22f2-48cc-a772-b3c21925be7abc-1.2.3.tar.xzE��^���HU	+	085d7969-42a1-4d8b-9cf3-7abaed11027fbc-1.2.2.tar.xzI�0^��IHU	+	fb46796b-d2c4-4dfa-8c4f-de74d20f8a96bc-1.2.1.tar.xzRմ^���HU	+	0dc34cfa-bc92-4f54-a588-2b298470a13ebc-1.2.0.tar.xzMՠ^��]HU	+	949b6363-8225-4b74-962f-21b785cf199ebc-1.1.4.tar.xzN�X^���HU	+	11693cc3-acb1-4598-930a-03649664ec7ebc-1.1.3.tar.xzU��^���HU	+	4fd9711f-77d3-41af-8199-0103f4e8a3fabc-1.1.2.tar.xzM��^��`HU	+	e4e43dff-8383-4040-8d7b-2653dfde0f34bc-1.1.1.tar.xzV��^���HU	+	0592b786-1c97-4d09-9816-634733a645eebc-1.1.0.tar.xzS��^���IU	-	e0d708b0-c143-4546-abe8-438b76d7a2cfbc-1.1rc3.tar.xzRm�^���IU	-	4a4d099f-ae2d-4785-af8d-847a7fac4b7abc-1.1rc2.tar.xzTmp^��dHU	+	a3890a2d-99b5-4ac0-9084-58db95443316bc-1.1b5.tar.xzWn�^��(H
U	+	f10b0375-605f-404b-abd4-7fad0c4cd206bc-1.1b4.tar.xzPn�^��hHU	+	c2740a7d-6a54-4873-9703-75a3c4d660bebc-1.1b3.tar.xzIn�^��HU	+	8bd7740f-1c09-451f-90e4-981fc35a7f6abc-1.1b2.tar.xzPm�^���H
U	+	ee274fe2-26d5-4b07-8269-cd18576c3437
bc-1.1b1.tar.xzOo@^���J	U	/	4f727ba6-57e7-40d2-9d6d-9653ff8d916abc-1.1-rc1.tar.xzTp|^��5FU	'	2268656b-5e1a-4f4f-b2e1-5a2da65919cbbc-1.0.tar.xzH�^��sJU	/	8fb0a31d-7c63-44ae-8bda-6f3d99ec35d3
bc-1.0-rc7.tar.xzE��^���JU	/	f2373938-46a5-47f4-a787-abb0859cacb2	bc-1.0-rc6.tar.xzG��^��3JU	/	662acdfd-5d11-437f-9b69-7c43d7abf572bc-1.0-rc5.tar.xzI�$^���JU	/	80f744d9-923c-4716-8e9b-985cee4f247fbc-1.0-rc4.tar.xzD��^��JU	/	fe378537-73c3-4264-8f09-0ff1d8e0605cbc-1.0-rc3.tar.xzM��^���JU	/	792cd230-8147-4c5e-8fb8-74ab1e7fff81bc-1.0-rc2.tar.xzJ�X^��OJU	/	d5cc3936-c05e-480f-9551-1d2c496aa364bc-1.0-rc1.tar.xzD��^��	
4��i��;
�
�
X
�t)��H
�
�
d
	�	�	6��S�o%��A��_�{1��M�l��>��HuU	+	e62484a9-e68b-478f-a0d2-e341fdfcfb7f_bc-3.2.7.tar.xzO|�`(�vKtU	3	c69b3f42-d6bb-462a-a45a-68bbdc8043a5]bc-3.2.6.tar.xz.sigV�`��HsU	+	a4c436a7-c1e2-4a5d-bb25-ac61d491840b]bc-3.2.6.tar.xz_��`��KrU	3	d0af4663-5bed-4c73-8ea8-f601ece07957\bc-3.2.5.tar.xz.sig\�`��HqU	+	ebf06c61-a244-49a0-9522-04f9f219867b\bc-3.2.5.tar.xzN�`��KpU	3	ab886247-c65e-4baf-8ff5-188e7eb1c87e[bc-3.2.4.tar.xz.sig\�_���HoU	+	6b975fff-05ac-4b8d-9924-5133807b8ac4[bc-3.2.4.tar.xzvp@_���KnU	3	2ad0ef73-8210-4adf-bf6f-3e74cbbb023eZbc-3.2.3.tar.xz.sig[�_��~HmU	+	47b773be-1f81-4d3e-b3c8-f2699308d1ceZbc-3.2.3.tar.xz[p�_��yKlU	3	31e86288-6971-4553-80bb-0b4cc75a7302Ybc-3.2.2.tar.xz.sigc�_œ�HkU	+	c9819572-020b-4720-9c6c-b0cb1be3f29cYbc-3.2.2.tar.xzbo�_œ�KjU	3	0b50fbfa-2e5e-4f61-b8e3-f04270fed6ecXbc-3.2.1.tar.xz.sigc�_���HiU	+	2dcb9f90-bebb-4154-9fc5-e5a847da66a2Xbc-3.2.1.tar.xzao\_���KhU	3	e9699b5f-b329-4428-bc43-a74190b6d130Wbc-3.2.0.tar.xz.sigU�_���HgU	+	381c6772-0b5a-44d8-af22-6c59dfaaa241Wbc-3.2.0.tar.xz]n�_���KfU	3	b41d23a5-d1f2-4c79-a189-ca5c93abbd88Vbc-3.1.6.tar.xz.sigi�_u��HeU	+	fbf6fad2-f8ee-4255-9d42-7736b29be9acVbc-3.1.6.tar.xzp8 _u��KdU	3	c12b77cc-d736-4653-b7c9-ede7b655e09eUbc-3.1.5.tar.xz.sigv�_*I]IcU	+	41a6b64a-254d-43dd-b27b-a07bce09a6dbUbc-3.1.5.tar.xz�:�_*IWK`U	3	28b97ebd-7364-4cd2-b24c-e83c7f82083eRbc-3.1.4.tar.xz.sigp�_(!�H_U	+	d9acc6f8-6fed-4947-b44d-03aeccafafa5Rbc-3.1.4.tar.xzi8 _(!�KZU	3	5c49ea02-ddca-49a8-975c-0d11b2091d0eObc-3.1.3.tar.xz.sigl�_�qHYU	+	3eb50c47-c388-41eb-b68e-886e74dbc64bObc-3.1.3.tar.xzr7�_�lKXU	3	0c407aba-b3a3-4b42-b533-c90b270f0194Nbc-3.1.2.tar.xz.sigl�_*,HWU	+	90ed77ff-7145-4352-9bb7-dc43bb7ac857Nbc-3.1.2.tar.xzq3�_*'KVU	3	6b441b2f-5e2f-4fa9-ac39-09e40531cf88Kbc-3.1.1.tar.xz.sigh�_�7HUU	+	1237bbb2-d9f7-4f9f-b7c3-4487004b6781Kbc-3.1.1.tar.xzs1�_�1LTU	3	45cb3841-f4e2-42e4-9485-08cb89b74e30Jbc-3.1.0.tar.xz.sig��_eSISU	+	050cff9a-a984-4149-93ef-1298f2bbfb30Jbc-3.1.0.tar.xz�1�_eJKRU	3	7e1d2822-ef40-4d30-983e-0b756c1949a8Ibc-3.0.3.tar.xz.sigp�^�uHQU	+	3d588876-43eb-43b7-a39c-b73dd4389c17Ibc-3.0.3.tar.xzo�^�mKPU	3	e2d08021-e55a-48b3-a39f-68cd2290c1aeIbc-3.0.3.tar.xz.sigq�^��HOU	+	0be85325-6e85-46ea-ae23-b3d937513160Ibc-3.0.3.tar.xzmd^��KNU	3	22eb9fa7-0b86-433f-8214-3f9a869ce2b2Hbc-3.0.2.tar.xz.sigt�^�v�HMU	+	15c43943-ddf9-4750-b404-b750f5c55d88Hbc-3.0.2.tar.xzc<^�v�KLU	3	f0e757d4-34d4-45d6-8202-7bf7247eb156Gbc-3.0.1.tar.xz.sigj�^�|HKU	+	16ea7861-555c-4c2a-8c9b-9a0bc88585d5Gbc-3.0.1.tar.xzm4^�wKJU	3	188d6d65-c184-472e-a755-1594d69b8490Fbc-3.0.0.tar.xz.sigr�^���HIU	+	e5801a4a-2a1e-4d1b-8d44-9e00ef34edb8Fbc-3.0.0.tar.xzi
�^���IHU	+	3c9efffe-bbc5-469a-9287-7f258783cc1eEbc-2.7.2.tar.xz��\^�c�KGU	3	3a70936d-a4d5-4d5e-a49a-2847a4a79c4fEbc-2.7.2.tar.xz.sigq�^�c�HFU	+	192d7b91-56f9-41fc-b688-76b93c63fa3eDbc-2.7.1.tar.xzp�^�d%KEU	3	62007113-9c48-46a6-a32d-cd22204907fcDbc-2.7.1.tar.xz.sigf�^�d%IDU	+	1801a2fe-1023-4cee-b57e-68fbf8cbde7cCbc-2.7.0.tar.xz��P^���LCU	3	11bc4c93-2e0e-441e-be30-6e78e3f7bb89Cbc-2.7.0.tar.xz.sig��^���H<U	+	297db2fa-b56f-4b62-bde3-531571e461d94bc-2.6.1.tar.xzk��^�&K;U	3	cdd1e5e4-32ac-4afd-b4e0-8c39fdc8d8734bc-2.6.1.tar.xz.sig_�^�&H:U	+	c32113a4-f622-4dfc-a23c-559db66335783bc-2.6.0.tar.xz]}�^���K9U	3	f9a6649f-12a1-4c2a-9979-5686c2a4bb7e3bc-2.6.0.tar.xz.sigh�^���H8U	+	fa9f6ffd-639b-441a-b5db-864e7d6017b02bc-2.5.3.tar.xz]{�^���K7U	3	9869e021-1241-4bdd-bac5-e7d1cade640e2bc-2.5.3.tar.xz.siga�^���H6U	+	7b6a00fb-023f-4a64-9cb7-c42c62a52c911bc-2.5.2.tar.xzT{�^��p
3��i��8
�
�
W

�t&��A
�
�
X

	�	r	'��@��X
�m��7��N�h�2��I��D�.U	#	912173f8-063a-4fa8-b770-850f1217fadelwindows.zipW5݃a[ESG�-U	+	5167d5c9-6b73-4f9e-8d21-6bf81cc97315lwindows.zip.sigT�a[EOH�,U	+	ce4f98a6-5615-41e7-ab91-1216bec0f839lbc-5.1.0.tar.xzU��a[EOK�+U	3	f3162b66-3d6b-47da-af82-755f73fe84c2lbc-5.1.0.tar.xz.sigV�a[ENM�*U	7	f9d1e60b-c479-426b-b8c1-10ae7d9cda0fkWin64_Release.zip.sigX�a)c�J�)U	/	c7546d7c-4ae3-4452-87c7-96bec8483691kWin64_Release.zipc�a)c�K�(U	3	ed7a00e5-859c-4489-96be-13f46c433582kWin64_Debug.zip.sig^�a)c�H�'U	+	da7f0fcd-172d-4061-ae33-95c75bd2cca1kWin64_Debug.zipZ
�a)c�M�&U	7	99912c0b-91c4-4d5e-877d-782b8de2b157kWin32_Release.zip.sigf�a)c�J�%U	/	aa0dce5f-fd39-406b-ab40-7b7066ae9bb1kWin32_Release.zip^O%a)c�K�$U	3	5e15916b-0077-4f8e-86a9-088fe304c4d4kWin32_Debug.zip.siga�a)c�H�#U	+	e661612e-e08c-4743-acae-7ccf202c8378kWin32_Debug.zipg1�a)c�H�"U	+	f7eafd9c-ee67-4259-a495-24e5501c3514kbc-5.0.2.tar.xzq�Pa)c�K�!U	3	25df4dc0-353a-4a29-b017-836ecd9ad788kbc-5.0.2.tar.xz.sigg�a)c�M� U	7	d9a3007a-7ee1-4ffb-adc2-42734bfe66fciWin64_Release.zip.sigU�a(�J�U	/	cf52fb5a-c20c-4556-bf04-4b47e744ef80iWin64_Release.zipU�a(�K�U	3	fdac9fe1-be80-4ccd-8fcd-dbbfb6e7865ciWin64_Debug.zip.sigQ�a(�H�U	+	9f904cb2-8b0a-404a-8fd7-2a09b87e8288iWin64_Debug.zipY
�a(�M�U	7	3b79a43d-c16c-42a8-9952-c33a827933caiWin32_Release.zip.sigZ�a(�M�U	7	ce9ba2d2-5e84-4d42-919a-c7fe50de1e07jWin64_Release.zip.sigZ�a(�J�U	/	e83375f0-3ed1-4577-bff9-567e266cb99ejWin64_Release.zipZ�a(�K�U	3	7f049f4b-f064-4d06-88ba-9f21ba89391ajWin64_Debug.zip.sigc�a(�H�U	+	470154e6-843e-4265-961b-1e0e060ce586jWin64_Debug.zip]
�a(�M�U	7	e2d62561-a25a-4130-abea-db18ab386011jWin32_Release.zip.sig^�a(�J�U	/	2608e025-ceb6-4b63-a31a-625495deea90jWin32_Release.zip\O%a(�K�U	3	b17f1e33-6c29-4df0-a013-2c3470e74b3ajWin32_Debug.zip.sig`�a(~H�U	+	1a8593f6-3f96-4bb8-bc2c-af55213efb46jWin32_Debug.zipi1�a(pK�U	3	ad9748d0-f676-4325-a8cd-365078a2d59ejbc-5.0.1.tar.xz.sig[�a(lH�U	+	9e7b415a-e228-4438-b824-f684b24cf8f8jbc-5.0.1.tar.xz[�(a(hJ�U	/	6fc925b2-55ca-4696-ac26-f4deeb8d9a41iWin32_Release.zip\O*a�|K�
U	3	a96b72d4-a364-44b2-9c34-1f1b8752a771iWin32_Debug.zip.sig`�a�uH�	U	+	13314751-ab35-4ea4-86fe-7cd3ba6489ceiWin32_Debug.zipf1{a�pL�U	3	5ff12131-b6a1-4c67-895c-93375c124c34ibc-5.0.0.tar.xz.sig��a�dI�U	+	918b853b-ccf2-42b9-bf08-99a985a58b55ibc-5.0.0.tar.xz��@a�^K�U	3	e3d739e8-7212-47f4-9606-1241dabb1b3fhbc-4.0.2.tar.xz.sig{�`�WvI�U	+	7e57be5d-835f-4181-a67d-3980b9fa273chbc-4.0.2.tar.xz���`�WtK�U	3	d86a7944-7650-4fbc-9702-89e94ea28ebfgbc-4.0.1.tar.xz.sigZ�`���H�U	+	7a56af07-2170-4123-8d63-832d005b2faagbc-4.0.1.tar.xza�8`���K�U	3	08ec8db6-b828-4771-9d81-a55bee674447fbc-4.0.0.tar.xz.sig]�`���H�U	+	12f74a89-f270-4e95-9d55-3c7043ef7497fbc-4.0.0.tar.xz]��`���K�U	3	a17bc539-255b-419e-a6dc-a9306840660febc-3.3.4.tar.xz.sigZ�`���HU	+	f90623d5-2289-4e93-8509-e42a3f424c59ebc-3.3.4.tar.xz]�x`���H~U	+	aa584929-7f4d-4907-9876-b45ccb9cbc14dbc-3.3.3.tar.xz^�8`Ar�K}U	3	dc0b32c4-df80-4c7f-bd1e-3c9cb4182e60dbc-3.3.3.tar.xz.sigS�`Ar�H|U	+	b0c80392-59a9-45dd-86f7-bc82880b4f8cbbc-3.3.2.tar.xzX~`?�-K{U	3	30a08e24-b186-4e6f-a573-dca264de2a6dbbc-3.3.2.tar.xz.sigg�`?�,KzU	3	4b5f78ee-bac8-4689-8ec0-0c35c1c4108fabc-3.3.1.tar.xz.sig_�`9fHyU	+	443e8ae0-127f-4bb0-964b-b846c7d76228abc-3.3.1.tar.xzV�L`9fKxU	3	fa5654b0-17ed-4f32-9dfe-91ef087c0e60`bc-3.3.0.tar.xz.sigZ�`,�YHwU	+	0e8725f0-7ff3-47f6-af6e-e6982e503b12`bc-3.3.0.tar.xze��`,�WKvU	3	224915a8-5c4d-4d64-981d-48f38be3842e_bc-3.2.7.tar.xz.sigV�`(�x
2��f�p 
�
�
9��J��^
�
u
"	�	�	9��H��d�v(��?��S�j�~3��B��K�mU	3	cb026b82-3ca0-4f69-9f96-bde85b3cb132wbc-5.3.3.tar.gz.sig#�b��H�lU	+	1f2c122d-1113-44e7-836b-6c529d5e0fb7wbc-5.3.3.tar.gz$t�b��P�kU	=	fcf86990-a594-49d4-ba6a-6f166339467avbc-5.3.2-windows.zip.sig$�b���M�jU	5	e9c539fd-c0c6-4303-9f37-fdff5a12dc13vbc-5.3.2-windows.zip"7�Lb���K�iU	3	519c4c18-ed07-4ac9-b81b-13e49f411e84vbc-5.3.2.tar.xz.sig!�b���H�hU	+	8d1871bc-40e3-4dff-bbff-882891d26533vbc-5.3.2.tar.xz(�Hb���K�gU	3	daf6cef4-6d09-4561-bbca-93ef657bafe3vbc-5.3.2.tar.gz.sig$�b���H�fU	+	553a0cdb-56a5-4991-9b2e-dd78ec57fae9vbc-5.3.2.tar.gz&t�b���P�eU	=	9cfdc222-8162-4c7d-b71b-38b2fe6bd328ubc-5.3.1-windows.zip.sig!�b���M�dU	5	95c7c30c-b7d2-4b87-a92d-25a1a20b93c7ubc-5.3.1-windows.zip7}5b���K�cU	3	cf2bde56-472e-4357-bfd3-257165e9a5a1ubc-5.3.1.tar.xz.sig#�b���H�bU	+	4de10d34-5027-43a6-8c1c-1a093241c842ubc-5.3.1.tar.xz"�|b���K�aU	3	218ceacc-ccbb-43d9-af39-2b659e8530eaubc-5.3.1.tar.gz.sig �b���H�`U	+	a228ab3d-6aa6-4b73-b3e7-33b5d0d796dfubc-5.3.1.tar.gztYb���P�YU	=	59001912-845a-4028-a24c-b65787187ba6tbc-5.3.0-windows.zip.sig!�b��bM�XU	5	af5859d0-3a74-4df2-aac1-cac96bddbb8ftbc-5.3.0-windows.zip 7peb��EK�WU	3	8c8d94db-5066-4f5c-b611-62970ba106e9tbc-5.3.0.tar.xz.sig"�b��<H�VU	+	0a2a7eb8-639a-4b8d-9c6c-3072ef12ec68tbc-5.3.0.tar.xz#��b��9K�UU	3	9e10eb5c-afa8-4fe5-9fc9-064710965afetbc-5.3.0.tar.gz.sig"�b��6H�TU	+	3892e9d4-a382-4480-bed0-a49a21d2dd2ctbc-5.3.0.tar.gzt/b��2P�SU	=	914c794e-73e0-4b85-9c30-18cdb40d2979sbc-5.2.5-windows.zip.sig,�bp��M�MU	5	85af8674-ad46-4ee4-b7d2-14d6d4e511c2sbc-5.2.5-windows.zip*6/*bn\K�LU	3	12f3c53c-a915-4de8-b34f-91ac8a575770sbc-5.2.5.tar.xz.sig0�bnWH�KU	+	50037021-97ae-45b5-9109-72da4d8ad258sbc-5.2.5.tar.xz>��bnWH�JU	+	c1c6ecf7-f142-4f9c-96c4-cee2b72fa2fbsbc-5.2.5.tar.gz98GbnWK�IU	3	27fa7413-4400-41d7-a7f3-115a31b75ce7sbc-5.2.5.tar.gz.sig/�bnUM�HU	5	0b18c2dd-dba5-47e8-8bdf-34558dda3039rbc-5.2.4-windows.zip-6/'bZu�P�GU	=	eb9a8dcf-3947-4ca5-9869-cf1ff6da18a6rbc-5.2.4-windows.zip.sig0�bZu�H�FU	+	218cca89-49f9-47ff-8036-e3a6ce8118f0rbc-5.2.4.tar.xzI�XbZu�K�EU	3	c5926b32-ec58-46b1-9ced-9ae6697d8942rbc-5.2.4.tar.xz.sig4�bZu�M�DU	5	ab7db628-868b-45db-841c-b50ade5644f0qbc-5.2.3-windows.zipB6/Nb&!P�CU	=	82d04364-f101-41d7-8d29-0c55aa23c0b4qbc-5.2.3-windows.zip.sig?�b&H�BU	+	d1cd78c9-51b7-4024-b2a8-eaafc8bb7555qbc-5.2.3.tar.xzb��b&K�AU	3	e7ab8cd3-07f6-4b94-ab27-8043ecd2e813qbc-5.2.3.tar.xz.sigC�b&M�@U	5	849a1e0c-67c7-48e4-b2f6-064d98b557c6pbc-5.2.2-windows.zipG6&�a���P�?U	=	9eea5a3d-d2c7-403e-a076-5f54c4a4e8bcpbc-5.2.2-windows.zip.sigD�a���H�>U	+	15c02b4d-7a32-43c7-838b-d6cc8ee2923cpbc-5.2.2.tar.xzf�<a���K�=U	3	cb3d9372-c7c9-4508-adaa-76c05545df89pbc-5.2.2.tar.xz.sigW�a���M�<U	5	67527d92-0dfa-480a-b67d-8ceb77898a5eobc-5.2.1-windows.zipb5߷a�
P�;U	=	13f6684f-e58c-4a0b-952c-b09e89e8c104obc-5.2.1-windows.zip.sig[�a�	I�:U	+	39f5ed5f-2867-4bc1-ab29-0a052401a0a3obc-5.2.1.tar.xz��ha�K�9U	3	8b1be5ee-8798-4182-b76a-649861a405c2obc-5.2.1.tar.xz.sigd�a�H�8U	+	a34804e5-efb3-4281-9606-2f144f7731d2nbc-5.2.0.tar.xza�la��<K�7U	3	f1a2e1cb-2baf-41d6-93cf-6b4caafa6952nbc-5.2.0.tar.xz.sigV�a��;M�6U	5	2fa00fb7-cf0c-499e-95bd-475f5ccab3e4nbc-5.2.0-windows.zipY5�3a��qP�5U	=	abbc32eb-104a-47ed-ac75-23127b61f701nbc-5.2.0-windows.zip.sig_�a��nM�2U	5	735e486c-b962-40c3-9242-95b9492d2fa2mbc-5.1.1-windows.zip[5��a^	#P�1U	=	1446a692-8e3c-4563-bfca-2406ce4df070mbc-5.1.1-windows.zip.sig^�a^	 I�0U	+	4802235e-c60b-456a-8d33-c66e356b68e7mbc-5.1.1.tar.xz��a^	K�/U	3	8e1e76f6-ff74-46ee-a85d-6ca4a68c13b8mbc-5.1.1.tar.xz.sig]�a^	
2��g�y+
�
�
B��V�m
�
�
6	�	�	E��a�p%��>��P�i�z+��?��P�L� U	3	73c33b87-ab40-4b75-99af-96e7010ca971�bc-6.2.0.tar.xz.sig�c��nI�U	+	398bebe9-3676-4aa0-a816-68882fdce2f8�bc-6.2.0.tar.xz�dc��nI�U	+	3dd2812f-20fe-48f3-bbd2-b3724f57fd5d�bc-6.2.0.tar.gz68c��nL�U	3	ab2eaf25-6a86-4526-9f40-1a96d5a44512�bc-6.2.0.tar.gz.sig�c��lQ�U	=	2ef3d26f-6565-4028-beda-4d5a80ca401e�bc-6.1.1-windows.zip.sig�cbt4N�U	5	ed6c81e1-7ee9-498f-981c-de5b7473c50d�bc-6.1.1-windows.zip6�]cbt2L�U	3	4b3c0055-d693-4b7f-a95c-dc8aeff4615e�bc-6.1.1.tar.xz.sig�cbtI�U	+	61e5b013-f177-4c31-b05c-c44397796541�bc-6.1.1.tar.xz� cbtL�U	3	24fa17e9-c5a2-4140-87c7-8edb1ba58947�bc-6.1.1.tar.gz.sig�cbtI�U	+	1dce935c-addd-400a-9001-537529042432�bc-6.1.1.tar.gz1cbtP�U	=	68d59c51-69f7-4e9d-a3a8-695fb356b416bc-6.1.0-windows.zip.sig�cbe�M�U	5	4d149fe9-ce22-4d7b-a6a7-649d62efcbe2bc-6.1.0-windows.zip6�Zcbe�K�U	3	e234605c-9bcc-4f01-94f9-2f9feac2f661bc-6.1.0.tar.xz.sig�cbe�H�U	+	65fd1c86-b1aa-4418-af4b-3ba76bb185f1bc-6.1.0.tar.xz��cbe�K�U	3	5206a718-2238-465c-942d-b7b706df4c33bc-6.1.0.tar.gz.sig�cbeH�U	+	c8bd2c56-0bfc-4a70-8d56-5895369c9686bc-6.1.0.tar.gz0�cbe~P�U	=	bdba7ded-0b21-430b-98a7-8c524206a2ca}bc-6.0.4-windows.zip.sig�c1�M�U	5	dd732f20-867d-48ca-a844-c633cc503c37}bc-6.0.4-windows.zip6��c1�K�U	3	cc620ce6-b107-472a-965f-7933a743adc0}bc-6.0.4.tar.xz.sig�c1�H�
U	+	2308b018-53e9-4883-9a51-0bf5ea0c13fc}bc-6.0.4.tar.xz�c1�K�U	3	8c24424e-e9df-4abe-8abe-8bae1f49da4b}bc-6.0.4.tar.gz.sig�c1�H�U	+	0ccec93c-b0c3-491c-a8a8-29b3dd252b16}bc-6.0.4.tar.gz
�|c1�P�
U	=	8fd9b0f7-ae54-49d2-b605-cafdc2163571|bc-6.0.3-windows.zip.sig
�c!��M�	U	5	e16b319c-8bfb-4d54-94b1-b585abdd4aae|bc-6.0.3-windows.zip	6��c!��K�U	3	145221d3-defd-45bc-bdd6-40b360377ae3|bc-6.0.3.tar.xz.sig�c!�(H�U	+	143bad22-b4d6-47b6-9e62-cd66b2cfcb0f|bc-6.0.3.tar.xz�c!�$K�U	3	483852f7-7081-4ec8-8c2a-b594c9fc03ed|bc-6.0.3.tar.gz.sig
�c!�H�U	+	2bb3da61-7c67-4d8c-976d-41f8480cdb1f|bc-6.0.3.tar.gz��c!�P�U	=	45ae2777-ee8c-4b3a-9f70-ad9bafb8e426{bc-6.0.2-windows.zip.sig�c
�M�U	5	a2121c84-2d07-43f8-93c9-07a9df093f6a{bc-6.0.2-windows.zip6�Dc
�K�U	3	932dfdea-ffac-42b4-ab86-42a995ebfd7a{bc-6.0.2.tar.xz.sig�c
�H�U	+	4437a4bf-808d-48d6-8836-2020bc82c214{bc-6.0.2.tar.xz�$c
�K�U	3	68647dca-532c-4ece-b488-ec981c55b699{bc-6.0.2.tar.gz.sig�c
�H�U	+	bcdd110a-5588-4b14-a556-0413046fffe4{bc-6.0.2.tar.gz�Rc
�P�~U	=	52d9b15f-7a1a-412f-a180-0852e0c914b7ybc-6.0.1-windows.zip.sig�b��M�}U	5	52dcf00d-10a1-4c25-b313-92bfd666f3daybc-6.0.1-windows.zip6�#b��K�|U	3	04629adc-f5f7-4950-a5a0-2d6309c082f3ybc-6.0.1.tar.xz.sig�b���H�{U	+	392b63c7-5ebd-4896-a593-3eb6ca10dc32ybc-6.0.1.tar.xz$�b���K�zU	3	3ee054ac-03c0-4df3-8954-2eaec149e5beybc-6.0.1.tar.gz.sig�b���H�yU	+	ed1b917a-9194-4b83-aa8c-fe9f96f1958dybc-6.0.1.tar.gz��b���P�xU	=	80118117-4120-4a63-b6b9-801fcdc17d7fxbc-6.0.0-windows.zip.sig�b�BM�wU	5	98a67015-ea80-462c-b016-571d281f8b15xbc-6.0.0-windows.zip6��b�>K�vU	3	19818939-000d-4386-a8dc-6cecfbd281bexbc-6.0.0.tar.xz.sig�b�,H�uU	+	99964fc6-1321-46d6-8f59-a191fc769486xbc-6.0.0.tar.xz�b�*K�tU	3	c2d077e4-6a94-4f25-ab0d-f7f7ef72dde2xbc-6.0.0.tar.gz.sig�b�&H�sU	+	7265e086-de73-4e82-b58d-1d3ad95c00c2xbc-6.0.0.tar.gz�eb�%P�rU	=	4224aa76-b7d4-48ae-a086-f2c435f854efwbc-5.3.3-windows.zip.sig#�b��M�qU	5	c7be8061-82ee-451c-acaf-9bd34d6144cbwbc-5.3.3-windows.zip(7�Yb��K�oU	3	91e9e9c8-fc55-4360-8ca3-646f3a637f87wbc-5.3.3.tar.xz.sig+�b��H�nU	+	4718516d-98e1-491c-aa73-c1a31b94bf01wbc-5.3.3.tar.xz7Ȉb��
2��[�t%
�
�
1��J��W
�
q
!	�	�	:��L�e�{/��A��\�i��/��D��I�RU	+	4e1c94bf-7858-4b15-b32b-99e69825e1b3�bc-6.4.0.tar.xz
�dN�L�QU	3	5e6418e0-d9b5-4255-8c5b-a8b31a54c3a4�bc-6.4.0.tar.xz.sig�dN�I�PU	+	ec2216a4-d48c-499c-9cac-5757327c0e14�bc-6.4.0.tar.gzRNdN�K�OU	3		dd753abc-ff5f-45d7-a1d7-f7f119d93b9e�bc-6.4.0.tar.gz.sig�dN�N�NU	5	88b611c4-9953-4d01-9228-3725349521d3�bc-6.3.1-windows.zip7c�ߊP�MU	=		e20b1246-3b81-41d4-a0a4-c067b7f0906d�bc-6.3.1-windows.zip.sig�c�߅I�LU	+	cece229c-a167-49b0-89d8-e310a6f7b0cf�bc-6.3.1.tar.xz��c��{L�KU	3	f46cd2a4-3922-46fb-a6cc-9500da08b35f�bc-6.3.1.tar.xz.sig�c��{I�JU	+	63ca9e59-fa09-4a30-8607-13b9ca78f063�bc-6.3.1.tar.gzE`c��zL�IU	3	7e5b1b3a-5575-42b2-90f3-791146f51782�bc-6.3.1.tar.gz.sig�c��zQ�HU	=	b4504de2-ffdf-42ee-a5ec-a813a3c6787d�bc-6.3.0-windows.zip.sig�c��M�GU	5	e068913a-df05-46ad-aa8d-389206cad014�bc-6.3.0-windows.zip7c��L�FU	3	d9716a4d-c894-4e55-b4af-217cb6ac36af�bc-6.3.0.tar.xz.sig�c��H�EU	+	62a4ce98-4e16-46d4-9682-200a8355e79c�bc-6.3.0.tar.xz�Xc��H�DU	+	43041aff-dcd8-4549-9ccf-577e51fa61ab�bc-6.3.0.tar.gzD.c��L�CU	3	6c5f0581-3e5c-4efa-9661-becc6ae88a06�bc-6.3.0.tar.gz.sig�c��M�BU	5		a909f997-cc69-40a7-a2b2-f616fbd174d7�bc-6.2.6-windows.zip7�c�VGL�AU	3	cbfab91f-4c98-42a5-9056-9ee80633cc9b�bc-6.2.6.tar.xz.sig�c�V;I�@U	+	e698ae58-c217-4f4c-946b-7e1cdd5ada90�bc-6.2.6.tar.xz
��c�V;I�?U	+	6854154e-4bb5-46fe-81c1-a5a14f406be4�bc-6.2.6.tar.gzE�c�V;K�>U	3		62cce6f7-5764-4587-b412-704ff968702a�bc-6.2.6.tar.gz.sig�c�V9M�=U	5		060f0bb1-9324-4a09-89f5-7725c26f4f71�bc-6.2.5-windows.zip7
c��I�<U	+	0808e410-e788-4691-a7c8-09244505d67b�bc-6.2.5.tar.gzEkc��L�;U	3	82cb2f77-f75c-4f42-bee0-7a5b3891afe9�bc-6.2.5.tar.xz.sig�c��I�:U	+	ae253353-9282-4544-a02b-1cdda9d69577�bc-6.2.5.tar.xz�lc��K�9U	3		b5162002-75ea-4ca3-adee-16c537a87627�bc-6.2.5.tar.gz.sig�c��N�8U	5	40909e15-9134-4dd3-b5bd-b4a303b09dc6�bc-6.2.4-windows.zip7�c�rOL�7U	3	62684412-4eb7-4698-8a84-dacc986e73cd�bc-6.2.4.tar.xz.sig�c�rFI�6U	+	cc37c92a-23a6-4911-9fc0-b31562561c9f�bc-6.2.4.tar.gzC�c�rFI�5U	+	5a2a29db-c53f-4002-a364-af53cb3363be�bc-6.2.4.tar.xz�8c�rEL�4U	3	2d2ae263-007f-4a55-bbca-bf14a56dfb95�bc-6.2.4.tar.gz.sig�c�rCM�3U	5	f8ac2efc-a2f5-4619-8d85-b4fe5f9b1c14�bc-6.2.3-windows.zip7�c��&I�2U	+	65ee1ffe-e539-430a-957e-94f2666f1641�bc-6.2.3.tar.xz�4c��L�1U	3	94a352a1-a701-4fd2-aba8-671dfed2d3af�bc-6.2.3.tar.xz.sig�c��H�0U	+	90a37676-45e1-447e-bdca-50d8ab84bbe4�bc-6.2.3.tar.gzCc��K�/U	3		2d8e36bf-6e7a-44af-83f5-8b95e9d2cdef�bc-6.2.3.tar.gz.sig�c��N�.U	5	eb9a9f2f-4f90-4855-8de2-9ff282bedf7b�bc-6.2.2-windows.zip7�c��Q�-U	=	cf2f22ee-a5ee-42b7-aa1d-6da3a0609438�bc-6.2.2-windows.zip.sig�c��L�,U	3	5393c5a6-edfd-482d-aaa0-f6c134dddf18�bc-6.2.2.tar.xz.sig�c��I�+U	+	e39c870d-b930-4460-8493-270ba3e67a99�bc-6.2.2.tar.gz
5�c��I�*U	+	1a88c74c-bfbe-48cc-8dac-9cce3a7dc3be�bc-6.2.2.tar.xz��c��L�)U	3	1b453767-49a6-4f7b-ba7e-df65b96b0289�bc-6.2.2.tar.gz.sig�c��N�(U	5	8698e8a1-47aa-4198-8f3e-7e038fedbac9�bc-6.2.1-windows.zip7~c���Q�'U	=	b80df38b-81d3-4313-9b41-936e33aa3bb2�bc-6.2.1-windows.zip.sig�c���L�&U	3	332c2463-6328-4ecd-a0ed-7e161ea3a6c0�bc-6.2.1.tar.xz.sig�c���I�%U	+	1d7ea97a-763f-473c-98e2-7d38bfbedd4f�bc-6.2.1.tar.gz6-c���I�$U	+	51acd8fe-0d60-470e-a5d5-83c1e31bdb1f�bc-6.2.1.tar.xz�dc���L�#U	3	72271731-8a45-4d65-9d6a-3e09e146a010�bc-6.2.1.tar.gz.sig�c���Q�"U	=	c4b74209-c33c-4735-bffb-68dfcb72151e�bc-6.2.0-windows.zip.sig�c���N�!U	5	85be936d-9365-4f2a-9538-449f24854ca6�bc-6.2.0-windows.zip7�c���
2��\
�r&
�
�
2��K��V
�
p
	�	}	1��B��W�i�}.��=��W�c�y-��N�U	5	03bb53e3-37bd-4b4a-9cde-6a7ec290e74f�bc-6.7.4-windows.zip7oenZ�Q�
U	=	b59bc6f4-fb68-4629-acda-16976e5ff7d0�bc-6.7.4-windows.zip.sig	�enZ�I�	U	+	97d5fb66-6de1-480d-a89b-9fc3a53c2922�bc-6.7.4.tar.xz.�enZ�L�U	3	2518d4bc-7cf1-48d5-8743-9b6e38fa06ea�bc-6.7.4.tar.xz.sig
�enZ�I�U	+	431ad91f-3031-42aa-944c-8fe8674e2133�bc-6.7.4.tar.gz9enZ�L�U	3	76a947c4-c872-496e-af36-eb89406e7411�bc-6.7.4.tar.gz.sig�enZ�N�U	5	a86a4cf0-5565-430b-9fd4-a6ee028260cc�bc-6.7.3-windows.zip7r�efs�Q�U	=	cd3f39ab-04d8-4ba2-809f-0b7067405bc4�bc-6.7.3-windows.zip.sig	�efs�L�U	3	b062e8cc-376a-4271-9adb-936d95b774b6�bc-6.7.3.tar.xz.sig	�efs�I�U	+	7b071e0c-2d5a-4bdc-b048-74e0fb466b89�bc-6.7.3.tar.xz(efs�H�U	+		0efea6cf-d49d-43d4-a3d7-230b765be345�bc-6.7.3.tar.gz��efs�L�U	3	2c803876-d7ef-4b42-87a4-a0fb50c7f4df�bc-6.7.3.tar.gz.sig�efs�N�U	5	3bb554c2-ff88-4300-8e0a-26efea2ef7f0�bc-6.7.2-windows.zip7r�e-�ZQ�~U	=	69d78342-1d84-461c-a5cb-5ae932d8fef7�bc-6.7.2-windows.zip.sig�e-�UI�}U	+	e7b7568c-907f-427a-b08a-eca71e524f0f�bc-6.7.2.tar.xzde-�GL�|U	3	7557cd41-3941-43d2-a3ef-151ba55a3f09�bc-6.7.2.tar.xz.sig�e-�GI�{U	+	ad3c6d47-db41-4885-b9f7-d8ef83936286�bc-6.7.2.tar.gz�e-�FL�zU	3	e666433f-3b1c-4ab4-9a20-659a5586026d�bc-6.7.2.tar.gz.sig�e-�EN�yU	5	52e26b4d-66fa-4df2-9270-c768d22829ad�bc-6.7.1-windows.zip7t�e-�
Q�xU	=	5c7348e0-3324-4440-9281-255e4c1b7bcf�bc-6.7.1-windows.zip.sig�e-�L�wU	3	89cae0af-6833-4520-8b1f-609f5ec95aaa�bc-6.7.1.tar.xz.sig	�e-��H�vU	+	938165e1-8fb3-412c-b08b-3a647b181d01�bc-6.7.1.tar.xz(e-��H�uU	+	0de29cd9-d0c5-4a8f-b6f7-5f791a9c67e6�bc-6.7.1.tar.gz�e-��L�tU	3	8d702502-29f5-4fb5-993f-941c72a35636�bc-6.7.1.tar.gz.sig�e-��N�sU	5	1204333a-19cf-4809-90b9-2a42c6fd3417�bc-6.7.0-windows.zip7q�e'�Q�rU	=	e00eb628-9363-4185-9768-165927045b0f�bc-6.7.0-windows.zip.sig�e'�I�qU	+	110dd901-2f83-4bfb-aeea-e9dd5e14534c�bc-6.7.0.tar.gz�"e'�L�pU	3	e5ce7f03-c763-4c72-b63e-9cd36d743d67�bc-6.7.0.tar.xz.sig�e'�I�oU	+	857b9229-b183-48b3-ac62-5aa3e85cb54f�bc-6.7.0.tar.xz�e'�L�nU	3	ca29132d-370a-4344-89ef-ca06a68d608e�bc-6.7.0.tar.gz.sig�e'�N�mU	5	79ada54f-f4e9-44b3-ba89-4f3f03d06f24�bc-6.6.1-windows.zip7q"ej�P�lU	=		b3d6730f-1576-4461-9a20-485c452bb07b�bc-6.6.1-windows.zip.sig�ej�I�kU	+	1a701bc4-b70a-4780-a0e1-3e353c3448ed�bc-6.6.1.tar.xz�ej�L�jU	3	866a6ca1-e8dd-43c0-8328-7aea414267f0�bc-6.6.1.tar.xz.sig�ej�H�iU	+		4c8c5b5a-826c-487d-ac30-2f0cd34e8cf3�bc-6.6.1.tar.gz|Nej�L�hU	3	1b1a7ba6-c898-4374-a733-c9778c003886�bc-6.6.1.tar.gz.sig�ej�Q�aU	=	10ea9b5a-4c25-40b1-8d68-8a55dd1c31c5�bc-6.6.0-windows.zip.sig�dm/�O�`U	5	91c92d44-68d5-4154-bd89-e9e601537dd4�bc-6.6.0-windows.zip�7odm/�I�_U	+	b113d5ce-1541-4881-a871-29c406013d1e�bc-6.6.0.tar.xzMxdm/pL�^U	3	5d95771a-91ab-4a5c-89bc-3fd27cdb6aeb�bc-6.6.0.tar.xz.sig�dm/pI�]U	+	d03aceca-6973-409d-a472-1e88d53b05af�bc-6.6.0.tar.gzIsQdm/oL�\U	3	e655d914-69ec-436b-a2da-30ba096587d5�bc-6.6.0.tar.gz.sig�dm/nN�ZU	5	265b04f6-3c09-46cc-b36b-32289a7e61b1�bc-6.5.0-windows.zip7ed>�Q�YU	=	74664522-3d10-47c1-a812-b85d68f660aa�bc-6.5.0-windows.zip.sig�d>�I�XU	+	921c6cbd-3f1c-49a4-a938-4d71ef415b7c�bc-6.5.0.tar.xz"
Dd>�L�WU	3	7f218cab-db4d-4ae3-907a-4f31c0378d8a�bc-6.5.0.tar.xz.sig�d>�I�VU	+	4e88b652-3fab-4e8e-813a-5c274fdaf368�bc-6.5.0.tar.gz^�d>�L�UU	3	47531d41-a388-4e61-bcbc-3b55927f707d�bc-6.5.0.tar.gz.sig�d>�N�TU	5	3c8f1f86-5eb5-44dc-98e3-8e67b50c6daa�bc-6.4.0-windows.zip7_�dN�P�SU	=		3c922099-a047-4ff0-ac21-baf5a4388a82�bc-6.4.0-windows.zip.sig�dN�
$��e�v%
�
�
>��J��c
�
p
!	�	�	:��K��a�q"��5�Q�6U	=	36647ef9-eea1-4d80-9496-f5091a9779a9�bc-7.0.3-windows.zip.sig�f�8�N�5U	5	f676dd2f-0491-401c-a538-5ea705d81ba8�bc-7.0.3-windows.zipA�{f�82L�4U	3	e4dad25d-6cd3-4315-97c5-c8a10caca33a�bc-7.0.3.tar.xz.sig
�f�8#J�3U	+	ce6cc6d3-28be-49fc-aae1-219db619d5b6�bc-7.0.3.tar.xz�>�f�8 L�2U	3	a74de915-f355-4edd-93f6-ad41336aa2c4�bc-7.0.3.tar.gz.sig�f�8I�1U	+	74b4fbe5-f0d3-4107-98a8-93ddae9c2a31�bc-7.0.3.tar.gz��f�8Q�0U	=	61eb51ff-7c42-43b4-ae26-2a0abd3ea044�bc-7.0.2-windows.zip.sig�f�GM�/U	5		01e2b635-9ed4-406f-adaa-774dcb09a402�bc-7.0.2-windows.zipAǪf�F�L�.U	3	6bc9e2c6-c389-4d89-8b95-689dc30b218a�bc-7.0.2.tar.xz.sig	�f�F�I�-U	+	c7536281-2ca1-4fdc-bc4f-c35674b2fff6�bc-7.0.2.tar.xz?�f�F�L�,U	3	07fea6c8-180b-4e52-8b59-724fd8d53b25�bc-7.0.2.tar.gz.sig�f�F�H�+U	+		093c0d5a-101a-4cac-9d1f-174bd7a16556�bc-7.0.2.tar.gz��f�F�M�'U	5	d6d4d5fa-2a9b-4a69-b7b4-c98bbcf85e98�bc-7.0.1-windows.zipA��f�:}Q�&U	=	3d9527ee-88d7-4683-b723-d27e34bf17e5�bc-7.0.1-windows.zip.sig�f�:VI�%U	+	7670d442-2482-4483-ba34-714aa8c5f85d�bc-7.0.1.tar.gz��f�:=L�$U	3	e5cd0f82-75bb-4f68-b694-55cb8c30eea0�bc-7.0.1.tar.xz.sig�f�:I�#U	+	878a1233-ab64-48eb-87d9-d85717f3ab03�bc-7.0.1.tar.xz{<�f�:L�"U	3	7a7d6ba2-f5f5-4d70-b916-aa09e0c513cd�bc-7.0.1.tar.gz.sig�f�9�Q�!U	=	872c3a56-50d2-402c-ac07-ffac31bd485e�bc-7.0.0-windows.zip.sig�f��FM� U	5		5dde0cb8-b637-4a73-a0e7-36ee30c4f766�bc-7.0.0-windows.zipA��f��BL�U	3	99dea4d6-643a-41d1-99f0-f40328a7c744�bc-7.0.0.tar.xz.sig�f��1I�U	+	a96fb0be-c3b1-4354-8bfe-65e17464e115�bc-7.0.0.tar.xz
=df��.L�U	3	2b84fc78-aa3a-4838-9a8a-5213cb95cebd�bc-7.0.0.tar.gz.sig�f��*I�U	+	99baef51-cc25-4d3c-910a-568fdd2a5c1b�bc-7.0.0.tar.gz��f��%N�U	5	8f653ccd-5ae0-4973-b0f0-d8d370242b10�bc-6.7.6-windows.zipA�fm'�Q�U	=	04cb0201-04f6-4424-971b-0b6195511d24�bc-6.7.6-windows.zip.sig�fm'�L�U	3	d415abbf-282c-4b16-adf5-3b32b6d58314�bc-6.7.6.tar.xz.sig	�fm'KI�U	+	77aa4bc4-0132-4386-a9ac-49cd95c8f2d4�bc-6.7.6.tar.xz,8fm'KI�U	+	d897f7fd-6316-412a-b5a3-5ca36e3c0aea�bc-6.7.6.tar.gz��fm'KL�U	3	5239bafd-fa9e-44eb-95b8-2e926ab56b71�bc-6.7.6.tar.gz.sig
�fm'JN�U	5	dabbb863-7ec5-4306-bcdf-16dc4769a73f�bc-6.7.5-windows.zip7nXe��Q�U	=	e5ccf8f8-8200-4f44-8e71-a3bf49039f1a�bc-6.7.5-windows.zip.sig	�e��I�U	+	a3947171-c8c3-4690-a67b-3e4c66f281a9�bc-6.7.5.tar.xz~&\e��jL�U	3	4063aa56-4d70-40c4-973c-0fad515734dd�bc-6.7.5.tar.xz.sig�e��iI�
U	+	5da1e114-0dfc-4e12-bdd0-bb57728ffed8�bc-6.7.5.tar.gz3��e��iL�U	3	cdcd7121-8859-4958-9641-dc0f8bdf3221�bc-6.7.5.tar.gz.sig
�e��g