Historie revizí

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