bpt/guile.git
2011-03-03 Andreas RottmannUse module identity to filter for existing modules
2011-03-02 Ludovic CourtèsRemove extra comma after `SCM_ARRAY_ELEMENT_TYPE_LAST'.
2011-03-02 Ludovic CourtèsImprove the documentation for `dynamic-link'.
2011-03-02 Mark H WeaverPortability fixes for popen.test (for when /bin/sh...
2011-02-28 Ludovic CourtèsHave `read' update line/column numbers when reading...
2011-02-28 Andy Wingoupdate port-filename docs
2011-02-27 Ludovic CourtèsLink stand-alone tests against libgc.
2011-02-27 Ludovic CourtèsStrip any CPPFLAGS other than `-I' from `guile-2.0...
2011-02-27 Andy Wingoflush all input on a read error
2011-02-27 Andy Wingoscm-error-printer resilience
2011-02-27 Andy Wingoupdate R6RS incompatibilities
2011-02-27 Andy Wingoregenerate psyntax-pp
2011-02-27 Andy Wingoadd syncase test
2011-02-27 Andy Wingochi-top-sequence defines macros before expanding other...
2011-02-27 Andy Wingopsyntax: fold chi-top-sequence into chi-top
2011-02-25 Ludovic CourtèsFix `gc-profile.scm'.
2011-02-25 Andy Wingomake-weak-key-hash-table vacuuming
2011-02-24 Ludovic CourtèsRevert ""latin1" -> "Latin-1"."
2011-02-24 Ludovic CourtèsMake `locale-digit-grouping' more robust.
2011-02-24 Ludovic CourtèsFix README.
2011-02-24 Andy Wingoweak hash tables vacuum stale entries after a gc
2011-02-24 Andy Wingore-enable the after-gc-hook
2011-02-24 Andy Wingopointerless backing buffers for string ports
2011-02-24 Andy Wingoerrno saving in display_string
2011-02-24 Andy Wingoweb server more assiduous about closing ports
2011-02-23 Andy Wingoopen-pipe* pumps pipes guardian
2011-02-23 Andy WingoGC dead links in weak hash tables before a possible...
2011-02-23 Mark H WeaverPortability fix for new log and log10
2011-02-21 Ludovic CourtèsFix a bug in `vhash-delete'.
2011-02-21 Ludovic CourtèsUse `vhash-delq' in `(language tree-il analyze)'.
2011-02-21 Ludovic CourtèsOptimize `vhash-delete'.
2011-02-21 Ludovic CourtèsAdd omitted exports from `(ice-9 vlist)'.
2011-02-21 Ludovic CourtèsCompile `(rnrs)' after all other RNRS modules, potentially.
2011-02-21 Ludovic CourtèsMake `(rnrs base)' independent of other rnrs modules.
2011-02-20 Andy Wingoupdate examples in manual to use PKG_CHECK_MODULES
2011-02-20 Andy Wingopkg-config instead of guile-config in manuals
2011-02-20 Andy Wingotour.texi compilation fix
2011-02-20 Andy Wingo@value{EFFECTIVE-VERSION} instead of 2.0 in some places...
2011-02-20 Bruno Haibleguile.m4: Add support for linking against guile with...
2011-02-18 Neil JerramFix typos in (web ...) doc
2011-02-18 Neil JerramLast (for a little while) GOOPs doc fix
2011-02-18 Neil JerramRemove unneeded fixme
2011-02-18 Neil JerramTidy up remaining bits of the MOP section
2011-02-18 Neil JerramClean up doc on class redefinition and instance class...
2011-02-18 Neil JerramMerge orphan Class Options section into Class Definition
2011-02-18 Neil JerramDoc of MOP for instance and class creation
2011-02-18 Neil JerramSummarize class definition protocol
2011-02-18 Neil JerramWork on GOOPS MOP documentation
2011-02-18 Neil JerramRewording for "make an intervention".
2011-02-18 Neil JerramNo sublimated desires
2011-02-18 Andy Wingofix a couple leaks in ports.c. thanks valgrind!
2011-02-18 Andy Wingocore modules use (ice-9 binary-ports) instead of (rnrs...
2011-02-18 Andy Wingoadd (ice-9 binary-ports)
2011-02-18 Andy Wingoupdate extension example in manual
2011-02-16 Ludovic CourtèsChange tag naming convention to `vX.Y.Z'.
2011-02-15 Mark H WeaverImprovements to `log' and `log10'
2011-02-15 Mark H WeaverFix comment above number-theoretic division tests
2011-02-15 Ludovic CourtèsSwitch to 2.0.0.
2011-02-15 Ludovic CourtèsIncrement `LIBGUILE_INTERFACE_CURRENT'.
2011-02-15 Ludovic CourtèsUpdate `doc/example-smob'.
2011-02-15 Mark H WeaverUse trunc in scm_i_inexact_truncate_divide
2011-02-15 Ludovic CourtèsDocument `%auto-compilation-options'.
2011-02-15 Ludovic CourtèsFix compilation of `c-tokenize.c' in a cross-compile...
2011-02-15 Ludovic CourtèsUse all the LDFLAGS from Gnulib.
2011-02-15 Ludovic CourtèsRemove Gnulib's `sockets' module from the import list.
2011-02-15 Ludovic CourtèsImport Gnulib's `log1p' and `round' modules.
2011-02-15 Andy Wingoremove 1.9 changes from NEWS (leaving only 2.0)
2011-02-15 Mark H WeaverUse trunc instead of scm_c_truncate
2011-02-15 Mark H WeaverFix minor errors in docs of division operators
2011-02-14 Andy Wingonews tweak
2011-02-14 Andy Wingoadd more NEWS
2011-02-14 Andy Wingofold new NEWS items into main text
2011-02-14 Andy Wingoupdate THANKS
2011-02-14 Andy Wingotweak to internal scm_i_extract_values_2
2011-02-14 Mark H WeaverAllow GOOPS getters to add methods to primitive generics
2011-02-14 Mark H WeaverMake SCM_NUMP and SCM_NUMBERP more extensible
2011-02-14 Mark H WeaverSlight optimization for scm_equal_p
2011-02-14 Mark H WeaverReduce code size of division operators
2011-02-14 Mark H WeaverOptimize truncate, round, floor, and ceiling
2011-02-14 Mark H WeaverAdd four new sets of fast quotient and remainder operators
2011-02-14 Mark H WeaverOptimize division operators handling of fractions
2011-02-14 Mark H WeaverMake divide functions return values via (SCM *) output...
2011-02-14 Mark H WeaverAdded internal C function to extract from values object
2011-02-14 Andy Wingoupdate thanks
2011-02-14 Andy Wingoadd vector-move test cases
2011-02-14 Ian Pricefix fencepost error in vector-move-left! and -right!
2011-02-14 Ludovic CourtèsPass all the flags when building `gen-scmconfig' in...
2011-02-14 Ludovic CourtèsLeave the default `*current-warning-prefix*' at the...
2011-02-14 Ludovic CourtèsTemporarily fix `unistr.in.h' to allow compilation...
2011-02-14 Ludovic CourtèsUpdate Gnulib; add new modules.
2011-02-14 Neil JerramThank Ralf
2011-02-13 Neil JerramTypo fix
2011-02-13 Neil JerramProcedure/macro index includes Autoconf macros
2011-02-13 Neil JerramMisc textual editing
2011-02-13 Neil JerramAvoid uses of "resp. signed"
2011-02-13 Neil JerramReword intro of `Accessing Arrays from C'
2011-02-13 Ralf Wildenhuesdocs: fix typos in manual, and a couple in code comments.
2011-02-13 Ralf Wildenhuesdocs: fix markup in api-options.texi.
2011-02-13 Noah LavineSet sockaddr_in.sin_len field when it exists.
2011-02-13 Andy Wingobump objcode version to 2.0; introduce minor-version...
next