r9977@lvps87-230-33-50: verhaegs | 2009-01-18 12:48:46 +0100
commit9ebf27fbe684737f911d1d9c0f2008b16de83abc
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 18 Jan 2009 22:19:31 +0000 (18 22:19 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 18 Jan 2009 22:19:31 +0000 (18 22:19 +0000)
tree9ea3256ec6c47e28f9ed058abe7086faf8b49c82
parentc29e5bc9f7532f6128f7adf1776c35658e368d84
 r9977@lvps87-230-33-50:  verhaegs | 2009-01-18 12:48:46 +0100
 * Code from a perid library can now access the libbase of the parent process
   in the client process that was started with RunCommand/RunProcess.
   This was implented by storing libbases in a tree based on Task Pointer and
   then in a list based on return address of the process.
 * Added test case for new feature.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@30305 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
test/library/getparentbase.c [new file with mode: 0644]
test/library/mmakefile.src
test/library/perid.conf
test/library/peropenertest.c
test/library/peropenertest_child.c [new file with mode: 0644]
tools/genmodule/writeinclibdefs.c
tools/genmodule/writestart.c