Log of /eggdrop1.9/src/stat.h
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.4
Wed Jan 16 22:40:57 2002 UTC
(17 years, 10 months ago)
by
ite
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.3: +1 -1 lines
FILE REMOVED
Removed sources obsoleted by previous patches
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 19 01:55:05 2001 UTC
(18 years, 1 month ago)
by
tothwolf
Branch:
MAIN
Changes since
1.2: +45 -16 lines
Diff to
previous 1.2
* removed obsolete EGG_CHECK_FUNC_VSPRINTF autoconf macro
* removed obsolete EGG_HEADER_STDC autoconf macro
* added EGG_C_LONG_LONG autoconf macro
* added EGG_FUNC_C99_VSNPRINTF autoconf macro
* added EGG_REPLACE_SNPRINTF autoconf macro
* added EGG_TYPE_32BIT autoconf macro
* removed unused dlfcn.h header check from configure.ac
* removed AC_CHECK_SIZEOF long and int from configure.ac
* added many required autoconf macros to configure.ac
* added AC_REPLACE_FUNCS to configure.ac for compat functions
* many configure.ac cleanups
* updated compat/snprintf.c with latest version from Samba
* added code to link libm with compat library for snprintf.c
* added support for LIBOBJS to compat/Makefile.am
* added memset back to compat
* added memcpy back to compat
* many compat cleanups
* renamed egg_strcasecmp() to strcasecmp()
* renamed egg_strncasecmp() to strncasecmp()
* renamed egg_snprintf() to snprintf()
* renamed egg_vsnprintf() to vsnprintf()
* renamed egg_strftime() to strftime()
* renamed egg_inet_aton() to inet_aton()
* renamed egg_inet_ntop() to inet_ntop()
* renamed egg_inet_pton() to inet_pton()
* exported strftime() for modules
* exported inet_ntop() for modules
* exported inet_pton() for modules
* exported vasprintf() for modules
* exported asprintf() for modules
* renamed u_32bit_t typedef to u_32int_t
* extended stat.h to support standard bits and checks
* major function changes:
+ egg_strcasecmp -> strcasecmp
+ egg_strncasecmp -> strncasecmp
+ egg_snprintf -> snprintf
+ egg_vsnprintf -> vsnprintf
+ egg_strftime -> strftime
+ egg_inet_aton -> inet_aton
+ egg_inet_ntop -> inet_ntop
+ egg_inet_pton -> inet_pton
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.