Eli Barzilay
8b642ebc47
* Added `offset-ptr?' (returns #t for any offset, even if it's 0, #f for
...
no-offset or non-pointer)
* Added `ptr-add!' (must get `offset-ptr?' value, destructive, returns void)
* Added `ptr-offset' (works on any cpointer value)
* Added `set-ptr-offset!' for pointers, with an optional ctype multiplier
(works only for `offset-ptr?' inputs)
* Changed memcopy, memmove & memset to have a single c-type argument.
svn: r5646
2007-02-20 08:42:34 +00:00
Matthew Flatt
92193f575a
fix generation of SCHEME2C for non-ptr types
...
svn: r5624
2007-02-16 12:13:52 +00:00
Matthew Flatt
ba698cf9a4
fix SCHEME2C macro, which may help big-endian problem
...
svn: r5623
2007-02-16 11:36:47 +00:00
Matthew Flatt
4b765cfa5a
369.8
...
svn: r5594
2007-02-14 02:41:49 +00:00
Matthew Flatt
b3e86a9650
openbsd x86_64 patches
...
svn: r4597
2006-10-14 00:58:14 +00:00
Matthew Flatt
e315bb65dc
352.7
...
svn: r4592
2006-10-13 22:03:29 +00:00
Matthew Flatt
2211493242
avoid mis-aligned pointer (relevant for 3m) in ffi-set
...
svn: r3973
2006-08-05 12:57:59 +00:00
Matthew Flatt
b49af61b7c
avoid mis-aligned pointer (relevant for 3m) in ffi-ref
...
svn: r3972
2006-08-05 12:50:34 +00:00
Eli Barzilay
1605526ba1
fixed more big-endian problems
...
svn: r3683
2006-07-11 21:44:37 +00:00
Eli Barzilay
f63abcc9de
better macrology for c_to_scheme
...
svn: r3682
2006-07-11 20:34:59 +00:00
Eli Barzilay
3e049310a3
catchup to cvs version of ctypes
...
svn: r3667
2006-07-09 22:27:22 +00:00
Matthew Flatt
0c19a5d838
Add WINAPI to EnumProcessModules decl
...
svn: r3596
2006-07-05 12:35:06 +00:00
Matthew Flatt
c71bffa4bd
avoid reading past EnumProcessModules result array
...
svn: r3583
2006-07-03 16:24:16 +00:00
Matthew Flatt
fd00f718cf
accidentally left epm_tried in test mode
...
svn: r3511
2006-06-27 22:29:37 +00:00
Eli Barzilay
d448f27c23
some comments
...
svn: r3510
2006-06-27 22:01:14 +00:00
Matthew Flatt
e21a9c093a
make #f ffi-lib work the same in Windows as in Unix
...
svn: r3509
2006-06-27 21:37:34 +00:00
Eli Barzilay
a847101855
set svn:eol-style
...
svn: r2690
2006-04-17 17:01:33 +00:00
Matthew Flatt
a07b22f1f1
bitwise ops accept 0 arguments; module and local binding expansion more consistent, because a module-level binding can have let-binding context; load/cd fixed; X non-Xft font problem fixed; added openbsd support and chage README in libffi; JIT inlines string-ref and bytes-ref
...
svn: r2689
2006-04-17 16:58:43 +00:00
Matthew Flatt
32f1ddc860
fixed sign mismatches (as reported by gcc 4)
...
svn: r2626
2006-04-06 18:50:55 +00:00
Matthew Flatt
6a751d4e92
cast ptr to long insteda of int to avoid a warning on 64-bit machines
...
svn: r2573
2006-04-01 14:40:16 +00:00
Matthew Flatt
e625c01ae3
added x86 Darwin support from PyObjC
...
svn: r2276
2006-02-18 14:21:41 +00:00
Eli Barzilay
3692afbc59
follow libffi changes
...
svn: r1833
2006-01-15 18:01:40 +00:00
Eli Barzilay
268ed5df20
* Undo big endian check in configure since it was already in mzscheme;
...
* Make foreign use special handling for big endians depending on accessing
a location directly or accessing an argument.
svn: r623
2005-08-21 07:03:28 +00:00
Eli Barzilay
7c5318c704
Removed traces of lightning
...
svn: r270
2005-06-29 19:28:16 +00:00
Eli Barzilay
7316f4b7f0
catching up with another libffi update
...
svn: r36
2005-06-01 05:11:47 +00:00
Eli Barzilay
7069c5787f
removed the live_support attribute which seems to be something too new
...
svn: r35
2005-06-01 05:02:10 +00:00
Eli Barzilay
b461e8593c
catch up with gcc files that are needed for building libffi
...
svn: r34
2005-06-01 04:35:58 +00:00
Eli Barzilay
c37ac535b1
Merged changes from libffi and libffi_msvc.
...
svn: r30
2005-05-31 22:10:51 +00:00
Eli Barzilay
a559d96009
Fixed a stupid alignment bug on big-endian machines.
...
svn: r29
2005-05-31 21:29:34 +00:00
Eli Barzilay
e41b2fb359
Added src, set properties for all DOS files.
...
svn: r4
2005-05-27 21:53:51 +00:00