summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2018-07-22builds againhaawda
2018-07-16stick to a specific commithaawda
2018-06-23add patch for missing __scm.hhaawda
2017-12-06Updated version (3.0.0.212.g64acf24b4 -> 3.0.0.220.gda7144d93).AUR Update Bot
2017-12-02Updated version (3.0.0.206.g67901cde7 -> 3.0.0.212.g64acf24b4).AUR Update Bot
2017-11-30Updated version (3.0.0.164.g16ed2aee8 -> 3.0.0.206.g67901cde7).AUR Update Bot
2017-11-29Updated version (3.0.0.159.g7d71d9b94 -> 3.0.0.164.g16ed2aee8).AUR Update Bot
2017-11-24Updated version (3.0.0.129.g0951551fb -> 3.0.0.159.g7d71d9b94).haawda
2017-11-16Updated version (3.0.0.126.g7e79a3291 -> 3.0.0.129.g0951551fb).haawda
2017-11-14Updated version (3.0.0.122.g83a03a324 -> 3.0.0.126.g7e79a3291).haawda
2017-11-12Updated version (3.0.0.110.gf96a67033 -> 3.0.0.122.g83a03a324).haawda
2017-11-05Updated version (3.0.0.94.g2d8c75f9f -> 3.0.0.110.gf96a67033).haawda
2017-10-31Updated version (3.0.0.93.g4267a8b6d -> 3.0.0.94.g2d8c75f9f).haawda
2017-10-31Updated version (3.0.0.85.gd1c69b5c9 -> 3.0.0.93.g4267a8b6d).haawda
2017-10-29Updated version (3.0.0.74.g9d1235af9 -> 3.0.0.85.gd1c69b5c9).haawda
2017-10-29add a patch for consistent version numberinghaawda
2017-09-27Updated version (2.2.2.50.g921198152 -> 2.2.2.56.g214e887db).haawda
Changelog ========= Struct vtables store bitmask of unboxed fields (214e887db) Add new vtable reserved unboxed field (f32500acc) Fix GOOPS class redefinition type error. (c3a811284) Remove unboxed case from vm struct accessors (760662f7f) Merge 'stable-2.2' (84259f54e) Add struct-ref/unboxed, struct-set!/unboxed (a74d4ee4f) Inline struct-ref etc definitions in the VM. (921198152) Replace "pr" struct fields with "pw" fields (5870188eb) Fix bootstrap slot permissions for <class> (0f14a9e59) Remove opaque slots (b7d88bfe6) Merge 'stable-2.2' (6e477b145) GOOPS slot access protected via slot accessors, not struct perms (f23415589) Merge 'stable-2.2' (e26652b7e) Deprecate opaque struct fields (b0ecf83ef) Remove <int-slot>, <float-slot>, <double-slot> (28d5e81c1) Merge from stable-2.2 (b036422d1) Remove needless static variables from goops.c (84aa050f9) Remove SCM_UNBOUND (7f61d5f17) Remove support for tail arrays and self slots (d354962b6) Merge stable-2.2 into master (2f9ad7d9b) Fix up make-struct-layout and make-struct/no-tail docstrings (c7c7588f2) Deprecate struct "self" slots (04f48e94b) Remove unused code in struct.c (9ac0544ef) Deprecate make-struct (fe4a34d20) Remove references to tail arrays in the documentation (53d4df80c) Use make-struct/no-tail instead of make-struct (dd11b8216) psyntax generates calls to make-struct/no-tail (da9da0eca) Document class redefinition change (ed549da23) Remove "redefined" class slot (78d587c5e) remove self field of vtables (ee5994a51) Remove indirection in structs (7e91ff651) Implement class redefinition on top of fixed structs (489895990) Change name of "static" flag indicating static slot allocation (5c8bb1363) GOOPS instance migration implemented in Scheme (95f66b197) put-bytevector, unget-bytevector: Allow start == bytevector length. (ac0d3dcc5) Correctly relativize file names in the presence of common prefixes. (155ddcdc3) doc: Document 'short' and 'unsigned-short' foreign types. (d3fcefc3d) Merge remote-tracking branch 'origin/stable-2.2' (cfe2279fe) Update guile.m4 to check for 2.2 by default (9846178c6) guile.m4 fix for 3.0 prereleases (96bb1b50e) guile.m4 fix for 3.0 prereleases (5b5acba03) Update uri? documentation. (67b35bba6) Remove support for legacy syntax objects. (1f560bc4b) Update effective version to 3.0 (b2c0e01bb) Remove all deprecated code (c248ea10b) Minor updates of README. (8f4597d1d) Remove legacy NEWS.guile-vm. (9210506c4) Minor updates to HACKING. (d4aa91490) Remove outdated ANNOUNCE. (a05e710b4) Remove outdated README.guile-vm. (f7b70c143) web: add support for URI-reference (7095a536f) readline: Avoid interpreting control characters in pastes. (96c9af4ab) On Hurd, skip tests that require working setrlimits for memory (7ac3d17ce) Fix reading of HTTPS responses that are smaller than port buffer (0c102b56e) Correct note about Gregorian reform in SRFI-19 (fc84f4f13) SRFI-19: Swap seconds and nanoseconds in 'current-time-monotonic'. (886ac3e2a)
2017-09-23Updated version (2.2.2.39.g7f61d5f17 -> 2.2.2.50.g921198152).haawda
Changelog ========= Inline struct-ref etc definitions in the VM. (921198152) Replace "pr" struct fields with "pw" fields (5870188eb) Fix bootstrap slot permissions for <class> (0f14a9e59) Remove opaque slots (b7d88bfe6) Merge 'stable-2.2' (6e477b145) GOOPS slot access protected via slot accessors, not struct perms (f23415589) Merge 'stable-2.2' (e26652b7e) Deprecate opaque struct fields (b0ecf83ef) Remove <int-slot>, <float-slot>, <double-slot> (28d5e81c1) Merge from stable-2.2 (b036422d1) Remove needless static variables from goops.c (84aa050f9) Remove SCM_UNBOUND (7f61d5f17) Remove support for tail arrays and self slots (d354962b6) Merge stable-2.2 into master (2f9ad7d9b) Fix up make-struct-layout and make-struct/no-tail docstrings (c7c7588f2) Deprecate struct "self" slots (04f48e94b) Remove unused code in struct.c (9ac0544ef) Deprecate make-struct (fe4a34d20) Remove references to tail arrays in the documentation (53d4df80c) Use make-struct/no-tail instead of make-struct (dd11b8216) psyntax generates calls to make-struct/no-tail (da9da0eca) Document class redefinition change (ed549da23) Remove "redefined" class slot (78d587c5e) remove self field of vtables (ee5994a51) Remove indirection in structs (7e91ff651) Implement class redefinition on top of fixed structs (489895990) Change name of "static" flag indicating static slot allocation (5c8bb1363) GOOPS instance migration implemented in Scheme (95f66b197) put-bytevector, unget-bytevector: Allow start == bytevector length. (ac0d3dcc5) Correctly relativize file names in the presence of common prefixes. (155ddcdc3) doc: Document 'short' and 'unsigned-short' foreign types. (d3fcefc3d) Merge remote-tracking branch 'origin/stable-2.2' (cfe2279fe) Update guile.m4 to check for 2.2 by default (9846178c6) guile.m4 fix for 3.0 prereleases (96bb1b50e) guile.m4 fix for 3.0 prereleases (5b5acba03) Update uri? documentation. (67b35bba6) Remove support for legacy syntax objects. (1f560bc4b) Update effective version to 3.0 (b2c0e01bb) Remove all deprecated code (c248ea10b) Minor updates of README. (8f4597d1d) Remove legacy NEWS.guile-vm. (9210506c4) Minor updates to HACKING. (d4aa91490) Remove outdated ANNOUNCE. (a05e710b4) Remove outdated README.guile-vm. (f7b70c143) web: add support for URI-reference (7095a536f) readline: Avoid interpreting control characters in pastes. (96c9af4ab) On Hurd, skip tests that require working setrlimits for memory (7ac3d17ce) Fix reading of HTTPS responses that are smaller than port buffer (0c102b56e) Correct note about Gregorian reform in SRFI-19 (fc84f4f13) SRFI-19: Swap seconds and nanoseconds in 'current-time-monotonic'. (886ac3e2a)
2017-09-23Updated version (2.2.2.26.ged549da23 -> 2.2.2.39.g7f61d5f17).haawda
Changelog ========= Remove SCM_UNBOUND (7f61d5f17) Remove support for tail arrays and self slots (d354962b6) Merge stable-2.2 into master (2f9ad7d9b) Fix up make-struct-layout and make-struct/no-tail docstrings (c7c7588f2) Deprecate struct "self" slots (04f48e94b) Remove unused code in struct.c (9ac0544ef) Deprecate make-struct (fe4a34d20) Remove references to tail arrays in the documentation (53d4df80c) Use make-struct/no-tail instead of make-struct (dd11b8216) psyntax generates calls to make-struct/no-tail (da9da0eca) Document class redefinition change (ed549da23) Remove "redefined" class slot (78d587c5e) remove self field of vtables (ee5994a51) Remove indirection in structs (7e91ff651) Implement class redefinition on top of fixed structs (489895990) Change name of "static" flag indicating static slot allocation (5c8bb1363) GOOPS instance migration implemented in Scheme (95f66b197) put-bytevector, unget-bytevector: Allow start == bytevector length. (ac0d3dcc5) Correctly relativize file names in the presence of common prefixes. (155ddcdc3) doc: Document 'short' and 'unsigned-short' foreign types. (d3fcefc3d) Merge remote-tracking branch 'origin/stable-2.2' (cfe2279fe) Update guile.m4 to check for 2.2 by default (9846178c6) guile.m4 fix for 3.0 prereleases (96bb1b50e) guile.m4 fix for 3.0 prereleases (5b5acba03) Update uri? documentation. (67b35bba6) Remove support for legacy syntax objects. (1f560bc4b) Update effective version to 3.0 (b2c0e01bb) Remove all deprecated code (c248ea10b) Minor updates of README. (8f4597d1d) Remove legacy NEWS.guile-vm. (9210506c4) Minor updates to HACKING. (d4aa91490) Remove outdated ANNOUNCE. (a05e710b4) Remove outdated README.guile-vm. (f7b70c143) web: add support for URI-reference (7095a536f) readline: Avoid interpreting control characters in pastes. (96c9af4ab) On Hurd, skip tests that require working setrlimits for memory (7ac3d17ce) Fix reading of HTTPS responses that are smaller than port buffer (0c102b56e) Correct note about Gregorian reform in SRFI-19 (fc84f4f13) SRFI-19: Swap seconds and nanoseconds in 'current-time-monotonic'. (886ac3e2a)
2017-09-15Updated version (2.2.2.19.gcfe2279fe -> 2.2.2.26.ged549da23).haawda
Changelog ========= Document class redefinition change (ed549da23) Remove "redefined" class slot (78d587c5e) remove self field of vtables (ee5994a51) Remove indirection in structs (7e91ff651) Implement class redefinition on top of fixed structs (489895990) Change name of "static" flag indicating static slot allocation (5c8bb1363) GOOPS instance migration implemented in Scheme (95f66b197) Merge remote-tracking branch 'origin/stable-2.2' (cfe2279fe) Update guile.m4 to check for 2.2 by default (9846178c6) guile.m4 fix for 3.0 prereleases (96bb1b50e) guile.m4 fix for 3.0 prereleases (5b5acba03) Update uri? documentation. (67b35bba6) Remove support for legacy syntax objects. (1f560bc4b) Update effective version to 3.0 (b2c0e01bb) Remove all deprecated code (c248ea10b) Minor updates of README. (8f4597d1d) Remove legacy NEWS.guile-vm. (9210506c4) Minor updates to HACKING. (d4aa91490) Remove outdated ANNOUNCE. (a05e710b4) Remove outdated README.guile-vm. (f7b70c143) web: add support for URI-reference (7095a536f) readline: Avoid interpreting control characters in pastes. (96c9af4ab) On Hurd, skip tests that require working setrlimits for memory (7ac3d17ce) Fix reading of HTTPS responses that are smaller than port buffer (0c102b56e) Correct note about Gregorian reform in SRFI-19 (fc84f4f13) SRFI-19: Swap seconds and nanoseconds in 'current-time-monotonic'. (886ac3e2a)
2017-08-23add aarch64 architecturehaawda
2017-06-01Updated version (2.2.2.15.g67b35bba6 -> 2.2.2.19.gcfe2279fe).haawda
2017-05-24Updatehaawda
2017-05-17Updated version (2.2.2.3.g0c102b56e -> 2.2.2.4.g7ac3d17ce).haawda
2017-04-29patch the version to make parallel installations with guile 2.2 possiblehaawda
2017-04-25make parallel install with guile possiblehaawda
2017-04-22more generic rm-commandhaawda
2017-04-20re-add the rm line with correct sonanme bumphaawda
2017-04-20updatehaawda
2017-04-20do not rm libguile-2.2.so.1.0.0-gdb.scmhaawda
2017-04-19Updated version (2.2.0.18.gd7778b3d6 -> 2.2.0.23.ge0502f3c7).haawda
2017-04-17updatehaawda
2017-04-15Updated version (2.2.0.17.g685ca33e2 -> 2.2.0.18.gd7778b3d6).haawda
2017-04-04Updated version (2.2.0.16.g39339c9fb -> 2.2.0.17.g685ca33e2).haawda
2017-04-04Updated version (2.2.0.15.gcee0e3f96 -> 2.2.0.16.g39339c9fb).haawda
2017-04-01Updated version (2.2.0.14.gce934bcd4 -> 2.2.0.15.gcee0e3f96).haawda
Changelog ========= fix repl server test to allow for ECONNABORTED (cee0e3f96) Add allow-legacy-syntax-objects? parameter (ce934bcd4) Psyntax generates new syntax objects (a42bfae65) Beginnings of psyntax switch to new syntax objects (eb84c2f2d) Add disjoint syntax object type (64c5cc58f) Plumbing changes to rename "syntax-module" (6ba3f35f2) Git ignore .exe files (bcfc3f2e0) i18n: add international sign positions to %locale-dump (5d2aa5f1a) i18n: locale-positive-separated-by-space? should return bool, not string (dc9d1474a) i18n: add debugging helper procedure for locales (c81868425) i18n: add tests for locale-digit-grouping (726804874) i18n: add tests for locale AM/PM (7c7cc1181) i18n: rename locale-monetary-digit-grouping to locale-monetary-grouping (7e218d35a) web: Avoid deprecated '_IOFBF'. (aa86fcb7d) web: Remove export of nonexistent 'open-connection-for-uri'. (011669af3)
2017-03-29Updated version (2.2.0.9.gbcfc3f2e0 -> 2.2.0.14.gce934bcd4).haawda
Changelog ========= Add allow-legacy-syntax-objects? parameter (ce934bcd4) Psyntax generates new syntax objects (a42bfae65) Beginnings of psyntax switch to new syntax objects (eb84c2f2d) Add disjoint syntax object type (64c5cc58f) Plumbing changes to rename "syntax-module" (6ba3f35f2) Git ignore .exe files (bcfc3f2e0) i18n: add international sign positions to %locale-dump (5d2aa5f1a) i18n: locale-positive-separated-by-space? should return bool, not string (dc9d1474a) i18n: add debugging helper procedure for locales (c81868425) i18n: add tests for locale-digit-grouping (726804874) i18n: add tests for locale AM/PM (7c7cc1181) i18n: rename locale-monetary-digit-grouping to locale-monetary-grouping (7e218d35a) web: Avoid deprecated '_IOFBF'. (aa86fcb7d) web: Remove export of nonexistent 'open-connection-for-uri'. (011669af3)
2017-03-24Updated version (2.2.0.8.g5d2aa5f1a -> 2.2.0.9.gbcfc3f2e0).haawda
Changelog ========= Git ignore .exe files (bcfc3f2e0) i18n: add international sign positions to %locale-dump (5d2aa5f1a) i18n: locale-positive-separated-by-space? should return bool, not string (dc9d1474a) i18n: add debugging helper procedure for locales (c81868425) i18n: add tests for locale-digit-grouping (726804874) i18n: add tests for locale AM/PM (7c7cc1181) i18n: rename locale-monetary-digit-grouping to locale-monetary-grouping (7e218d35a) web: Avoid deprecated '_IOFBF'. (aa86fcb7d) web: Remove export of nonexistent 'open-connection-for-uri'. (011669af3)
2017-03-23upstream updatehaawda
2017-03-18Updated version (2.2.0 -> 2.2.0.2.gaa86fcb7d).haawda
Changelog ========= web: Avoid deprecated '_IOFBF'. (aa86fcb7d) web: Remove export of nonexistent 'open-connection-for-uri'. (011669af3)
2017-03-17upstream releasehaawda
2017-03-16fix package functionhaawda
2017-03-15upstream updatehaawda
2017-03-11Updated version (2.1.7.85.gc525aa6d9 -> 2.1.8).Stefan Husmann
Changelog =========
2017-03-09Updated version (2.1.7.76.g8157c2a3a -> 2.1.7.85.gc525aa6d9).Stefan Husmann
Changelog ========= VM support for string-set!; slimmer read-string (c525aa6d9) Micro-optimize update-port-position. (f71c2c126) Fix bug in comparison between real and complex (7de77bf7d) Remove contification restriction in case-lambda (7cdfaaada) All clauses of function have same nlocals (6d9335ad4) Adapt gcprof to preemptive interrupts (f7909b951) Adapt statprof to new preemptive interrupts (e7d341407) statprof: 'with-statprof' honors #:display-style. (bfa388359) 64KB segment alignment (c62f0b025) Fix new thread-local fluids test (8157c2a3a) Fix documentation build (1e51ffa63) Add thread local fluids (fb8c91a35) psyntax: Generate identifiers in a deterministic fashion. (84a740d86) Check for working profiling and virtual itimers (70cfabd7e) Can't recursively search DLLs with FFI on Cygwin (4ce31fd38) Disable Turkish locale tests on Cygwin (efd6e3f40) Fix regression in non-mmap fallback elf loader (8dc0e8d62) Cygwin: skip tests that require working setrlimits for memory (24da8084a) Revert "build: Compress with lzip too." (6fff84d7d) Fix makeinfo warnings (f2db8fc2f) Remove useless subsection from hooks documentation (c896af55d) Fix scheme-scripts markup. (c2ab4a3b2) Update NEWS for prerelease. (8ed8b375a) Update NEWS (8f7e75f77) doc: Describe -e (module) on equal footing with (@ ...). (1026a7683) i18n: 'number->locale-string' guesses the minimum number of decimals. (de5cf50ab) i18n: Fix corner cases for monetary and number string conversions. (4c7d1a64f) tests: Choose a more plausible US English locale name. (585bf8387) tests: Use 'pass-if-equal' for (ice-9 i18n) tests. (47236c247) i18n: Do not represent zero as "-0". (19d274c68) Recognize sh3 as compilation targets (92222727f) doc: Fix typo in site packages documentation. (7c5f38fe6) doc: Fix typo in keywords documentation. (a4fbc5b09) tests: Avoid statprof test failure on systems without 'setitimer'. (109d22165) build: Honor $SOURCE_DATE_EPOCH for the recorded timestamp. (817a07120) scandir: Avoid 'stat' calls on each entry. (4d3a14924) build: Compress with lzip too. (58c028ebb) build: Check for /gnu/store file names upon "make dist". (8b834206f) Disable REPL server tests if no threads (33944f660) tests: Avoid race condition in REPL server test. (c1581fb2a) tests: Throw 'unresolved when the REPL server is too slow. (bf58d7bb9) tests: Add REPL server test for CVE-2016-8606. (2cecf3b15) REPL Server: Guard against HTTP inter-protocol exploitation attacks. (402162cfc) tests: Use the "normalized codeset" in locale names. (b473598f2) Treat 'SIG_IGN' as a pointer. (7d6f309cc) Document 'scm_to_uintptr_t' and 'scm_from_uintptr_t'. (1107db3eb) Remove 'umask' calls from 'mkdir'. (844b2cf75) %port-encoding requires an open port (25652ff84) http: Do not use 'eq?' to compare characters in parse-request-uri. (b56b94492) build: .x and .doc files depend on generated includes. (8f7ed8abf) texinfo: Remove unnecessary (oop goops) dependency. (7a32add5d) Do not assume that sizeof (long) == sizeof (void *) == sizeof (SCM). (1d257c27f) Avoid signed integer overflows in numeric conversions. (a8d1c7d61) Remove extraneous debugging output in test (36321a8ff) Fix open-file mode misinterpretation (82ea7c763) "select" no longer throws exception on EINTR (24eea1be0) scm_std_select doesn't tick itself (066036499) Cosmetic REPL server improvements (0cd60c3f2) Fix trap frame matching (374b88580) Fix class slot allocation since GOOPS rewrite (77cfd7e4b) Fix (mkstemp! "XX" 0) errors (a86bb2e61) Flush when getting string from r6rs string output port (e13cd5c77) String ports can be truncated (1da66a6ab) Minor expansion of guile-test comments (fcebf93ec) Favor docstrings for describing the purpose of functions. (67b8b6fb0) Fix "Scheme Syntax" info rendering (62f08b8f3) Better errors for odd-length keyword args (68f13adaa) Fix segfault introduced with R6RS port commit (33514ffe2) "Scripting Examples" update. (f3a187270) Register R6RS port and bytevector internals early (94d70684c) Fix support for threads already known to GC (4c3bea3db) Declare module exports before loading imports (631e9901d) Revert "futures: Limit the number of nested futures on the same stack." (9e28a1212) Fix (* x -1) for GOOPS types (70d4c4b28) Explain why no native accessors for `s8' and `u8' exist (f8dd4f67b) Fix guild compile --to=cps / --from=cps (f261eaf03) Fix kfun parse-cps bug (23278d07d) Fixed specific version of guile search in autoconf macro GUILE_PROGS. (b6d3ab6c0) Fix typo in old NEWS. (7242ca566) Fix multi-arity dispatch in GOOPS (c7fb87cd6) Fix compute-frame-sizes for case-lambda jumps (4dcc97288) Use labs instead of abs where needed (5333642b7) Fix make-polar signedness of zeros on macOS (c4b0491e9) Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK (36023a0d2) Fix flonum/complex type inference. (d0811644f)
2017-03-08Updated version (2.1.7.71.g4ce31fd38 -> 2.1.7.76.g8157c2a3a).Stefan Husmann
Changelog ========= Fix new thread-local fluids test (8157c2a3a) Fix documentation build (1e51ffa63) Add thread local fluids (fb8c91a35) psyntax: Generate identifiers in a deterministic fashion. (84a740d86) Check for working profiling and virtual itimers (70cfabd7e) Can't recursively search DLLs with FFI on Cygwin (4ce31fd38) Disable Turkish locale tests on Cygwin (efd6e3f40) Fix regression in non-mmap fallback elf loader (8dc0e8d62) Cygwin: skip tests that require working setrlimits for memory (24da8084a) Revert "build: Compress with lzip too." (6fff84d7d) Fix makeinfo warnings (f2db8fc2f) Remove useless subsection from hooks documentation (c896af55d) Fix scheme-scripts markup. (c2ab4a3b2) Update NEWS for prerelease. (8ed8b375a) Update NEWS (8f7e75f77) doc: Describe -e (module) on equal footing with (@ ...). (1026a7683) i18n: 'number->locale-string' guesses the minimum number of decimals. (de5cf50ab) i18n: Fix corner cases for monetary and number string conversions. (4c7d1a64f) tests: Choose a more plausible US English locale name. (585bf8387) tests: Use 'pass-if-equal' for (ice-9 i18n) tests. (47236c247) i18n: Do not represent zero as "-0". (19d274c68) Recognize sh3 as compilation targets (92222727f) doc: Fix typo in site packages documentation. (7c5f38fe6) doc: Fix typo in keywords documentation. (a4fbc5b09) tests: Avoid statprof test failure on systems without 'setitimer'. (109d22165) build: Honor $SOURCE_DATE_EPOCH for the recorded timestamp. (817a07120) scandir: Avoid 'stat' calls on each entry. (4d3a14924) build: Compress with lzip too. (58c028ebb) build: Check for /gnu/store file names upon "make dist". (8b834206f) Disable REPL server tests if no threads (33944f660) tests: Avoid race condition in REPL server test. (c1581fb2a) tests: Throw 'unresolved when the REPL server is too slow. (bf58d7bb9) tests: Add REPL server test for CVE-2016-8606. (2cecf3b15) REPL Server: Guard against HTTP inter-protocol exploitation attacks. (402162cfc) tests: Use the "normalized codeset" in locale names. (b473598f2) Treat 'SIG_IGN' as a pointer. (7d6f309cc) Document 'scm_to_uintptr_t' and 'scm_from_uintptr_t'. (1107db3eb) Remove 'umask' calls from 'mkdir'. (844b2cf75) %port-encoding requires an open port (25652ff84) http: Do not use 'eq?' to compare characters in parse-request-uri. (b56b94492) build: .x and .doc files depend on generated includes. (8f7ed8abf) texinfo: Remove unnecessary (oop goops) dependency. (7a32add5d) Do not assume that sizeof (long) == sizeof (void *) == sizeof (SCM). (1d257c27f) Avoid signed integer overflows in numeric conversions. (a8d1c7d61) Remove extraneous debugging output in test (36321a8ff) Fix open-file mode misinterpretation (82ea7c763) "select" no longer throws exception on EINTR (24eea1be0) scm_std_select doesn't tick itself (066036499) Cosmetic REPL server improvements (0cd60c3f2) Fix trap frame matching (374b88580) Fix class slot allocation since GOOPS rewrite (77cfd7e4b) Fix (mkstemp! "XX" 0) errors (a86bb2e61) Flush when getting string from r6rs string output port (e13cd5c77) String ports can be truncated (1da66a6ab) Minor expansion of guile-test comments (fcebf93ec) Favor docstrings for describing the purpose of functions. (67b8b6fb0) Fix "Scheme Syntax" info rendering (62f08b8f3) Better errors for odd-length keyword args (68f13adaa) Fix segfault introduced with R6RS port commit (33514ffe2) "Scripting Examples" update. (f3a187270) Register R6RS port and bytevector internals early (94d70684c) Fix support for threads already known to GC (4c3bea3db) Declare module exports before loading imports (631e9901d) Revert "futures: Limit the number of nested futures on the same stack." (9e28a1212) Fix (* x -1) for GOOPS types (70d4c4b28) Explain why no native accessors for `s8' and `u8' exist (f8dd4f67b) Fix guild compile --to=cps / --from=cps (f261eaf03) Fix kfun parse-cps bug (23278d07d) Fixed specific version of guile search in autoconf macro GUILE_PROGS. (b6d3ab6c0) Fix typo in old NEWS. (7242ca566) Fix multi-arity dispatch in GOOPS (c7fb87cd6) Fix compute-frame-sizes for case-lambda jumps (4dcc97288) Use labs instead of abs where needed (5333642b7) Fix make-polar signedness of zeros on macOS (c4b0491e9) Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK (36023a0d2) Fix flonum/complex type inference. (d0811644f)
2017-03-07Updated version (2.1.7.70.gefd6e3f40 -> 2.1.7.71.g4ce31fd38).Stefan Husmann
Changelog ========= Can't recursively search DLLs with FFI on Cygwin (4ce31fd38) Disable Turkish locale tests on Cygwin (efd6e3f40) Fix regression in non-mmap fallback elf loader (8dc0e8d62) Cygwin: skip tests that require working setrlimits for memory (24da8084a) Revert "build: Compress with lzip too." (6fff84d7d) Fix makeinfo warnings (f2db8fc2f) Remove useless subsection from hooks documentation (c896af55d) Fix scheme-scripts markup. (c2ab4a3b2) Update NEWS for prerelease. (8ed8b375a) Update NEWS (8f7e75f77) doc: Describe -e (module) on equal footing with (@ ...). (1026a7683) i18n: 'number->locale-string' guesses the minimum number of decimals. (de5cf50ab) i18n: Fix corner cases for monetary and number string conversions. (4c7d1a64f) tests: Choose a more plausible US English locale name. (585bf8387) tests: Use 'pass-if-equal' for (ice-9 i18n) tests. (47236c247) i18n: Do not represent zero as "-0". (19d274c68) Recognize sh3 as compilation targets (92222727f) doc: Fix typo in site packages documentation. (7c5f38fe6) doc: Fix typo in keywords documentation. (a4fbc5b09) tests: Avoid statprof test failure on systems without 'setitimer'. (109d22165) build: Honor $SOURCE_DATE_EPOCH for the recorded timestamp. (817a07120) scandir: Avoid 'stat' calls on each entry. (4d3a14924) build: Compress with lzip too. (58c028ebb) build: Check for /gnu/store file names upon "make dist". (8b834206f) Disable REPL server tests if no threads (33944f660) tests: Avoid race condition in REPL server test. (c1581fb2a) tests: Throw 'unresolved when the REPL server is too slow. (bf58d7bb9) tests: Add REPL server test for CVE-2016-8606. (2cecf3b15) REPL Server: Guard against HTTP inter-protocol exploitation attacks. (402162cfc) tests: Use the "normalized codeset" in locale names. (b473598f2) Treat 'SIG_IGN' as a pointer. (7d6f309cc) Document 'scm_to_uintptr_t' and 'scm_from_uintptr_t'. (1107db3eb) Remove 'umask' calls from 'mkdir'. (844b2cf75) %port-encoding requires an open port (25652ff84) http: Do not use 'eq?' to compare characters in parse-request-uri. (b56b94492) build: .x and .doc files depend on generated includes. (8f7ed8abf) texinfo: Remove unnecessary (oop goops) dependency. (7a32add5d) Do not assume that sizeof (long) == sizeof (void *) == sizeof (SCM). (1d257c27f) Avoid signed integer overflows in numeric conversions. (a8d1c7d61) Remove extraneous debugging output in test (36321a8ff) Fix open-file mode misinterpretation (82ea7c763) "select" no longer throws exception on EINTR (24eea1be0) scm_std_select doesn't tick itself (066036499) Cosmetic REPL server improvements (0cd60c3f2) Fix trap frame matching (374b88580) Fix class slot allocation since GOOPS rewrite (77cfd7e4b) Fix (mkstemp! "XX" 0) errors (a86bb2e61) Flush when getting string from r6rs string output port (e13cd5c77) String ports can be truncated (1da66a6ab) Minor expansion of guile-test comments (fcebf93ec) Favor docstrings for describing the purpose of functions. (67b8b6fb0) Fix "Scheme Syntax" info rendering (62f08b8f3) Better errors for odd-length keyword args (68f13adaa) Fix segfault introduced with R6RS port commit (33514ffe2) "Scripting Examples" update. (f3a187270) Register R6RS port and bytevector internals early (94d70684c) Fix support for threads already known to GC (4c3bea3db) Declare module exports before loading imports (631e9901d) Revert "futures: Limit the number of nested futures on the same stack." (9e28a1212) Fix (* x -1) for GOOPS types (70d4c4b28) Explain why no native accessors for `s8' and `u8' exist (f8dd4f67b) Fix guild compile --to=cps / --from=cps (f261eaf03) Fix kfun parse-cps bug (23278d07d) Fixed specific version of guile search in autoconf macro GUILE_PROGS. (b6d3ab6c0) Fix typo in old NEWS. (7242ca566) Fix multi-arity dispatch in GOOPS (c7fb87cd6) Fix compute-frame-sizes for case-lambda jumps (4dcc97288) Use labs instead of abs where needed (5333642b7) Fix make-polar signedness of zeros on macOS (c4b0491e9) Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK (36023a0d2) Fix flonum/complex type inference. (d0811644f)
2017-03-05Updated version (2.1.7.69.g8dc0e8d62 -> 2.1.7.70.gefd6e3f40).Stefan Husmann
Changelog ========= Disable Turkish locale tests on Cygwin (efd6e3f40) Fix regression in non-mmap fallback elf loader (8dc0e8d62) Cygwin: skip tests that require working setrlimits for memory (24da8084a) Revert "build: Compress with lzip too." (6fff84d7d) Fix makeinfo warnings (f2db8fc2f) Remove useless subsection from hooks documentation (c896af55d) Fix scheme-scripts markup. (c2ab4a3b2) Update NEWS for prerelease. (8ed8b375a) Update NEWS (8f7e75f77) doc: Describe -e (module) on equal footing with (@ ...). (1026a7683) i18n: 'number->locale-string' guesses the minimum number of decimals. (de5cf50ab) i18n: Fix corner cases for monetary and number string conversions. (4c7d1a64f) tests: Choose a more plausible US English locale name. (585bf8387) tests: Use 'pass-if-equal' for (ice-9 i18n) tests. (47236c247) i18n: Do not represent zero as "-0". (19d274c68) Recognize sh3 as compilation targets (92222727f) doc: Fix typo in site packages documentation. (7c5f38fe6) doc: Fix typo in keywords documentation. (a4fbc5b09) tests: Avoid statprof test failure on systems without 'setitimer'. (109d22165) build: Honor $SOURCE_DATE_EPOCH for the recorded timestamp. (817a07120) scandir: Avoid 'stat' calls on each entry. (4d3a14924) build: Compress with lzip too. (58c028ebb) build: Check for /gnu/store file names upon "make dist". (8b834206f) Disable REPL server tests if no threads (33944f660) tests: Avoid race condition in REPL server test. (c1581fb2a) tests: Throw 'unresolved when the REPL server is too slow. (bf58d7bb9) tests: Add REPL server test for CVE-2016-8606. (2cecf3b15) REPL Server: Guard against HTTP inter-protocol exploitation attacks. (402162cfc) tests: Use the "normalized codeset" in locale names. (b473598f2) Treat 'SIG_IGN' as a pointer. (7d6f309cc) Document 'scm_to_uintptr_t' and 'scm_from_uintptr_t'. (1107db3eb) Remove 'umask' calls from 'mkdir'. (844b2cf75) %port-encoding requires an open port (25652ff84) http: Do not use 'eq?' to compare characters in parse-request-uri. (b56b94492) build: .x and .doc files depend on generated includes. (8f7ed8abf) texinfo: Remove unnecessary (oop goops) dependency. (7a32add5d) Do not assume that sizeof (long) == sizeof (void *) == sizeof (SCM). (1d257c27f) Avoid signed integer overflows in numeric conversions. (a8d1c7d61) Remove extraneous debugging output in test (36321a8ff) Fix open-file mode misinterpretation (82ea7c763) "select" no longer throws exception on EINTR (24eea1be0) scm_std_select doesn't tick itself (066036499) Cosmetic REPL server improvements (0cd60c3f2) Fix trap frame matching (374b88580) Fix class slot allocation since GOOPS rewrite (77cfd7e4b) Fix (mkstemp! "XX" 0) errors (a86bb2e61) Flush when getting string from r6rs string output port (e13cd5c77) String ports can be truncated (1da66a6ab) Minor expansion of guile-test comments (fcebf93ec) Favor docstrings for describing the purpose of functions. (67b8b6fb0) Fix "Scheme Syntax" info rendering (62f08b8f3) Better errors for odd-length keyword args (68f13adaa) Fix segfault introduced with R6RS port commit (33514ffe2) "Scripting Examples" update. (f3a187270) Register R6RS port and bytevector internals early (94d70684c) Fix support for threads already known to GC (4c3bea3db) Declare module exports before loading imports (631e9901d) Revert "futures: Limit the number of nested futures on the same stack." (9e28a1212) Fix (* x -1) for GOOPS types (70d4c4b28) Explain why no native accessors for `s8' and `u8' exist (f8dd4f67b) Fix guild compile --to=cps / --from=cps (f261eaf03) Fix kfun parse-cps bug (23278d07d) Fixed specific version of guile search in autoconf macro GUILE_PROGS. (b6d3ab6c0) Fix typo in old NEWS. (7242ca566) Fix multi-arity dispatch in GOOPS (c7fb87cd6) Fix compute-frame-sizes for case-lambda jumps (4dcc97288) Use labs instead of abs where needed (5333642b7) Fix make-polar signedness of zeros on macOS (c4b0491e9) Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK (36023a0d2) Fix flonum/complex type inference. (d0811644f)
2017-03-03Updated version (2.1.7.67.g6fff84d7d -> 2.1.7.69.g8dc0e8d62).Stefan Husmann
Changelog ========= Fix regression in non-mmap fallback elf loader (8dc0e8d62) Cygwin: skip tests that require working setrlimits for memory (24da8084a) Revert "build: Compress with lzip too." (6fff84d7d) Fix makeinfo warnings (f2db8fc2f) Remove useless subsection from hooks documentation (c896af55d) Fix scheme-scripts markup. (c2ab4a3b2) Update NEWS for prerelease. (8ed8b375a) Update NEWS (8f7e75f77) doc: Describe -e (module) on equal footing with (@ ...). (1026a7683) i18n: 'number->locale-string' guesses the minimum number of decimals. (de5cf50ab) i18n: Fix corner cases for monetary and number string conversions. (4c7d1a64f) tests: Choose a more plausible US English locale name. (585bf8387) tests: Use 'pass-if-equal' for (ice-9 i18n) tests. (47236c247) i18n: Do not represent zero as "-0". (19d274c68) Recognize sh3 as compilation targets (92222727f) doc: Fix typo in site packages documentation. (7c5f38fe6) doc: Fix typo in keywords documentation. (a4fbc5b09) tests: Avoid statprof test failure on systems without 'setitimer'. (109d22165) build: Honor $SOURCE_DATE_EPOCH for the recorded timestamp. (817a07120) scandir: Avoid 'stat' calls on each entry. (4d3a14924) build: Compress with lzip too. (58c028ebb) build: Check for /gnu/store file names upon "make dist". (8b834206f) Disable REPL server tests if no threads (33944f660) tests: Avoid race condition in REPL server test. (c1581fb2a) tests: Throw 'unresolved when the REPL server is too slow. (bf58d7bb9) tests: Add REPL server test for CVE-2016-8606. (2cecf3b15) REPL Server: Guard against HTTP inter-protocol exploitation attacks. (402162cfc) tests: Use the "normalized codeset" in locale names. (b473598f2) Treat 'SIG_IGN' as a pointer. (7d6f309cc) Document 'scm_to_uintptr_t' and 'scm_from_uintptr_t'. (1107db3eb) Remove 'umask' calls from 'mkdir'. (844b2cf75) %port-encoding requires an open port (25652ff84) http: Do not use 'eq?' to compare characters in parse-request-uri. (b56b94492) build: .x and .doc files depend on generated includes. (8f7ed8abf) texinfo: Remove unnecessary (oop goops) dependency. (7a32add5d) Do not assume that sizeof (long) == sizeof (void *) == sizeof (SCM). (1d257c27f) Avoid signed integer overflows in numeric conversions. (a8d1c7d61) Remove extraneous debugging output in test (36321a8ff) Fix open-file mode misinterpretation (82ea7c763) "select" no longer throws exception on EINTR (24eea1be0) scm_std_select doesn't tick itself (066036499) Cosmetic REPL server improvements (0cd60c3f2) Fix trap frame matching (374b88580) Fix class slot allocation since GOOPS rewrite (77cfd7e4b) Fix (mkstemp! "XX" 0) errors (a86bb2e61) Flush when getting string from r6rs string output port (e13cd5c77) String ports can be truncated (1da66a6ab) Minor expansion of guile-test comments (fcebf93ec) Favor docstrings for describing the purpose of functions. (67b8b6fb0) Fix "Scheme Syntax" info rendering (62f08b8f3) Better errors for odd-length keyword args (68f13adaa) Fix segfault introduced with R6RS port commit (33514ffe2) "Scripting Examples" update. (f3a187270) Register R6RS port and bytevector internals early (94d70684c) Fix support for threads already known to GC (4c3bea3db) Declare module exports before loading imports (631e9901d) Revert "futures: Limit the number of nested futures on the same stack." (9e28a1212) Fix (* x -1) for GOOPS types (70d4c4b28) Explain why no native accessors for `s8' and `u8' exist (f8dd4f67b) Fix guild compile --to=cps / --from=cps (f261eaf03) Fix kfun parse-cps bug (23278d07d) Fixed specific version of guile search in autoconf macro GUILE_PROGS. (b6d3ab6c0) Fix typo in old NEWS. (7242ca566) Fix multi-arity dispatch in GOOPS (c7fb87cd6) Fix compute-frame-sizes for case-lambda jumps (4dcc97288) Use labs instead of abs where needed (5333642b7) Fix make-polar signedness of zeros on macOS (c4b0491e9) Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK (36023a0d2) Fix flonum/complex type inference. (d0811644f)
2017-03-03Updated version (2.1.7.47.g33944f660 -> 2.1.7.67.g6fff84d7d).Stefan Husmann
Changelog ========= Revert "build: Compress with lzip too." (6fff84d7d) Fix makeinfo warnings (f2db8fc2f) Remove useless subsection from hooks documentation (c896af55d) Fix scheme-scripts markup. (c2ab4a3b2) Update NEWS for prerelease. (8ed8b375a) Update NEWS (8f7e75f77) doc: Describe -e (module) on equal footing with (@ ...). (1026a7683) i18n: 'number->locale-string' guesses the minimum number of decimals. (de5cf50ab) i18n: Fix corner cases for monetary and number string conversions. (4c7d1a64f) tests: Choose a more plausible US English locale name. (585bf8387) tests: Use 'pass-if-equal' for (ice-9 i18n) tests. (47236c247) i18n: Do not represent zero as "-0". (19d274c68) Recognize sh3 as compilation targets (92222727f) doc: Fix typo in site packages documentation. (7c5f38fe6) doc: Fix typo in keywords documentation. (a4fbc5b09) tests: Avoid statprof test failure on systems without 'setitimer'. (109d22165) build: Honor $SOURCE_DATE_EPOCH for the recorded timestamp. (817a07120) scandir: Avoid 'stat' calls on each entry. (4d3a14924) build: Compress with lzip too. (58c028ebb) build: Check for /gnu/store file names upon "make dist". (8b834206f) Disable REPL server tests if no threads (33944f660) tests: Avoid race condition in REPL server test. (c1581fb2a) tests: Throw 'unresolved when the REPL server is too slow. (bf58d7bb9) tests: Add REPL server test for CVE-2016-8606. (2cecf3b15) REPL Server: Guard against HTTP inter-protocol exploitation attacks. (402162cfc) tests: Use the "normalized codeset" in locale names. (b473598f2) Treat 'SIG_IGN' as a pointer. (7d6f309cc) Document 'scm_to_uintptr_t' and 'scm_from_uintptr_t'. (1107db3eb) Remove 'umask' calls from 'mkdir'. (844b2cf75) %port-encoding requires an open port (25652ff84) http: Do not use 'eq?' to compare characters in parse-request-uri. (b56b94492) build: .x and .doc files depend on generated includes. (8f7ed8abf) texinfo: Remove unnecessary (oop goops) dependency. (7a32add5d) Do not assume that sizeof (long) == sizeof (void *) == sizeof (SCM). (1d257c27f) Avoid signed integer overflows in numeric conversions. (a8d1c7d61) Remove extraneous debugging output in test (36321a8ff) Fix open-file mode misinterpretation (82ea7c763) "select" no longer throws exception on EINTR (24eea1be0) scm_std_select doesn't tick itself (066036499) Cosmetic REPL server improvements (0cd60c3f2) Fix trap frame matching (374b88580) Fix class slot allocation since GOOPS rewrite (77cfd7e4b) Fix (mkstemp! "XX" 0) errors (a86bb2e61) Flush when getting string from r6rs string output port (e13cd5c77) String ports can be truncated (1da66a6ab) Minor expansion of guile-test comments (fcebf93ec) Favor docstrings for describing the purpose of functions. (67b8b6fb0) Fix "Scheme Syntax" info rendering (62f08b8f3) Better errors for odd-length keyword args (68f13adaa) Fix segfault introduced with R6RS port commit (33514ffe2) "Scripting Examples" update. (f3a187270) Register R6RS port and bytevector internals early (94d70684c) Fix support for threads already known to GC (4c3bea3db) Declare module exports before loading imports (631e9901d) Revert "futures: Limit the number of nested futures on the same stack." (9e28a1212) Fix (* x -1) for GOOPS types (70d4c4b28) Explain why no native accessors for `s8' and `u8' exist (f8dd4f67b) Fix guild compile --to=cps / --from=cps (f261eaf03) Fix kfun parse-cps bug (23278d07d) Fixed specific version of guile search in autoconf macro GUILE_PROGS. (b6d3ab6c0) Fix typo in old NEWS. (7242ca566) Fix multi-arity dispatch in GOOPS (c7fb87cd6) Fix compute-frame-sizes for case-lambda jumps (4dcc97288) Use labs instead of abs where needed (5333642b7) Fix make-polar signedness of zeros on macOS (c4b0491e9) Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK (36023a0d2) Fix flonum/complex type inference. (d0811644f)