mit-scheme.git
2019-06-08 Chris HansonTeach reader to find and respect "coding" attribute.
2019-06-07 Chris HansonMake sure that ports use ISO 8859-1 coding.
2019-06-07 Chris HansonModify CREF to show references to inherited bindings.
2019-06-03 Chris HansonUpdate version number for release.
2019-06-03 Taylor R CampbellNeed "osentropy.h" for OS_get_entropy.
2019-06-03 Taylor R CampbellUse "config.h" to get uint8_t. No more need of <stddef...
2019-05-29 Taylor R CampbellFix bug that caused redrawing whole display on paren...
2019-05-29 Taylor R CampbellHold strong reference to message header while writing...
2019-05-29 Taylor R CampbellTighten encode-cache-namestring.
2019-05-29 Taylor R CampbellUse channel I/O directly for file->string and string...
2019-05-29 Taylor R CampbellDefault os/interprogram-paste needs to return #f or...
2019-05-29 Taylor R CampbellMake number of topmost frames with expressions shown...
2019-05-29 Taylor R CampbellUse the Edwin-private %string-append.
2019-05-29 Taylor R CampbellLet SIGALRM do its thing even if we're on the right...
2019-05-29 Taylor R CampbellUse number->string directly; skip dispatch through...
2019-05-29 Taylor R CampbellRework profiler to be more useful.
2019-05-29 Taylor R CampbellCan't see why I chose to discard recent samples a decad...
2019-05-29 Taylor R CampbellDust off stack sampler.
2019-05-29 Taylor R CampbellBlock interrupts, _then_ lock.
2019-05-29 Taylor R CampbellFix check for arity of hash: must be binary, not unary.
2019-05-29 Taylor R CampbellProcess pending thread events when unblocking them.
2019-05-29 Taylor R CampbellIntegrate some subroutines that turn up hot in profiles.
2019-05-28 Taylor R CampbellSet port coding to ISO-8859-1 for IMAP.
2019-05-17 Matt BirkholzFix enumerate-graphics-types per documentation.
2019-05-09 Chris HansonTreat strings returned from primitives as UTF-8 coded.
2019-05-09 Chris HansonOn macOS, support building without Xcode installed.
2019-04-29 Matt Birkholzx-graphics-draw-arc: Add missing parameters.
2019-04-20 Taylor R CampbellCheck for fenv.h and ieeefp.h functions only if the...
2019-04-20 Taylor R CampbellFix prototypes for x87_read/write_environment.
2019-04-20 Taylor R CampbellNew primitive (get-entropy bv) randomly fills a 32...
2019-04-20 Taylor R CampbellTeach cref and sf about separate source and object...
2019-04-20 Taylor R CampbellTeach cross-SF/CREF to dump/load in .nib, .txe, .dkp.
2019-03-16 Chris HansonUpdate version numbers for release.
2019-03-16 Chris HansonFix bug in printing of string slices.
2019-03-16 Chris HansonRemove cleverness for SIGTERM and SIGHUP.
2019-03-16 Chris HansonEliminate potentially-problematic use of delay for...
2019-03-16 Chris HansonPut char-set microcode table back in data structure...
2019-01-26 Chris HansonUpdate version numbers for release.
2019-01-26 Chris HansonChange param:reader-fold-case? to be settable.
2019-01-26 Matt Birkholzx11: Fix declaration of x_graphics_set_clip_rectangle.
2019-01-26 Matt Birkholzx11 version 1.3
2019-01-26 Matt Birkholzx11: Punt import-x11.
2019-01-26 Matt Birkholzruntime.pkg: Trim old, unnecessary package exports.
2019-01-26 Matt Birkholzx11: Link to deprecated (runtime x-graphics) bindings...
2019-01-26 Matt Birkholzx11: Rename device type to "x".
2019-01-26 Chris HansonDon't return open block at top level when syntaxing...
2019-01-26 Matt Birkholzx11: Fix x-graphics-vdc-extent and x-graphics-set-clip...
2019-01-06 Chris HansonAllow alist->bundle to accept #F as predicate.
2019-01-06 Chris HansonFix problem with using bundle? as a bundle predicate.
2019-01-06 Chris HansonNew printer parameter param:print-hash-number-in-objects?.
2019-01-06 Chris HansonTweak equality-predicate-property to accept a default...
2019-01-06 Chris HansonDon't use general predicate relations for record predic...
2019-01-06 Taylor R CampbellUse runtime's string ports.
2019-01-06 Taylor R CampbellImplement position for string input ports.
2019-01-06 Taylor R CampbellExport binary-port-length too.
2019-01-06 Taylor R CampbellFix binary-port-position for output ports.
2019-01-06 Taylor R CampbellExport binary-port-position and set-binary-port-position!.
2019-01-06 Chris HansonFix problem with crashing in Emacs interface.
2019-01-06 Taylor R CampbellIntegrate string operations for order of magnitude...
2019-01-06 Taylor R Campbellucd-slc-value &c. return chars, not fixnums.
2019-01-06 Chris HansonDon't use upper-case symbols in loader.
2019-01-06 Chris HansonUpdate version to 10.1.4.
2019-01-06 Chris HansonDo the annual copyright update.
2018-11-23 Chris HansonExplicitly prevent native releases from assuming a...
2018-11-23 Chris HansonRevise unix installation notes to be more specific.
2018-11-20 Taylor R CampbellMake flo:integer? answer true only for finite inputs.
2018-11-20 Chris HansonPass IS_NATIVE_RELEASE to microcode during configuration.
2018-11-20 Chris HansonFix create-makefiles.sh to use arch consistently.
2018-11-20 Chris HansonChange configure.ac to gobble up arch from ".native...
2018-11-20 Chris HansonChange .native-release-marker to contain arch.
2018-11-17 Chris HansonUpdate version to 10.1.3.
2018-11-17 Matt Birkholzmcrypt/configure.ac: typo
2018-11-17 Matt Birkholzffi/build: typo, free variable
2018-11-01 Chris HansonMake macos dmg file read only.
2018-11-01 Chris HansonFix problem with building and installing x11 plugin...
2018-10-30 Chris HansonDon't assume that it's possible to run MIT_SCHEME_EXE...
2018-10-30 Chris HansonBump revision to 10.1.1 to fix stupid bug.
2018-10-28 Chris HansonReduce default heap size for 32-bit systems.
2018-10-28 Chris HansonFix typo in previous change.
2018-10-28 Taylor R CampbellEliminate flo:epsilon.
2018-10-28 Taylor R CampbellTidy up error analysis of logit and logistic.
2018-10-28 Chris HansonMerge branch 'release-10'
2018-10-28 Chris HansonNo need to separately configure plugins.
2018-10-28 Chris HansonChange "module" to "plugin".
2018-10-28 Chris HansonEliminate compiler warning.
2018-10-27 Chris HansonUse create-dmg script to automate building of macOS...
2018-10-27 Chris HansonFix a couple of compiler warnings from 32-bit system.
2018-10-27 Chris HansonMerge branch 'release-10' of git.sv.gnu.org:/srv/git...
2018-10-27 Chris HansonFix thinko.
2018-10-27 Chris HansonEliminate unavailable (and unused) load option.
2018-10-27 Taylor R CampbellForgot to define this. Ummm, I guess cref accidentally...
2018-10-27 Taylor R CampbellExpose flo:radix = 2 too, just for good measure, and...
2018-10-27 Taylor R CampbellExport primitive flonum-denormalize as flo:ldexp and...
2018-10-27 Taylor R CampbellDisable errno checking in libm functions.
2018-10-27 Taylor R Campbelllog1pexp(x) is never exactly x even if that's the best...
2018-10-27 Taylor R CampbellTabify.
2018-10-27 Taylor R CampbellUse named constants rather than magic numbers.
2018-10-27 Taylor R CampbellDefine and export some more floating-point parameters.
2018-10-27 Chris HansonFix typo.
2018-10-27 Chris HansonUpdate make-doc-files to work with plugins.
next