Changeset 25793 in project
- Timestamp:
- 01/08/12 14:10:36 (9 years ago)
- Location:
- wiki/eggref/4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/uri-common
r25128 r25793 53 53 {{uri-relative-to}} (see below). 54 54 55 <procedure>(make-uri #!key authority scheme path query fragment host port username password) => URI</procedure> 56 57 Constructs a URI from the given components. 58 55 59 ==== Accessors 56 60 … … 291 295 === Version History 292 296 297 * 1.3 Added {{make-uri}} constructor. 293 298 * 1.2 re-exported {{uri-encode-string}}, {{uri-decode-string}} and the various charsets from uri-generic. Remove bogus charset encoding rules for fragments (fall back to normal uri encoding) 294 299 * 1.1 Fixed x-www-form-urlencoded encoding so it encodes even characters that do not strictly need to be encoded according to the URI spec, but do according to the x-www-form-urlencoded spec. … … 307 312 === License 308 313 309 Copyright 2008-201 0Peter Bex314 Copyright 2008-2012 Peter Bex 310 315 All rights reserved. 311 316 -
wiki/eggref/4/uri-generic
r25290 r25793 211 211 === Version History 212 212 213 * 2.37 Fixed bug in make-uri when passed no path, added basic tests for make-uri. 213 214 * 2.36 Added procedure make-uri 214 215 * 2.35 Added some extra checks so we do not try to parse URIs containing invalid (non-hexnum) percent-encoding. Add code to preserve empty path segments during parsing and when performing relative reference resolution. … … 248 249 249 250 250 Copyright 2008-201 1Ivan Raikov, Peter Bex.251 Copyright 2008-2012 Ivan Raikov, Peter Bex. 251 252 All rights reserved. 252 253
Note: See TracChangeset
for help on using the changeset viewer.