ORCA-C/ORCACDefs
Stephen Heumann a20d69a211 Revise variable argument handling to better comply with standards.
In the new implementation, variable arguments are not removed until the end of the function. This allows variable argument processing to be restarted, and it prevents the addresses of local variables from changing in the middle of the function. The requirement to turn off stack repair code around varargs functions is also removed.

This fixes #58.
2021-10-23 22:36:34 -05:00
..
ace.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
adb.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
appleshare.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
assert.h Include the function name in assertion failure messages. 2021-08-24 18:35:01 -05:00
control.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
ctype.h Omit all non-standard stuff from <ctype.h> if __KeepNamespacePure__ is defined. 2021-08-22 17:35:16 -05:00
desk.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
dialog.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
errno.h Add EILSEQ errno value. 2021-10-02 14:38:15 -05:00
event.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
fcntl.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
fenv.h Add the <fenv.h> header. 2021-03-06 16:31:52 -06:00
finder.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
float.h Add new <float.h> macros from C99 and C11. 2021-03-08 19:16:28 -06:00
font.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
gsbug.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
gsos.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
hyperstudio.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
hyperxcmd.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
intmath.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
inttypes.h Update headers to support long long (and intmax_t typedef'd as long long). 2021-02-17 14:57:18 -06:00
iso646.h Add iso646.h, stdint.h, and inttypes.h headers. 2017-10-21 20:40:41 -05:00
limits.h Update headers to support long long (and intmax_t typedef'd as long long). 2021-02-17 14:57:18 -06:00
lineedit.h Fix some tool call prototypes in tool headers. 2017-10-21 20:46:21 -05:00
list.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
loader.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
locale.h Add <locale.h> header. 2021-09-30 18:40:39 -05:00
locator.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
math.h Implement the signbit() macro. 2021-03-09 00:24:08 -06:00
mediacontrol.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
memory.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
menu.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
midi.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
midisynth.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
misctool.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
noteseq.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
notesyn.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
orca.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
print.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
prodos.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
qdaux.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
quickdraw.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
resources.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
sane.h Add prototypes for SANE housekeeping calls in <sane.h>. 2018-11-19 21:56:24 -06:00
scheduler.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
scrap.h Fix some tool call prototypes in tool headers. 2017-10-21 20:46:21 -05:00
setjmp.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
shell.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
signal.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
sound.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
stdalign.h Header updates for C11 alignment functionality. 2020-01-12 18:39:07 -06:00
stdarg.h Revise variable argument handling to better comply with standards. 2021-10-23 22:36:34 -05:00
stdbool.h Add <stdbool.h> header. 2021-01-25 22:04:26 -06:00
stddef.h Header updates for C11 alignment functionality. 2020-01-12 18:39:07 -06:00
stdfile.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
stdint.h Update headers to support long long (and intmax_t typedef'd as long long). 2021-02-17 14:57:18 -06:00
stdio.h Add prototypes for vscanf, vfscanf, and vsscanf. 2021-02-09 23:24:20 -06:00
stdlib.h Add header declarations for strcoll, strxfrm, and mblen. 2021-09-30 18:41:17 -05:00
stdnoreturn.h Add <stdnoreturn.h> header. 2020-01-19 12:44:20 -06:00
string.h Add header declarations for strcoll, strxfrm, and mblen. 2021-09-30 18:41:17 -05:00
textedit.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
texttool.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
time.h Add header declaration and documentation for strftime. 2021-09-26 21:29:47 -05:00
toollib.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
types.h Add <stdbool.h> header. 2021-01-25 22:04:26 -06:00
uchar.h Add <uchar.h> header. 2021-10-02 22:39:52 -05:00
video.h Move ORCACDefs directory to root level. 2017-10-21 20:21:37 -05:00
window.h Fix some tool call prototypes in tool headers. 2017-10-21 20:46:21 -05:00