summaryrefslogtreecommitdiff
path: root/libguile/deprecated.h
AgeCommit message (Expand)AuthorFilesLines
5 daysReimplement weak vectors in Scheme using ephemeronswip-whippetAndy Wingo1-0/+16
6 daysReimplement guardians in SchemeAndy Wingo1-0/+1
8 daysRemove all deprecated interfacesAndy Wingo1-144/+1
2022-02-04Deprecate symbol properties.Ludovic Courtès1-0/+10
2022-01-13Bignums avoid both custom GMP allocator and finalizersAndy Wingo1-1/+14
2021-08-16Deprecate scm_from_contiguous_typed_arrayDaniel Llorens1-0/+3
2021-08-16Remove the 'simple vector' conceptDaniel Llorens1-0/+1
2021-02-03Replace libltdl with raw dlopen, dlsymAndy Wingo1-1/+3
2020-09-10Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo1-0/+2
2020-09-03Clean up srcprops implementationAndy Wingo1-0/+7
2020-04-29Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_pAndy Wingo1-0/+3
2020-04-29Deprecate useless C bitvector interfaceAndy Wingo1-0/+1
2020-04-29bitvector-count-bits replaces bit-count*Andy Wingo1-0/+1
2020-04-18bitvector-flip-all-bits! replaces bit-invert!Andy Wingo1-0/+1
2020-04-15bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!Andy Wingo1-0/+1
2020-04-14bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!Andy Wingo1-0/+2
2020-04-14bitvector-bit-set? / bitvector-bit-clear? replace bitvector-refAndy Wingo1-0/+2
2020-04-13Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!Andy Wingo1-0/+1
2020-04-12Replace bit-position with bitvector-positionAndy Wingo1-0/+1
2020-04-12Replace bit-count with bitvector-countAndy Wingo1-0/+1
2020-04-12Deprecate bitvector-ref on array slicesAndy Wingo1-0/+2
2020-02-11Reintroduce 'SCM_MEMORY_ERROR' in terms of 'scm_report_out_of_memory'.Ludovic Courtès1-1/+3
2018-10-07Deprecate scm_find_executableAndy Wingo1-0/+2
2018-06-26Rename scm_i_thread to scm_threadAndy Wingo1-0/+2
2018-06-21Deprecate scm_t_uint8 and similar typedefsAndy Wingo1-0/+20
2018-06-21Start to use C99 stdint in gen-scmconfigAndy Wingo1-0/+5
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20libguile header files have uniform format for copyright declarationsAndy Wingo1-1/+2
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rename __scm.h to scm.hAndy Wingo1-1/+0
2018-06-20Deprecate pre-stdint.h limit macrosAndy Wingo1-0/+28
2018-06-20Deprecate SCM_STATIC_DOUBLE_CELL snarf macroAndy Wingo1-0/+12
2018-06-18Devolve more validate macrosAndy Wingo1-0/+8
2018-06-17Assume that if we have GCC, we have GCC >= 3.0.Andy Wingo1-0/+9
2018-06-17Refactor handling of auxiliary stacks and setjmp/longjmpAndy Wingo1-1/+3
2017-05-22Remove all deprecated codeAndy Wingo1-251/+2
2017-02-14Elide syscalls in fdes->portAndy Wingo1-0/+4
2016-12-05Reimplement dynamic statesAndy Wingo1-0/+4
2016-11-23Deprecate scm_from_contiguous_arrayDaniel Llorens1-0/+10
2016-11-21Deprecate dynamic rootsAndy Wingo1-0/+12
2016-11-05scm_timed_lock_mutex replaces scm_lock_mutex_timedAndy Wingo1-0/+1
2016-11-05Back to simple unlock-mutexAndy Wingo1-0/+1
2016-11-05Replace scm_make_mutex_with_flagsAndy Wingo1-0/+4
2016-11-01Deprecate critical sectionsAndy Wingo1-0/+9
2016-10-17Deprecate user asyncsAndy Wingo1-0/+6
2016-10-17Deprecate arbitersAndy Wingo1-0/+6
2016-05-14Remove unused type from ports-internalAndy Wingo1-1/+0
2016-05-13Use heap-allocated port types instead of ptobnumsAndy Wingo1-2/+1
2015-01-23GOOPS: Deprecate "using-class" procs like slot-ref-using-classAndy Wingo1-0/+4
2015-01-23Deprecate scm_get_keywordAndy Wingo1-0/+1