[Guile-commits] GNU Guile branch, lloda-array-support, created. v2.1.0-93-g04913f6

2014-09-25 Thread Daniel Llorens
has been created at 04913f6078e9ef1d29e29d481812b7499e7a6d69 (commit) - Log - commit 04913f6078e9ef1d29e29d481812b7499e7a6d69 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Sep 19 14:48:59 2014 +0200 Intern

[Guile-commits] GNU Guile branch, master, updated. v2.1.0-153-g7f2c824

2014-10-30 Thread Daniel Llorens
: 856d318 0f25904 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Thu Oct 30 11:42:05 2014 +0100 Merge branch 'lloda-array-support' --- Summary of changes: libguile/array-map.c | 20 ++-- libguile

[Guile-commits] branch lloda-array-support updated (0f25904 - 95de4f5)

2014-12-12 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. from 0f25904 Intern general arrays adds 7f2c824 Merge branch 'lloda-array-support' adds 18c44b2 web: Location header is URI-reference; better URI-reference support adds 3f826e3 texinfo:

[Guile-commits] 02/08: Remove scm_from_contiguous_array

2015-02-11 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit e86e1ac243a9da0093963e99672b45fd8f280c86 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Mon Feb 9 17:27:33 2015 +0100 Remove scm_from_contiguous_array This function is undocumented, unused

[Guile-commits] 08/08: Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x

2015-02-11 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 64fa67c2f0e08e42a60921db4aa77fa3e52d3fa6 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 19:32:02 2015 +0100 Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x

[Guile-commits] 04/08: Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle

2015-02-11 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 7b08ddda7a5938c1a199afeca0626a08680e7fc9 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 12:58:01 2015 +0100 Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle * libguile

[Guile-commits] branch lloda-array-support updated (95de4f5 - 64fa67c)

2015-02-11 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. from 95de4f5 Convert primitive-eval to compile its expressions to linked closures adds 015c3c0 Assembler: Cope with non-string port filenames. adds b1451ad docs: Fix documented return type of

[Guile-commits] 06/08: New functions array-from, array-from*, array-set-from!

2015-02-11 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit e8111a2c3ce7fc7b05a58a854b3841d0f1696fa8 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 16:44:21 2015 +0100 New functions array-from, array-from*, array-set-from! * libguile/arrays.h

[Guile-commits] 05/08: Compile in C99 mode

2015-02-11 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 14dd20a3cd6b65c07c4f9e4ad98b93c4e431e4b2 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 14:05:08 2015 +0100 Compile in C99 mode * configure.ac: Require C99 flags. Remove

[Guile-commits] 03/08: Unuse array 'contiguous' flag

