ORCA-C/ORCACDefs
Stephen Heumann 438942692a Make va_arg(ap,double) work correctly.
This was not working because floating-point arguments are really passed in the extended format, but based on the wording in the C standard a type of "double" should still work for arguments passed with that type.

This fixes #29. (The bug report was valid only with respect to double, not float or long double.)
2021-09-03 21:25:20 -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 As of C11, errno must be a macro, so make it one. 2021-03-11 21:16:41 -06: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
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 Make va_arg(ap,double) work correctly. 2021-09-03 21:25:20 -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 Make MB_CUR_MAX have type size_t, as C99 and later require. 2021-08-22 17:35:16 -05:00
stdnoreturn.h Add <stdnoreturn.h> header. 2020-01-19 12:44:20 -06:00
string.h Exclude non-standard functions in <string.h> if __KeepNamespacePure__ is defined. 2021-02-17 15:36:38 -06: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 Make CLOCKS_PER_SEC and CLK_TCK work in 50Hz video mode. 2021-08-23 21:58:19 -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
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