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.h
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
Reimplement weak vectors in Scheme using ephemerons
wip-whippet
Andy Wingo
1
-0
/
+16
6 days
Reimplement guardians in Scheme
Andy Wingo
1
-0
/
+1
8 days
Remove all deprecated interfaces
Andy Wingo
1
-144
/
+1
2022-02-04
Deprecate symbol properties.
Ludovic Courtès
1
-0
/
+10
2022-01-13
Bignums avoid both custom GMP allocator and finalizers
Andy Wingo
1
-1
/
+14
2021-08-16
Deprecate scm_from_contiguous_typed_array
Daniel Llorens
1
-0
/
+3
2021-08-16
Remove the 'simple vector' concept
Daniel Llorens
1
-0
/
+1
2021-02-03
Replace libltdl with raw dlopen, dlsym
Andy Wingo
1
-1
/
+3
2020-09-10
Move copy-tree to (ice-9 copy-tree); deprecate main binding
Andy Wingo
1
-0
/
+2
2020-09-03
Clean up srcprops implementation
Andy Wingo
1
-0
/
+7
2020-04-29
Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_p
Andy Wingo
1
-0
/
+3
2020-04-29
Deprecate useless C bitvector interface
Andy Wingo
1
-0
/
+1
2020-04-29
bitvector-count-bits replaces bit-count*
Andy Wingo
1
-0
/
+1
2020-04-18
bitvector-flip-all-bits! replaces bit-invert!
Andy Wingo
1
-0
/
+1
2020-04-15
bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!
Andy Wingo
1
-0
/
+1
2020-04-14
bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!
Andy Wingo
1
-0
/
+2
2020-04-14
bitvector-bit-set? / bitvector-bit-clear? replace bitvector-ref
Andy Wingo
1
-0
/
+2
2020-04-13
Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!
Andy Wingo
1
-0
/
+1
2020-04-12
Replace bit-position with bitvector-position
Andy Wingo
1
-0
/
+1
2020-04-12
Replace bit-count with bitvector-count
Andy Wingo
1
-0
/
+1
2020-04-12
Deprecate bitvector-ref on array slices
Andy Wingo
1
-0
/
+2
2020-02-11
Reintroduce 'SCM_MEMORY_ERROR' in terms of 'scm_report_out_of_memory'.
Ludovic Courtès
1
-1
/
+3
2018-10-07
Deprecate scm_find_executable
Andy Wingo
1
-0
/
+2
2018-06-26
Rename scm_i_thread to scm_thread
Andy Wingo
1
-0
/
+2
2018-06-21
Deprecate scm_t_uint8 and similar typedefs
Andy Wingo
1
-0
/
+20
2018-06-21
Start to use C99 stdint in gen-scmconfig
Andy Wingo
1
-0
/
+5
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
libguile header files have uniform format for copyright declarations
Andy Wingo
1
-1
/
+2
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rename __scm.h to scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Deprecate pre-stdint.h limit macros
Andy Wingo
1
-0
/
+28
2018-06-20
Deprecate SCM_STATIC_DOUBLE_CELL snarf macro
Andy Wingo
1
-0
/
+12
2018-06-18
Devolve more validate macros
Andy Wingo
1
-0
/
+8
2018-06-17
Assume that if we have GCC, we have GCC >= 3.0.
Andy Wingo
1
-0
/
+9
2018-06-17
Refactor handling of auxiliary stacks and setjmp/longjmp
Andy Wingo
1
-1
/
+3
2017-05-22
Remove all deprecated code
Andy Wingo
1
-251
/
+2
2017-02-14
Elide syscalls in fdes->port
Andy Wingo
1
-0
/
+4
2016-12-05
Reimplement dynamic states
Andy Wingo
1
-0
/
+4
2016-11-23
Deprecate scm_from_contiguous_array
Daniel Llorens
1
-0
/
+10
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-0
/
+12
2016-11-05
scm_timed_lock_mutex replaces scm_lock_mutex_timed
Andy Wingo
1
-0
/
+1
2016-11-05
Back to simple unlock-mutex
Andy Wingo
1
-0
/
+1
2016-11-05
Replace scm_make_mutex_with_flags
Andy Wingo
1
-0
/
+4
2016-11-01
Deprecate critical sections
Andy Wingo
1
-0
/
+9
2016-10-17
Deprecate user asyncs
Andy Wingo
1
-0
/
+6
2016-10-17
Deprecate arbiters
Andy Wingo
1
-0
/
+6
2016-05-14
Remove unused type from ports-internal
Andy Wingo
1
-1
/
+0
2016-05-13
Use heap-allocated port types instead of ptobnums
Andy Wingo
1
-2
/
+1
2015-01-23
GOOPS: Deprecate "using-class" procs like slot-ref-using-class
Andy Wingo
1
-0
/
+4
2015-01-23
Deprecate scm_get_keyword
Andy Wingo
1
-0
/
+1
[next]