summaryrefslogtreecommitdiff
path: root/libstore/std.c
AgeCommit message (Collapse)Author
2002-03-142001-12-28 Roland McGrath <roland@frob.com>Roland McGrath
* Makefile (SRCS): Remove std.c.
2001-12-232001-10-14 Roland McGrath <roland@frob.com>Roland McGrath
* 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.
2001-09-282001-09-27 Roland McGrath <roland@frob.com>Roland McGrath
* nbd.c: New file. * Makefile (SRCS): Add it. * store.h (store_nbd_open, _store_nbd_create): Declare them. * std.c (store_std_classes): Add store_nbd_class.
2001-09-162001-09-16 Roland McGrath <roland@frob.com>Roland McGrath
* std.c (store_std_classes): Only include store_part_class if [HAVE_PARTED_PARTED_H].
2001-08-262001-08-25 Neal H Walfield <neal@cs.uml.edu>Roland McGrath
* part.c: New file. * std.c (store_std_classes): Add store_part_class. * store.h (store_part_create): New prototype. (store_part_open): Likewise.
1999-04-301998-09-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell
* bunzip2.c: New file. * store.h (store_bunzip2_create): New declarations. (store_bunzip2_open): Likewise. (store_bunzip2_class): Likewise. * std.c (store_std_classes): Add store_bunzip2_class. * Makefile (SRCS): Add bunzip2.c. (UNZIP_OBJS): Add do-bunzip2.o.
1997-06-20(store_std_classes):Miles Bader
Add store_copy_class, store_gunzip_class, and store_typed_open_class. Update FSF address.
1997-02-20(store_std_classes):Miles Bader
Add &STORE_TASK_CLASS.
1996-09-23(store_std_classes):Miles Bader
Make an initialized array. (_store_add_std_class): Function removed.
1996-05-22Initial revisionMiles Bader