444
I Use This!
Very High Activity

Commits : Listings

Analyzed 26 minutes ago. based on code collected 38 minutes ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
reverted the g_hash_table_set_key_freefunc() addition, since it's to More... over 25 years ago
Replaced pushd and popd with equivalent shell code. pushd and popd are not supported outside of bash (and csh?). More... over 25 years ago
Use the proper $srcdir method instead of the $OBJ_DIR hack for allowing More... over 25 years ago
applied glib-tml-981120-0, change log appended below. More... over 25 years ago
added GFreeFunc and g_hash_table_set_key_freefunc() prototype. added More... over 25 years ago
removed the GListAllocator type and its g_*_allocator_*() function More... over 25 years ago
added g_array_insert_vals() to insert elements at an arbitrary index, and More... over 25 years ago
new function g_slist_copy() to duplicate a list with all its data More... over 25 years ago
NEWS: README: configure.in: glib.spec: Updated to version 1.1.5
Shawn Amundson
as CST 1998 Shawn T. Amundson
More... over 25 years ago
added empty default imlementation so gmodule.so compiles on systems that More... over 25 years ago
allow setting $OBJ_DIR to specify building in a subdir More... over 25 years ago
Removed per request. More... over 25 years ago
Fix for g_datalist_id_set_full() use (error is deeper down, some internal More... over 25 years ago
add -b (binary-only; no source packages) flag to dpkg-buildpackage More... over 25 years ago
libglib-cvs-dev now Provides: and Replaces libglib-dev. Changed Conflicts: fron libglib1.1-dev to libglib-dev (no such thing as libglib1.1-dev) More... over 25 years ago
Forgot a newline in a print statement in build More... over 25 years ago
Added Debian CVS build scripts. To build a snapshot Debian release, simply run, from within the top level of the glib directory: More... over 25 years ago
fixed off-by-one error, so we don't waste a loop iteration if (-1) was More... over 25 years ago
Put -I$(top_srcdir) back into INCLUDES. More... over 25 years ago
Added g_list_sort() and g_slist_sort() to merge sort GLists and GSLists. More... over 25 years ago
INCLUDES is the right way to add to CFLAGS, not DEFS. Also there are bugs More... over 25 years ago
Batch of new documentation that should be easier to maintain and extend. More... over 25 years ago
use __extension__ for long long on gcc >= 2.8 and egcs, and provide a More... over 25 years ago
Added 'strncasecmp' to the list of functions to be searched for. Added a More... over 25 years ago
config.h.win32 (new file) glibconfig.h.win32 glib.def applied More... over 25 years ago
new function for removing an entry from an array while preserving the More... over 25 years ago
glib.h endian macros defined using the glibconfig.h mechanism now More... over 25 years ago
applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entry More... over 25 years ago
Land glib-rrh-19981025-0.patch. * Makefile.am (glibconfig.h): New rule. (stamp-gc-h): New rule. Generate `glibconfig.h'. * configure.in (AM_CONFIG_HEADER): It is now `config.h'. (HAVE_BROKEN_WCTYPE): On Solaris, look for iswalnum in -lw before concluding "broken wctype". (glibconfig.h): Use AC_OUTPUT_COMMANDS to put generation code into config.status. * glib.h: Remove a lot of tests and defines. All these have been moved to `configure.in (glibconfig.h)'. * gerror.c: Include <config.h>. * gmem.c: Likewise. * gstrfuncs.c: Likewise. * gutils.c: Likewise. More... over 25 years ago
removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV() macros. added macros More... over 25 years ago