Author pieronne
Recipients
Date 2006-07-04.11:15:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
All the patches are delimited by
#if defined(__VMS)
#endif
or some variant of this

8 files are patches:


bz2module.c
OpenVMS don't support univ_newline so set
f_univ_newline to 0


cryptmodule.c
OpenVMS don't have a crypt routine, so use the openssl
routine instead

dlmodule.c
OpenVMS CRTL dlopen routine doesn't do any check so in
routine dl_open add a test for file accessibility

fpectlmodule.c
Add the correct setting for Alpha and IA64 processor

getpath.c
remove old patch and add default PREFIX

posixmodule.c
OpenVMS don't have any urandom routine, so use the
openssl routine instead

selectmodule.c
clean an old previous patch, move most of the specific
VMS code to specific routine (would be probably cleaner)


Regards,

Jean-François
History
Date User Action Args
2007-08-23 15:53:17adminlinkissue1516912 messages
2007-08-23 15:53:17admincreate