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
/
srcprop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-03
Clean up srcprops implementation
Andy Wingo
1
-92
/
+50
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
-7
/
+9
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-20
/
+20
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
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Remove modules.h from _scm.h.
Andy Wingo
1
-0
/
+1
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-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-1
/
+2
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-17
Remove public SCM_VALIDATE_NIM
Andy Wingo
1
-0
/
+3
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-2
/
+3
2017-04-18
Attempt to mutate residualized literal pair throws exception
Andy Wingo
1
-1
/
+1
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2016-04-26
Remove scm_puts_unlocked.
Andy Wingo
1
-1
/
+1
2016-04-26
Remove scm_putc_unlocked.
Andy Wingo
1
-1
/
+1
2012-02-19
tune default hash table sizes
Andy Wingo
1
-1
/
+1
2012-02-17
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
1
-22
/
+41
2012-02-15
Add 'supports-source-properties?' predicate
Mark H Weaver
1
-0
/
+18
2012-02-15
Relax validation of source property accessors
Mark H Weaver
1
-38
/
+50
2011-11-08
locking for putc, puts
Andy Wingo
1
-2
/
+2
2011-10-24
check for pairs with scm_is_pair, not scm_nimp
Andy Wingo
1
-1
/
+1
2011-10-24
remove weak pairs, rewrite weak vectors
Andy Wingo
1
-1
/
+0
2011-10-24
convert internal weak hash table users to use the weak table api
Andy Wingo
1
-39
/
+26
2011-05-24
threadsafe access to source properties weak hash table
Andy Wingo
1
-3
/
+30
2011-05-24
read + source properties simplification
Andy Wingo
1
-1
/
+29
2011-05-13
scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc
Andy Wingo
1
-3
/
+3
2011-05-13
more care regarding SCM_PACK and SCM_UNPACK
Andy Wingo
1
-2
/
+2
2011-05-01
deprecate scm_whash API
Andy Wingo
1
-23
/
+15
2010-09-24
remove srcprop.[ch] things that have to do with breakpoints
Andy Wingo
1
-44
/
+10
2009-12-08
SCM_CELL in srcprop.c
Andy Wingo
1
-6
/
+6
2009-12-05
decruftify scm_sys_protects
Andy Wingo
1
-0
/
+1
2009-12-05
remove a bunch of needless scm_permanent_object calls
Andy Wingo
1
-3
/
+2
2009-12-01
new evaluator, y'all
Andy Wingo
1
-12
/
+0
2009-12-01
no special treatment for memoized code in srcprop.c
Andy Wingo
1
-68
/
+1
2009-12-01
factor copy-tree and cons-source out of eval.[ch]
Andy Wingo
1
-0
/
+18
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-35
/
+100
2009-08-21
Remove trailing whitespace
Neil Jerram
1
-1
/
+1
2009-08-21
Fix set-source-properties so that the special source properties work
Neil Jerram
1
-0
/
+63
2009-08-21
In srcprop.c change all occurrences of "plist" to "alist"
Neil Jerram
1
-37
/
+39
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-6
/
+7
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2008-11-02
Remove the SMOB mark procedure for source properties.
Ludovic Courtès
1
-8
/
+0
2008-09-13
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-1
/
+4
2008-09-13
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
1
-1
/
+4
[next]