CVS log for epic4/acconfig.h

Epicsol.org
(back) Up to [Epic CVS] / epic4

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.27 / (view) - annotate - [select for diffs] , Tue Mar 18 03:23:58 2008 UTC (8 weeks ago) by jnelson
Branch: MAIN
CVS Tags: epic4-2_10, HEAD
Changes since 1.26: +7 -1 lines
Diff to previous 1.26
* Right about now Kev is wondering what is going on, that I'm making
  all these changes to epic4 after so many years of just bug fixes.
* Resolve build conflicts between x/open curses and ncurses. ugh.

Revision 1.26 / (view) - annotate - [select for diffs] , Thu Oct 19 21:25:27 2006 UTC (18 months, 3 weeks ago) by jnelson
Branch: MAIN
CVS Tags: epic4-2_8, epic4-2_6
Changes since 1.25: +7 -1 lines
Diff to previous 1.25
* Add a missing cast for printf when sending a dcc handshake.
* Support isfinite() for hpux/c99 alongside finite() for bsd.
* Fix bug where SIGCHLD can be blocked and never unblocked.

Revision 1.25 / (view) - annotate - [select for diffs] , Sat Nov 22 23:29:22 2003 UTC (4 years, 5 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4-2_4, epic4-2_2, epic4-2_1_3, epic4-2_1_2, epic4-2_1_1, epic4-2_0, epic4-1_2_9, epic4-1_2_8, epic4-1_2_7, epic4-1_2_6, epic4-1_2_5, epic4-1_2_4, epic4-1_2_3, epic4-1_2_2, epic4-1_2_1, epic4-1_2_0
Changes since 1.24: +7 -1 lines
Diff to previous 1.24
More complicated atoll() replacements.

Revision 1.24 / (view) - annotate - [select for diffs] , Sat Nov 22 03:19:03 2003 UTC (4 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.23: +4 -1 lines
Diff to previous 1.23
Wrapper for atoll() for freebsd-stable and stuff.

Revision 1.23 / (view) - annotate - [select for diffs] , Fri Nov 21 16:18:12 2003 UTC (4 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.22: +5 -1 lines
Diff to previous 1.22
Unconditionally do (long long) integer math in the new math parser if
your system supports (long long).  I suppose on some systems this will
make math slower, but that seems like a small price to pay for having
integers that will actually support IP addresses!

$info(o) will inclue the letter 'l' if the host client is working with
64 bit integers in the new math parser.

Please note that the old math parser has not changed, and still only
supports 32 bit integers, and that won't change for backwards compatability.
If you really really really need 64 bit integers, think about changing to
the new math parser.

Revision 1.22 / (view) - annotate - [select for diffs] , Thu Sep 25 20:24:33 2003 UTC (4 years, 7 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4-1_1_17, epic4-1_1_16, epic4-1_1_15, epic4-1_1_14, epic4-1_1_13
Changes since 1.21: +5 -2 lines
Diff to previous 1.21
Fix it so you can compile on systems without (intptr_t) again.

Revision 1.21 / (view) - annotate - [select for diffs] , Fri Aug 1 00:08:51 2003 UTC (4 years, 9 months ago) by jnelson
Branch: MAIN
Changes since 1.20: +3 -1 lines
Diff to previous 1.20
Include <stdint.h> and <inttypes.h> if they exist.

Revision 1.20 / (view) - annotate - [select for diffs] , Wed Jul 9 04:14:12 2003 UTC (4 years, 10 months ago) by jnelson
Branch: MAIN
Changes since 1.19: +4 -1 lines
Diff to previous 1.19
Add support for clock_gettime() which is the posix version of gettimeofday().

Revision 1.18.2.2 / (view) - annotate - [select for diffs] , Mon Mar 24 17:52:59 2003 UTC (5 years, 1 month ago) by wd
Branch: wd-devel
Changes since 1.18.2.1: +0 -0 lines
Diff to previous 1.18.2.1 to branch point 1.18 to next main 1.19
Another merge.

Revision 1.18.2.1 / (view) - annotate - [select for diffs] , Thu Feb 27 15:29:54 2003 UTC (5 years, 2 months ago) by wd
Branch: wd-devel
Changes since 1.18: +4 -1 lines
Diff to previous 1.18
Yikes.  Merged to become consistent with HEAD.  Sorry for all the commits,
I'll be quiet again soon. :)
-wd

Revision 1.19 / (view) - annotate - [select for diffs] , Sat Dec 28 06:19:55 2002 UTC (5 years, 4 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4-1_1_12, epic4-1_1_11
Changes since 1.18: +4 -1 lines
Diff to previous 1.18
Fix compile errors in configure.in.  These were my fault.

Revision 1.18 / (view) - annotate - [select for diffs] , Tue Oct 22 22:18:44 2002 UTC (5 years, 6 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4-1_1_9, epic4-1_1_8, epic4-1_1_10
Branch point for: wd-devel
Changes since 1.17: +5 -1 lines
Diff to previous 1.17
* Add checks/workaround for linux's broken realpath(). Bleh.
* Add arc4random stuff to compat.c -- will be used later!
* Fix $realpath() to use normalize_filename() so it gets realpath() fix.
* Add $serverctl(SET <refnum> PRIMARY) to set primary server.  User beware!

Revision 1.17 / (view) - annotate - [select for diffs] , Fri Oct 18 20:45:19 2002 UTC (5 years, 6 months ago) by jnelson
Branch: MAIN
Changes since 1.16: +3 -1 lines
Diff to previous 1.16
* #include <unistd.h> for configure check for sys_siglist[] for netbsd.

Revision 1.16 / (view) - annotate - [select for diffs] , Tue Aug 6 02:45:48 2002 UTC (5 years, 9 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4-1_1_7, epic4-1_1_6
Changes since 1.15: +7 -1 lines
Diff to previous 1.15
Check for getaddrinfo() and getnameinfo() in configure
otherwise we can't do ipv6 lookups. doh!

Revision 1.15 / (view) - annotate - [select for diffs] , Mon Jul 29 21:27:04 2002 UTC (5 years, 9 months ago) by jnelson
Branch: MAIN
Changes since 1.14: +4 -1 lines
Diff to previous 1.14
Update documentation prior to epic4-1.1.6 release
Add "HAVE_GETSERVBYNAME" check to configure stuff.
Remove /SET RANDOM_LOCAL_PORTS which has gone away.
Fix some layout issues with gailib.c and change two function names.
Fix comment issue with ircsig.c
Fix uninitialized variable issue with keys.c
Remove mention of /SET RANDOM_LOCAL_PORTS in network.c

Revision 1.14 / (view) - annotate - [select for diffs] , Fri Jul 26 16:10:07 2002 UTC (5 years, 9 months ago) by jnelson
Branch: MAIN
Changes since 1.13: +10 -1 lines
Diff to previous 1.13
Add GAILIB, a bsd licensed getaddrinfo/getnameinfo implementation for
ipv4 only systems.  This was lifted from ruby, who lifted it from WIDE.
Add #ifdef's as necessary to compile on non-ipv6 systems.

Revision 1.13 / (view) - annotate - [select for diffs] , Mon May 27 01:43:35 2002 UTC (5 years, 11 months ago) by jnelson
Branch: MAIN
Changes since 1.12: +4 -1 lines
Diff to previous 1.12
Huge major commit #1 in the great IPv6 support addition...
Rather than include all of the changes here, read KNOWNBUGS changes.

Revision 1.12 / (view) - annotate - [select for diffs] , Mon May 6 23:21:13 2002 UTC (6 years ago) by jnelson
Branch: MAIN
CVS Tags: epic4-1_1_5, epic4-1_1_4
Changes since 1.11: +4 -1 lines
Diff to previous 1.11
Fixes inspired by first wave of testers
1) Fix casts to inet_anytop()
2) Fix configure to check for socklen_t, default to 'int'.

Revision 1.11 / (view) - annotate - [select for diffs] , Mon May 6 23:05:45 2002 UTC (6 years ago) by jnelson
Branch: MAIN
Changes since 1.10: +10 -1 lines
Diff to previous 1.10
This is a huge monster commit -- I put the particulars of the commit in
KNOWNBUGS.  I will only say here that this fixes a lot of issues with
DCC and introduces a lot of protocol independance into the networking API
that epic works with.  Good things will continue to come in the future!

Revision 1.10 / (view) - annotate - [select for diffs] , Sun Apr 21 05:03:21 2002 UTC (6 years ago) by jnelson
Branch: MAIN
Changes since 1.9: +4 -1 lines
Diff to previous 1.9
Check (struct sockaddr) for sa_len, and use this as a hint as to whether
sockaddrs have a "length" field in them.  I will phase out the (now obsolete)
check for HAVE_SUN_LEN in configure, once i'm comfortable that checking for
HAVE_SA_LEN is sufficient.  Whack up the (struct sockaddr_storage) to honor
the HAVE_SA_LEN value probed by configure, as requested by Q (Kurt R.).

Regen configure.  This brings the ssl stuff into play from CE's last commit.

Revision 1.9 / (view) - annotate - [select for diffs] , Wed Apr 17 05:56:39 2002 UTC (6 years ago) by jnelson
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8
Drums...
Drums...
Drums...
Drums in the deep...

Revision 1.8 / (view) - annotate - [select for diffs] , Wed Apr 10 15:04:31 2002 UTC (6 years, 1 month ago) by jnelson
Branch: MAIN
Changes since 1.7: +6 -1 lines
Diff to previous 1.7
Have 'configure' check for the worthiness of SNDLOWAT setsockopt option
so that the linux users stop griping to me that they don't like to see the
error message that linux's braindamage causes.

Revision 1.7 / (view) - annotate - [select for diffs] , Fri Jan 25 22:12:23 2002 UTC (6 years, 3 months ago) by crazyed
Branch: MAIN
CVS Tags: epic4-1_1_3
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Rebuilt the configure script after applying SSL patch.

Revision 1.6 / (view) - annotate - [select for diffs] , Fri Jan 25 21:57:09 2002 UTC (6 years, 3 months ago) by crazyed
Branch: MAIN
Changes since 1.5: +5 -1 lines
Diff to previous 1.5
Applied the SSL patch from ay-ar.

Details are in README.SSL.  This works well at this point, but there may
be teething problems.

Revision 1.5 / (view) - annotate - [select for diffs] , Wed Nov 28 22:58:02 2001 UTC (6 years, 5 months ago) by jnelson
Branch: MAIN
Changes since 1.4: +4 -1 lines
Diff to previous 1.4
Add compat functions for setenv() and unsetenv().  Unfortunately,
if your system lacks these functions, setting environment variables
causes a memory leak, and you just plain flat out can't unset environment
variables.  These are defects in the API (or in the OS, whichever one you
prefer to blame) and do not represent bugs in EPIC.

Revision 1.4 / (view) - annotate - [select for diffs] , Wed Sep 26 17:32:03 2001 UTC (6 years, 7 months ago) by jnelson
Branch: MAIN
CVS Tags: epic4-1_1_1
Changes since 1.3: +4 -1 lines
Diff to previous 1.3
More complete support for random local ports; /set random_local_ports now
cooperates with /setenv EPIC_USE_HIGHPORTS=1, and it works on freebsd,
openbsd, and linux, such as it is.

Revision 1.3 / (view) - annotate - [select for diffs] , Mon Sep 24 17:18:10 2001 UTC (6 years, 7 months ago) by jnelson
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Re-run through autoconf to pick up -g -O instead of -g -O2.

Revision 1.2 / (view) - annotate - [select for diffs] , Mon Sep 24 15:49:08 2001 UTC (6 years, 7 months ago) by crazyed
Branch: MAIN
Changes since 1.1: +6 -1 lines
Diff to previous 1.1
Two patches applied, aka, the string and perl patches.

The perl patch adds perl support via three perl functions.

The string patch:
  * Rewrites new_realloc to more closely resemble new_realloc in its
    interface, and in that it calls realloc directly.
  * Adds an argument to the 3cat functions that permits it to seek
    directly to the end of the string.  Designed to improve performance.
  * Alters a few things to use the above.
  * Tunes a few other string functions in ircaux.c.
  * Rewrites $uniq() for performance reasons.
  * Removes the part of $jot() that preallocates the string.  I feel a
    little guilty about this somehow though it seems to have absolutely
    no effect on performance anymore.

Revision 1.1.1.1 / (view) - annotate - [select for diffs] (vendor branch) , Tue Dec 5 00:11:56 2000 UTC (7 years, 5 months ago) by jnelson
Branch: epicsol
CVS Tags: start, epic4_0_9_15, epic4-1_0_1, epic4-1_0, epic4-0_9_17, epic4-0_9_16, epic4-0_9_15, epic4-0_9_14, epic4-0_10_0, epic-test-tag2, epic-test-tag
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Initial import into CVS

Revision 1.1 / (view) - annotate - [select for diffs] , Tue Dec 5 00:11:56 2000 UTC (7 years, 5 months ago) by jnelson
Branch: MAIN
Initial revision

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

CVS Admin
Powered by
ViewCVS 0.9.2