2015-02-11 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit a21c00741b1906d2e3d845f86022ec80fbdcd232 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Tue Feb 10 17:21:29 2015 +0100 Unuse array 'contiguous' flag SCM_I_ARRAY_FLAG_CONTIGUOUS (arrays.h

[Guile-commits] 07/08: Tests doc for array-from, array-from*, array-set-from!

2015-02-11 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit ff4fd1a3afd88985e29a29b6b2a008ee63f6e4f8 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 19:12:28 2015 +0100 Tests doc for array-from, array-from*, array-set-from! * test-suite/tests

[Guile-commits] branch master updated (c4c21de - eb3d623)

2015-02-18 Thread Daniel Llorens
lloda pushed a change to branch master in repository guile. from c4c21de Struct and array GDB pretty printers hint as arrays new eb3d623 Non-vector 1D arrays print as #1() The 1 revisions listed above as new are entirely new to this repository and will be described in separate

[Guile-commits] 06/12: New functions array-from, array-from*, array-set-from!

2015-02-18 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 9afbb5d56927ff46a775450dbfbcdb6763c9a3fe Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 16:44:21 2015 +0100 New functions array-from, array-from*, array-set-from! * libguile/arrays.h

[Guile-commits] 01/01: Fix compilation of rank 0 typed array literals

2015-02-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 8b237208afd6e952091e4d8f67c0a0b9bcc5c98f Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Thu Feb 12 13:02:24 2015 +0100 Fix compilation of rank 0 typed array literals * module/system/vm

[Guile-commits] branch lloda-array-support updated (0b906c9 - 8b23720)

2015-02-12 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. from 0b906c9 Don't use array handles in scm_c_array_rank new 8b23720 Fix compilation of rank 0 typed array literals The 1 revisions listed above as new are entirely new to this repository and will be

[Guile-commits] 01/01: Don't use array handles in scm_c_array_rank

2015-02-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 0b906c9d9e6a4fa74f7b0a80a2a7e77cdbeb1bda Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Thu Feb 12 10:15:42 2015 +0100 Don't use array handles in scm_c_array_rank * libguile/arrays.c

[Guile-commits] branch lloda-array-support updated (64fa67c - 0b906c9)

2015-02-12 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. from 64fa67c Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x new 0b906c9 Don't use array handles in scm_c_array_rank The 1 revisions listed above as new are entirely new

[Guile-commits] branch lloda-array-support updated (6590864 - c8af654)

2015-02-16 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. discards 6590864 Speed up for multi-arg cases of scm_ramap functions new c8af654 Speed up for multi-arg cases of scm_ramap functions This update added new revisions after undoing existing revisions. That is

[Guile-commits] branch lloda-array-support updated (c8af654 - b9609bb)

2015-02-18 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. discards c8af654 Speed up for multi-arg cases of scm_ramap functions discards e755cf3 Remove deprecated array functions discards 96e2c71 Fix compilation of rank 0 typed array literals discards e715e36

[Guile-commits] 11/12: Remove deprecated array functions

2015-02-18 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit bd08b9f20c9d17a92c33646164ec7d5d163c22a7 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 13 16:45:21 2015 +0100 Remove deprecated array functions * libguile/array-map.c

[Guile-commits] 03/12: Unuse array 'contiguous' flag

2015-02-18 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit d206a131473840c14583d66090aa5c9d39ed8e50 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Tue Feb 10 17:21:29 2015 +0100 Unuse array 'contiguous' flag SCM_I_ARRAY_FLAG_CONTIGUOUS (arrays.h

[Guile-commits] 02/12: Remove scm_from_contiguous_array

2015-02-18 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit e77e1e7b24e144b057c393278028ad28a7e764b2 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Mon Feb 9 17:27:33 2015 +0100 Remove scm_from_contiguous_array This function is undocumented, unused

[Guile-commits] 09/12: Don't use array handles in scm_c_array_rank

2015-02-18 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 863aab3f985605f6089193b43987a7522e81ffb4 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Thu Feb 12 10:15:42 2015 +0100 Don't use array handles in scm_c_array_rank * libguile/arrays.c

[Guile-commits] 05/12: Compile in C99 mode

2015-02-18 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit f533c1177dec21cfe169a8f2a1a9cd861696b15f Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 14:05:08 2015 +0100 Compile in C99 mode * configure.ac: Require C99 flags. Remove

[Guile-commits] 01/01: Non-vector 1D arrays print as #1()

2015-02-18 Thread Daniel Llorens
lloda pushed a commit to branch master in repository guile. commit eb3d623da57e6d31a58d95f932345fb761f9b701 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 18 09:32:30 2015 +0100 Non-vector 1D arrays print as #1() * libguile/arrays.c (scm_i_print_array): Print

[Guile-commits] 04/12: Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle

2015-02-18 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 0058022d6a8ddc6b2f010af88b7da69205772df9 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 12:58:01 2015 +0100 Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle * libguile

[Guile-commits] 01/12: Avoid unneeded internal use of array handles

2015-02-18 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit dc91ab0b966e6be781adc945edd3f0d2903e1e0e Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Mon Feb 9 12:11:52 2015 +0100 Avoid unneeded internal use of array handles * libguile/arrays.c

[Guile-commits] 08/12: Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x

2015-02-18 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 94f940f4be1f48a903e385bef2509689209b5d8e Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 19:32:02 2015 +0100 Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x

[Guile-commits] 12/12: Speed up for multi-arg cases of scm_ramap functions

2015-02-18 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit b9609bb4f4b8997863f5141bf552626abd9af021 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 13 18:42:27 2015 +0100 Speed up for multi-arg cases of scm_ramap functions This patch results

[Guile-commits] branch lloda-array-support updated (8b23720 - 095e4e3)

2015-02-13 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. from 8b23720 Fix compilation of rank 0 typed array literals new 095e4e3 Remove deprecated array functions The 1 revisions listed above as new are entirely new to this repository and will be described in

[Guile-commits] branch lloda-array-support updated (095e4e3 - 3159664)

2015-02-16 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. from 095e4e3 Remove deprecated array functions new 3159664 Speed up for multi-arg cases of scm_ramap functions The 1 revisions listed above as new are entirely new to this repository and will be described

[Guile-commits] 08/12: Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x

2015-02-16 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit fe7bf145de4be36d7cdb31f0ad3d8f8cdffe8521 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 19:32:02 2015 +0100 Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x

[Guile-commits] 04/12: Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle

2015-02-16 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 776d6958aad0641fbd7cd9d6da4c831cebd40b76 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 12:58:01 2015 +0100 Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle * libguile

[Guile-commits] 03/12: Unuse array 'contiguous' flag

2015-02-16 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 9948cb2fb8d521453727040ff2a165a15c4cffd3 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Tue Feb 10 17:21:29 2015 +0100 Unuse array 'contiguous' flag SCM_I_ARRAY_FLAG_CONTIGUOUS (arrays.h

[Guile-commits] 05/12: Compile in C99 mode

2015-02-16 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 45c64b06c15477637e2b9c776a83ee0dd7a0a02a Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 14:05:08 2015 +0100 Compile in C99 mode * configure.ac: Require C99 flags. Remove

[Guile-commits] branch lloda-array-support updated (3159664 - 6590864)

2015-02-16 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. discards 3159664 Speed up for multi-arg cases of scm_ramap functions discards 095e4e3 Remove deprecated array functions discards 8b23720 Fix compilation of rank 0 typed array literals discards 0b906c9

[Guile-commits] 06/12: New functions array-from, array-from*, array-set-from!

2015-02-16 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit ae005489816bc4860061f9b9f6fef219fad24562 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 16:44:21 2015 +0100 New functions array-from, array-from*, array-set-from! * libguile/arrays.h

[Guile-commits] 10/12: Fix compilation of rank 0 typed array literals

2015-02-16 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 96e2c711ba7db28440df037e0900df880f6751df Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Thu Feb 12 13:02:24 2015 +0100 Fix compilation of rank 0 typed array literals * module/system/vm

[Guile-commits] 01/12: Avoid unneeded internal use of array handles

2015-02-16 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 61bdc978e574367711d09101d5cccd8e0e78dc74 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Mon Feb 9 12:11:52 2015 +0100 Avoid unneeded internal use of array handles * libguile/arrays.c

[Guile-commits] 07/12: Tests doc for array-from, array-from*, array-set-from!

2015-02-16 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 3870fc06fdbd6112fc9e9f599d9cbc59742f692b Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 19:12:28 2015 +0100 Tests doc for array-from, array-from*, array-set-from! * test-suite/tests

[Guile-commits] 09/12: Don't use array handles in scm_c_array_rank

2015-02-16 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit e715e365d38c56ed7c8db980ba8019d843646f53 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Thu Feb 12 10:15:42 2015 +0100 Don't use array handles in scm_c_array_rank * libguile/arrays.c

[Guile-commits] 11/12: Remove deprecated array functions

2015-02-16 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit e755cf3128052a79ee5ae2092a4ed3ee53487672 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 13 16:45:21 2015 +0100 Remove deprecated array functions * libguile/array-map.c

[Guile-commits] 02/12: Remove scm_from_contiguous_array

2015-02-16 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 32a6283e08e54e4be60f686759415bdf7174214a Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Mon Feb 9 17:27:33 2015 +0100 Remove scm_from_contiguous_array This function is undocumented, unused

[Guile-commits] 01/01: Speed up for multi-arg cases of scm_ramap functions

2015-02-16 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 3159664a0c47c3213669946a8ac33d7b9b9062d2 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 13 18:42:27 2015 +0100 Speed up for multi-arg cases of scm_ramap functions This patch results

[Guile-commits] 02/14: Remove scm_from_contiguous_array

2015-03-09 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 63995bc3cd35817e070df7d95ebf4f522685ee6b Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Mon Feb 9 17:27:33 2015 +0100 Remove scm_from_contiguous_array This function is undocumented, unused

[Guile-commits] 04/14: Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle

2015-03-09 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 3cac8e1571029a6432e86056e92cf1f0396157ad Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 12:58:01 2015 +0100 Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle * libguile

[Guile-commits] 10/14: Fix compilation of rank 0 typed array literals

2015-03-09 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit dbc2f7b4a434f9e83d553bba2fa2164d06d31e97 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Thu Feb 12 13:02:24 2015 +0100 Fix compilation of rank 0 typed array literals * module/system/vm

[Guile-commits] 06/14: New functions array-from, array-from*, array-set-from!

2015-03-09 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit fcedc622a82136157e1852340e11502fb4ebeb21 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 16:44:21 2015 +0100 New functions array-from, array-from*, array-set-from! * libguile/arrays.h

[Guile-commits] branch lloda-array-support updated (196dc90 - 55cf757)

2015-03-09 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. discards 196dc90 Do not use array handles in scm_vector discards 5a16fac Remove deprecated and unused generalized-vector functions discards b9609bb Speed up for multi-arg cases of scm_ramap functions

[Guile-commits] 09/14: Don't use array handles in scm_c_array_rank

2015-03-09 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit f3538938ab22a8572eeb13efc08bfa24b4e985ba Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Thu Feb 12 10:15:42 2015 +0100 Don't use array handles in scm_c_array_rank * libguile/arrays.c

[Guile-commits] 14/14: Do not use array handles in scm_vector

2015-03-09 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 55cf75700801506dbee92d1c68b95e818aabd751 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 25 09:47:40 2015 +0100 Do not use array handles in scm_vector * libguile/vectors.c (scm_vector

[Guile-commits] 08/14: Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x

2015-03-09 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 2aebe66fd66ca2cfc88bfb15365e742e3ec8c05e Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 19:32:02 2015 +0100 Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x

[Guile-commits] 05/14: Compile in C99 mode

2015-03-09 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 87a413e3a31131e63bafca51e843bda8c0428971 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 14:05:08 2015 +0100 Compile in C99 mode * configure.ac: Require C99 flags. Remove

[Guile-commits] 13/14: Remove deprecated and unused generalized-vector functions

2015-03-09 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit c1d96d382b5175d048df84f79609247a14cf1930 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 20 19:49:34 2015 +0100 Remove deprecated and unused generalized-vector functions * libguile

[Guile-commits] 11/14: Remove deprecated array functions

2015-03-09 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 4249cd5f5cae7d184a7b44c2cf48d586fee6b969 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 13 16:45:21 2015 +0100 Remove deprecated array functions * libguile/array-map.c

[Guile-commits] 01/14: Avoid unneeded internal use of array handles

2015-03-09 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit fb4fb618fa75ddbdd666cd7452f9a494a952 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Mon Feb 9 12:11:52 2015 +0100 Avoid unneeded internal use of array handles * libguile/arrays.c

[Guile-commits] 12/14: Speed up for multi-arg cases of scm_ramap functions

2015-03-09 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit f1d505983dbf52735a764e27b8adbfa556f6ae70 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 13 18:42:27 2015 +0100 Speed up for multi-arg cases of scm_ramap functions This patch results

[Guile-commits] 07/14: Tests doc for array-from, array-from*, array-set-from!

2015-03-09 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 37b9b9ea2dd4480fb605e7dfef92989d592bdd71 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 19:12:28 2015 +0100 Tests doc for array-from, array-from*, array-set-from! * test-suite/tests

[Guile-commits] 09/14: Don't use array handles in scm_c_array_rank

2015-03-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 85cff3f4d4fdba63e7f96e9cf4cfd542def770a5 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Thu Feb 12 10:15:42 2015 +0100 Don't use array handles in scm_c_array_rank * libguile/arrays.c

[Guile-commits] 01/14: Avoid unneeded internal use of array handles

2015-03-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 496a3acc1f46a76a746517187b7163a5193d1777 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Mon Feb 9 12:11:52 2015 +0100 Avoid unneeded internal use of array handles * libguile/arrays.c

[Guile-commits] 10/14: Fix compilation of rank 0 typed array literals

2015-03-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 91ebc015c04018bd69ecb739eb3989fd6c423fc7 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Thu Feb 12 13:02:24 2015 +0100 Fix compilation of rank 0 typed array literals * module/system/vm

[Guile-commits] 03/14: Unuse array 'contiguous' flag

2015-03-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 2ec7bcdb65008d323e37cd53e0ecfaab419b4512 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Tue Feb 10 17:21:29 2015 +0100 Unuse array 'contiguous' flag SCM_I_ARRAY_FLAG_CONTIGUOUS (arrays.h

[Guile-commits] 14/14: Do not use array handles in scm_vector

2015-03-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 979ab1074f6d660f1c1608de0413f3599a5f201c Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 25 09:47:40 2015 +0100 Do not use array handles in scm_vector * libguile/vectors.c (scm_vector

[Guile-commits] 02/14: Remove scm_from_contiguous_array

2015-03-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit fc7919c6e343b2d7c8d6784c17d27099b52548e8 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Mon Feb 9 17:27:33 2015 +0100 Remove scm_from_contiguous_array This function is undocumented, unused

[Guile-commits] 12/14: Speed up for multi-arg cases of scm_ramap functions

2015-03-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 5fa53489992cd5dd1d8e89261b3b915f84820bcd Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 13 18:42:27 2015 +0100 Speed up for multi-arg cases of scm_ramap functions This patch results

[Guile-commits] 07/14: Tests doc for array-from, array-from*, array-set-from!

2015-03-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 629ff7fe5fe36b0ec1674a38b10668df9e42133b Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 19:12:28 2015 +0100 Tests doc for array-from, array-from*, array-set-from! * test-suite/tests

[Guile-commits] 04/14: Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle

2015-03-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit f0565db30c98c55aa31fe29bc592795ffe069f0f Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 12:58:01 2015 +0100 Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle * libguile

[Guile-commits] 05/14: Compile in C99 mode

2015-03-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 9e631943b08306403c326dc14dde3c6354996f45 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 14:05:08 2015 +0100 Compile in C99 mode * configure.ac: Require C99 flags. Remove

[Guile-commits] 08/14: Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x

2015-03-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 5e3bbcbd0236fb9a3836047bd3437e62552ca0e8 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 19:32:02 2015 +0100 Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x

[Guile-commits] 13/14: Remove deprecated and unused generalized-vector functions

2015-03-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 282872583889cbba94d9eb2bdde0df576ecad413 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 20 19:49:34 2015 +0100 Remove deprecated and unused generalized-vector functions * libguile

[Guile-commits] 06/14: New functions array-from, array-from*, array-set-from!

2015-03-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit a17912aba653b79305fb2c1ffe3dc1bc5ff27bf2 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 16:44:21 2015 +0100 New functions array-from, array-from*, array-set-from! * libguile/arrays.h

[Guile-commits] 11/14: Remove deprecated array functions

2015-03-12 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 7c11d2f0c71caf479e5168fed7d71986953efcce Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 13 16:45:21 2015 +0100 Remove deprecated array functions * libguile/array-map.c

[Guile-commits] branch lloda-array-support updated (55cf757 - 979ab10)

2015-03-12 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. discards 55cf757 Do not use array handles in scm_vector discards c1d96d3 Remove deprecated and unused generalized-vector functions discards f1d5059 Speed up for multi-arg cases of scm_ramap functions

[Guile-commits] 01/01: Remove deprecated and unused generalized-vector functions

2015-02-22 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 5a16fac19ff705ee7f994dc65e013e12d14bcd6d Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 20 19:49:34 2015 +0100 Remove deprecated and unused generalized-vector functions * libguile

[Guile-commits] branch lloda-array-support updated (fcfae7c - 5a16fac)

2015-02-22 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. discards fcfae7c Remove deprecated and unused generalized-vector functions new 5a16fac Remove deprecated and unused generalized-vector functions This update added new revisions after undoing existing

[Guile-commits] 01/01: Remove deprecated and unused generalized-vector functions

2015-02-20 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit fcfae7c5273a153432665eb59dcdef60bd44ba3b Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 20 19:49:34 2015 +0100 Remove deprecated and unused generalized-vector functions * libguile

[Guile-commits] branch lloda-array-support updated (b9609bb - fcfae7c)

2015-02-20 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. from b9609bb Speed up for multi-arg cases of scm_ramap functions new fcfae7c Remove deprecated and unused generalized-vector functions The 1 revisions listed above as new are entirely new to this

[Guile-commits] branch lloda-array-support updated (5a16fac - 196dc90)

2015-02-25 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. from 5a16fac Remove deprecated and unused generalized-vector functions new 196dc90 Do not use array handles in scm_vector The 1 revisions listed above as new are entirely new to this repository and will

[Guile-commits] 01/01: Do not use array handles in scm_vector

2015-02-25 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 196dc904becb59fc8933475e48f077267666e17b Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 25 09:47:40 2015 +0100 Do not use array handles in scm_vector * libguile/vectors.c (scm_vector

[Guile-commits] 02/14: Remove scm_from_contiguous_array

2015-04-20 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit d54becc3a861b74e99aad0b2e15419b2f7861cd3 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Mon Feb 9 17:27:33 2015 +0100 Remove scm_from_contiguous_array This function is undocumented, unused

[Guile-commits] 01/14: Avoid unneeded internal use of array handles

2015-04-20 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit f3816cbeceab860e8836eb66d788db77ebee2948 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Mon Feb 9 12:11:52 2015 +0100 Avoid unneeded internal use of array handles * libguile/arrays.c

[Guile-commits] 07/14: Tests doc for array-from, array-from*, array-set-from!

2015-04-20 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit b3c757143ce06ed9e9680ff3104412beae5eb139 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 19:12:28 2015 +0100 Tests doc for array-from, array-from*, array-set-from! * test-suite/tests

[Guile-commits] 13/14: Remove deprecated and unused generalized-vector functions

2015-04-20 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit b8c20d33c465e3e5b25ecf7870e0c2015c850375 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 20 19:49:34 2015 +0100 Remove deprecated and unused generalized-vector functions * libguile

[Guile-commits] 05/14: Compile in C99 mode

2015-04-20 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 388b8a5cb881218a1534231f72813c68dc3ad5b0 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 14:05:08 2015 +0100 Compile in C99 mode * configure.ac: Require C99 flags. Remove

[Guile-commits] 14/14: Do not use array handles in scm_vector

2015-04-20 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 412fceeceb328409b8820bc0a19072a49306312d Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 25 09:47:40 2015 +0100 Do not use array handles in scm_vector * libguile/vectors.c (scm_vector

[Guile-commits] 04/14: Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle

2015-04-20 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 3b46c01f9e0bd18a0174de2251e44e1fa7840ddf Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 12:58:01 2015 +0100 Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle * libguile

[Guile-commits] 11/14: Remove deprecated array functions

2015-04-20 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit b91bbe7c253dda5b47312e25bb29cc829adeb9ab Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 13 16:45:21 2015 +0100 Remove deprecated array functions * libguile/array-map.c

[Guile-commits] 09/14: Don't use array handles in scm_c_array_rank

2015-04-20 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit bdc5b1389e6832d5630ddbd456d307f4cf321fd2 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Thu Feb 12 10:15:42 2015 +0100 Don't use array handles in scm_c_array_rank * libguile/arrays.c

[Guile-commits] 12/14: Speed up for multi-arg cases of scm_ramap functions

2015-04-20 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 4f687f2224c06391ff31ef1775fa94909dda5dc8 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Fri Feb 13 18:42:27 2015 +0100 Speed up for multi-arg cases of scm_ramap functions This patch results

[Guile-commits] 06/14: New functions array-from, array-from*, array-set-from!

2015-04-20 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit b187ac58a9ddf6d6420ecebca5496fa2eefc6984 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 16:44:21 2015 +0100 New functions array-from, array-from*, array-set-from! * libguile/arrays.h

[Guile-commits] branch lloda-array-support updated (979ab10 - 412fcee)

2015-04-20 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. discards 979ab10 Do not use array handles in scm_vector discards 2828725 Remove deprecated and unused generalized-vector functions discards 5fa5348 Speed up for multi-arg cases of scm_ramap functions

[Guile-commits] 03/14: Unuse array 'contiguous' flag

2015-04-20 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 852a71a5231e9ded00d7caae03d55c7c163b20da Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Tue Feb 10 17:21:29 2015 +0100 Unuse array 'contiguous' flag SCM_I_ARRAY_FLAG_CONTIGUOUS (arrays.h

[Guile-commits] 08/14: Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x

2015-04-20 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 9155bc9f133da890792a927fff88e5182c3ceb1e Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 19:32:02 2015 +0100 Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x

[Guile-commits] 07/14: Tests doc for array-from, array-from*, array-set-from!

2015-07-27 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 83227b3075d6388aa2871dbea3a50acd0a4cf4fc Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 19:12:28 2015 +0100 Tests doc for array-from, array-from*, array-set-from! * test-suite/tests

[Guile-commits] branch lloda-array-support updated (412fcee - 8f6137c)

2015-07-27 Thread Daniel Llorens
lloda pushed a change to branch lloda-array-support in repository guile. discards 412fcee Do not use array handles in scm_vector discards b8c20d3 Remove deprecated and unused generalized-vector functions discards 4f687f2 Speed up for multi-arg cases of scm_ramap functions

[Guile-commits] 14/14: Do not use array handles in scm_vector

2015-07-27 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 8f6137cac658c993f203a09e8ae48d3463bce0d6 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 25 09:47:40 2015 +0100 Do not use array handles in scm_vector * libguile/vectors.c (scm_vector

[Guile-commits] 04/14: Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle

2015-07-27 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 1f43624ca1471cfcb8c6dc609f8aae7aadff117e Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 12:58:01 2015 +0100 Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle * libguile

[Guile-commits] 10/14: Fix compilation of rank 0 typed array literals

2015-07-27 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit 6a9a88b065f7e1ced71c8db9600310ebae39b2ea Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Thu Feb 12 13:02:24 2015 +0100 Fix compilation of rank 0 typed array literals * module/system/vm

[Guile-commits] 02/14: Remove scm_from_contiguous_array

2015-07-27 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit ef3ea71d5d94d1044c6ac5252a72b3408a666f75 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Mon Feb 9 17:27:33 2015 +0100 Remove scm_from_contiguous_array This function is undocumented, unused

[Guile-commits] 08/14: Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x

2015-07-27 Thread Daniel Llorens
lloda pushed a commit to branch lloda-array-support in repository guile. commit c41adf4873d3597f11e6a837edeead689f7f1f39 Author: Daniel Llorens daniel.llor...@bluewin.ch Date: Wed Feb 11 19:32:02 2015 +0100 Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_x

  1   2   3   4   5   6   7   8   9   10   >