Overview
Comment: | Post release version increment |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6f539a8f16a4c78ba603fd128fdd51de |
User & Date: | rkeene on 2014-02-11 05:15:01 |
Other Links: | manifest | tags |
Context
2014-02-11
| ||
05:49 | Updated to check fgets() return value and removed now unused variable check-in: 74c7ab003e user: rkeene tags: trunk | |
05:15 | Post release version increment check-in: 6f539a8f16 user: rkeene tags: trunk | |
05:14 | Filed 1.2 check-in: b6fe901824 user: rkeene tags: trunk, 1.2 | |
Changes
Modified filed.1 from [bb6bab30b7] to [5318cedafd].
1 | 1 2 3 4 5 6 7 8 9 | - + | .PU |
︙ |
Modified filed.c from [6922ec093c] to [3d68b06497].
︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + | #include <fcntl.h> #include <stdio.h> #include <errno.h> #include <time.h> #include <pwd.h> /* Compile time constants */ |
︙ |