mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 09:26:17 +01:00
0d0f178c09
Fri Jan 22 13:41:41 EST 1999 Jeff Garzik <jgarzik@pobox.com> * configure.in: Add checks for alloca, defining G_NATIVE_ALLOCA if present. * galloca.c: Import replacement alloca implementation from gettext 0.10.35. Begin to convert to using GLib types and functions. * glib.h: New macros g_alloca, g_alloca_gc, g_alloca_new, to perform stack-based memory allocations. * tests/Makefile.am, tests/queue-test.c, tests/alloca-test.c: New tests for g_alloca_*, GQueue ADT. * tests/stack-test.c: Fix pointer casts, include config.h, and call g_stack_free at end of run.
39 lines
416 B
Plaintext
39 lines
416 B
Plaintext
*.lo
|
|
Makefile
|
|
Makefile.in
|
|
configure
|
|
aclocal.m4
|
|
.deps
|
|
_libs
|
|
libglib-1.1.la
|
|
config.log
|
|
glibconfig.h
|
|
libtool
|
|
config.status
|
|
stamp-h
|
|
.libs
|
|
testglib
|
|
config.cache
|
|
glib-config
|
|
libglib.la
|
|
config.h.in
|
|
config.h
|
|
stamp-gc-h
|
|
testgdate
|
|
testgdateparser
|
|
glibconfig-sysdefs.h
|
|
hash-test
|
|
list-test
|
|
node-test
|
|
relation-test
|
|
slist-test
|
|
string-test
|
|
array-test
|
|
tree-test
|
|
dirname-test
|
|
type-test
|
|
strfunc-test
|
|
stack-test
|
|
queue-test
|
|
alloca-test
|