glibc/time
Ulrich Drepper 9d8525f2a1 Update.
2000-01-07  Andreas Jaeger  <aj@suse.de>

	Add support for Berkeley db 3.0.x and merge db support:
	* nss/nss_db/dummy-db.h (struct db30): New.
	(struct dbc30): New.
	Added DB30* flags.

	* nss/makedb.c: Move all database routines to db-open.c.
	(main): Adjust to interface changes.
	Load database early to initialize version dependend variables.

	* nss/db-open.c: Merge database routines from makedb.c.
	Define version dependend constansts as variables.
	(load_db): Check also for db 3.
	(internal_setent): Call dbopen.
	(db_cursor): New function from makedb; handles db 3 now.
	(dbopen): New function from makedb; handles db 3.

	* nss/nss_db/db-XXX.c: Use db_notfound since the value is
	different in different DB versions.

	* nss/nss_db/nss_db.h: Add version dependend constants as
	variables, add exportet interfaces from db-open.c.

	* nss/Makefile ($(objpfx)makedb): Link against db-open.

2000-01-07  Ulrich Drepper  <drepper@cygnus.com>

	* misc/error.c: Don't use `defined _LIBC', only `_LIBC'.
	Reported by Jim Meyering.

	* time/strftime.c: Pretty printing.

2000-01-07  Andreas Jaeger  <aj@suse.de>

	* manual/socket.texi (Host Names): Fix example.
	Reported by Marco Budde <budde@telos.de>.
2000-01-08 05:28:22 +00:00
..
sys Update. 1999-10-09 21:56:43 +00:00
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Makefile Update. 1999-07-27 02:07:01 +00:00
Versions Update. 1999-07-27 07:14:15 +00:00
asctime.c Update. 1997-07-06 22:02:42 +00:00
clocktest.c Update. 1998-02-27 16:53:21 +00:00
ctime.c update from main archive 961217 1996-12-18 03:23:47 +00:00
ctime_r.c Update. 1998-07-16 11:44:36 +00:00
difftime.c update from main archive 970101 1997-01-01 15:28:18 +00:00
dysize.c update from main archive 970120 1997-01-21 06:10:42 +00:00
getdate.c Update. 1999-09-16 22:50:20 +00:00
gmtime.c Update. 1998-12-10 09:47:59 +00:00
localtime.c Update. 1998-12-10 09:47:59 +00:00
mktime.c Update. 1999-02-16 15:35:52 +00:00
offtime.c Update. 1998-12-10 09:47:59 +00:00
strftime.c Update. 2000-01-08 05:28:22 +00:00
strptime.c Update. 1999-12-21 17:50:57 +00:00
test_time.args initial import 1995-02-18 01:27:10 +00:00
test_time.c update from main archive 970218 1997-02-19 04:43:53 +00:00
time.h Update. 1999-10-09 21:56:43 +00:00
timegm.c update from main archive 970120 1997-01-21 06:10:42 +00:00
tst-posixtz.c Update. 1998-10-26 11:11:28 +00:00
tst-strptime.c Update. 2000-01-03 17:00:25 +00:00
tst_wcsftime.c Update. 1999-06-16 22:55:47 +00:00
tzfile.c Update. 1999-04-28 23:13:52 +00:00
tzset.c Update. 1999-11-08 23:44:12 +00:00
wcsftime.c Update. 1999-06-16 22:55:47 +00:00