bpt/guile.git
2009-10-23 Andy Wingofix brainfuck for new tree-il, and add tests
2009-10-23 Andy Wingotree-il support for case-lambda
2009-10-23 Andy Wingoprocedure property efficiency tweak
2009-10-23 Andy Wingoflesh out glil support for optional and keyword arguments
2009-10-23 Andy Wingode-nargs struct scm_objcode; procedure-property refactor
2009-10-23 Andy Wingocallees now check their args, cons rest list, reserve...
2009-10-23 Andy Wingocallees reserve their own local vars
2009-10-23 Andy Wingoruntime and debugging support for callee-parsed procedu...
2009-10-23 Andy Wingosteps on the way to have the callee check the number...
2009-10-22 Ludovic CourtèsCompile Guile modules with `-Wunbound-variable'.
2009-10-22 Ludovic CourtèsFix typos leading to unbound variable references.
2009-10-22 Ludovic CourtèsAdjust `unbound-variable' GOOPS heuristic for `goops...
2009-10-22 Ludovic CourtèsFix bytecode disassembler.
2009-10-22 Ludovic CourtèsSRFI-88: Call `read-set!' at compile time and run time.
2009-10-21 Ludovic CourtèsRemove obsolete `save-stack' case.
2009-10-21 Ludovic CourtèsHave `-Wunbound-variable' account for GOOPS top-level...
2009-10-21 Ludovic CourtèsAdd a `guile-2' SRFI-0 feature.
2009-10-19 Ludovic CourtèsUse proper types for hash/assoc functions in `hashtab.h'.
2009-10-19 Julian GrahamFix typo in psyntax.scm related to syntax-violation...
2009-10-19 Ludovic CourtèsAdd support for R6RS/SRFI-30 nested block comments.
2009-10-16 Andy Wingocomment fixups to tree-il/compile-glil.scm
2009-10-16 Andy Wingojumps encoded using 24 bits, not 19; blocks no longer...
2009-10-16 Andy Wingocompilation enviroments are always modules; simplificat...
2009-10-16 Andy Wingono more *compilation-environment* fluid
2009-10-16 Andy Wingolanguage-readers receive environment as an arg
2009-10-16 Andy Wingorepl-reader accepts optional "read" argument
2009-10-16 Andy Wingoremove GHIL, Elisp, and R5RS languages
2009-10-16 Andy Wingobitvector tweaks
2009-10-15 Ludovic CourtèsImprove TLS detection for systems with compiler support...
2009-10-15 Ludovic CourtèsBump version number for 1.9.4.
2009-10-15 Ludovic CourtèsFix compilation of literal bitvectors.
2009-10-15 Ludovic CourtèsFix segfault for `(uniform-array->bytevector (bitvector))'.
2009-10-15 Ludovic CourtèsFix `gitlog-to-changelog' on NixOS.
2009-10-15 Ludovic CourtèsDocument the interaction of the "compilee" with the...
2009-10-15 Ludovic CourtèsFix REPL environment for languages other than scheme.
2009-10-15 Andy Wingosignedness fix fix fix
2009-10-15 Andy Wingo`load' autocompiles -- in the current module.
2009-10-15 Andy Wingoupdate NEWS for 1.9.4
2009-10-15 Andy Wingofix scm_array_handle_ref signedness fix
2009-10-15 Andy Wingoadd back support for #y bitvector read syntax
2009-10-14 Ludovic CourtèsUse pointer-less memory for `scm_gc_strdup ()'.
2009-10-14 Ludovic CourtèsRestore signature of `scm_primitive_load_path ()' as...
2009-10-14 Ludovic CourtèsUse GC-managed memory for port->encoding.
2009-10-14 Ludovic CourtèsFix signed/unsigned mismatch in `scm_array_handle_...
2009-10-13 Ken RaeburnFlush output before forking, to make test output consis...
2009-10-13 Andy Wingoadd $libir to the ltdl path, not $pkglibdir; add extens...
2009-10-12 Michael GranModify regexp.test to work better with mac/darwin
2009-10-09 Michael GranRevert changes that gather thread-specific local language
2009-10-09 Ludovic CourtèsAdjust to match changes in libgc's CVS (pre-7.2).
2009-10-09 Ludovic CourtèsUse TLS when available for `SCM_I_CURRENT_THREAD'.
2009-10-09 Ludovic CourtèsArrange so that `SCM_I_CURRENT_THREAD' is not accessed...
2009-10-09 Ludovic CourtèsDeprecate `scm_mask_ints'.
2009-10-07 Neil JerramRevert "Change dynwind flag enums to #defines, for...
2009-10-06 Ludovic CourtèsFix typo in `scm_array_p_2 ()'.
2009-10-06 Ludovic CourtèsAdd compiler warning for possibly unbound variables.
2009-10-06 Ludovic Courtèstree-il: Pass the environment to warning passes.
2009-10-02 Neil JerramChange dynwind flag enums to #defines, for greater...
2009-10-02 Ludovic CourtèsUse `SCM_DEPRECATED' in declarations of deprecated...
2009-10-02 Ludovic CourtèsAdd `SCM_DEPRECATED' macro to declare deprecated C...
2009-10-02 Ludovic CourtèsFix the argument list of gsubr stack frames.
2009-10-01 Neil JerramFix doc for inet-ntop: always produces a string
2009-10-01 Neil JerramFix handling of IPv6 addresses
2009-10-01 Neil JerramFix incorrect doc mentions of INADDR_LOCALHOST
2009-10-01 Neil JerramAdd define-module to signals.test
2009-10-01 Neil JerramChange signals.test to LGPLv3+
2009-09-30 Neil JerramRemove unused environments code and tests
2009-09-30 Neil JerramFix spurious `throw from within critical section' errors
2009-09-30 Neil JerramAvoid throw from critical section, given invalid sigact...
2009-09-28 Ludovic CourtèsMake `weaks.test' slightly more robust.
2009-09-28 Ludovic CourtèsImprove description of `scm_set_smob_mark ()'.
2009-09-28 Ludovic CourtèsRemove unneeded SMOB/port mark/free procedures.
2009-09-28 Ludovic CourtèsRemove default port/SMOB finalizers.
2009-09-25 Neil JerramClean meta/guile-config
2009-09-25 Neil JerramDon't include guile-config and guile-tools in distribution
2009-09-25 Neil JerramFix make distcheck by looking for guile-config in ...
2009-09-25 Michael GranMissing free in nl-langinfo
2009-09-25 Michael GranFix encoding of strings returned by nl-langinfo
2009-09-24 Michael GranLanguage-specific case-conversion doesn't honor locale
2009-09-24 Michael GranTests for locale-specific case conversion
2009-09-24 Michael GranTry to adjust i18n for strict aliasing
2009-09-23 Ludovic CourtèsMove "-z relro" out of $LDFLAGS so it's not in `guile...
2009-09-23 Ludovic CourtèsHave `guile-config' close over `pkg-config' and $(pkgco...
2009-09-23 Ludovic CourtèsPartially revert e5f5113c21f396705d7479a570c96690135c9d36.
2009-09-23 Ludovic CourtèsReinstate backward-compatible `scm_array_p ()'.
2009-09-23 Michael GranModify char and string locale upcase and downcase for...
2009-09-22 Neil JerramManual link from `Guile Initialization' to `Initialization'
2009-09-21 Neil JerramChanges so that benchmark-guile runs successfully
2009-09-21 Neil JerramGDS usability: operation without a mouse
2009-09-21 Neil JerramTypo fixes
2009-09-21 Neil JerramFix GDB in Emacs incantation
2009-09-21 Michael GranTests for record types
2009-09-21 Michael GranMore tests for strings
2009-09-20 Ludovic CourtèsRemove unused variables in system/language.
2009-09-20 Ludovic CourtèsRemove unused variables in ice-9/goops/srfi/scripts.
2009-09-20 Ludovic CourtèsHonor and confine expansion-time side-effects to `curre...
2009-09-20 Ludovic CourtèsFix copyright in `(srfi srfi-4 gnu)'.
2009-09-20 Ludovic CourtèsCompile in a fresh module by default.
2009-09-18 Andy Wingofix bitvectors after the array handle refactoring
2009-09-18 Andy Wingofix thinko in api-memory.texi
2009-09-18 Ludovic Courtèsi18n: Remove non-local exists from `u32_locale_casecoll...
next