ObjFW  History of src/runtime/linklib/init.m of 27b401c7c27f48d6

History of the file that is called src/runtime/linklib/init.m at check-in 27b401c7c27f48d6

2023-07-20
20:02
Deleted: Merge trunk into 1.0 branch check-in: [124fe8b500] user: js, branch: 1.0, size: 0
2023-07-15
21:20
Deleted: Remove Amiga .library support

This will be moved to the "amiga-library" branch entirely in order to
not block the 1.0 release, as this is still far from finished. check-in: [f0b0aacf36] user: js, branch: trunk, size: 0

20:57
Merge trunk into branch "amiga-library" file: [0c588847ed] check-in: [860b0bf1e9] user: js, branch: amiga-library, size: 4663 [annotate] [blame] [check-ins using] [diff]
2023-04-10
15:08
Work around newer amiga-gcc defining Class file: [52398c8d3c] check-in: [abbed5c008] user: js, branch: trunk, size: 4617 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [6ba923fc89] check-in: [8939cbdb52] user: js, branch: trunk, size: 4575 [annotate] [blame] [check-ins using] [diff]
2022-12-16
20:27
Pass ObjFWRTBase from the app to ObjFW .library file: [aee4e3c855] check-in: [f56bb21f66] user: js, branch: amiga-library, size: 4621 [annotate] [blame] [check-ins using] [diff]
2022-11-17
17:15
More consistency between the two amiga-library.m file: [1251208ab8] check-in: [0846f898ea] user: js, branch: amiga-library, size: 4608 [annotate] [blame] [check-ins using] [diff]
2022-10-18
22:17
Merge trunk into branch "amiga-library" file: [ea519af78e] check-in: [ac19ed9d40] user: js, branch: amiga-library, size: 4608 [annotate] [blame] [check-ins using] [diff]
2022-06-12
20:38
runtime/linklib: Remove spurious ; file: [6ddafedf04] check-in: [96bd5ebd99] user: js, branch: trunk, size: 4575 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [260b346241] check-in: [1a86b8175b] user: js, branch: trunk, size: 4577 [annotate] [blame] [check-ins using] [diff]
2021-12-05
11:49
runtime/linklib: Unload library with dtor prio 0

This avoids unloading the library when other things might still use it,
most notably it broke atexit handlers trying to use the runtime. file: [d92ead177b] check-in: [4b67fe84b1] user: js, branch: trunk, size: 4577 [annotate] [blame] [check-ins using] [diff]

2021-09-15
18:54
Define USE_INLINE_STDARG in linklib file: [432b310839] check-in: [4634fc3d92] user: js, branch: amiga-library, size: 4613 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:06
Update copyright file: [2b38d578be] check-in: [27b401c7c2] user: js, branch: amiga-library, size: 4587 [annotate] [blame] [check-ins using] [diff]
22:04
Update copyright file: [29e3bce728] check-in: [374e1a1bfa] user: js, branch: trunk, size: 4580 [annotate] [blame] [check-ins using] [diff]
2020-12-30
00:03
Merge trunk into branch "amiga-library" file: [14f5c245f7] check-in: [cebf3184eb] user: js, branch: amiga-library, size: 4676 [annotate] [blame] [check-ins using]
2020-12-27
19:13
Don't use sfdc / cvinclude.pl anymore

The linklib generator already completely obsoletes it. file: [20a1854b43] check-in: [bb25f8b0fe] user: js, branch: trunk, size: 4669 [annotate] [blame] [check-ins using] [diff]

18:50
Added: Add a generator for the linklib

This will eventually also generate the glue code and the function list
and make sfdc & cvinclude.pl entirely obsolete. It will also reduce the
maintenance burden because once everything is generated from
library.xml, there is a single file in which a function needs to be
added / changed instead of 5. file: [5647624db4] check-in: [eeba79d088] user: js, branch: trunk, size: 4633 [annotate] [blame] [check-ins using]