diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-19 18:42:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-19 18:42:35 +0000 |
commit | 6c85e8b08904ca818d89c23de9b1da2d4e7872b4 (patch) | |
tree | 5d7c4ef7aa3b892fe634012913a27c23caee67cb /Todo-5.6 | |
parent | f6a871ab990d104bbe59c1e7e518f3d1dd6635f9 (diff) | |
download | perl-6c85e8b08904ca818d89c23de9b1da2d4e7872b4.tar.gz |
Fix the socklen default type (from Laszlo Molnar;
though I prefer signed, not unsigned); move the cross-compialtion
wish item to Todo; drop excess permissions in taint.t.
p4raw-id: //depot/cfgperl@5834
Diffstat (limited to 'Todo-5.6')
-rw-r--r-- | Todo-5.6 | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -47,13 +47,7 @@ Configure libswanted <-> usethreads <-> use64bitint <-> use64bitall <-> uselargefiles <-> ... make configuring+building away from source directory work (VPATH et al) - this is related to: cross-compilation configuring - host vs target: compile in the host, get the executable to the target, - get the possible input files to the target, execute in the target, - get possible output files back to to host. this needs to work - both during Configure and during the build. You cannot assume - shared filesystems between the host and the target, executing - the target executable may involve e.g. rsh + this is related to: cross-compilation configuring (see Todo) _r support (see Todo for mode detailed description) POSIX 1003.1 1996 Edition support--realtime stuff: POSIX semaphores, message queues, shared memory, realtime clocks, |