comparison src/ChangeLog @ 5337:906ccc7dcd70

Change to qxesprintf(), qxestrcpy(), s/hpux11.h, s/usg5-4.h 2011-01-14 Aidan Kehoe <kehoea@parhasard.net> * s/hpux11.h (PTY_TTY_NAME_SPRINTF, PTY_NAME_SPRINTF): * s/usg5-4.h (PTY_TTY_NAME_SPRINTF, PTY_NAME_SPRINTF): Replace sprintf() with qxesprintf(), strcpy with qxestrpy(), hopefully fixing some platform-specific C++ builds.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 14 Jan 2011 23:23:30 +0000
parents 287499ff4c5f
children 8608eadee6ba
comparison
equal deleted inserted replaced
5336:287499ff4c5f 5337:906ccc7dcd70
1 2011-01-14 Aidan Kehoe <kehoea@parhasard.net>
2
3 * s/hpux11.h (PTY_TTY_NAME_SPRINTF, PTY_NAME_SPRINTF):
4 * s/usg5-4.h (PTY_TTY_NAME_SPRINTF, PTY_NAME_SPRINTF):
5 Replace sprintf() with qxesprintf(), strcpy with qxestrpy(),
6 hopefully fixing some platform-specific C++ builds.
7
1 2011-01-14 Aidan Kehoe <kehoea@parhasard.net> 8 2011-01-14 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * fns.c (Ffind): Use the correct subr information here, pass in 10 * fns.c (Ffind): Use the correct subr information here, pass in
4 the DEFAULT keyword argument value correctly. 11 the DEFAULT keyword argument value correctly.
5 12