Log of /eggdrop1.6/configure.ac
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.40 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 29 15:52:23 2010 UTC
(10 years, 9 months ago)
by
thommey
Branch:
MAIN
Changes since
1.39: +4 -2 lines
Diff to
previous 1.39
,
to
selected 1.7
Overwrite the Tcl notifier with our own version of it if possible.
Integrate Tcl events and sockets into our own eventloop and socketlist.
Don't fork() before initializing Tcl anymore with overwritten notifier.
Replace max-dcc with a dynamically enlarging array, limited by the new setting max-socks.
Add two configure checks against the Tcl library to check if the notifier can be replaced.
Revision
1.39 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 14 18:21:59 2010 UTC
(11 years, 1 month ago)
by
pseudo
Branch:
MAIN
Changes since
1.38: +4 -6 lines
Diff to
previous 1.38
,
to
selected 1.7
Added a configure option to set the handlen
Added a configure option to enable dns debugging and made it default for make debug.
Removed obsolete check for broken sscanf from configure.
Revision
1.38 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 18 09:52:29 2010 UTC
(11 years, 2 months ago)
by
pseudo
Branch:
MAIN
Changes since
1.37: +3 -2 lines
Diff to
previous 1.37
,
to
selected 1.7
Changed the definition of the 'Function' type to avoid data loss with functions returning 64-bit types. 64-bit builds will no longer crash due to pointers being truncated to 32 bits.
Created new function pointer type 'IntFunc' for use only with functions returning int.
Fixes Bugzilla Bug # 485 "64-bit eggdrop builds crash on some systems"
Revision
1.37 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 26 03:12:15 2010 UTC
(11 years, 2 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.36: +3 -4 lines
Diff to
previous 1.36
,
to
selected 1.7
Added runtime check using Tcl_GetCurrentThread() to autodetect a threaded Tcl library when compiled and linked against Tcl 8.1 and later.
Replaced EGG_TCL_ENABLE_THREADS and EGG_TCL_CHECK_THREADS autoconf macros with EGG_TCL_CHECK_GETCURRENTTHREAD.
Revision
1.35 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 10 10:56:22 2008 UTC
(12 years, 9 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.34: +3 -3 lines
Diff to
previous 1.34
,
to
selected 1.7
Removed Solaris RANDMAX autoconf hack.
Added proper preprocessor checks for RANDOM_MAX and RAND_MAX.
Added autoconf tests and preprocessor checks for rand() and lrand48().
Simplified randint macro to make it faster.
Added argument sanity checking for tcl_rand() / Tcl [rand] command.
Added min:max value sanity checking in irc.mod set_delay(). This should match the aop-delay behavior documented in eggdrop.conf now.
Revision
1.34 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 10 10:06:53 2008 UTC
(12 years, 9 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.33: +4 -4 lines
Diff to
previous 1.33
,
to
selected 1.7
More minor autoconf changes.
Context and ContextNote should use 'do {} while (0)' instead of '{}'.
Put Context init code into an #ifdef DEBUG_CONTEXT block.
Revision
1.33 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 4 03:17:25 2008 UTC
(12 years, 9 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.32: +12 -3 lines
Diff to
previous 1.32
,
to
selected 1.7
Require autoconf 2.60 now.
Added AC_PRESERVE_HELP_ORDER macro to configure.ac
Added new autoconf macros to aclocal.m4 and configure.ac: EGG_DEBUG_ENABLE EGG_DEBUG_DEFAULTS EGG_DEBUG_OPTIONS EGG_DEBUG_CFLAGS EGG_ENABLE_DEBUG_CONTEXT
Added new configure options: --enable-debug --enable-debug-mem --enable-debug-assert --enable-debug-context
Replaced ENABLE_STRIP define with DEBUG
DEBUG_CONTEXT is now defined in config.h instead of eggdrop.h
Refactored DEBUG and DEBUG_CONTEXT conditional code in main.c.
Don't default set unlimited core file size for non-debug builds.
Revision
1.32 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 4 02:41:42 2008 UTC
(12 years, 9 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.31: +24 -4 lines
Diff to
previous 1.31
,
to
selected 1.7
Added EGG_APPEND_VAR and EGG_CHECK_ICC autoconf macros to aclocal.m4.
Replaced autoconf 'var="$var <string>"' with EGG_APPEND_VAR macro.
Replaced no_pipe and no_wall variable hacks with a proper test for the Intel C Compiler (icc).
Put '-pipe' in CFLAGS not CC.
Added GPL header to AH_TOP macro in configure.ac for config.h.in.
Removed unused std_args.h header check and HAVE_STD_ARGS_H conditionals.
Revision
1.31 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 4 01:52:55 2008 UTC
(12 years, 9 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.30: +10 -9 lines
Diff to
previous 1.30
,
to
selected 1.7
Refactored root Makefile.in variables.
Removed unnecessary '-g' flag from LD variables (-g is ignored).
Renamed DEBCFLAGS to DEBCFLGS
Moved -g3 compiler flag to DEBCFLGS variable.
Removed double quoting "`command`" in autoconf macro tests.
Changed autoconf macro 'test ! foo = bar' tests to 'test foo != bar'. Both are portable but '!=' is now more common in autoconf macros and is easier to read.
Revision
1.30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 2 07:31:27 2008 UTC
(12 years, 9 months ago)
by
tothwolf
Branch:
MAIN
Changes since
1.29: +7 -2 lines
Diff to
previous 1.29
,
to
selected 1.7
Fixed EGG_PROG_HEAD_1 autoconf macro cache checking. You can't use AC_MSG_RESULT() within AC_CACHE_VAL().
Moved --enable-strip configure check from EGG_PROG_STRIP to it's own macro: EGG_ENABLE_STRIP()
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 9 22:00:18 2006 UTC
(14 years, 9 months ago)
by
wcc
Branch:
MAIN
Changes since
1.22: +3 -3 lines
Diff to
previous 1.22
,
to
selected 1.7
* Revert to old config.guess / config.sub. It was causing problems on a few
OS's. I just want to get 1.6.18 out, so I'll stick this back in as soon
as it is.
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 24 04:44:47 2004 UTC
(16 years, 7 months ago)
by
wcc
Branch:
MAIN
Changes since
1.15: +11 -9 lines
Diff to
previous 1.15
,
to
selected 1.7
- Corrected the order of our search paths for Tcl. This should help stop
version mismatches between the headers and libraries.
* Patch by: CoderX2
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 25 11:17:34 2004 UTC
(16 years, 8 months ago)
by
wcc
Branch:
MAIN
Changes since
1.12: +31 -33 lines
Diff to
previous 1.12
,
to
selected 1.7
* We now support module loading under Darwin (Mac OS X) and NeXT Step.
* Detect Tcl in $HOME/lib and $HOME/tcl/lib first, as to make it easier to allow users to override the system's Tcl version.
* Cleaned up modules.c and the module configure stuff quite a bit.
* Check for -Wall as it's own test (backport 1.9).
* No more eggmod.sh.
* Small fix to a previous patch (removed an unused variable).
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 15 07:20:54 2004 UTC
(16 years, 10 months ago)
by
wcc
Branch:
MAIN
Changes since
1.8: +3 -2 lines
Diff to
previous 1.8
,
to
selected 1.7
* Removed 'eggautoconf' crao; moved to autoconf 2.59 for modules. This
should fix some of the module-configure/make config bugs. Couple more
commits coming in a sec. Test me (although already tested pretty well).
Needs to at least be tested on Cygwin, and I don't have access to
Cygwin ATM.
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[selected]
Fri Jun 4 14:07:48 2004 UTC
(16 years, 10 months ago)
by
wcc
Branch:
MAIN
Changes since
1.6: +57 -31 lines
Diff to
previous 1.6
- Fixed a compile error related to varargs when using old Tcl versions.
* Found by: Thomas Neumayer - Patch by: Wcc
- Fixed a compile error on systems that don't have socklen_t.
* Found by: Brad Edwards - Patch by: Wcc
-- .cvsignore stuff for autoscan.
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 18 02:11:39 2004 UTC
(17 years, 3 months ago)
by
wcc
Branch:
MAIN
Changes since
1.3: +7 -4 lines
Diff to
previous 1.3
,
to
selected 1.7
* More build process/build process documentation updates and portability
stuff.
* Changed trace (back?) to +t as it should be. This is a botnet command
and should be set to 'botnet master' instead of all partyline users.
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 12 07:49:17 2004 UTC
(17 years, 3 months ago)
by
wcc
Branch:
MAIN
Changes since
1.2: +4 -3 lines
Diff to
previous 1.2
,
to
selected 1.7
* Use AC_FUNC_SELECT_ARGTYPES() macro to fix select() warnings on
several OS's. This is a better solution than the previous "OS_HACKS"
#ifdefs.
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.