platform/upstream/guile.git
2021-03-03 Michael Grandon't presume availability of gmp.pc upstream
2021-03-03 Andy WingoFix reading #c32 vectors
2021-03-03 Andy WingoFix some srfi-105 parsing errors
2021-03-03 Andy WingoFix length of \U hex escape in new reader
2021-03-03 Andy WingoRemove read extension support from primitive-read
2021-03-03 Andy WingoMore read.c simplifications
2021-03-03 Andy Wingoprimitive-read handles only default reader options
2021-03-03 Andy WingoScheme reader fully replaces C reader
2021-03-03 Daniel LlorensFix bug in new array reader
2021-03-03 Andy WingoRead-in-scheme replaces boot "read" definition
2021-03-03 Andy WingoRelax srfi-105 source expectations
2021-03-03 Andy WingoFix unterminated #!...!# error message in Scheme reader
2021-03-03 Andy WingoFix reading neoteric exprs in Scheme reader
2021-03-03 Andy WingoFix reader extensions in Scheme reader
2021-03-03 Andy WingoInvalid charset at EOF does not cause decoding error
2021-03-03 Andy WingoRemove textual-ports include from (ice-9 read)
2021-03-02 Michael Granimprove autoconfigury for minigmp
2021-03-02 Michael GranEnable option to prefer mini-gmp over libgmp
2021-03-02 Daniel LlorensFix another typo in routine reading arrays
2021-03-02 Andy WingoFix bug reading arrays with lengths
2021-03-01 Andy WingoUpdate NEWS
2021-02-28 Andy WingoFix Scheme read without source positions
2021-02-25 Andy WingoShunt syntax-sourcev to (system syntax internal)
2021-02-25 Andy Wingoread-syntax uses vector source representation
2021-02-25 Andy WingoPsyntax uses sourcev internally
2021-02-25 Andy WingoAssembler writes vector source properties
2021-02-25 Andy WingoAdd syntax-sourcev
2021-02-25 Andy WingoOptimize run-time init and relocation procedure
2021-02-25 Andy WingoCommit updates from newest autoconf
2021-02-25 Andy WingoRead Scheme via read-syntax
2021-02-25 Andy WingoFix read-syntax on vectors and arrays
2021-02-25 Andy WingoEnsure that (syntax ()) results in ()
2021-02-24 Andy WingoFix module scoping for datum->syntax with no identifier
2021-02-24 Andy WingoRemove top-marked? optimization from psyntax
2021-02-24 Andy WingoAdd quote-syntax
2021-02-21 Andy WingoImplement read-syntax
2021-02-21 Andy WingoDocument datum->syntax extensions
2021-02-21 Andy WingoAdapt uses of make-syntax to preserve syntax
2021-02-21 Andy Wingopsyntax preserves source via syntax objects
2021-02-20 Andy WingoSyntax objects have "source" field
2021-02-17 Andy WingoUse lists instead of string ports to accumulate results
2021-02-17 Andy WingoFix read.scm bugs related to nonstandard reader options
2021-02-17 Andy WingoImprove read error reporting
2021-02-17 Andy WingoScheme read respects "positions" reader option
2021-02-17 Andy WingoMore read micro-optimizations
2021-02-17 Andy WingoMicro-optimization to delimiter?
2021-02-17 Andy WingoRe-use string output port within read
2021-02-14 Andy WingoFix (ice-9 read) for #\"
2021-02-14 Andy WingoFix (ice-9 read) for #!r6rs
2021-02-13 Andy WingoAdd "read" implementation in Scheme
2021-02-06 Ludovic Courtèsbuild: Use 'AM_GNU_GETTEXT_VERSION'.
2021-02-04 Michael Granthe mkdtemp tests don't clean up the directories created
2021-02-03 Andy WingoOptimize eof-object?
2021-02-03 Andy WingoReplace libltdl with raw dlopen, dlsym
2021-01-23 Mike Granstrptime test shouldn't presume that initial whitespace...
2021-01-23 Mike Grandon't test crypt if not present
2021-01-23 Mike Gransocket test should not throw unresolved outside of...
2021-01-23 Michael Granadd test for setsockopt
2021-01-22 Michael Grangetsockopt may return garbage for parameters < sizeof...
2021-01-21 Michael Gransocket test should not throw unresolved outside of...
2021-01-21 Michael Granavoid a ports test when fcntl is not provided
2021-01-21 Michael Granstandalone tests require libgnu on DLL-based platforms
2021-01-21 Michael Granskip version test if git-version-gen can't compute...
2021-01-21 Michael Granin null threads, don't define sigmask stub when pthread...
2021-01-21 Michael GranNeed Guile and Windows types for the declarations posix-w32
2021-01-21 Michael Granmissing includes for list.h
2021-01-21 Michael Grantest-foreign-object-c should link libgnu
2021-01-21 Michael Granfor dynamic-link tests, mingw needs to link to msvcrt
2021-01-21 Michael Granin command line encoding test don't presume extant...
2021-01-21 Michael Granskip compile test when pause not available
2021-01-21 Michael Granfor socket test, don't presume TMP is usable
2021-01-21 Michael Granencoding test tries to delete a file that is not closed
2021-01-21 Michael GranUse mkdtemp to simplify repl server test
2021-01-21 Michael GranReplace mutating mkdtemp! with non-mutating mkdtemp
2021-01-21 Andy WingoReplace stftime gnulib module with nstrftime
2021-01-20 Andy WingoUpdate environ_locale_charset gnulib patch
2021-01-20 Andy WingoUpdate Gnulib to v0.1-4379-g2ef5a9b4b
2021-01-19 Michael GranFix incorrect docstring of mkdtemp!
2021-01-19 Michael GranNew procedure mkdtemp! to create unique temporary directory
2021-01-18 Michael GranMove declaration for scm_mkstemp to filesys.h
2021-01-17 Rob BrowningFix "display" typo in make-thread and begin-thread...
2021-01-17 Rob Browningscm_i_make_transcoded_port: fix mode for input/output...
2021-01-17 Rob Browning(scheme base) member: return #f, not (), for no match
2021-01-17 Asher GordonReplace a line which was accidentally removed.
2021-01-17 Rob Browningdoc: Fix composition describing scm_reverse_list_to_string
2021-01-12 Andy WingoDocument new interfaces
2021-01-12 Andy WingoDocument call-with-port
2021-01-12 Andy WingoFinish call-with-port cleanup
2021-01-12 Andy WingoAdd call-with-input-bytevector, call-with-output-bytevector
2021-01-12 Andy WingoClose accumulating output ports after use
2021-01-07 Andy WingoBump copyright years for user-visible copyright messages
2021-01-07 Andy WingoBump version to 3.0.5 upstream/3.0.5
2021-01-07 Andy WingoUpdate NEWS
2021-01-07 Andy WingoMerge remote-tracking branch 'lightening/main'
2021-01-07 Andy WingoMerge branch 'fix-shortening' into 'master'
2021-01-07 Andy WingoFix jmp-shortening on x64 when target within instruction.
2021-01-07 Andy WingoNew warnings: -Wuse-before-definition, -Wnon-idempotent...
2020-09-10 Andy WingoFix source location bug for neoteric exprs introduced...
2020-09-10 Andy WingoMove copy-tree to (ice-9 copy-tree); deprecate main...
2020-09-05 Andy WingoUpdate NEWS
next