444
I Use This!
Very High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Jun 15, 2023 — Jun 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add support for freebsd (-lc_r for thread foo) and make sure testgthread.c compiles on platforms with rand_r. More... over 25 years ago
Make all aux functions static. More... over 25 years ago
Add checks for vasprintf, localtime_r. More... over 25 years ago
Call the source-specific free function when the hook is freed not when it More... over 25 years ago
Here we must replace getpwuid by getpwuid_r, but as I do not know how for More... over 25 years ago
Eep, forgot ChangeLog for my last commit More... over 25 years ago
ditch whitespace before GLIB_SYSDEFS #includes, the # needs to be in More... over 25 years ago
Shut up cvs More... over 25 years ago
fix macro to be shorthand of g_array_insert_vals. More... over 25 years ago
some echos interpret \n's and some don't. Deal with accordingly. More... over 25 years ago
eliminated extraneous "register" qualifiers in variable declarations. More... over 25 years ago
adjusted the g_strdup_a, g_strndup_a and g_strconcat3_a macros so their More... over 25 years ago
Released GLib 1.1.12
Shawn Amundson
as CST 1999 Shawn T. Amundson
More... over 25 years ago
Add tree test. More... over 25 years ago
add array-test.c More... over 25 years ago
Added 'make check' tests, based on testglib code. More... over 25 years ago
Added g_alloca, g_new_a, g_new0_a macros. More... over 25 years ago
Added g_strdup_printf check More... over 25 years ago
Handle NULL strings like g_strdup. s/g_strconcat_a/g_strconcat3_a/ to More... over 25 years ago
made the alloca tests follow the testglib style More... over 25 years ago
added g_strndup_a macro More... over 25 years ago
avoid unneccessary extra hook referencing (the explicit hook referencing More... over 25 years ago
Added two new alloca-based function macros, g_strdup_a and g_strconcat_a. More... over 25 years ago
When testing to see if glib exists, set LIBS="$GLIB_LIBS $LIBS" NOT More... over 25 years ago
Released GLib 1.1.11
Shawn Amundson
as CST 1998 Shawn T. Amundson
More... over 25 years ago
Define to G[U]INT64_TO_{LE,BE}, not G[U]INT32_TO_{LE,BE}. More... over 25 years ago
acglib.m4 provide defaults for POLL sysdefs, simple enums don't work with More... over 25 years ago
Released GLib 1.1.10
Shawn Amundson
as CST 1998 Shawn T. Amundson
More... over 25 years ago
don't cast to timeval since timeval is for some reason not always a struct More... over 25 years ago
Now passes 'make distcheck'. More... over 25 years ago