summaryrefslogtreecommitdiff
path: root/libguile/deprecated.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate symbol properties.Ludovic Courtès2022-02-041-0/+52
* Bignums avoid both custom GMP allocator and finalizersAndy Wingo2022-01-131-0/+90
* Fix deprecated bit-count* when counting 0 bitsAndy Wingo2022-01-131-2/+2
* Remove array contp flagDaniel Llorens2021-08-161-1/+0
* Deprecate scm_from_contiguous_typed_arrayDaniel Llorens2021-08-161-0/+68
* Remove the 'simple vector' conceptDaniel Llorens2021-08-161-0/+9
* Replace libltdl with raw dlopen, dlsymAndy Wingo2021-02-031-1/+16
* Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo2020-09-101-0/+12
* Clean up srcprops implementationAndy Wingo2020-09-031-0/+17
* Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_pAndy Wingo2020-04-291-0/+27
* Prefer C-like interfaces for scm_c_bitvector_{set,clear}_bits_xAndy Wingo2020-04-291-3/+8
* Deprecate useless C bitvector interfaceAndy Wingo2020-04-291-2/+12
* bitvector-count-bits replaces bit-count*Andy Wingo2020-04-291-0/+86
* bitvector-flip-all-bits! replaces bit-invert!Andy Wingo2020-04-181-0/+29
* bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!Andy Wingo2020-04-151-0/+36
* bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!Andy Wingo2020-04-141-0/+47
* bitvector-bit-set? / bitvector-bit-clear? replace bitvector-refAndy Wingo2020-04-141-0/+35
* Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!Andy Wingo2020-04-131-2/+84
* Replace bit-position with bitvector-positionAndy Wingo2020-04-121-0/+42
* Replace bit-count with bitvector-countAndy Wingo2020-04-121-0/+39
* Deprecate bitvector-ref on array slicesAndy Wingo2020-04-121-1/+52
* Deprecate scm_find_executableAndy Wingo2018-10-071-1/+49
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Make .c copyright headers uniformAndy Wingo2018-06-201-1/+2
* Rationalize include order in C filesAndy Wingo2018-06-201-0/+1
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-3/+3
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-1/+2
* Remove all deprecated codeAndy Wingo2017-05-221-930/+3
* Elide syscalls in fdes->portAndy Wingo2017-02-141-0/+14
* Reimplement dynamic statesAndy Wingo2016-12-051-1/+13
* Deprecate scm_from_contiguous_arrayDaniel Llorens2016-11-231-0/+40
* Deprecate dynamic rootsAndy Wingo2016-11-211-0/+156
* scm_timed_lock_mutex replaces scm_lock_mutex_timedAndy Wingo2016-11-051-0/+15
* Back to simple unlock-mutexAndy Wingo2016-11-051-0/+15
* Replace scm_make_mutex_with_flagsAndy Wingo2016-11-051-0/+22
* Deprecate critical sectionsAndy Wingo2016-11-011-0/+41
* Deprecate user asyncsAndy Wingo2016-10-171-0/+63
* Deprecate arbitersAndy Wingo2016-10-171-0/+95
* Use heap-allocated port types instead of ptobnumsAndy Wingo2016-05-131-1/+0
* GOOPS: Deprecate "using-class" procs like slot-ref-using-classAndy Wingo2015-01-231-0/+39
* Deprecate scm_get_keywordAndy Wingo2015-01-231-0/+14
* Deprecate C exports of GOOPS classes.Andy Wingo2015-01-231-0/+90
* Generics with setters have <applicable-struct-with-setter> layoutAndy Wingo2015-01-231-5/+7
* Remove unused CPP defines naming <method> slotsAndy Wingo2015-01-231-0/+1
* Deprecate scm_no_applicable_method C exportAndy Wingo2015-01-231-0/+9
* Deprecate scm_basic_make_classAndy Wingo2015-01-231-1/+12
* Deprecate C interfaces scm_compute_applicable_methods, scm_find_methodAndy Wingo2015-01-231-0/+229
* Out-of-memory situations raise exceptions instead of abortingAndy Wingo2014-03-221-1/+16