summaryrefslogtreecommitdiff
path: root/doc/ref/api-data.texi
AgeCommit message (Expand)AuthorFilesLines
2025-03-20Replace "either" with "either array" in make-shared-array docsArun Isaac1-2/+2
2024-10-26doc: Recommend alist-copy instead of list-copy.Tomas Volf1-1/+1
2024-10-22doc: Fix use of literals in alist exampleDaniel Llorens1-4/+27
2024-08-12Better error messages in array functionsDaniel Llorens1-8/+9
2024-08-03api-data.texi: fix typo in "Real and Rational Numbers" sectionYuval Langer1-2/+2
2024-05-06Fix typos throughout codebase.Morgan Smith1-71/+76
2023-07-16Fix typos throughout codebase.Morgan Smith1-8/+8
2023-01-17Document R7RS functions related to bytevectorsDaniel Llorens1-11/+103
2023-01-14Add 'bytevector-slice'.Ludovic Courtès1-1/+45
2022-12-09doc: Fix minor typosColin Woodbury1-1/+1
2022-02-04Deprecate symbol properties.Ludovic Courtès1-80/+1
2022-01-04New function bitvector-copy (scm_bitvector_copy)Daniel Llorens1-0/+7
2021-10-27Update NEWSDaniel Llorens1-1/+1
2021-10-21Provide xxvector-copy and xxvector-copy! for srfi-4 vectorsDaniel Llorens1-0/+2
2021-08-17Extend bytevector-fill! to handle a partial fillDaniel Llorens1-4/+14
2021-08-16Remove the 'simple vector' conceptDaniel Llorens1-44/+37
2021-08-06Add function vector-copy! to coreDaniel Llorens1-5/+31
2021-08-06Extend core vector-copy to r7rs vector-copyDaniel Llorens1-0/+1
2020-09-10Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo1-1/+2
2020-06-18doc: Document default delimiter of string-join.Arun Isaac1-3/+4
2020-04-29Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_pAndy Wingo1-8/+1
2020-04-29Prefer C-like interfaces for scm_c_bitvector_{set,clear}_bits_xAndy Wingo1-30/+16
2020-04-29Deprecate useless C bitvector interfaceAndy Wingo1-10/+5
2020-04-29bitvector-count-bits replaces bit-count*Andy Wingo1-13/+17
2020-04-18bitvector-flip-all-bits! replaces bit-invert!Andy Wingo1-7/+4
2020-04-15bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!Andy Wingo1-11/+10
2020-04-14bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!Andy Wingo1-4/+10
2020-04-14bitvector-bit-set? / bitvector-bit-clear? replace bitvector-refAndy Wingo1-7/+9
2020-04-13Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!Andy Wingo1-11/+21
2020-04-12Replace bit-position with bitvector-positionAndy Wingo1-4/+4
2020-04-12Replace bit-count with bitvector-countAndy Wingo1-5/+4
2020-04-12Deprecate bitvector-ref on array slicesAndy Wingo1-31/+13
2020-01-12Optionally allow duplicate field names in core recordsAndy Wingo1-8/+16
2020-01-06New function string-replace-substring in (ice-9 string-fun)Daniel Llorens1-0/+16
2019-11-14Update NEWS for records and exceptions workwip-exceptionsAndy Wingo1-2/+2
2019-10-28Add support for immutable fields in core recordsAndy Wingo1-2/+9
2019-10-27Rename final? record type flag; add support for opaque?Andy Wingo1-5/+14
2019-10-27Guile `make-record-type' supports non-generative definitionAndy Wingo1-1/+13
2019-10-22Record accessors respect subtypingAndy Wingo1-11/+17
2018-08-07doc: Fix typo about SRFI-4 syntax.Ludovic Courtès1-1/+1
2017-11-29Merge until e0bcda4ad940c4e15679cc2b229838b33acdd36c from stable-2.2Andy Wingo1-39/+18
2017-10-31Fix sort, sort! for arrays with nonzero lower boundDaniel Llorens1-10/+22
2017-10-31Remove documentation on uniform-vector-read!, uniform-vector-writeDaniel Llorens1-33/+0
2017-09-25Merge 'stable-2.2'Andy Wingo1-6/+19
2017-09-25Add struct-ref/unboxed, struct-set!/unboxedAndy Wingo1-6/+19
2017-09-23Replace "pr" struct fields with "pw" fieldsAndy Wingo1-19/+21
2017-09-23Deprecate opaque struct fieldsAndy Wingo1-11/+2
2017-09-22Deprecate struct "self" slotsAndy Wingo1-12/+4
2017-09-20Remove references to tail arrays in the documentationAndy Wingo1-69/+18
2017-04-19Documentation typo tweakSergei Trofimovich1-1/+1