ports.c safely accesses the port weak hash table
[bpt/guile.git] / test-suite /
2010-11-07 Ludovic CourtèsFix `reader.test'.
2010-11-05 Ludovic CourtèsImprove handling of read macros in `pretty-print'.
2010-11-04 Andy Wingoadd HTTP response module
2010-11-04 Andy Wingoadd HTTP request module
2010-11-04 Andy Wingoadd HTTP module
2010-11-04 Andy WingoURI parsing errors throw to `uri-error'
2010-11-02 Andreas RottmannAdd implementation of SRFI 38
2010-11-02 Andreas RottmannUse a fluid for the list of the reader's "hash procedures"
2010-10-20 Ludovic CourtèsTweak `-Wunused-variable' and `-Wunused-toplevel' for...
2010-10-17 Andy Wingoweb/uri: reimplement for rfc 3986, add tests
2010-10-12 Ludovic CourtèsOptimize `1+' and `1-' on fixnums.
2010-10-11 Ludovic CourtèsAllow arbitrary code in ASSOC procedures for weak hash...
2010-10-10 Ludovic CourtèsAdd warnings for obvious syntax errors in format strings.
2010-10-10 Ludovic CourtèsAdd new `format' warnings.
2010-10-10 Ludovic CourtèsImplement fancy format string analysis.
2010-10-08 Ludovic CourtèsAdd `-Wformat'.
2010-10-08 Ludovic CourtèsSRFI-1: Make `fold-right' tail-recursive.
2010-10-08 Ludovic CourtèsSRFI-1: Make `unfold' tail-recursive (fix bug #30071).
2010-10-08 Ludovic CourtèsAlways run at least the ASCII regexp tests.
2010-10-03 Andreas RottmannAdd implementation of SRFI 45
2010-10-03 Andreas RottmannAdd implementation of SRFI-67
2010-10-03 Andreas RottmannAdd implementation of SRFI 42
2010-09-27 Ludovic CourtèsFix pattern variable extraction in `match' with `..1'.
2010-09-27 Ludovic CourtèsAdd support for `..1' to `match'.
2010-09-27 Andreas RottmannAdd implementation of SRFI 27
2010-09-27 Andy Wingoadd call-with-vm; remove thread-vm bits; remove vm...
2010-09-26 Ludovic CourtèsHave `@abort' honor VM changes by winds.
2010-09-26 Michael GranFavor non-hex string escapes over hex escapes when...
2010-09-25 Michael GranIncorrect parsing of NaN complex numbers
2010-09-25 Andy Wingoremove vm-version, vm options
2010-09-25 Andy Wingofix up options.test
2010-09-25 Andy Wingostatprof test traps fix; re-enable accurate call counti...
2010-09-25 Andy Wingofix eval.test for procnames eval option
2010-09-24 Andy Wingoremove a number of debug options
2010-09-24 Ludovic CourtèsFix coverage analysis of procedures called from C.
2010-09-24 Ludovic CourtèsFix typo in `weaks.test'.
2010-09-23 Ludovic CourtèsFix bug #31081 (`lookahead-u8' returns an s8.)
2010-09-23 Ludovic CourtèsFixlet in `coverage.test'.
2010-09-23 Ludovic CourtèsStrengthen the weak hash table tests.
2010-09-23 Ludovic CourtèsFix weak-value hash tables.
2010-09-23 Ludovic CourtèsDefine `equal?' for pointer objects.
2010-09-15 Ludovic CourtèsOptimize `peek-char'.
2010-09-14 Ludovic CourtèsRe-introduce pretty-printing of combining characters.
2010-09-12 Andy Wingomove srfi-1 and srfi-60 C impl to libguile, without...
2010-09-06 Ludovic CourtèsRename `make-foreign-function' to `pointer->procedure'.
2010-09-04 Ludovic CourtèsAdd an entertaining `procedure->pointer' test.
2010-09-03 Ludovic CourtèsFix the `put-bytevector' tests.
2010-09-03 Ludovic CourtèsAdd license header to `test-ffi'.
2010-09-03 Ludovic CourtèsAdd `procedure->pointer' to the FFI.
2010-09-03 Jose A. Ortega RuizFix for `submodules' in (ice-9 session) (closes #30062)
2010-09-01 Ludovic Courtèspopen.test: Don't auto-compile `popen-child.scm'.
2010-09-01 Ludovic CourtèsAdd `test-suite/tests/popen-child.scm' to the distribution.
2010-08-30 Andy Wingobitvector work
2010-08-28 Andy Wingonet-db.test tweak
2010-08-27 Ludovic CourtèsSRFI-1: Rewrite `break' and `break!' in Scheme.
2010-08-27 Ludovic CourtèsSRFI-1: Rewrite `fifth', `sixth', etc. in Scheme.
2010-08-27 Ludovic CourtèsAssorted `syntax-check' fixes.
2010-08-16 Ludovic CourtèsFix i18n tests when no French locale is available.
2010-08-15 Andreas RottmannLink test-srfi-1 to libguile as well
2010-08-15 Ludovic CourtèsAdd `string->pointer' and `pointer->string' to the...
2010-08-15 Ludovic CourtèsAdd `number->locale-string' tests.
2010-08-09 Julian GrahamExplicit definitions for `memp' and `assp' in `(rnrs...
2010-08-08 Julian GrahamExplicit definitions for `vector-for-each' and `vector...
2010-08-08 Andy Wingodeprecated all discouraged functions
2010-08-04 Andy Wingofix vector-move-right! and vector-move-left!
2010-07-28 Ludovic CourtèsFix `parse-c-struct'.
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-07-26 Ludovic CourtèsAdd `dereference-pointer' to `(system foreign)'.
2010-07-26 Ludovic CourtèsSimplify the (system foreign) API.
2010-07-26 Andy Wingoremove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64
2010-07-20 Ludovic CourtèsStart rewriting SRFI-1 in Scheme.
2010-07-20 Ludovic CourtèsAdd `vhash-fold*' in `(ice-9 vlist)'.
2010-07-17 Michael GranEnable character hex escapes by default
2010-07-17 Michael Granopen-file should handle binary mode and coding declarations
2010-07-16 Michael Granread-line should use port's encoding, not locale's...
2010-07-14 Julian GrahamFix argument passing for external hash functions in...
2010-07-13 Andy Wingofix '(] infinite loop
2010-07-12 Ludovic CourtèsFix type-checking in the optimized path of `string=?'.
2010-07-09 Andy Wingofix (set! MACRO exp) hygiene
2010-07-01 Neil JerramFix hanging of popen.test
2010-06-21 Andy Wingofix matches? test
2010-06-21 Andy Wingosyntax-case treats _ as placeholder
2010-06-19 Andy Wingoscheme-mode in syntactic records test
2010-06-19 Andreas RottmannFix SRFI-9 for records without fields
2010-06-18 Julian GrahamFix `define-condition-type' to use condition-accessors...
2010-06-18 No ItisntUse AM_SILENT_RULES to pare down build output, ignore...
2010-06-17 Andy Wingofix order of internal definitions
2010-06-17 Andy Wingocompiler support for letrec*
2010-06-16 Ludovic CourtèsUse Alex Shinn's pattern matcher for (ice-9 match).
2010-06-11 Andy Wingowhile in terms of syntax-case
2010-06-11 Andy Wingoadd inliner cases for conditionals
2010-06-11 Andy Wingodeprecate has-suffix?
2010-06-10 Andy Wingoresolve-module #:ensure argument
2010-06-10 Andy Wingoexpt / integer-expt fixes
2010-06-09 Andy Wingor6rs `import' accepts multiple clauses
2010-06-07 Andy Wingofix (expt #t 0)
2010-06-06 Ludovic CourtèsAdd tests for `program-sources' (bug #29817).
2010-06-06 Ludovic CourtèsDon't build any generated source file at "make dist...
2010-06-06 Ludovic CourtèsAdd tests for `procedure-name'.
2010-06-06 Andy Wingofix `format' with %f and exact rationals
next