summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: New tagging v9wip-new-tagging-bis-brokenMark H Weaver2019-06-1053-386/+757
* DRAFT: VM: Add a 'tag' argument to the 'static-patch!' instruction.Mark H Weaver2019-06-083-12/+25
* DRAFT: Use 'eqv?' instead of 'eq?' in intmap.scm, intset.scm, etc.Mark H Weaver2019-06-053-76/+76
* DRAFT: Scheme eval: Add source annotations to generated procedures.Mark H Weaver2019-06-036-301/+376
* fix typoMark H Weaver2019-06-011-1/+1
* Reapply atomics inliningAndy Wingo2019-05-274-49/+9
* Revert "Inline the atomic intrinsics"Andy Wingo2019-05-273-7/+39
* Revert "Fix atomics usage in handle-interrupts JIT."Andy Wingo2019-05-271-2/+10
* Merge remote-tracking branch 'lightening/master'Andy Wingo2019-05-274-0/+34
|\
| * Add breakpoint instructionAndy Wingo2019-05-274-0/+34
* | Merge remote-tracking branch 'lightening/master'Andy Wingo2019-05-271-1/+1
|\ \ | |/
| * Fix accidental change to ARMv7 ldrAndy Wingo2019-05-271-1/+1
* | Fix atomics usage in handle-interrupts JIT.Andy Wingo2019-05-271-10/+2
* | Inline the atomic intrinsicsAndy Wingo2019-05-273-39/+7
* | Use new atomic instructions from lighteningAndy Wingo2019-05-271-34/+19
* | Merge remote-tracking branch 'lightening/master'Andy Wingo2019-05-276-12/+286
|\ \ | |/
| * Add atomic operationsAndy Wingo2019-05-275-7/+283
| * Correctly handle overflow when emitting literal poolsAndy Wingo2019-05-271-5/+3
* | Switch to use atomic_compare_exchange_strongAndy Wingo2019-05-254-47/+27
* | Bump version to 2.9.2v2.9.2Andy Wingo2019-05-231-1/+1
* | Reference Lightening instead of GNU LightningAndy Wingo2019-05-231-6/+9
* | Merge until 65d98d8fd from 'stable-2.2'Andy Wingo2019-05-230-0/+0
|\ \
| * | Update iconv.m4 from gnulib.Mark H Weaver2019-05-141-11/+24
| * | Strings, i18n: Limit the use of alloca to approximately 8 kilobytes.Mark H Weaver2019-05-074-37/+107
| * | put-u8: Always write a single byte, regardless of the port encoding.Mark H Weaver2019-05-071-1/+1
| * | Optimize fixnum exact integer square roots.Mark H Weaver2019-05-071-32/+41
| * | Avoid 'with-latin1-locale' in binary I/O tests.Mark H Weaver2019-05-071-8/+7
| * | Fix indentation in scm_sum.Mark H Weaver2019-05-071-67/+68
| * | Fix typo in comment.Mark H Weaver2019-05-071-1/+1
| * | Add 'scm_c_make_char' and use it where appropriate.Mark H Weaver2019-05-079-47/+59
| * | Reimplement SCM_MAKE_CHAR to evaluate its argument only once.Mark H Weaver2019-04-171-9/+12
| * | Fix gc.test "after-gc-hook gets called" failures.Andrea Azzarone2019-04-161-0/+8
| * | Update user-visible copyright years.Mark H Weaver2019-04-163-5/+5
| * | Avoid passing NULL to 'memcpy' and 'memcmp'.Mark H Weaver2019-04-164-7/+24
| * | Remove vestigial comment in tags.h.Mark H Weaver2019-04-161-6/+1
| * | Fix typo in comment.Mark H Weaver2019-04-011-1/+1
| * | Disable test for current value of setitimer on CygwinMichael Gran2019-02-231-3/+12
| * | Make locale monetary conversion tests be less strict on terminal whitespaceMichael Gran2019-02-231-2/+2
| * | Handle newlib C library's langinfo constant namesMichael Gran2019-02-232-2/+30
| * | Add a fallback value for the locale-monetary-decimal-pointMichael Gran2019-02-231-2/+2
| * | Fix race when expanding syntax-parameterize and define-syntax-parameterAndy Wingo2019-02-222-172/+196
| * | Fix crypt-on-glibc test errorAndy Wingo2019-02-211-7/+14
| * | Fix binary output on files created by mkstemp!Mike Gran2019-02-092-6/+21
| * | Avoid leaking a file descriptor in test-unwindMike Gran2019-02-091-2/+5
| * | Fix strftime compile with null threadsMike Gran2019-02-091-2/+2
| * | Remove redefinition of when & unless in snarf-check-and-output-texiMike Gran2019-02-091-9/+1
| * | Don't mutate read-only string in ports testMike Gran2019-02-091-2/+2
| * | Do not warn the user when 'madvise' returns ENOSYS.Ludovic Courtès2018-12-161-2/+5
| * | Fix tests for SRFI-19 date->string ~NDaniel Llorens2018-12-121-6/+10
| * | Support ~N in SRFI-19 string->dateDaniel Llorens2018-12-113-0/+37