summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-11-12small changeshaawda
2022-04-04remove conflict to guilehaawda
2022-04-03small sdjustmentshaawda
2021-09-04add gperf as makedependancyhaawda
2021-04-05another try to fix info file handlinghaawda
2021-04-04fixeshaawda
2021-03-26add another patchhaawda
2020-12-12better info filehandlinghaawda
2020-12-11fix info fileshaawda
2020-03-28adjustment in package functionhaawda
2020-03-09adjust deletionhaawda
2020-01-16adjustments for guile 3.0haawda
2019-05-27adjust pkgver functionhaawda
2019-01-20use 2.9 as program suffixhaawda
2018-10-28paches removed, epoch addedhaawda
2018-10-28builds again, no sticky commithaawda
2018-08-12stick to last working commithaawda
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-25declare version 3.0 everywherehaawda
2017-05-24Updatehaawda
2017-05-17Updated version (2.2.2.3.g0c102b56e -> 2.2.2.4.g7ac3d17ce).haawda
2017-04-29remove unneeded filehaawda
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