femtolisp/llt
Rick Hanson 74041edf56 Make FreeBSD a "first class citizen" among femtolisp's build OSes.
It looks like FreeBSD should do what OpenBSD does in femtolisp's code.
The biggest change here (I think) is that of determining the correct
value of CC in the Makefile(s).  As of version 10, FreeBSD's base
compiler is clang; so there is now some logic in the Makefile(s) to
determine if the build is occurring on a FreeBSD system >= 10.0.  If
so, then the value of CC will be "clang"; otherwise, it will be "gcc",
as before.
2015-04-11 15:21:02 -04:00
..
Makefile Make FreeBSD a "first class citizen" among femtolisp's build OSes. 2015-04-11 15:21:02 -04:00
Makefile.macosx remove more unused stuff 2013-06-11 18:15:48 -04:00
UTF8.txt adding new UTF8 example text 2008-09-03 18:39:27 +00:00
bitvector-ops.c clarifying which values are unspecified, and making the unspecified value 2010-01-06 18:27:28 +00:00
bitvector.c getting rid of label 2010-12-23 06:49:37 +00:00
bitvector.h misc. updates, mostly about portability and warnings 2010-08-04 19:03:19 +00:00
dirpath.c Make FreeBSD a "first class citizen" among femtolisp's build OSes. 2015-04-11 15:21:02 -04:00
dirpath.h added globals *install-dir* and *print-width*, parameterized 2008-09-11 02:37:38 +00:00
dtypes.h Make FreeBSD a "first class citizen" among femtolisp's build OSes. 2015-04-11 15:21:02 -04:00
dump.c misc. updates, mostly about portability and warnings 2010-08-04 19:03:19 +00:00
hashing.c misc. updates, mostly about portability and warnings 2010-08-04 19:03:19 +00:00
hashing.h porting over some minor changes to LLT 2010-05-02 18:28:53 +00:00
htable.c some LLT cleanup: 2010-02-25 04:37:33 +00:00
htable.h allowing multiple expressions in lambda 2009-05-29 04:38:50 +00:00
htable.inc fix a use-after-free memory bug 2013-10-22 00:25:25 -04:00
htableh.inc making all builtins print readably; (builtin 'sym) function 2008-12-21 05:55:00 +00:00
ieee754.h misc. updates, mostly about portability and warnings 2010-08-04 19:03:19 +00:00
int2str.c adding \e character escape 2010-08-28 05:07:02 +00:00
ios.c fix bug in file-not-found due to incomplete init of the ios_t 2014-05-22 18:09:49 -04:00
ios.h some fixes to ios 2012-01-17 04:31:08 +00:00
llt.h some LLT cleanup: 2010-02-25 04:37:33 +00:00
lltinit.c misc. updates, mostly about portability and warnings 2010-08-04 19:03:19 +00:00
lookup3.c import of llt library source 2008-07-01 01:53:51 +00:00
mt19937ar.c adding \e character escape 2010-08-28 05:07:02 +00:00
ptrhash.c misc. updates, mostly about portability and warnings 2010-08-04 19:03:19 +00:00
ptrhash.h support reading hex float literals 2008-11-23 07:12:37 +00:00
random.c misc. updates, mostly about portability and warnings 2010-08-04 19:03:19 +00:00
random.h misc. updates, mostly about portability and warnings 2010-08-04 19:03:19 +00:00
socket.c improved implementation of backquote 2011-04-11 03:24:30 +00:00
socket.h improved implementation of backquote 2011-04-11 03:24:30 +00:00
timefuncs.c Make FreeBSD a "first class citizen" among femtolisp's build OSes. 2015-04-11 15:21:02 -04:00
timefuncs.h porting over some minor changes to LLT 2010-05-02 18:28:53 +00:00
utf8.c Add support for OpenBSD 2013-06-03 21:40:14 -04:00
utf8.h add wcwidth.c for windows 2013-03-29 00:43:52 -04:00
utils.h trying some preprocessor platform detection 2013-03-17 15:02:33 -04:00
wcwidth.c add wcwidth.c for windows 2013-03-29 00:43:52 -04:00