Commit Graph

15 Commits (2c67a5cd78e5dcffd7146e6fd0eb95f810a497e1)

Author SHA1 Message Date
Joe Groff eee483654a use radix literals 2011-11-23 19:03:40 -08:00
John Benediktsson 59fe95c9e9 sequences: define ?first and ?second. 2011-10-13 12:53:46 -07:00
John Benediktsson 0e3d598e69 specialized-arrays: performed some cleanup.
Specifically,
    •   Created >c-array to be replacement for >T-array.
    •   Created cast-array to be generic replacement for all T-array-cast words.
    •   Created c-array@ to be generic replacement for T-array@ words.
    •   Replaced usages of <T-array> with T <c-array>
    •   Replaced usages of <direct-T-array> with T <c-direct-array>
    •   Replaced usages of >T-array with T >c-array
    •   Replaced usages of T-array-cast with T cast-array
    •   Replaced usages of malloc-T-array with T malloc-array.
    •   Removed malloc-T-array.
    •   Removed T-array-cast.
    •   Removed T-array@.
    •   Removed >T-array.

I also added (but didn't change any code to use):
    •   T c-array-type, returns T-array
    •   T c-array?, returns T-array?
    •   c-array{ T ... }, returns T-array{ ... }

Bootstraps just find on Mac OS X.  Also `load-all test-all` works for me.
2011-09-26 11:37:51 -07:00
John Benediktsson ad8c66e70f Update references to "1 tail" to use "rest". 2011-05-03 20:50:23 -07:00
Doug Coleman 529b4d111e Fix using list for keys/values change 2010-05-21 12:48:06 -05:00
Doug Coleman e559f1470b Use keys/values where appropriate 2010-05-21 12:48:04 -05:00
Erik Charlebois c2f66955ee Don't run mach-o and elf tests on ppc until endian issue sorted out 2010-04-15 16:31:37 -07:00
Slava Pestov 2dd91c0b03 elf.nm: fix load error 2010-04-14 21:51:01 -07:00
Erik Charlebois 41993f9516 Macho version of nm and testcase for it. 2010-04-13 17:58:45 -07:00
Erik Charlebois d55499ae3b a.elf for elf tests 2010-04-12 21:38:01 -07:00
Erik Charlebois d44842f1c1 Test cases for ELF 2010-04-12 21:23:26 -07:00
Erik Charlebois e87ad69f55 nm for ELF files 2010-04-12 19:10:20 -07:00
Erik Charlebois b13863336c Helper words for elf 2010-04-09 23:45:21 -07:00
Erik Charlebois a029869cbc Helper words for ELF parsing 2010-04-06 12:59:46 -07:00
Erik Charlebois 453300fb46 FFI structs for manipulating ELF objects. 2010-03-27 14:21:28 -07:00