shithub: femtolisp

RSS feed

36ba74a2 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/30 10:49
effective_numerictype: same issue here

7c863a1c – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/30 10:46
fix truncate (does not play well with conversion to double)

32172cdf – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/30 09:44
no idea what this assert is about tbh

31cd5bdb – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/30 09:22
fix time.fromstring

860071f6 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/30 09:06
fix time.string

6d724e48 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/30 08:39
mkfile: add more deps

88a9e527 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/30 08:39
fix more warnings

39e4d953 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/30 07:50
fix more warnings

3e55de64 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/30 07:49
fix uint64 printint

54110775 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/30 07:49
fix lognot for 8 and 16-bit numbers

9bfee880 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/30 07:25
fix more floating point issues

bac0583a – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/30 05:14
compile with NDEBUG

d66b628e – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/29 17:49
disable FPZDIV

865fae41 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/29 16:28
add mkfiles

ba070d54 – Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> authored on 2020/11/29 16:04
first working version

0bf4243a – Lassi Kortela <lassi@lassi.io> authored on 2020/03/16 08:46
Use intptr_t and uintptr_t

10064962 – Lassi Kortela <lassi@lassi.io> authored on 2020/03/16 08:38
Use uint32_t instead of u_int32_t

2bc5c430 – Lars Brinkhoff <lars@nocrew.org> authored and Lassi Kortela <lassi@lassi.io> committed on 2016/10/27 04:54
Make GitHub detect lisp files as Scheme.

48ff4764 – Kamil Rytarowski <n54@gmx.com> authored and Lassi Kortela <lassi@lassi.io> committed on 2019/07/12 12:00
Add NetBSD support

956fd32a – Lassi Kortela <lassi@lassi.io> authored on 2020/02/26 06:26
Use stdint.h instead of sys/types.h

2abf82a0 – Lassi Kortela <lassi@lassi.io> authored on 2020/02/26 06:18
Update .gitignore

01890ff2 – Lassi Kortela <lassi@lassi.io> authored on 2020/02/26 06:16
Use NUM_FORMAT in all tiny interpreters

fe8b7a70 – Lassi Kortela <lassi@lassi.io> authored on 2020/02/26 06:06
Sort includes

dc90139b – Lassi Kortela <lassi@lassi.io> authored on 2020/02/26 06:00
Fix 64-bit builds of tiny interpreters

ec760107 – Jeff Bezanson <jeff.bezanson@gmail.com> authored and GitHub <noreply@github.com> committed on 2019/06/06 15:55
Merge pull request #54 from pouar/xopen

70c805fb – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2019/06/06 15:53
replace use of "TCO" in README. closes #55

d3d3c35f – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2019/06/06 15:48
fix part of #53, assertion failure on invalid dotted list

dc621773 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2019/06/06 15:42
fix part of #53, error check for invalid `set!` location

2d5cb51a – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2019/06/06 15:34
fix part of #53, assertion failure in print_traverse

8964eb4f – Pouar <pouar@pouar.net> authored on 2018/01/01 15:15
use _XOPEN_SOURCE instead of manually prototyping wcwidth, also avoids a

983c8476 – Jeff Bezanson <jeff.bezanson@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/08/21 07:23
Merge pull request #52 from jniewerth/patch-2

547876db – jniewerth <niewerth@invencom.de> authored and GitHub <noreply@github.com> committed on 2017/08/20 09:30
Fix "use-after-relocate" in stream_to_string

643c3041 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2017/08/19 10:54
add math library functions sqrt, exp, log, sin, cos, tan, asin, acos, atan

bc646bd7 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2017/08/19 10:19
don't print-circle in `princ` mode

74d4de6a – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2017/08/19 10:19
add function `char-alphabetic?`

b2d65487 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2017/08/19 10:18
fix bug in printing the character #\x0

4e5319a7 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2017/08/19 08:38
lower `BOUNDED_COMPARE_BOUND`, allowing r7rs `equal` benchmark to complete

016b839f – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2017/08/19 08:27
some printing improvements

