summaryrefslogtreecommitdiff
path: root/libguile/deprecated.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-16Remove array contp flagDaniel Llorens1-1/+0
2021-08-16Deprecate scm_from_contiguous_typed_arrayDaniel Llorens1-0/+68
2021-08-16Remove the 'simple vector' conceptDaniel Llorens1-0/+9
2021-02-03Replace libltdl with raw dlopen, dlsymAndy Wingo1-1/+16
2020-09-10Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo1-0/+12
2020-09-03Clean up srcprops implementationAndy Wingo1-0/+17
2020-04-29Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_pAndy Wingo1-0/+27
2020-04-29Prefer C-like interfaces for scm_c_bitvector_{set,clear}_bits_xAndy Wingo1-3/+8
2020-04-29Deprecate useless C bitvector interfaceAndy Wingo1-2/+12
2020-04-29bitvector-count-bits replaces bit-count*Andy Wingo1-0/+86
2020-04-18bitvector-flip-all-bits! replaces bit-invert!Andy Wingo1-0/+29
2020-04-15bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!Andy Wingo1-0/+36
2020-04-14bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!Andy Wingo1-0/+47
2020-04-14bitvector-bit-set? / bitvector-bit-clear? replace bitvector-refAndy Wingo1-0/+35
2020-04-13Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!Andy Wingo1-2/+84
2020-04-12Replace bit-position with bitvector-positionAndy Wingo1-0/+42
2020-04-12Replace bit-count with bitvector-countAndy Wingo1-0/+39
2020-04-12Deprecate bitvector-ref on array slicesAndy Wingo1-1/+52
2018-10-07Deprecate scm_find_executableAndy Wingo1-1/+49
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Make .c copyright headers uniformAndy Wingo1-1/+2
2018-06-20Rationalize include order in C filesAndy Wingo1-0/+1
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-3/+3
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-14Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo1-1/+2
2017-05-22Remove all deprecated codeAndy Wingo1-930/+3
2017-02-14Elide syscalls in fdes->portAndy Wingo1-0/+14
2016-12-05Reimplement dynamic statesAndy Wingo1-1/+13
2016-11-23Deprecate scm_from_contiguous_arrayDaniel Llorens1-0/+40
2016-11-21Deprecate dynamic rootsAndy Wingo1-0/+156
2016-11-05scm_timed_lock_mutex replaces scm_lock_mutex_timedAndy Wingo1-0/+15
2016-11-05Back to simple unlock-mutexAndy Wingo1-0/+15
2016-11-05Replace scm_make_mutex_with_flagsAndy Wingo1-0/+22
2016-11-01Deprecate critical sectionsAndy Wingo1-0/+41
2016-10-17Deprecate user asyncsAndy Wingo1-0/+63
2016-10-17Deprecate arbitersAndy Wingo1-0/+95
2016-05-13Use heap-allocated port types instead of ptobnumsAndy Wingo1-1/+0
2015-01-23GOOPS: Deprecate "using-class" procs like slot-ref-using-classAndy Wingo1-0/+39
2015-01-23Deprecate scm_get_keywordAndy Wingo1-0/+14
2015-01-23Deprecate C exports of GOOPS classes.Andy Wingo1-0/+90
2015-01-23Generics with setters have <applicable-struct-with-setter> layoutAndy Wingo1-5/+7
2015-01-23Remove unused CPP defines naming <method> slotsAndy Wingo1-0/+1
2015-01-23Deprecate scm_no_applicable_method C exportAndy Wingo1-0/+9
2015-01-23Deprecate scm_basic_make_classAndy Wingo1-1/+12
2015-01-23Deprecate C interfaces scm_compute_applicable_methods, scm_find_methodAndy Wingo1-0/+229
2014-03-22Out-of-memory situations raise exceptions instead of abortingAndy Wingo1-1/+16
2013-11-27Remove generalized vector interface; deprecated in 2.0 already.Andy Wingo1-83/+0
2013-02-18Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+83
2013-02-18deprecate generalized vectors in favor of arraysAndy Wingo1-1/+83