1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
BinClock CHANGELOG
* Mit Jul 24 18:47:13 CEST 2004
- binclock-1.5
- little fix in error message
- new command line option "-t"
if -t is set binclock prints the time in the traditional
binary mode, it displays it as 0000 : 0000 : 00
- use of perror
* Son Feb 29 19:36:49 CET 2004
- binclock-1.4
- new command line option "-n"
if -n is set binclock prints an additional time in human readable
format
- binclock now prints the time in a human readable format
right the binary output
- if in the config file is after the '=' in the option is a space
it is no error
- rewrite of some functions
* Mon Feb 19 12:35:03 CET 2004
- binclock-1.3
- better handling of config file
- it is possible to change the characters for printing
in the config file:
char_one=character, char_zero=character
* Tue Feb 10 23:05:00 CET 2004
- binclock-1.2.2
- print the parse error on the screen
- if binclock is called with false options, it starts like
binclock --help
- parse errors become detected in config file
* Son Feb 01 13:51:28 CET 2004
- changed sprintf to snprintf to protect buffer overflows
- new release 1.2.1
* Fri Jan 30 12:21:21 CET 2004
- binclock-1.2
- color support works very well now
* Mon Jan 26 00:23:12 CET 2004
- binclock-1.1
|