$Revision: 1.26 $
$Date: 2002/01/11 13:57:06 $
$Author: fedorov $

$Log: .release,v $
Revision 1.26  2002/01/11 13:57:06  fedorov
linux_rtc.c
	* Yet another fix for BUGGY <linux/mc146818rtc.h> header

Revision 1.25  2002/01/11 10:56:04  fedorov
strdevtest.c
	gcc3 warning supressed: break added after default switch label

dfc/test directory moved to dfc-test

------------------------------------------------------------------------

Revision 1.24  2001/12/27 10:53:28  fedorov
linux_rtc.c
	due to the buggy kernel rtc header all of inline functions
	become non-inline
log_error.c
	missing stdlib.h included

------------------------------------------------------------------------

Revision 1.23  2001/12/12 05:28:25  fedorov
linux_rtc.h
	* <linux/mc146818rtc.h> buggy header does not includes
	  <linux/spinlock.h> before 2.4.10 kernel

------------------------------------------------------------------------

Revision 1.22  2001/12/07 12:47:49  fedorov
log*
	* df_log_error added
	* __df_log_vprint added and used
	* log.c splitted

------------------------------------------------------------------------

Revision 1.21  2001/11/30 14:33:02  fedorov
close_all_fd, syslog, daemonize, is_fd_valid,
signal.h, block_all_signals, set_all_signals, set_signal_mask, set_signals
added;

log
	* df_log_print() can be called from signal handlers;
	* async-safeness clarified in description;
	* df_block_all_signals()/df_set_signal_mask() used as signals
	  lock/unlock pair;

print_devtest
	* df_print_devtest() does not prints '\n' now,
	  use *_endl() version instead.

sigaction
	* sigaction.h content moved to new signal.h

tty.c str_strip_lead_whitespace.c
	* missing #include <string.h> added
------------------------------------------------------------------------

Revision 1.20  2001/10/26 05:36:03  fedorov
fabs.h
	df_fabsf, df_fabsl added; __builtin_fabs*() used
log.c
	missing <stdarg.h> included
------------------------------------------------------------------------

Revision 1.19  2001/10/22 10:28:59  fedorov
log (simple logging), print_localtime added;
str_to_num.c and str_to_num_m.c splitted to separate source (and object)
modules.

Revision 1.18  2001/09/19 05:41:51  fedorov
str_to_num_m
	"b" multiplier (512) added
------------------------------------------------------------------------

Revision 1.17  2001/09/11 13:29:51  fedorov
get_time_of_day.c
	NULL declaration included
test/kbhit.c
	sleep() flush() call order changed
------------------------------------------------------------------------

Revision 1.16  2001/08/18 12:28:07  fedorov
libc5 stdlib.h compatibility;
str_to_num_m: exa (10^18, 2^60) multiplier added.

Revision 1.15  2001/08/10 14:14:11  fedorov
Copyright line format changed;
Log messages removed from source files.

Revision 1.14  2001/06/09 08:10:15  fedorov
make_word_vector.{h,c}
str_skip_word.c
	created
str_skip_whitespace.c
	str_skip_whitespace() become inline and moved to str_whitespace.h
str_whitespace.h
	str_skip_whitespace() become inline;
	str_skip_word() added.

Revision 1.13  2001/04/04 11:46:45  fedorov
linux_rtc.h:
	linux < 2.0.34 supported

Revision 1.12  2001/02/27 08:45:26  fedorov
xmalloc, xstrdup:
	df_ prefix removed; extra wrappers removed.
	using of __xmalloc_handler optimized

Revision 1.11  2000/12/24 14:12:34  fedorov
linux_rtc.h: buggy linux kernel 2.2.18 header <linux/mc146818rtc.h>

Revision 1.10  2000/11/14 06:27:21  fedorov
beep, Linux RTC support added

Revision 1.9  2000/11/06 12:46:49  fedorov
dfcompat become library, error.c removed

Revision 1.8  2000/10/12 12:25:24  fedorov
radix_t names uppercased and prefix added;
df_get_time_of_day() added.

Revision 1.7  2000/09/11 07:32:10  fedorov
timeval_and_timeout created

Revision 1.6  2000/08/12 11:52:53  fedorov
new files:
	dev_test_state.c prompt_and_wait_key.{h,c}
	ullnum_to_decstr.{h,c} test/ullnum_to_decstr.c
	str_whitespace.h
host_to_net_errno.c net_to_host_errno.c:
	EWOULDBLOCK restored because it is a name -> ordinal relation only;
	some names uncommented under preprocessor condition;
	EMEDIUMTYPE and ENOMEDIUM absence support added;
print_devtest.{h,c}:
xmalloc.{h,c} xstrdup.{h,c}:
	df_ prepended to function names
sigaction.{h,c}:
	void dfc_sigaction() -> int df_sigaction();
	now returns sigaction(2) code, errors printing removed;
	NULL problem fixed
str_skip_whitespace.c
str_strip_lead_whitespace.c
str_strip_tail_whitespace.c
str_strip_whitespace.c
	str_*_whitespace.h headers bundled in str_whitespace.h
str_to_num.c:
	'unused' argument warning supressed;
	str_*_whitespace.h headers bundled in str_whitespace.h
str_to_num_m.imp:
	str_*_whitespace.h headers bundled in str_whitespace.h
strdevtest.{h,c}:
	separate dev_test_state values for intermediate levels;
	strerror() used for values < 0

Revision 1.5  2000/02/24 13:06:46  fedorov
Makefile: new makefile var EXTRA_EXPORT_EXCLUDE_FILES used

Revision 1.4  2000/02/10 14:29:57  fedorov
tty.{h,c}: tty_ prepended; kbhit() added.

Revision 1.3  2000/01/27 15:20:16  fedorov
.release.h added to EXTRA_CVSIGNORE

Revision 1.2  1999/12/16 13:46:15  fedorov
new target 'lib' used.

Revision 1.1  1999/12/03 06:26:30  fedorov
second public release.


