Commit Graph

207 Commits

Author SHA1 Message Date
Kent Dybvig
6765641be0 - The scheme.h definition of Sfixnum(x) now uses multiply rather than
left shift to avoid counting on the behavior of << on negative numbers,
  which is undefined in C.
    mkheader.ss
- Fixed a couple of casts, one harmless and the other causing
  Sinteger64_value to return 0 for the most-negative I64 on 32-bit
  builds.
    number.c
- The configure-generated Makefile distclean target no longer removes
  zlib and nanopass, since they are logically part of the git clone.
  It does run make distclean in zlib.
    makefiles/Makefile.in

original commit: 42e6fed96d69fa17cfcd9cdcec101aaa36ba4512
2016-04-26 17:16:02 -04:00
dyb
f7366215d8 updated configure to initialize submodules if not cloned recursively
original commit: b437b6ae6c59d1102bd2037ef10379e3a716b53d
2016-04-26 10:43:19 -04:00
dyb
23f325fc72 changing zlib and nanopass to be pulled as submodules.
original commit: e498a92767ad39248293635165d8cca20bb938a1
2016-04-26 10:36:57 -04:00
dyb
83da0e273f making zlib and nanopass submodules, so removing from .gitignore
original commit: 2acbfee3429459cebb622688d9f13f02da6d03f4
2016-04-26 10:30:19 -04:00
Bob Burger
5b80886c7c added .gitignore
original commit: cae9eca38cc92f7ec0069c672d2ace0702fd3b49
2016-04-26 10:24:36 -04:00
dyb
1356af91b3 initial upload of open-source release
original commit: 47a210c15c63ba9677852269447bd2f2598b51fe
2016-04-26 10:04:54 -04:00
Cullen Jennings
81ede74af8 Initial commit
original commit: a0b7c3cc21d4a773492fef887c9bcad2f80d17cd
2016-04-14 13:10:25 -06:00