aboutsummaryrefslogtreecommitdiff
path: root/libstore/url.c
Commit message (Collapse)AuthorAgeFilesLines
* 2001-12-31 Roland McGrath <roland@frob.com>Roland McGrath2001-12-311-1/+2
| | | | * url.c (url_decode): Don't clobber *ENC in the dummy run.
* You saw nothing.Roland McGrath2001-12-281-8/+0
|
* 2001-10-14 Roland McGrath <roland@frob.com>Roland McGrath2001-12-281-0/+8
| | | | * Makefile (SRCS): Add url.c to the list.
* (find_url_class): You never saw that.Roland McGrath2001-12-231-8/+0
|
* 2001-10-14 Roland McGrath <roland@frob.com>Roland McGrath2001-12-231-0/+115
* url.c: New file. (store_url_open): New function. (store_url_open_class): New const variable. * store.h: Declare them. * std.c (store_std_classes): Add &store_url_open_class to the list, move &store_nbd_class after it.