comparison src/Makefile.am @ 7763:dc79649b829d

[gaim-migrate @ 8408] This is an implementation of immutable, reference-counted strings. It is exceedingly trivial, I have no idea why I didn't do this long ago... PLEASE use these anywhere you pass around strings that may be stuck in multiple places; I'm not sure that it will save us too much heap holistically, but it should prevent having to make a hojillion twenty-byte allocations and free them immediately. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Fri, 05 Dec 2003 16:56:03 +0000
parents 2fb83607becf
children cb400cd78961
comparison
equal deleted inserted replaced
7762:5f1908a49c78 7763:dc79649b829d
95 sha.h \ 95 sha.h \
96 signals.c \ 96 signals.c \
97 signals.h \ 97 signals.h \
98 status.c \ 98 status.c \
99 status.h \ 99 status.h \
100 stringref.c \
101 stringref.h \
100 sound.c \ 102 sound.c \
101 sound.h \ 103 sound.h \
102 sslconn.c \ 104 sslconn.c \
103 sslconn.h \ 105 sslconn.h \
104 util.c \ 106 util.c \