ObjFW  History of src/amiga-glue.m of a03b820df85e1dca

History of the file that is called src/amiga-glue.m at check-in a03b820df85e1dca

2023-08-30
15:02
Add OFTLSStreamImplementation to Amiga .library file: [71598db593] check-in: [8a48cff63c] user: js, branch: amiga-library, size: 14441 [annotate] [blame] [check-ins using] [diff]
2023-07-15
21:03
Rerun generators/amiga-library file: [fee19f4e49] check-in: [9e5e68ca05] user: js, branch: amiga-library, size: 14321 [annotate] [blame] [check-ins using] [diff]
2022-12-16
20:27
Pass ObjFWRTBase from the app to ObjFW .library file: [3e5ca453ed] check-in: [f56bb21f66] user: js, branch: amiga-library, size: 14321 [annotate] [blame] [check-ins using] [diff]
2022-11-17
17:30
src/amiga-library.xml: Fix typo file: [edf7296f72] check-in: [333dd5d0ca] user: js, branch: amiga-library, size: 14232 [annotate] [blame] [check-ins using] [diff]
17:15
More consistency between the two amiga-library.m file: [7f9a766df9] check-in: [0846f898ea] user: js, branch: amiga-library, size: 14238 [annotate] [blame] [check-ins using] [diff]
14:27
Add missing functions / classes to Amiga .library file: [d370204911] check-in: [cf20d02f7f] user: js, branch: amiga-library, size: 14315 [annotate] [blame] [check-ins using] [diff]
2022-11-15
22:31
amiga-library.xml: Fix typo file: [1e1ae95447] check-in: [2a89141502] user: js, branch: amiga-library, size: 14029 [annotate] [blame] [check-ins using] [diff]
2022-11-06
20:09
src/amiga-library.xml: Add new functions file: [9fa6751d3a] check-in: [4ab4308098] user: js, branch: amiga-library, size: 14019 [annotate] [blame] [check-ins using] [diff]
2022-10-19
19:13
src/amiga-library.xml: Add new functions file: [51a4a35a17] check-in: [2bd5634e6e] user: js, branch: amiga-library, size: 12042 [annotate] [blame] [check-ins using] [diff]
2021-10-16
14:34
Amiga library: Wrap OFPBKDF2 & OFScrypt file: [a85912ca13] check-in: [00246bf4bd] user: js, branch: amiga-library, size: 11695 [annotate] [blame] [check-ins using] [diff]
12:41
src/amiga-linklib.xml: Fix typo file: [3a131dec1c] check-in: [e4ead87504] user: js, branch: amiga-library, size: 11603 [annotate] [blame] [check-ins using] [diff]
2021-05-09
18:02
Rename library.xml to amiga-library.xml file: [4ee8e2fbd6] check-in: [a03b820df8] user: js, branch: amiga-library, size: 11609 [annotate] [blame] [check-ins using] [diff]
14:45
Merge trunk into branch "amiga-library"

All necessary changes to adjust for the changes made in trunk are
included in the merge commit. file: [adf8c12199] check-in: [3c88df0ce4] user: js, branch: amiga-library, size: 11603 [annotate] [blame] [check-ins using] [diff]

2021-01-02
22:06
Update copyright file: [eb6613e2c6] check-in: [27b401c7c2] user: js, branch: amiga-library, size: 10881 [annotate] [blame] [check-ins using] [diff]
2020-12-30
01:23
Generate files for Amiga .library using generator file: [8f13ae59e7] check-in: [5317b99250] user: js, branch: amiga-library, size: 10970 [annotate] [blame] [check-ins using] [diff]
2020-12-14
18:48
Add functions of OFDNSResourceRecord to Amiga lib file: [212fc89c69] check-in: [bb4994e5d2] user: js, branch: amiga-library, size: 11126 [annotate] [blame] [check-ins using] [diff]
2020-11-14
12:31
Adjust Amiga library to changed function names file: [fd6300fe11] check-in: [ad47ca2bf3] user: js, branch: amiga-library, size: 10398 [annotate] [blame] [check-ins using] [diff]
12:09
Update changed return types in Amiga library file: [54d11b7653] check-in: [cc34546854] user: js, branch: amiga-library, size: 10388 [annotate] [blame] [check-ins using] [diff]
12:07
Add new functions to Amiga library file: [ae0dfe2bb3] check-in: [8e9dc9523c] user: js, branch: amiga-library, size: 10383 [annotate] [blame] [check-ins using] [diff]
2020-06-21
22:26
Adjust Amiga library to new of_{pbkdf2,scrypt} API file: [77817a66d6] check-in: [f8f3bc1545] user: js, branch: amiga-library, size: 9837 [annotate] [blame] [check-ins using] [diff]
03:02
Add functions/variables for tests to Amiga library file: [93e24e60c7] check-in: [9937a79627] user: js, branch: amiga-library, size: 11007 [annotate] [blame] [check-ins using] [diff]
02:15
Make of_std{in,out,err} available in Amiga library

This is done by using functions that return a reference to the variable
and defining of_std{in,out,err} to a call into these functions. file: [0f4f4302e3] check-in: [9697334084] user: js, branch: amiga-library, size: 8714 [annotate] [blame] [check-ins using] [diff]

2020-06-20
21:54
Add all functions to linklib

Also contains a workaround for Amiga library functions not being able to
return structs. file: [316cef8c1f] check-in: [1ec05804b0] user: js, branch: amiga-library, size: 8476 [annotate] [blame] [check-ins using] [diff]

17:20
Add Amiga library glue for all functions file: [c40fe5f0d2] check-in: [4aa3be08a9] user: js, branch: amiga-library, size: 8204 [annotate] [blame] [check-ins using] [diff]
2020-06-07
16:34
Pass __sF around instead of std* individually

This avoids needing to #undef std{in,out,err} and then providing a new
symbol. file: [c28d6d3ae5] check-in: [514944f1ea] user: js, branch: amiga-library, size: 1289 [annotate] [blame] [check-ins using] [diff]

15:36
Add missing extern for of_init() file: [2619f44789] check-in: [eac02d83d6] user: js, branch: amiga-library, size: 1306 [annotate] [blame] [check-ins using] [diff]
2020-06-05
00:17
Add of_init() for Amiga .library file: [41b93239bf] check-in: [964b5ed33c] user: js, branch: amiga-library, size: 1308 [annotate] [blame] [check-ins using] [diff]
2020-06-04
23:01
Added: Add initial amiga-{library,glue,end}.m

These are based on runtime/amiga-{library,glue,end}.m. file: [96aff37bed] check-in: [f6ab72da6e] user: js, branch: amiga-library, size: 1102 [annotate] [blame] [check-ins using]