Commit History

Author SHA1 Message Date
  Mike Gran 9b357bace3 Presume ISO C90 headers are always available 2 years ago
  Andy Wingo aa5455ea98 Bignums avoid both custom GMP allocator and finalizers 3 years ago
  Andy Wingo bdddef3cfd Avoid scm_i_mkbig outside numbers.c. 3 years ago
  Andy Wingo 7c53325c31 Fix scm_integer_to_double_z to always round; clean ups 3 years ago
  Andy Wingo f46477f6f5 Don't expose mini-gmp to users 4 years ago
  Michael Gran 6ca3ab621c don't presume availability of gmp.pc 4 years ago
  Michael Gran 54adbd6f0f improve autoconfigury for minigmp 4 years ago
  Michael Gran eb1bd8050e Enable option to prefer mini-gmp over libgmp 4 years ago
  Andy Wingo 8ecc82959a Merge from stable-2.2 6 years ago
  Mark H Weaver 3ec7afb2c6 Refresh a stale comment. 6 years ago
  Andy Wingo 6ad1fc9ce0 Use ptrdiff_t instead of scm_t_ptrdiff 7 years ago
  Andy Wingo 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 7 years ago
  Andy Wingo 1234bb1850 Update license notices in all C files 7 years ago
  Andy Wingo c836c28496 libguile header files have uniform format for copyright declarations 7 years ago
  Andy Wingo 791eb0c01a Remove (C) from copyright statements 7 years ago
  Andy Wingo 97cc65fee4 Rename __scm.h to scm.h 7 years ago
  Andy Wingo c495b44714 Remove Emacs local variables comments in Guile source 7 years ago
  Andy Wingo 5534c2817e Remove useless "classes: h_files" from Guile headers. 7 years ago
  Andy Wingo b64941f5af Define scm_t_wchar in one place 7 years ago
  Andy Wingo 2b95d6faa4 Devolve gc.h 7 years ago
  Andy Wingo bdd66fdd24 Move more number validators to numbers.h. 7 years ago
  Andy Wingo d10c3aa3cd Move number validators to numbers.h. 7 years ago
  Andy Wingo 41bc98985f VM calls out to heap-numbers-equal? through intrinsics 7 years ago
  Andy Wingo 41689edfc3 Slim heap-allocated flonums 7 years ago
  Andy Wingo 73d1502630 Lower eqv? and equal? to new instructions. 7 years ago
  Mark H Weaver 1d257c27f0 Do not assume that sizeof (long) == sizeof (void *) == sizeof (SCM). 9 years ago
  Mark H Weaver 475772ea57 Merge branch 'stable-2.0' 11 years ago
  Mark H Weaver 3aecd36464 SCM_I_INUM: Rewrite to avoid unspecified behavior when not using GNU C. 11 years ago
  Mark H Weaver e293c94c65 SCM_SRS: Improve fallback implemention to avoid unspecified behavior. 11 years ago
  Mark H Weaver de7aa61ac4 Improve compliance with C standards regarding signed integer shifts. 11 years ago