History of the file that is called src/amiga-library.h at check-in 96973340848663c9
|
2023-07-15
| ||
| 21:05 | [591d639eb2] part of check-in [56530481be] Update copyright on a few missed files (check-in: [56530481be] user: js, branch: amiga-library, size: 4217) [annotate] [blame] [check-ins using] [diff] | |
|
2022-12-16
| ||
| 20:27 | [2f42cb2fe9] part of check-in [f56bb21f66] Pass ObjFWRTBase from the app to ObjFW .library (check-in: [f56bb21f66] user: js, branch: amiga-library, size: 4217) [annotate] [blame] [check-ins using] [diff] | |
|
2022-11-17
| ||
| 17:15 | [85a01bf187] part of check-in [0846f898ea] More consistency between the two amiga-library.m (check-in: [0846f898ea] user: js, branch: amiga-library, size: 4151) [annotate] [blame] [check-ins using] [diff] | |
|
2022-11-15
| ||
| 23:18 | [790ebf9372] part of check-in [c05772e186] Pass setjmp/longjmp from the linklib on MorphOS (check-in: [c05772e186] user: js, branch: amiga-library, size: 4184) [annotate] [blame] [check-ins using] [diff] | |
|
2022-11-13
| ||
| 12:25 | [486f50c32d] part of check-in [34e0add5b4] Pass asprintf from linklib on MorphOS (check-in: [34e0add5b4] user: js, branch: amiga-library, size: 4029) [annotate] [blame] [check-ins using] [diff] | |
| 11:31 | [d2404b2d4a] part of check-in [4686d22cd1] Remove fprintf and fflush from Amiga library (check-in: [4686d22cd1] user: js, branch: amiga-library, size: 3889) [annotate] [blame] [check-ins using] [diff] | |
|
2022-10-19
| ||
| 20:06 | [2821a7950c] part of check-in [8f8eed67d8] Update a few forgotten copyright dates (check-in: [8f8eed67d8] user: js, branch: amiga-library, size: 4027) [annotate] [blame] [check-ins using] [diff] | |
|
2021-10-16
| ||
| 14:34 | [2606f235ee] part of check-in [00246bf4bd] Amiga library: Wrap OFPBKDF2 & OFScrypt (check-in: [00246bf4bd] user: js, branch: amiga-library, size: 4027) [annotate] [blame] [check-ins using] [diff] | |
|
2021-09-15
| ||
| 17:59 | [515dc680a7] part of check-in [e4f9514ea7] Pass more required functions via the linklib (check-in: [e4f9514ea7] user: js, branch: amiga-library, size: 3802) [annotate] [blame] [check-ins using] [diff] | |
|
2021-05-09
| ||
| 14:45 |
[5c085b12df]
part of check-in [3c88df0ce4]
Merge trunk into branch "amiga-library"
All necessary changes to adjust for the changes made in trunk are | |
|
2021-01-02
| ||
| 22:06 | [40766eef6f] part of check-in [27b401c7c2] Update copyright (check-in: [27b401c7c2] user: js, branch: amiga-library, size: 3310) [annotate] [blame] [check-ins using] [diff] | |
|
2020-12-19
| ||
| 22:39 | [61ebf20fdf] part of check-in [c3ec28e2ea] Pass atexit from the linklib (check-in: [c3ec28e2ea] user: js, branch: amiga-library, size: 3399) [annotate] [blame] [check-ins using] [diff] | |
|
2020-12-12
| ||
| 21:35 | [0a3c3fc0c8] part of check-in [bc91edf1b8] Register frames of Amiga lib on MorphOS (check-in: [bc91edf1b8] user: js, branch: amiga-library, size: 3350) [annotate] [blame] [check-ins using] [diff] | |
| 21:25 | [d1ef677ea6] part of check-in [1712033509] Pass errno to Amiga library (check-in: [1712033509] user: js, branch: amiga-library, size: 3219) [annotate] [blame] [check-ins using] [diff] | |
|
2020-06-20
| ||
| 16:28 |
[c45ea8943a]
part of check-in [8963dd5a1e]
Add linklib
No methods in the linklib yet. (check-in: [8963dd5a1e] user: js, branch: amiga-library, size: 3175) [annotate] [blame] [check-ins using] [diff] | |
|
2020-06-07
| ||
| 21:32 | [0bce66a4a3] part of check-in [fa90c6cb2c] Clean up a little (check-in: [fa90c6cb2c] user: js, branch: amiga-library, size: 3181) [annotate] [blame] [check-ins using] [diff] | |
| 21:14 |
[d45496454a]
part of check-in [e2fcdcb6bd]
Add signal and sscanf to amiga-library.m
sscanf() is used internally by strtod(). (check-in: [e2fcdcb6bd] user: js, branch: amiga-library, size: 3282) [annotate] [blame] [check-ins using] [diff] | |
| 18:27 | [3e0d609d4b] part of check-in [b50dc283cf] Add _Unwind_Backtrace to amiga-library.m (check-in: [b50dc283cf] user: js, branch: amiga-library, size: 3011) [annotate] [blame] [check-ins using] [diff] | |
| 16:53 |
[2c7d9984f0]
part of check-in [45a8b2333d]
Add __(de)register_frame_info to amiga-library.m
This way the runtime's linklib will use the ones passed to the ObjFW | |
| 16:34 |
[5676e5d650]
part of check-in [514944f1ea]
Pass __sF around instead of std* individually
This avoids needing to #undef std{in,out,err} and then providing a new | |
| 16:03 | [e0b880f183] part of check-in [f822adb905] Add libc symbols needed by the runtime to of_libc (check-in: [f822adb905] user: js, branch: amiga-library, size: 2615) [annotate] [blame] [check-ins using] [diff] | |
| 15:36 | [131927e635] part of check-in [eac02d83d6] Add missing extern for of_init() (check-in: [eac02d83d6] user: js, branch: amiga-library, size: 1526) [annotate] [blame] [check-ins using] [diff] | |
|
2020-06-05
| ||
| 00:29 | [b32c2f897d] part of check-in [547abb97a0] Add missing nullability specifiers (check-in: [547abb97a0] user: js, branch: amiga-library, size: 1444) [annotate] [blame] [check-ins using] [diff] | |
| 00:17 | Added: [687493e4ca] part of check-in [964b5ed33c] Add of_init() for Amiga .library (check-in: [964b5ed33c] user: js, branch: amiga-library, size: 1418) [annotate] [blame] [check-ins using] | |