Historique des commits

Auteur SHA1 Message Date
  Ludovic Courtès 00fbdfa734 Handle GMP allocations through libgc and remove bignum finalizers. il y a 5 ans
  Mark H Weaver a3a726c868 Optimize fixnum exact integer square roots. il y a 5 ans
  Mark H Weaver 66ffd93dcf Fix indentation in scm_sum. il y a 5 ans
  Mark H Weaver 506c70e72b Fix typo in comment. il y a 6 ans
  Mark H Weaver 00973cbd2e In 'ash' and 'round-ash', handle right shift count of LONG_MIN. il y a 6 ans
  Mark H Weaver e6100f64bb Fix 'round-ash' of negative integers by huge right shift counts. il y a 6 ans
  Mark H Weaver e4c5f73f94 Gracefully handle huge shift counts in 'ash' and 'round-ash'. il y a 6 ans
  Mark H Weaver 5f7213e12c Fix typo in comment within numbers.c il y a 7 ans
  Andy Wingo 4a2d78b4d4 Give multiple-values objects a tc7 il y a 6 ans
  Andy Wingo 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types il y a 6 ans
  Andy Wingo 1234bb1850 Update license notices in all C files il y a 6 ans
  Andy Wingo 791eb0c01a Remove (C) from copyright statements il y a 6 ans
  Andy Wingo dd8add2fa0 Make .c copyright headers uniform il y a 6 ans
  Andy Wingo b8d757732f Rationalize include order in C files il y a 6 ans
  Andy Wingo 3068bc7384 Make libguile header inclusion consistent within libguile c files il y a 6 ans
  Andy Wingo 2eb8fa1751 Use stdint.h limit macros il y a 6 ans
  Andy Wingo c495b44714 Remove Emacs local variables comments in Guile source il y a 6 ans
  Andy Wingo 40ade0886e Remove _scm.h il y a 6 ans
  Andy Wingo f043d0c3dc Remove modules.h from _scm.h. il y a 6 ans
  Andy Wingo bf15afa6bf Move subr snarfing macros to gsubr.h. il y a 6 ans
  Andy Wingo 730cfd80e2 Devolve pairs.h il y a 6 ans
  Andy Wingo 1a99bd10f8 Devolve boolean.h include. il y a 6 ans
  Andy Wingo 5f50309448 Remove includes of validate.h. il y a 6 ans
  Andy Wingo f6ec873a8b Move "min" and "max" macros out of _scm.h il y a 6 ans
  Andy Wingo 83584ef231 Fix libguile subcomponent headers not to include <libguile.h> il y a 6 ans
  Andy Wingo c248ea10be Remove all deprecated code il y a 7 ans
  Mark H Weaver 1d257c27f0 Do not assume that sizeof (long) == sizeof (void *) == sizeof (SCM). il y a 9 ans
  Mark H Weaver a8d1c7d610 Avoid signed integer overflows in numeric conversions. il y a 9 ans
  Andy Wingo 70d4c4b284 Fix (* x -1) for GOOPS types il y a 8 ans
  Andy Wingo 5333642b71 Use labs instead of abs where needed il y a 8 ans