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

17 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
Fredrick Meunier
e0a95bb94c Mark g_direct_hash() as static as it isn't used outside of ghash.c and isn't in
a header.

Legacy-ID: 5694
2016-07-19 12:27:30 +00: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í
b9be9b7624 Add the g_hash_table_foreach() function and update g_hash_table_new() function
to support the g_hash_table_new( NULL, NULL ) syntax (patch #242).


Legacy-ID: 4267
2011-01-20 12:19:04 +00:00
Simon Owen
bae5e2ed8b Should use libspectrum_dword instead of uint32_t (part of patch #192).
Legacy-ID: 4119
2010-02-21 04:40:36 +00:00
Fredrick Meunier
8c3a45422f Add <string.h> to eliminate warnings.
Legacy-ID: 3705
2008-06-30 21:28:15 +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
Philip Kendall
3dec2f7e43 Add support functions for using strings as hash table keys.
Legacy-ID: 3656
2008-06-08 14:54:10 +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
23a555a901 Add g_hash_table_size to the glib replacement code.
Legacy-ID: 2524
2005-03-03 03:50:22 +00:00
Fredrick Meunier
b409e38878 The world doesn't need to know about GHashNode.
Legacy-ID: 2130
2004-04-16 14:15:20 +00:00
Fredrick Meunier
c667c17ae9 fix compilation with GHashTable replacement (borrowed code from glib 2.4.0
and 1.2.10).

Legacy-ID: 2123
2004-04-15 12:18:01 +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