/* * Copyright 1993, 1995 Christopher Seiwald. * * This file is part of Jam - see jam.c for Copyright information. */ /* * timestamp.h - get the timestamp of a file or archive member */ void timestamp( char *target, time_t *time ); void donestamps();
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 5956 | Matthew Conte | Integrate from mainline @4409 | ||
//guest/perforce_software/jam/src/timestamp.h | |||||
#2 | 486 | Perforce staff |
Jam 2.3. See RELNOTES for a list of changes from 2.2.x. Just about every source file was touched when jam got ANSI-fied. |
||
#1 | 2 | laura | Add Jam/MR 2.2 source |