• Home
  • Raw
  • Download

Lines Matching refs:Added

77 	* README: Boosted rev to 1.14. Added notes.
89 * missing: Added file required by new automake.
93 * acconfig.h: Added USING_PURIFY flag. This is defined when
96 * configure.in (allsources): Added --enable-purify-safety switch.
106 * README: Boosted rev to 1.12. Added notes.
115 * README: Boosted rev to 1.11. Added notes about GNU make.
125 * README: Boosted rev to 1.09. Added more notes on building
128 * configure.in: Added --enable-debug switch. Boosted rev to
137 * README: Added n32 bug fix notes.
139 * Makefile.am: Added "make lint" production.
144 * README: Added web page reference.
153 * README: Added sparc notes.
163 * README: Added struct notes.
165 * Makefile.am (EXTRA_DIST): Added LICENSE to distribution.
178 * README (NOTE): Added n32 notes.
180 * Makefile.am: Added test production.
190 * configure.in: Added nasty bit to support SGI tools.
193 * README: Added SGI notes. Added note about automake bug.
212 Added EXTRADIST code for "make dist".
253 * ffi.h.in: Added ffi_type_void definition.
261 Added #include <stddef.h> for size_t definition.
270 * ffi_common.h: Added bool definition.
273 Added funny /*@...@*/ comments to annotate source.
286 * ffi_mips.h: Added FFI_TYPE_STRUCT_* definitions for
291 * ffi.h.in: Added SIZEOF_ARG definition for X86
295 * ffi.h.in (FFI_FN): Added macro for eliminating compiler warnings.
298 * ffi_mips.h (SIZEOF_ARG): Added magic to fix type promotion bug.
300 * Makefile.am (EXTRA_DIST): Added ffi_mips.h to EXTRA_DIST.
310 * ffi.h.in: Added FFI_DEFAULT_ABI definitions. Also added
315 * ffi.h.in: Added FFI_ABI member to ffi_cif and changed
317 Added #define @TARGET@. Now programs including ffi.h don't
324 * Makefile.am (EXTRA_DIST): Added EXTRA_DIST for "make dist"
333 * ffi_common.h: Added rcsid comment
345 * Makefile.am: Added arm files.
370 * ffitest.c: Added more notes about GCC bugs under Irix 6.
384 * prep_cif.c (ffi_prep_cif): Added long double support for sparc.
440 * ffitest.c (main): Added hack to get structure tests working
461 * types.c: Added ffi_type_void declaration.
471 (ffitest): Added missing -c for $(COMPILE) (change in automake).
476 * Makefile.am: Added "make lint" production.
480 Clean up based on LCLint output. Added funny /*@...@*/ comments to
498 * prep_cif.c (ffi_prep_cif): Added special case for sparc
503 * ffitest.c (main): Added structure passing/returning tests.
511 * types.c: Added special definitions for x86 (double doesn't
514 * ffitest.c: Added many tests
522 * Makefile.am: Added test production.
529 * prep_cif.c: Added missing stdlib.h include.
536 * Makefile.am: Added a rule for .s -> .o
550 * Makefile.am (EXTRA_DIST): Added support code for "make dist".
557 * Makefile.am: Added debug.o and prep_cif.o to OBJ.
560 * Makefile.am (INCLUDES): Added missing -I../include
595 Added funny /*@...@*/ comments to annotate source.
599 * ffi.c (ffi_call): Added assertion for bad ABIs.
672 * objects.mak: Added n32.o.
676 * ffi.c (ffi_prep_args): Added magic to support proper
720 * ffi.c (ffi_prep_args): Added long double support.