summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Arrays are not an array implementationra0Daniel Llorens2014-02-073-13/+11
* array-contents returns root for empty arrays with empty rootDaniel Llorens2014-02-072-3/+7
* Fix compilation bugs with some kinds of typed arraysDaniel Llorens2014-02-071-1/+9
* Preallocate index list in scm_array_index_map_xDaniel Llorens2014-02-072-18/+26
* Rename scm_t_array_handle.array to .rootDaniel Llorens2014-02-079-19/+19
* Match types used in arrays.c to struct field typesDaniel Llorens2014-02-071-22/+24
* Bounds error in vector_handle_ref/set is implementation errorDaniel Llorens2014-02-073-9/+5
* Don't use ASET in scm_array_index_map_xDaniel Llorens2014-02-071-4/+5
* In scm_ramapc, only check unrolled axes for emptinessDaniel Llorens2014-02-071-69/+50
* Fix scm_ramapc bugs with 0-inc arraysDaniel Llorens2014-02-072-24/+35
* Fix corner cases of scm_ramapcDaniel Llorens2014-02-072-207/+210
* Rewrite scm_ramapc()Daniel Llorens2014-02-072-124/+134
* Check more cases of array-contentsDaniel Llorens2014-02-072-3/+13
* Check the documented matching behavior of array-map!/copy!Daniel Llorens2014-02-072-45/+67
* Simplify ASET in array-map.cDaniel Llorens2014-02-071-0/+1
* Inline ASET in array-index-map! for rank 1 argumentsDaniel Llorens2014-02-071-2/+2
* Fix compilation errors when reading arrays at the replDaniel Llorens2014-02-072-22/+83
* Factor out make1array() in scm_ramapc()Daniel Llorens2014-02-071-96/+93
* Raw pointer loop in array-copy! for vector/vector caseDaniel Llorens2014-02-071-5/+16
* Have array impl->vref, vset take SCM, not handlesDaniel Llorens2014-02-076-61/+60
* Fix array map functions with empty argumentsDaniel Llorens2014-02-072-85/+101
* Fix empty array bug in array-index-map!Daniel Llorens2014-02-072-11/+34
* Avoid using array_handle fields in impl->vref/vsetDaniel Llorens2014-02-072-6/+6
* Remove undocumented casting behavior in srfi4 vector_elementsDaniel Llorens2014-02-071-21/+1
* Test that typed-array? returns #f with non-array argumentDaniel Llorens2014-02-071-1/+7
* Avoid array API in make-srfi-4-vectorDaniel Llorens2014-02-073-26/+23
* Replace SCM_IMP in array-map.cDaniel Llorens2014-02-071-1/+2
* Fix comment in scm_array_get_handleDaniel Llorens2014-02-071-9/+5
* Don't bother with array handle in scm_c_array_rankDaniel Llorens2014-02-071-8/+7
* Use underlying vector implementation directly in array handlesDaniel Llorens2014-02-077-49/+34
* Match uniform_vector_elements with vector_elementsDaniel Llorens2014-02-072-56/+31
* Online documentation for vector-ref, vector-set!Daniel Llorens2014-02-071-53/+35
* vector-length rejects non vector? argDaniel Llorens2014-02-071-17/+15
* vector-ref, vector-set! reject non vector? argsDaniel Llorens2014-02-071-29/+1
* Identify scm_is_vector with scm_is_simple_vectorDaniel Llorens2014-02-0710-47/+103
* For uniform vectors SCM_I_ARRAYP can't be trueDaniel Llorens2014-02-072-25/+38
* Merge commit '9b5da400dde6e6bc8fd0e318e7ca1feffa5870db'Andy Wingo2014-02-073-38/+30
|\
| * Deprecate vector-ref, vector-length, vector-set! on weak vectorsAndy Wingo2014-02-073-43/+59
* | Merge commit '1e3fd6a0c81bb3e9900a93a9d1923cc788de0f99'Andy Wingo2014-02-071-1/+12
|\ \ | |/
| * Add weak-vector-length, weak-vector-ref, weak-vector-set!Andy Wingo2014-02-074-5/+122
* | Merge commit '40a723a92236fe4e58feb89057b4182b1fc76810'Andy Wingo2014-02-073-23/+13
|\ \ | |/
| * Remove outdated documentation of LTDL_LIBRARY_PATH.Mark H Weaver2014-02-051-8/+0
| * Document 'equal?' in list of R6RS incompatibilities.Mark H Weaver2014-02-051-2/+6
| * REPL Server: Remove unneeded error case in 'run-server'.Mark H Weaver2014-02-041-4/+0
| * REPL Server: Redirect warnings to client socket.Mark H Weaver2014-02-041-9/+7
* | Merge commit 'c8e839cfeb647aca034b9bcd5a321d419dedca1f'Andy Wingo2014-02-071-1/+1
|\ \ | |/
| * Don't check HAVE_ALARM, which no longer exists.Mark H Weaver2014-02-031-1/+1
* | Merge commit '5e69ceb7a667377a61cb0c31d7ac20e245b3fafd'Andy Wingo2014-02-07381-736/+3887
|\ \ | |/
| * Update Gnulib to v0.1-77-gd9361daMark H Weaver2014-02-03381-736/+3887
* | Merge commit '866af5da3d11ac4a9df44ee8c5b1781a0073c288'Andy Wingo2014-02-073-2/+257
|\ \ | |/