Fix frame-call-representation for primitive applications
[bpt/guile.git] / test-suite / tests / web-uri.test
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-05-02 Aleix Conchillo... web: uri-encode hexadecimal percent-encoding is now...
2012-10-31 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-08-26 Ian PriceFix uri-encoding for strings with no unreserved chars
2012-08-26 Ian PriceFix uri-encoding for octets 0-15
2012-07-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-06 Andy Wingodisable some uri tests if --disable-networking
2012-07-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-06 Andy Wingomore uri-related ipv6 fixes
2012-07-06 Daniel Hartwigenhance IPv6 support
2012-07-06 Daniel Hartwigsupport URIs with domain names starting with numbers
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-02-23 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-22 Andy Wingoadd test for recent quick fix
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Andy Wingoallow URIs of the form file:///etc/hosts
2011-01-07 Andy Wingorename string->uri and uri->string.
2010-11-04 Andy WingoURI parsing errors throw to `uri-error'
2010-10-17 Andy Wingoweb/uri: reimplement for rfc 3986, add tests