Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
3e70cf1f |
| 01-Feb-1997 |
John Hay <jhay@FreeBSD.org> |
At the end it was much simpler than I thought. 26 * 26 = 676 and not 576. South Africa and a few other countries exists again. This fix pr 2595. This should go into 2.2.
|
#
c9af0102 |
| 21-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make some of the less necessary user feedback #ifdef VERBOSE.
We could also make this stuff only come out when getpid() != 1 and thus avoid the install case (where it really is just too verbose, and
Make some of the less necessary user feedback #ifdef VERBOSE.
We could also make this stuff only come out when getpid() != 1 and thus avoid the install case (where it really is just too verbose, and people have complained), but this seems less messy and no one complained when tzsetup didn't print the final "things went fine!" messages (which sort of contravene the UNIX spirit of only yelling when you need to anyway).
show more ...
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
#
b0fa330d |
| 20-Nov-1996 |
Joerg Wunsch <joerg@FreeBSD.org> |
Remove two uninitialized and unused variables that used to cause a segfault before.
|
#
037def96 |
| 19-Nov-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
Completely re-vamped `tzsetup':
- It no longer attempts to fiddle wall-vs-UTC-in-RTC. The results were just confusing most of the time.
- The program no longer contains a pre-compiled list of ti
Completely re-vamped `tzsetup':
- It no longer attempts to fiddle wall-vs-UTC-in-RTC. The results were just confusing most of the time.
- The program no longer contains a pre-compiled list of timezones (compiled by groveling through the tzdata source files for comments starting with `ZONE-DESCR'). Now it uses the new `zone.tab' file supplied with current versions of the timezone data files, to determine the list at run time. (It also requires the ISO 3166 table I committed some months ago.)
AS A RESULT, this program will NOT work until the new timezone data files are committed (should happen sometime soon).
show more ...
|