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
/
bitvectors.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-04
New function bitvector-copy (scm_bitvector_copy)
Daniel Llorens
1
-0
/
+47
2020-04-29
Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_p
Andy Wingo
1
-15
/
+15
2020-04-29
Prefer C-like interfaces for scm_c_bitvector_{set,clear}_bits_x
Andy Wingo
1
-28
/
+42
2020-04-29
Deprecate useless C bitvector interface
Andy Wingo
1
-10
/
+18
2020-04-29
bitvector-count-bits replaces bit-count*
Andy Wingo
1
-96
/
+36
2020-04-18
bitvector-flip-all-bits! replaces bit-invert!
Andy Wingo
1
-30
/
+21
2020-04-15
bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!
Andy Wingo
1
-42
/
+45
2020-04-14
bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!
Andy Wingo
1
-38
/
+42
2020-04-14
bitvector-bit-set? / bitvector-bit-clear? replace bitvector-ref
Andy Wingo
1
-35
/
+32
2020-04-13
Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!
Andy Wingo
1
-101
/
+66
2020-04-12
Replace bit-position with bitvector-position
Andy Wingo
1
-57
/
+32
2020-04-12
Replace bit-count with bitvector-count
Andy Wingo
1
-38
/
+21
2020-04-12
Deprecate bitvector-ref on array slices
Andy Wingo
1
-289
/
+282
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-51
/
+51
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
-6
/
+8
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-12
/
+12
2018-06-20
Rename __scm.h to scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Remove ports.h from inline.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-1
/
+3
2017-10-31
Remove scm_generalized_vector_get_handle
Daniel Llorens
1
-4
/
+6
2017-04-18
All literal constants are read-only
Andy Wingo
1
-27
/
+42
2016-04-26
Remove scm_puts_unlocked.
Andy Wingo
1
-1
/
+1
2016-04-26
Remove scm_putc_unlocked.
Andy Wingo
1
-1
/
+1
2014-06-29
Fix bit-count* bug
Andy Wingo
1
-1
/
+1
2014-02-09
Remove array impl. registry; instead, hard-code array handle creation
Andy Wingo
1
-31
/
+8
2013-11-03
RTL compiler supports static bitvectors
Andy Wingo
1
-4
/
+4
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2012-02-02
Improve the usage of variable names in C docstrings.
Bake Timmons
1
-1
/
+1
2012-01-10
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-19
/
+13
2012-01-09
allocate a tc7 to bitvectors
Andy Wingo
1
-19
/
+13
2011-11-11
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-3
/
+3
2011-11-10
fix bit-set*! bug (!)
Andy Wingo
1
-4
/
+4
2011-11-08
locking for putc, puts
Andy Wingo
1
-3
/
+3
2011-02-09
fix typos in the manual bits generated from source comments.
Ralf Wildenhues
1
-1
/
+1
2010-12-04
make-string et al nulls memory if not given an initializer
Andy Wingo
1
-1
/
+3
2009-12-15
Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co.
Ludovic Courtès
1
-2
/
+2
2009-12-08
add SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASK
Andy Wingo
1
-1
/
+2
2009-09-28
Remove unneeded SMOB/port mark/free procedures.
Ludovic Courtès
1
-12
/
+2
2009-07-19
make-typed-array builds backing vector via make-generalized-vector
Andy Wingo
1
-2
/
+1
2009-07-19
add registry of vector constructors, make-generalized-vector
Andy Wingo
1
-0
/
+1
[next]