psyntax: cite the paper that psyntax is based on.
[bpt/guile.git] / module /
2013-09-10 Mark H Weaverpsyntax: cite the paper that psyntax is based on.
2013-09-10 Mark H WeaverMinor stylistic improvement to 'and-let*' macro.
2013-09-09 Mark H WeaverRewrite SRFI-2 'and-let*' using syntax-case.
2013-08-23 Mark H WeaverFix 'define-public' from (ice-9 curried-definitions).
2013-08-20 Mark H WeaverImprove error checking in 'define-public' and 'module...
2013-08-19 Ian Price`write-request-line' always prints a path component.
2013-08-15 Mark H WeaverImprove run-time error reporting in (ice-9 match).
2013-08-13 Mark H WeaverCommon numeric operations are left-to-right associative.
2013-08-12 Mark H WeaverNumerical comparisons are not negatable.
2013-08-09 Mark H WeaverFix numerator and denominator handling of signed zeroes...
2013-08-07 Mark H WeaverDecompiler: fix handling of empty 'case-lambda' express...
2013-07-21 Mark H WeaverOptimize R6RS bitwise operators.
2013-07-16 Mark H WeaverAdd support for HTTP proxies.
2013-07-16 Mark H WeaverFix R6RS 'fixnum-width'.
2013-07-16 Mark H WeaverUpdate copyright dates of recently-changed R6RS bitwise...
2013-07-16 Mark H WeaverFix 'fxbit-count' for negative arguments.
2013-07-16 Mark H WeaverFlonum operations always return flonums.
2013-07-16 Mark H Weaverflfinite? applied to a NaN returns false.
2013-07-16 Mark H Weaverflonum? returns false for complex number objects.
2013-07-16 Mark H WeaverAllow fl+ and fl* to accept zero arguments.
2013-07-14 Mark H WeaverFix 'bitwise-bit-count' for negative arguments.
2013-06-04 Ludovic CourtèsPrint the faulty object upon invalid-keyword errors.
2013-05-02 Aleix Conchillo... web: uri-encode hexadecimal percent-encoding is now...
2013-04-08 Mark H WeaverConsume a peeked EOF at the REPL.
2013-04-07 Mark H WeaverAdd keyword arguments to file opening procedures.
2013-04-07 Chris K. Jester... Add record type printer for srfi-41.
2013-04-07 Chris K. Jester... Add record type printer for srfi-45.
2013-04-07 Mark H WeaverImplement efficient 'scm_unget_bytes' and 'unget-byteve...
2013-04-07 Mark H WeaverDo not scan for coding declarations in open-file.
2013-04-06 Mark H WeaverBump 'copyright-year' to 2013.
2013-04-06 Ian PriceRemove duplicate definitions of `call/ec' and `let...
2013-04-06 Chris K. Jester... Use a fresh cons for %stream-null.
2013-04-05 Ludovic CourtèsAdd `call/ec' and `let/ec'.
2013-04-05 Chris K. Jester... Revert "Add record type printers for srfi-41 and srfi...
2013-04-05 Chris K. Jester... Add record type printers for srfi-41 and srfi-45.
2013-04-04 Mark H WeaverNicer docstring syntax for case-lambda.
2013-03-31 Mark H WeaverAdd -C command-line option to adjust %load-compiled...
2013-03-29 Ludovic Courtèsbuild: Build and check (ice-9 popen) only when --enable...
2013-03-27 Chris K. Jester... Add SRFI-41.
2013-03-27 Ludovic Courtèsfutures: Limit the number of nested futures on the...
2013-03-27 Ludovic CourtèsDocument `and=>'.
2013-03-27 Daniel Hartwigweb http: parse numeric time zones in headers
2013-03-27 Mark H WeaverSRFI-45: add promise? predicate.
2013-03-27 Mark H WeaverRevert "SRFI-45: Support multiple values; add promise...
2013-03-25 Ludovic CourtèsSRFI-37: Fix infinite loop when processing short option...
2013-03-22 Ludovic Courtèstexinfo plain-text: Use `match' for `stexi->plain-text'.
2013-03-22 Ludovic Courtèstexinfo: Add whitespace after periods.
2013-03-21 Ludovic Courtèstexinfo plain-text: Properly render @dots{}.
2013-03-21 Ludovic Courtèstexinfo: Recognize `@:'.
2013-03-21 Ludovic Courtèstexinfo: Allow markup in the arguments of `@pxref'.
2013-03-21 Mark H WeaverAdd missing 'cond-expand' feature identifiers; remove...
2013-03-19 Mark H WeaverSRFI-45: Support multiple values; add promise? predicate.
2013-03-16 Daniel Hartwighttp: support IP-literal (IPv6 address) in Host header
2013-03-16 Daniel Hartwigminor tweaks to web documentation
2013-03-13 Andy Wingofailing to load module in psyntax indicates an identifi...
2013-03-10 Jason Earluse chmod portably in (system base compile)
2013-03-10 Jason Earlfix response-body-port for responses without content...
2013-03-09 Andy Wingoallow case-lambda expressions with no clauses
2013-03-07 Andy Wingosupport calls and tail-calls with more than 255 formals
2013-03-07 Andy Wingo,option evaluates its right-hand-side
2013-03-07 Andy WingoGUILE_INSTALL_LOCALE=1 during build
2013-02-28 Ludovic CourtèsFix handling of the *-gnux32 target.
2013-02-27 Ludovic CourtèsRecognize the `x86_64.*-gnux32' triplet.
2013-02-27 Ludovic CourtèsCheck whether a triplet's OS part specifies an ABI.
2013-02-27 Ludovic CourtèsRecognize mips64* as having 32-bit pointers by default.
2013-02-24 Andy Wingoremove language/glil/decompile-assembly.scm
2013-02-24 Andy Wingodeprecate (ice-9 mapping)
2013-02-24 Daniel Hartwigfix and update (ice-9 mapping)
2013-02-24 Andy Wingoallow '/' in the prefix of UNC file names on windows
2013-02-20 Andy Wingofix compilation of functions with more than 255 local...
2013-02-19 Eli ZaretskiiFix startup of guile.exe on MS-Windows.
2013-02-19 Andy Wingoadd link to doc about UNC names
2013-02-19 Andy Wingobetter handling of windows file name conventions
2013-02-18 Andy Wingodeprecate generalized vectors in favor of arrays
2013-02-15 Andy Wingolocal rewrite for apply to a let-bound rest list
2013-02-15 Andy Wingoinline call-with-values consumers with optional and...
2013-02-15 Andy Wingomore rest argument inlining improvements
2013-02-15 Andy Wingobetter inlining of `apply' with rest arguments
2013-02-15 Andy Wingoprocedures with rest arguments can get inlined
2013-02-14 Andy Wingopeval can inline let-bound lambdas
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 foreign types: ssize_t and ptrdiff_t.
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 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-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-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èsecmascript: Fix conversion to boolean for non-numbers.
2013-01-26 Ludovic CourtèsClarify the copyright status of GOOPS.
next