bpt/guile.git
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...
2011-02-13 Noah Lavinezero newly allocated sockaddrs
2011-02-13 Ludovic CourtèsAdd `%auto-compilation-options', used by `compile-file...
2011-02-13 Ludovic CourtèsAdd `*current-warning-prefix*'.
2011-02-13 Andy Wingoprimitive-load defaults to utf-8, not latin-1
2011-02-13 Ludovic CourtèsHave `the-scm-module' be its own public interface ...
2011-02-13 Andy Wingoautocompile -> auto-compile
2011-02-13 Andy Wingo`load' is a macro (!) that resolves paths relative...
2011-02-13 Andy Wingoread-enable 'positions by default
2011-02-13 Andy Wingouse scm_c_make_struct in scm_values
2011-02-13 Ludovic CourtèsAdd `scm_t_subr' typedef (fix bug #23681).
2011-02-13 Ludovic CourtèsChange `scm_ramapc' prototype to avoid empty declarator...
2011-02-13 Ludovic CourtèsFix prototype of `scm_the_vm'.
2011-02-12 Andy Wingofix syntax-error printing
2011-02-12 Andy Wingofix scm-error invocation on SIGINT in top-repl.scm
2011-02-12 Mark H WeaverFixes and improvements to number-theoretic division...
2011-02-12 Mark H WeaverAdd comment about handling of exactness specifiers
2011-02-12 Mark H WeaverFix extensibility of 1-argument atan
2011-02-12 Mark H WeaverFix mistake in comment in tags.h
2011-02-12 Mark H WeaverBump copyright date in REPL version string
2011-02-12 Ludovic CourtèsMake sure we don't override the user's extension search...
2011-02-12 Ralf WildenhuesSave config.cache before tests which are likely to...
2011-02-11 Andreas Rottmanninstall r6rs exception printer
2011-02-11 Andy Wingobetter narrowing in catch-all handlers in throw.c
2011-02-11 Andy Wingopre-boot lookup of print-exception works
2011-02-11 Andy Wingoscm_handle_by_message uses scm_print_exception
2011-02-11 Andy Wingoscm_display_error_message, display-error use print...
2011-02-11 Andy Wingoprint-exception gets a c binding
2011-02-11 Andy Wingorepl.scm: use print-exception
2011-02-11 Andy Wingo(system repl error-handling) uses print-exception
2011-02-11 Andy Wingoadd set-exception-printer!, print-exception to boot-9
2011-02-11 Andy Wingoframe-source available in default environment
2011-02-10 Andy Wingodeprecate primitive properties
2011-02-10 Andy Wingoports.c safely accesses the port weak hash table
2011-02-10 Andy Wingopre-deprecate scm_ptobs
2011-02-10 Andy Wingofix potential concurrency bugs in port-for-each
2011-02-10 Andy Wingocomment on scm_pre_modules_obarray re threadsafety
2011-02-10 Andy Wingoinstructions.c: threadsafe static var
2011-02-10 Andy Wingomake static hash table access thread-safe in foreign.c
2011-02-10 Andy Wingofix potential deadlock in issue-deprecation-warning
2011-02-10 Ludovic Courtès"latin1" -> "Latin-1".
2011-02-10 Ludovic CourtèsAdd `scm_i_set_default_port_encoding' and `scm_i_defaul...
2011-02-10 Ludovic CourtèsSimplify `scm_i_set_port_encoding_x'.
2011-02-10 Ludovic CourtèsAdd `read-delimited' tests.
next