factor/basis/alien
Slava Pestov d450d12b2b classes.struct: fields with a type that's an array of pointers (eg int*[3]) now work 2010-08-15 02:44:21 -07:00
..
arrays alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
c-types alien.parser: make int[3]* parse, make int[3][4 not parse 2010-08-15 02:37:17 -07:00
complex ditch string c-types 2010-02-21 10:58:21 -08:00
data classes.struct: fields with a type that's an array of pointers (eg int*[3]) now work 2010-08-15 02:44:21 -07:00
debugger alien.debugger: fix USING: form 2010-03-17 19:35:12 +13:00
destructors Factor source files should not be executable 2009-11-21 17:50:43 -06:00
enums use word-props instead of singletons for enum>number conversion so there's not a big fat generic making the image buy another plane ticket 2010-04-21 22:22:06 -07:00
fortran Move remaining sequence operations from generalizations to sequences.generalizations where they belong 2010-05-18 18:36:47 -04:00
libraries alien.libraries, stack-checker.alien: check user inputs more carefully to ensure that invalid ABI descriptors don't slip through and break random stuff (reported by prunedtree) 2010-05-18 18:46:31 -04:00
parser alien.parser: make int[3]* parse, make int[3][4 not parse 2010-08-15 02:37:17 -07:00
prettyprint alien.prettyprint: fix unit test snafu 2010-08-11 21:52:37 -07:00
remote-control "cdecl" -> cdecl 2010-03-31 19:20:35 -07:00
syntax alien.syntax: FUNCTION: and FUNCTION-ALIAS: now define inline words 2010-07-28 03:05:14 -04:00