Use cvs export to make snapshots/dists. Minor patches.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2742 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1998-02-09 19:06:40 +00:00
parent e2a0cb1b97
commit 49a609f53b
40 changed files with 5025 additions and 632 deletions

View file

@ -116,6 +116,7 @@ static BOOL entered_multi_threaded_state;
start-up, and for thread's created by calling
objc_thread_detach() directly.) */
t = [[NSThread alloc] init];
objc_thread_set_data (t);
return t;
}