index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
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-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
deprecated.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
deprecate scm_immutable_{double_,}cell
Andy Wingo
2011-05-26
1
-0
/
+22
*
deprecate scm_internal_dynamic_wind
Andy Wingo
2011-05-13
1
-0
/
+23
*
deprecate scm_struct_table
Andy Wingo
2011-05-01
1
-0
/
+14
*
deprecated primitive-properties don't get handles from weak hash tables
Andy Wingo
2011-05-01
1
-19
/
+16
*
deprecate scm_whash API
Andy Wingo
2011-05-01
1
-0
/
+64
*
Make VM string literals immutable.
Ludovic Courtès
2011-03-20
1
-1
/
+1
*
deprecate primitive properties
Andy Wingo
2011-02-10
1
-1
/
+112
*
fix typos in the manual bits generated from source comments.
Ralf Wildenhues
2011-02-09
1
-1
/
+1
*
deprecate cuserid
Andy Wingo
2010-11-18
1
-0
/
+29
*
remove "discouraged" infrastructure
Andy Wingo
2010-08-08
1
-1
/
+27
*
deprecated all discouraged functions
Andy Wingo
2010-08-08
1
-0
/
+349
*
Use "pointer" instead of "foreign" when dealing with wrapped pointers.
Ludovic Courtès
2010-07-28
1
-2
/
+2
*
Simplify the (system foreign) API.
Ludovic Courtès
2010-07-26
1
-2
/
+2
*
deprecate the-last-stack
Andy Wingo
2010-06-19
1
-0
/
+49
*
scm_badargsp is deprecated
Andy Wingo
2010-05-13
1
-0
/
+21
*
deprecate dynamic-args-call, and update docs some more
Andy Wingo
2010-04-02
1
-0
/
+40
*
more fixes to equal? for arrays
Andy Wingo
2010-04-01
1
-0
/
+10
*
deprecate lazy-catch
Andy Wingo
2010-02-26
1
-0
/
+50
*
Fix `uniform-vector-read!' and `uniform-vector-write'.
Ludovic Courtès
2010-01-20
1
-16
/
+39
*
better scm_subr_p deprecation
Andy Wingo
2010-01-07
1
-0
/
+7
*
reimplement srfi-4 vectors on top of bytevectors
Andy Wingo
2010-01-07
1
-50
/
+213
*
remove the deprecatd scm_make_subr_*
Andy Wingo
2010-01-05
1
-33
/
+1
*
SCM_CELL in deprecated.c
Andy Wingo
2009-12-08
1
-1
/
+1
*
further boot cleanups
Andy Wingo
2009-12-05
1
-1
/
+1
*
remove a bunch of needless scm_permanent_object calls
Andy Wingo
2009-12-05
1
-6
/
+4
*
implement transcendental sin, cos etc in c; deprecate $sin, $cos, etc
Andy Wingo
2009-12-03
1
-0
/
+45
*
expt implemented in C, handles complex numbers
Andy Wingo
2009-12-03
1
-0
/
+8
*
remove debug frames
Andy Wingo
2009-12-03
1
-8
/
+0
*
formally deprecate trampolines
Andy Wingo
2009-12-01
1
-0
/
+39
*
remove some deprecated things, undeprecate scm_the_root_module()
Andy Wingo
2009-12-01
1
-22
/
+0
*
Don't build `inet-aton' and `inet-ntoa' when --disable-networking.
Ludovic Courtès
2009-11-25
1
-2
/
+5
*
Deprecate `inet-ntoa' and `inet-aton'.
Ludovic Courtès
2009-11-16
1
-0
/
+41
*
Deprecate `scm_mask_ints'.
Ludovic Courtès
2009-10-09
1
-0
/
+8
*
Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.
Ludovic Courtès
2009-10-02
1
-0
/
+2
*
Remove default port/SMOB finalizers.
Ludovic Courtès
2009-09-28
1
-0
/
+15
*
Remove deprecated variables/macros from the GC headers.
Ludovic Courtès
2009-08-28
1
-1
/
+24
*
Merge commit 'origin/master'
Andy Wingo
2009-08-25
1
-2
/
+3
|
\
|
*
Avoid type-punning warning in scm_gentemp
Michael Gran
2009-08-23
1
-2
/
+3
*
|
Merge wip-array refactor, up to cd43fdc5b7a7c
Andy Wingo
2009-08-25
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
move generic array foo out to its own file
Andy Wingo
2009-07-19
1
-0
/
+1
|
*
remove enclosed arrays
Andy Wingo
2009-07-19
1
-1
/
+1
*
|
Use string and symbol accessors with obarrays and keyword-dash-symbols
Michael Gran
2009-08-20
1
-14
/
+18
|
/
*
Change Guile license to LGPLv3+
Neil Jerram
2009-06-17
1
-6
/
+7
*
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
2008-09-13
1
-0
/
+4
*
Work around `#define except' on Tru64.
Ludovic Courtès
2008-06-02
1
-5
/
+5
*
merge from 1.8 branch
Kevin Ryde
2006-04-17
1
-2
/
+2
*
* gc-mark.c (scm_mark_all): Do not rely on hooks to run the weak
Marius Vollmer
2005-07-31
1
-0
/
+53
*
The FSF has a new address.
Marius Vollmer
2005-05-23
1
-1
/
+1
*
Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END.
Marius Vollmer
2005-03-07
1
-0
/
+1
*
See ChangeLog from 2005-03-02.
Marius Vollmer
2005-03-02
1
-11
/
+92
[next]