index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
deprecated.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-16
Remove array contp flag
Daniel Llorens
1
-1
/
+0
2021-08-16
Deprecate scm_from_contiguous_typed_array
Daniel Llorens
1
-0
/
+68
2021-08-16
Remove the 'simple vector' concept
Daniel Llorens
1
-0
/
+9
2021-02-03
Replace libltdl with raw dlopen, dlsym
Andy Wingo
1
-1
/
+16
2020-09-10
Move copy-tree to (ice-9 copy-tree); deprecate main binding
Andy Wingo
1
-0
/
+12
2020-09-03
Clean up srcprops implementation
Andy Wingo
1
-0
/
+17
2020-04-29
Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_p
Andy Wingo
1
-0
/
+27
2020-04-29
Prefer C-like interfaces for scm_c_bitvector_{set,clear}_bits_x
Andy Wingo
1
-3
/
+8
2020-04-29
Deprecate useless C bitvector interface
Andy Wingo
1
-2
/
+12
2020-04-29
bitvector-count-bits replaces bit-count*
Andy Wingo
1
-0
/
+86
2020-04-18
bitvector-flip-all-bits! replaces bit-invert!
Andy Wingo
1
-0
/
+29
2020-04-15
bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!
Andy Wingo
1
-0
/
+36
2020-04-14
bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!
Andy Wingo
1
-0
/
+47
2020-04-14
bitvector-bit-set? / bitvector-bit-clear? replace bitvector-ref
Andy Wingo
1
-0
/
+35
2020-04-13
Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!
Andy Wingo
1
-2
/
+84
2020-04-12
Replace bit-position with bitvector-position
Andy Wingo
1
-0
/
+42
2020-04-12
Replace bit-count with bitvector-count
Andy Wingo
1
-0
/
+39
2020-04-12
Deprecate bitvector-ref on array slices
Andy Wingo
1
-1
/
+52
2018-10-07
Deprecate scm_find_executable
Andy Wingo
1
-1
/
+49
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Make .c copyright headers uniform
Andy Wingo
1
-1
/
+2
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-0
/
+1
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-3
/
+3
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-1
/
+2
2017-05-22
Remove all deprecated code
Andy Wingo
1
-930
/
+3
2017-02-14
Elide syscalls in fdes->port
Andy Wingo
1
-0
/
+14
2016-12-05
Reimplement dynamic states
Andy Wingo
1
-1
/
+13
2016-11-23
Deprecate scm_from_contiguous_array
Daniel Llorens
1
-0
/
+40
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-0
/
+156
2016-11-05
scm_timed_lock_mutex replaces scm_lock_mutex_timed
Andy Wingo
1
-0
/
+15
2016-11-05
Back to simple unlock-mutex
Andy Wingo
1
-0
/
+15
2016-11-05
Replace scm_make_mutex_with_flags
Andy Wingo
1
-0
/
+22
2016-11-01
Deprecate critical sections
Andy Wingo
1
-0
/
+41
2016-10-17
Deprecate user asyncs
Andy Wingo
1
-0
/
+63
2016-10-17
Deprecate arbiters
Andy Wingo
1
-0
/
+95
2016-05-13
Use heap-allocated port types instead of ptobnums
Andy Wingo
1
-1
/
+0
2015-01-23
GOOPS: Deprecate "using-class" procs like slot-ref-using-class
Andy Wingo
1
-0
/
+39
2015-01-23
Deprecate scm_get_keyword
Andy Wingo
1
-0
/
+14
2015-01-23
Deprecate C exports of GOOPS classes.
Andy Wingo
1
-0
/
+90
2015-01-23
Generics with setters have <applicable-struct-with-setter> layout
Andy Wingo
1
-5
/
+7
2015-01-23
Remove unused CPP defines naming <method> slots
Andy Wingo
1
-0
/
+1
2015-01-23
Deprecate scm_no_applicable_method C export
Andy Wingo
1
-0
/
+9
2015-01-23
Deprecate scm_basic_make_class
Andy Wingo
1
-1
/
+12
2015-01-23
Deprecate C interfaces scm_compute_applicable_methods, scm_find_method
Andy Wingo
1
-0
/
+229
2014-03-22
Out-of-memory situations raise exceptions instead of aborting
Andy Wingo
1
-1
/
+16
2013-11-27
Remove generalized vector interface; deprecated in 2.0 already.
Andy Wingo
1
-83
/
+0
2013-02-18
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+83
2013-02-18
deprecate generalized vectors in favor of arrays
Andy Wingo
1
-1
/
+83
[next]