/* * Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc. * * This file is part of Jam - see jam.c for Copyright information. */ /* * filesys.h - OS specific file routines * * 11/04/02 (seiwald) - const-ing for string literals */ typedef void (*scanback)( void *closure, const char *file, int found, time_t t ); void file_dirscan( const char *dir, scanback func, void *closure ); void file_archscan( const char *arch, scanback func, void *closure ); int file_time( const char *filename, time_t *time );
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 3183 | Craig Mcpheeters | Integration of my jam mainline branch into my work branch. | ||
#3 | 1477 | Craig Mcpheeters |
Integration from my main jam branch. This is 2.4-dev with my extensions. |
||
#2 | 785 | Craig Mcpheeters |
Integration from //guest/craig_mcpheeters/jam/src/... This work area now contains both the Alias|Wavefront changes, and the latest integrations from the mainline. There are some changes in this area which shouldn't be merged back into the mainline. As I merge this branch back into my jam/src/... branch, I'll leave out a few of the changes. |
||
#1 | 777 | Craig Mcpheeters |
Branch of my jam/src/... area. This new area establishes the integration base for the copy of Jam which has all the changes. |
||
//guest/craig_mcpheeters/jam/src/filesys.h | |||||
#2 | 617 | Craig Mcpheeters | Integration from mainline as of @3 | ||
#1 | 616 | Craig Mcpheeters | Integration from Jam mainline, as of @2 |