Age | Commit message (Collapse) | Author |
|
|
|
|
|
Changelog
=========
Merge pull request #52 from jniewerth/patch-2 (983c847)
Fix "use-after-relocate" in stream_to_string (547876d)
|
|
Changelog
=========
add math library functions sqrt, exp, log, sin, cos, tan, asin, acos, atan (643c304)
|
|
Changelog
=========
don't print-circle in `princ` mode (bc646bd)
add function `char-alphabetic?` (74d4de6)
fix bug in printing the character #\x0 (b2d6548)
lower `BOUNDED_COMPARE_BOUND`, allowing r7rs `equal` benchmark to complete (4e5319a)
some printing improvements (016b839)
|
|
Changelog
=========
Merge pull request #51 from dcurrie/type-artype-overconstrained (44f7d8f)
Merge pull request #50 from catull/fix-warnings (2ee81ef)
Eliminated caching of overconstrained array types for cvalues (0418c64)
Both clang and gcc define both MACOSX and ARCH_X86_64, no need to explicitly define them in the Makfiles. (5d480a2)
Argument to abs() is actually long, not int, thus use labs(). (9f2575c)
|
|
Changelog
=========
Fix dropped GC root in fl_vector_alloc (#48) (19cecda)
Merge pull request #49 from dcurrie/fl_add_any-and-fl_mul_any_should-not-inexact- (2afeb42)
Fix * and + to return inexact when given inexact args. (2bb1c98)
|
|
Changelog
=========
Merge pull request #47 from jniewerth/patch-1 (db4982b)
gc_handle buf earlier in fl_string to prevent segfaults (d49122b)
|
|
Changelog
=========
Merge pull request #40 from Ismael-VC/patch-1 (d962279)
Add Gitter badge. (89310f6)
|
|
|
|
Changelog
=========
update README: `map` is now built in. fixes #26 (47b3876)
|
|
Changelog
=========
Merge pull request #18 from schani/master (bf5e0d2)
fix #24, make `<=` and `>=` work on strings (41504aa)
get_exename() for OSX >= 10.9 (49ec8cf)
|
|
|
|
|
|
|