Merge remote-tracking branch 'origin/stable-2.0'
Conflicts: configure.ac libguile/deprecated.c libguile/deprecated.h libguile/filesys.h libguile/fluids.c libguile/fports.c libguile/gc.c libguile/guile.c libguile/numbers.c libguile/objcodes.c libguile/r6rs-ports.c libguile/smob.c libguile/socket.c libguile/threads.h module/language/scheme/decompile-tree-il.scm module/language/tree-il/peval.scm test-suite/tests/syncase.test
This commit is contained in:
commit
26d148066f
523 changed files with 10485 additions and 3954 deletions
|
|
@ -205,7 +205,8 @@ SCM_API SCM scm_logbit_p (SCM n1, SCM n2);
|
|||
SCM_API SCM scm_lognot (SCM n);
|
||||
SCM_API SCM scm_modulo_expt (SCM n, SCM k, SCM m);
|
||||
SCM_API SCM scm_integer_expt (SCM z1, SCM z2);
|
||||
SCM_API SCM scm_ash (SCM n, SCM cnt);
|
||||
SCM_API SCM scm_ash (SCM n, SCM count);
|
||||
SCM_API SCM scm_round_ash (SCM n, SCM count);
|
||||
SCM_API SCM scm_bit_extract (SCM n, SCM start, SCM end);
|
||||
SCM_API SCM scm_logcount (SCM n);
|
||||
SCM_API SCM scm_integer_length (SCM n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue