Files
test2/source
Ton Roosendaal 438331af8e Nasty Library linking and appending stuff!
Problem: when appending data, it called the local_all() function, which
indeed made all data local, including all other dynamic linked data.
Not very nice... but mixing dynamic & appending data from single file is
headcrunching code.

Solution: when appending data, it now only makes local_all() the data from
that specific library file, leaving dynamic data from other files linked.

(Bug report 1183)
2004-04-22 19:58:54 +00:00
..
2004-01-05 00:06:11 +00:00
2004-04-13 18:11:10 +00:00
2003-12-07 19:03:43 +00:00
2004-02-24 20:03:27 +00:00