summaryrefslogtreecommitdiff
path: root/doc/ref/api-data.texi
Commit message (Expand)AuthorAgeFilesLines
* Document R7RS functions related to bytevectorsDaniel Llorens2023-01-171-11/+103
* Add 'bytevector-slice'.Ludovic Courtès2023-01-141-1/+45
* doc: Fix minor typosColin Woodbury2022-12-091-1/+1
* Deprecate symbol properties.Ludovic Courtès2022-02-041-80/+1
* New function bitvector-copy (scm_bitvector_copy)Daniel Llorens2022-01-041-0/+7
* Update NEWSDaniel Llorens2021-10-271-1/+1
* Provide xxvector-copy and xxvector-copy! for srfi-4 vectorsDaniel Llorens2021-10-211-0/+2
* Extend bytevector-fill! to handle a partial fillDaniel Llorens2021-08-171-4/+14
* Remove the 'simple vector' conceptDaniel Llorens2021-08-161-44/+37
* Add function vector-copy! to coreDaniel Llorens2021-08-061-5/+31
* Extend core vector-copy to r7rs vector-copyDaniel Llorens2021-08-061-0/+1
* Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo2020-09-101-1/+2
* doc: Document default delimiter of string-join.Arun Isaac2020-06-181-3/+4
* Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_pAndy Wingo2020-04-291-8/+1
* Prefer C-like interfaces for scm_c_bitvector_{set,clear}_bits_xAndy Wingo2020-04-291-30/+16
* Deprecate useless C bitvector interfaceAndy Wingo2020-04-291-10/+5
* bitvector-count-bits replaces bit-count*Andy Wingo2020-04-291-13/+17
* bitvector-flip-all-bits! replaces bit-invert!Andy Wingo2020-04-181-7/+4
* bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!Andy Wingo2020-04-151-11/+10
* bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!Andy Wingo2020-04-141-4/+10
* bitvector-bit-set? / bitvector-bit-clear? replace bitvector-refAndy Wingo2020-04-141-7/+9
* Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!Andy Wingo2020-04-131-11/+21
* Replace bit-position with bitvector-positionAndy Wingo2020-04-121-4/+4
* Replace bit-count with bitvector-countAndy Wingo2020-04-121-5/+4
* Deprecate bitvector-ref on array slicesAndy Wingo2020-04-121-31/+13
* Optionally allow duplicate field names in core recordsAndy Wingo2020-01-121-8/+16
* New function string-replace-substring in (ice-9 string-fun)Daniel Llorens2020-01-061-0/+16
* Update NEWS for records and exceptions workwip-exceptionsAndy Wingo2019-11-141-2/+2
* Add support for immutable fields in core recordsAndy Wingo2019-10-281-2/+9
* Rename final? record type flag; add support for opaque?Andy Wingo2019-10-271-5/+14
* Guile `make-record-type' supports non-generative definitionAndy Wingo2019-10-271-1/+13
* Record accessors respect subtypingAndy Wingo2019-10-221-11/+17
* doc: Fix typo about SRFI-4 syntax.Ludovic Courtès2018-08-071-1/+1
* Merge until e0bcda4ad940c4e15679cc2b229838b33acdd36c from stable-2.2Andy Wingo2017-11-291-39/+18
|\
| * Fix sort, sort! for arrays with nonzero lower boundDaniel Llorens2017-10-311-10/+22
| * Remove documentation on uniform-vector-read!, uniform-vector-writeDaniel Llorens2017-10-311-33/+0
* | Merge 'stable-2.2'Andy Wingo2017-09-251-6/+19
|\ \ | |/
| * Add struct-ref/unboxed, struct-set!/unboxedAndy Wingo2017-09-251-6/+19
* | Replace "pr" struct fields with "pw" fieldsAndy Wingo2017-09-231-19/+21
|/
* Deprecate opaque struct fieldsAndy Wingo2017-09-231-11/+2
* Deprecate struct "self" slotsAndy Wingo2017-09-221-12/+4
* Remove references to tail arrays in the documentationAndy Wingo2017-09-201-69/+18
* Documentation typo tweakSergei Trofimovich2017-04-191-1/+1
* doc: Fix typo in keywords documentation.Georgi Kirilov2017-03-011-1/+1
* Document 'scm_to_uintptr_t' and 'scm_from_uintptr_t'.Ludovic Courtès2017-03-011-1/+3
* Explain why no native accessors for `s8' and `u8' existDiogo F. S. Ramos2017-02-271-2/+3
* Final names for new array functionsDaniel Llorens2017-01-091-64/+92
* Document new array functions, with provisional namesDaniel Llorens2016-11-231-0/+165
* Merge api-{data,compound}.texiAndy Wingo2016-11-221-513/+4481
* Documentation fixesEthan Stefan Day2016-08-071-9/+9