bpt/guile.git
2013-02-12 Andy Wingoallow (define-macro name (lambda ...))
2013-02-09 Andy Wingo(texinfo): add a command-spec for @math{}.
2013-02-09 Andy Wingo(texinfo docbook): informaltable is a block element.
2013-02-09 Andy Wingo(texinfo plain-text): Pass @math{} through as-is.
2013-02-09 Andy Wingo(texinfo serialize): don't break words when wrapping
2013-02-02 Mark H WeaverAdd copyright notice to gen-scmconfig.c.
2013-02-02 Mark H WeaverAdd foreign types: ssize_t and ptrdiff_t.
2013-02-02 Mark H WeaverAdd scm_from_ptrdiff_t and scm_to_ptrdiff_t.
2013-02-02 Mark H WeaverFix typo in comment generated by gen-scmconfig.c.
2013-02-01 Ludovic Courtèsguild: Gracefully handle failures to install the locale.
2013-02-01 Ludovic CourtèsSkip FFI tests that rely on `-export-dynamic' behavior...
2013-01-31 Mark H WeaverDo not defer expansion of internal define-syntax forms.
2013-01-31 Mark H WeaverBump copyright year to 2013 in REPL greeting.
2013-01-30 Andy WingoRevert "detect and consume byte-order marks for textual...
2013-01-30 Andy Wingoadd #:doctype-handler to xml->sxml
2013-01-30 Andy Wingoquick fix to ssax.scm
2013-01-30 Andy Wingofix ssax:warn to work as intended
2013-01-30 Andy Wingodetect and consume byte-order marks for textual ports
2013-01-30 Andy Wingorequire automake 1.12 for `serial-tests'.
2013-01-28 Ludovic Courtèsbuild: Allow use of Automake 1.13.
2013-01-28 Ludovic CourtèsRemove unneeded SMOB mark procedure in `memoize.c'.
2013-01-28 Ian PriceFix argument count for various format string escape...
2013-01-28 Andy Wingoxml->sxml argument can be a port or a string
2013-01-28 Andy Wingomake (sxml simple)'s xml->sxml more capable
2013-01-28 Andy Wingossax: treat *DEFAULT* as a fallback handler in entity...
2013-01-28 Andy Wingobegin rewriting SXML docs
2013-01-27 Andy Wingocurrent-ssax-error-port is a parameter
2013-01-27 Mark H WeaverFix source annotation bug in psyntax 'expand-body'.
2013-01-27 Mark H WeaverAdd 'for-humans?' flag to <language> specifications.
2013-01-26 Ludovic CourtèsAdd tests for `--language'.
2013-01-26 Ludovic Courtèsecmascript: Fix conversion to boolean for non-numbers.
2013-01-26 Ludovic CourtèsClarify the copyright status of GOOPS.
2013-01-23 Mark H WeaverRegenerate psyntax-pp.scm.
2013-01-23 Andy Wingooop goops save: fix compile-time availability of write...
2013-01-23 Andy Wingofix regression in -l
2013-01-23 Andy Wingoload files from the command line relative to the cwd
2013-01-23 Andy Wingoadd --language argument
2013-01-23 Andy Wingofix dynamic-call doc
2013-01-22 Andy Wingopaameterize in read-and-compile
2013-01-22 Andy Wingodocstring in rdelim
2013-01-22 Andy Wingocurrent-language is a parameter in boot-9
2013-01-22 Andy Wingoadd fluid->parameter
2013-01-22 Andy Wingoadd read-string and read-string! to (ice-9 rdelim)
2013-01-22 Andy Wingo`include' relative paths relative to including file
2013-01-22 Andy Wingolibguile examples use scm_c_vector functions instead...
2013-01-22 Andy Wingodocumentation recommends scm_new_smob instead of SCM_NE...
2013-01-22 Andy Wingofix compilation of glil to assembly
2013-01-21 Andy WingoFix http-get* deprecation note
2013-01-21 Andy Wingoadd dynl.x dep on libpath.h
2013-01-21 Andy Wingoread-and-compile closes input file after seeing EOF
2013-01-21 Andy Wingofix try-module-autoload, which did not detect failure...
2013-01-20 Andy WingoFix attempt to get handle of weak table in (oop goops...
2013-01-17 Andy Wingowarn on multithreaded fork
2013-01-16 Andy Wingotrace: limit length of "| | | "... prefix
2013-01-16 Andy Wingopeval-introduced gensyms infix " "
2013-01-16 Andy Wingoan end to the generated-documentation experiment
2013-01-15 Greg Benisondoc/ref/hierarchy.png: conform to hierarchy.txt and...
2013-01-15 Andy Wingofix string->bytevector for utf-8 and non-error conversi...
2013-01-14 Andy Wingocase-lambda* clauses fail to match if too many positionals
2013-01-11 Andy WingoDocstrings in (ice-9 iconv)
2013-01-11 Andy WingoChange iconv procedures to take optional instead of...
2013-01-11 Andy WingoAdd http-post, http-put, et cetera
2013-01-11 Andy Wingoread-response-body always returns bytevector or #f
2013-01-11 Andy Wingoremove (web http) TODO list
2013-01-11 Andy Wingo(web server) uses (ice-9 iconv)
2013-01-11 Andy Wingoadd bytevector->string and string->bytevector in new...
2013-01-10 Andy Wingofix ice-9/slib
2013-01-10 Andy Wingodeprecate SCM_CHAR_CODE_LIMIT and char-code-limit
2013-01-08 Andy Wingoslight open-pipe* / open-process refactor
2013-01-07 Andy Wingohttp-get: don't shutdown write end of socket
2013-01-07 Andy WingoFix partial commit of documentation update
2013-01-07 Andy WingoMore procedure-arguments-alist documentation and a...
2013-01-07 Cedric Cellierdocument program-arguments-alist and program-lambda...
2013-01-07 Andy Wingominor cleanup in values.c
2012-12-19 Ludovic Courtèstests: Remove leftover `pk'.
2012-12-19 Ludovic CourtèsChange `system*' to not leave dangling processes behind.
2012-12-16 Ludovic Courtèsweb: Correctly detect "No route to host" conditions.
2012-12-10 Ludovic Courtèsbuild: Require Automake 1.11.2 or later.
2012-12-10 Daniel Hartwigrepl: add repl-option for customized print
2012-12-10 Ludovic Courtèstest-suite: Skip `EACCES' test of `file-system-fold...
2012-12-10 Ludovic CourtèsVerify the value of `SHUT_RD' and related constants.
2012-12-10 Ludovic Courtèsdoc: Update `release.org'.
2012-12-07 Mark H WeaverThanks Jozef Chraplewski.
2012-12-07 Mark H WeaverAvoid signed integer overflow in scm_product
2012-11-30 Daniel Hartwigdoc: remove more references to hash-tables-as-vectors
2012-11-30 Ludovic Courtèsdoc: Update `release.org'.
2012-11-29 Ludovic CourtèsNEWS: Add "R6RS SRFI support" text.
2012-11-29 Ludovic CourtèsBump version number for 2.0.7.
2012-11-29 Mark H WeaverNEWS: Add entry for new GUILE_LOAD_PATH (et al) ellipsi...
2012-11-29 Mark H WeaverNEWS: Mention par-for-each, alongside par-map, being...
2012-11-29 Mark H WeaverMinor fixes in NEWS
2012-11-29 Ludovic CourtèsUpdate `NEWS'.
2012-11-29 Ludovic Courtèsfutures: Remove circular dependency with (ice-9 threads).
2012-11-29 Ludovic Courtèsdoc: Document nested futures.
2012-11-29 Ludovic Courtèsdoc: Remove example use of vectors as hash tables.
2012-11-29 Mark H WeaverAdd parse-path-with-ellipsis, and use it for GUILE_LOAD...
2012-11-28 Ludovic CourtèsRemove definition of the `SHARED_LIBRARY_PATH_VARIABLE...
2012-11-28 Ludovic Courtèsweb: Add `http-get*'.
2012-11-28 Ludovic Courtèsweb: Add `response-body-port'.
2012-11-28 Ludovic Courtèsweb: Export `text-content-type?'.
next