mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
3fa620d4df
* glib/gstrfuncs.c: (g_ascii_strdown), (g_ascii_strup): Add missing const. (g_strsplit): Add g_return_val_if_fail for case of empty delimiter, which can result in an infinite loop otherwise. * glib/gstrfuncs.h: Add missing const. * tests/.cvsignore: Ignore a generated file. * tests/array-test.c: * tests/dirname-test.c: * tests/hash-test.c: * tests/list-test.c: * tests/node-test.c: * tests/relation-test.c: * tests/shell-test.c: * tests/slist-test.c: * tests/spawn-test.c: * tests/strfunc-test.c: * tests/string-test.c: * tests/testglib.c: * tests/tree-test.c: * tests/type-test.c: Add an #undef G_DISABLE_ASSERT so all tests will assert even if asserts are disabled inside glib itself.
51 lines
579 B
Plaintext
51 lines
579 B
Plaintext
*.lo
|
|
*.obj
|
|
*.lib
|
|
*.dll
|
|
*.exe
|
|
.deps
|
|
.libs
|
|
Makefile
|
|
Makefile.in
|
|
makefile.msc
|
|
makefile.mingw
|
|
_libs
|
|
libmoduletestplugin_a.la
|
|
libmoduletestplugin_b.la
|
|
array-test
|
|
cxx-test
|
|
date-test
|
|
dirname-test
|
|
hash-test
|
|
iochannel-test
|
|
list-test
|
|
mainloop-test
|
|
markup-test
|
|
module-test
|
|
node-test
|
|
queue-test
|
|
qsort-test
|
|
rand-test
|
|
relation-test
|
|
shell-test
|
|
slist-test
|
|
spawn-test
|
|
stamp-gc-h
|
|
stamp-h
|
|
strfunc-test
|
|
string-test
|
|
thread-test
|
|
threadpool-test
|
|
tree-test
|
|
type-test
|
|
unicode-encoding
|
|
gio-test
|
|
testgdate
|
|
testgdateparser
|
|
testglib
|
|
timeloop
|
|
timeloop-basic
|
|
unicode-caseconv
|
|
unicode-collate
|
|
unicode-normalize
|