44f7d8fd – Jeff Bezanson <jeff.bezanson@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/08/18 22:21
Merge pull request #51 from dcurrie/type-artype-overconstrained

2ee81ef4 – Jeff Bezanson <jeff.bezanson@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/08/18 14:46
Merge pull request #50 from catull/fix-warnings

0418c645 – Doug Currie <github.9.eeeeeee@spamgourmet.com> authored on 2017/08/18 09:48
Eliminated caching of overconstrained array types for cvalues

5d480a29 – Carlo Dapor <catull@gmail.com> authored on 2017/08/13 16:15
Both clang and gcc define both MACOSX and ARCH_X86_64, no need to explicitly define them in the Makfiles.

9f2575ce – Carlo Dapor <catull@gmail.com> authored on 2017/08/13 16:03
Argument to abs() is actually long, not int, thus use labs().

19cecdac – Doug Currie <github.9.eeeeeee@spamgourmet.com> authored and Jeff Bezanson <jeff.bezanson@gmail.com> committed on 2017/08/09 17:59
Fix dropped GC root in fl_vector_alloc (#48)

2afeb42f – Jeff Bezanson <jeff.bezanson@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/08/09 11:22
Merge pull request #49 from dcurrie/fl_add_any-and-fl_mul_any_should-not-inexact-

2bb1c980 – Doug Currie <github.9.eeeeeee@spamgourmet.com> authored on 2017/08/09 10:21
Fix * and + to return inexact when given inexact args.

db4982b0 – Jeff Bezanson <jeff.bezanson@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/07/13 11:43
Merge pull request #47 from jniewerth/patch-1

d49122bb – jniewerth <niewerth@invencom.de> authored and GitHub <noreply@github.com> committed on 2017/07/12 11:10
gc_handle buf earlier in fl_string to prevent segfaults

d9622794 – Jeff Bezanson <jeff.bezanson@gmail.com> authored and GitHub <noreply@github.com> committed on 2017/01/02 20:18
Merge pull request #40 from Ismael-VC/patch-1

89310f69 – Ismael Venegas Castelló <Ismael-VC@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2017/01/02 04:22
Add Gitter badge.

4087d6af – Jeff Bezanson <jeff.bezanson@gmail.com> authored and GitHub <noreply@github.com> committed on 2016/11/16 06:31
Merge pull request #37 from dcurrie/issue-#34

b36d4fbf – Doug Currie <github.9.eeeeeee@spamgourmet.com> authored on 2016/11/16 05:52
Fix parsetime to initialize timezone, issue #34.

8342f9a1 – Doug Currie <github.9.eeeeeee@spamgourmet.com> authored and Jeff Bezanson <jeff.bezanson@gmail.com> committed on 2016/11/15 12:49
fix issue #33 Negating most-negative-fixnum doesn't. (#35)

6bc3fe5f – Rick Hanson <cryptorick_gh@proinbox.com> authored and Jeff Bezanson <jeff.bezanson@gmail.com> committed on 2016/11/15 10:12
get_exename() for OpenBSD. (#17)

47b3876d – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2016/09/23 12:06
update README: `map` is now built in. fixes #26

bf5e0d22 – Jeff Bezanson <jeff.bezanson@gmail.com> authored and GitHub <noreply@github.com> committed on 2016/09/17 10:43
Merge pull request #18 from schani/master

41504aa5 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2016/09/17 10:30
fix #24, make `<=` and `>=` work on strings

68c5b122 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2016/08/09 18:58
fix #22

49ec8cf3 – Mark Probst <mark.probst@gmail.com> authored on 2015/05/06 11:36
get_exename() for OSX >= 10.9

2923137e – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2015/04/19 15:04
Merge pull request #16 from cryptorick/freebsd-first-class

74041edf – Rick Hanson <cryptorick@gmail.com> authored on 2015/04/11 11:21
Make FreeBSD a "first class citizen" among femtolisp's build OSes.

ff34b09a – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2015/02/15 12:09
fix a small bug in quasiquote

8f04eea8 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2014/05/22 14:09
fix bug in file-not-found due to incomplete init of the ios_t

27b18d04 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2014/02/26 08:11
Merge pull request #12 from tluyben/master

54c441e2 – tycho luyben <tycholuyben@tychos-MacBook-Air.local> authored on 2014/02/26 13:45
Femtolisp works now on modern macs (fix from Julia)

1e6c71f6 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/10/21 20:25
fix a use-after-free memory bug

3f28e8dc – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/08/26 12:55
fix lack of error when calling builtins with the wrong number of args

518415fe – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/06/11 14:15
remove more unused stuff

92542d0b – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/06/11 13:58
simpler proxy function for list builtin

2c454342 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/06/11 13:40
gitignore flisp.boot.bak

6041c7b4 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/06/11 13:31
remove and clean up some old files

07dfa697 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/06/10 15:13
Merge branch 'master' of github.com:JeffBezanson/femtolisp

3293630c – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/06/10 15:12
fix argument handling bug in fl_map1

0aa1359a – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/06/08 15:29
Merge branch 'master' of github.com:JeffBezanson/femtolisp

a76b29ee – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/06/08 15:29
several minor changes and additions:

63274538 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/06/03 17:15
Merge pull request #8 from jturner/master

56b46ba9 – James Turner <james@calminferno.net> authored on 2013/06/03 17:40
Allow the defining of an init file at build time

19a83584 – James Turner <james@calminferno.net> authored on 2013/06/03 17:40
Add support for OpenBSD

2c2c145f – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/05/12 19:29
Merge pull request #7 from jondistad/osx-update

3707cc21 – Jon Distad <jon.distad@gmail.com> authored on 2013/05/08 15:41
Updated carbon path and pointer size check

fe8b88cf – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/03/30 20:20
fix bug printing custom cvalue types that lack print methods

a0707331 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/03/28 20:43
add wcwidth.c for windows

2b105a52 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/03/28 20:35
change wcwidth detection

8a63b147 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/03/28 17:17
Merge pull request #6 from nroza/master

d35a5d87 – Neil <naroza@gmail.com> authored on 2013/03/19 16:04
adding /llt/*.a to .gitignore

b6623413 – Neil <naroza@gmail.com> authored on 2013/03/19 16:01
added /llt/*.o to .gitignore

7b771097 – Neil <naroza@gmail.com> authored on 2013/03/17 11:02
trying some preprocessor platform detection

ee807a2c – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2013/02/10 23:48
fix a bug in map

71a1cb6f – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2012/10/11 19:00
update tiny/lisp.c for 64-bit

2bc8ab38 – Jeff Bezanson <jeff.bezanson@gmail.com> authored on 2012/10/11 18:36
some fixes to macosx makefiles

72d1ee75 – Jeff Bezanson <bezanson@post.harvard.edu> authored on 2012/03/14 20:21
fixing large int64 comparison bug

c019b3bf – Jeff Bezanson <bezanson@post.harvard.edu> authored on 2012/02/26 18:00
portability improvements

a7c0396a – Jeff Bezanson <bezanson@post.harvard.edu> authored on 2012/02/21 07:33
setting numeric locale to "C" to make sure literals are parsed correctly

a39e4f36 – Jeff Bezanson <bezanson@post.harvard.edu> authored on 2012/02/20 12:43
removing leading/trailing underscores from preprocessor symbols

6ed61e66 – Jeff Bezanson <bezanson@post.harvard.edu> authored on 2012/02/17 18:59
moving some flisp-specific code out of library

689ec946 – Jeff Bezanson <bezanson@post.harvard.edu> authored on 2012/02/17 14:08
removing some unused stuff

bcd381bf – Jeff Bezanson <bezanson@post.harvard.edu> authored on 2012/02/17 13:36
a rename

2f9d6593 – Jeff Bezanson <bezanson@post.harvard.edu> authored on 2012/02/17 12:58
makefile updates

2b34bcfb – Jeff Bezanson <bezanson@post.harvard.edu> authored on 2012/02/17 12:53
moving stuff around some more

6afa9c99 – Jeff Bezanson <bezanson@post.harvard.edu> authored on 2012/02/17 12:42
small readme fix

Next