1
0
mirror of https://git.code.sf.net/p/fuse-emulator/libspectrum synced 2025-08-07 17:22:55 +03:00

14 Commits

Author SHA1 Message Date
Fredrick Meunier
c2d350e6e9 Specify config.h as a local header 2021-02-27 09:17:14 +11:00
Fredrick Meunier
bbbcee1b63 Refactored locking code for less reduncancy 2016-11-18 23:38:21 +11:00
BogDan Vatra
9c2f9ca946 Make myglib threadsafe using C11 atomics 2016-11-18 23:38:21 +11:00
Fredrick Meunier
96fa83e8ca Retire legacy RCS tags 2016-10-24 11:04:17 +11:00
Sergio Baldoví
61a2eb2a08 Add g_hash_table_new_full() and libspectrum_end() for memory releasing (part of
bug #254).


Legacy-ID: 4695
2012-05-07 02:03:10 +00:00
Sergio Baldoví
a8d6737b4c Fix some const qualifiers for the data argument to g_slist_remove and
g_slist_find_custom (part of bug #253).


Legacy-ID: 4690
2012-05-06 06:24:15 +00:00
Fredrick Meunier
2e2ddc755d Fix loading Warajevo TAPs of raw samples (e.g. BRUCELEE.TAP).
Legacy-ID: 4039
2009-06-27 06:04:44 +00:00
Philip Kendall
def7fb22d6 Wrap the memory allocator so it either returns some actual memory or aborts.
Legacy-ID: 3698
2008-06-30 15:12:02 +00:00
Stuart Brady
e09e1ffe3b Update FSF address in GPL notices.
Legacy-ID: 2890
2007-05-26 19:31:43 +00:00
Philip Kendall
db9c224b04 Change URLs to sourceforge, my e-mail address to @shadowmagic and remove my
postal address.

Legacy-ID: 2721
2007-02-02 16:35:45 +00:00
Fredrick Meunier
b089bc3303 Add g_slist_delete_link, g_slist_insert, g_slist_length, GINT_TO_POINTER and
GPOINTER_TO_INT to the glib emulation layer.

Legacy-ID: 2565
2005-05-18 00:56:28 +00:00
Philip Kendall
d0da20388d Fix two free_list related memory leaks.
Legacy-ID: 2120
2004-04-14 15:31:09 +00:00
Philip Kendall
ceca442c2d Add minimal GHashTable replacement (borrowed from glib 2.4.0).
Legacy-ID: 2109
2004-04-08 14:43:38 +00:00
Philip Kendall
886afc6f04 Move the glib replacement code into its own directory.
Legacy-ID: 2108
2004-04-08 13:04:09 +00:00