bind9/lib/isc/unix
David Lawrence 6e49e91bd0 103. [func] libisc buffer API changes for <isc/buffer.h>:
Added:
                                isc_buffer_base(b)          (pointer)
                                isc_buffer_current(b)       (pointer)
                                isc_buffer_active(b)        (pointer)
                                isc_buffer_used(b)          (pointer)
                                isc_buffer_length(b)            (int)
                                isc_buffer_usedlength(b)        (int)
                                isc_buffer_consumedlength(b)    (int)
                                isc_buffer_remaininglength(b)   (int)
                                isc_buffer_activelength(b)      (int)
                                isc_buffer_availablelength(b)   (int)
                        Removed:
                                ISC_BUFFER_USEDCOUNT(b)
                                ISC_BUFFER_AVAILABLECOUNT(b)
                                isc_buffer_type(b)
                        Changed names:
                                isc_buffer_used(b, r) ->
                                        isc_buffer_usedregion(b, r)
                                isc_buffer_available(b, r) ->
                                        isc_buffer_available_region(b, r)
                                isc_buffer_consumed(b, r) ->
                                        isc_buffer_consumedregion(b, r)
                                isc_buffer_active(b, r) ->
                                        isc_buffer_activeregion(b, r)
                                isc_buffer_remaining(b, r) ->
                                        isc_buffer_remainingregion(b, r)

                        Buffer types were removed, so the ISC_BUFFERTYPE_*
                        macros are no more, and the type argument to
                        isc_buffer_init and isc_buffer_allocate were removed.
                        isc_buffer_putstr is now void (instead of isc_result_t)
                        and requires that the caller ensure that there
                        is enough available buffer space for the string.
2000-04-27 00:03:12 +00:00
..
include 81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need 2000-04-25 21:16:12 +00:00
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
app.c convert sender, arg, action, etc. to ev_sender, ev_arg, ev_action, etc. 2000-04-17 19:22:44 +00:00
dir.c update copyrights 2000-02-03 23:08:31 +00:00
file.c C++ reserves the word "template"; use "templet" as the parameter to 2000-04-26 00:45:24 +00:00
ifiter_ioctl.c ignore IPv6 interfaces before attempting to get their flags; 2000-02-07 18:59:39 +00:00
ifiter_sysctl.c ignore any ioctl() errors that may occur during interface 2000-02-07 18:39:20 +00:00
interfaceiter.c ignore any ioctl() errors that may occur during interface 2000-02-07 18:39:20 +00:00
ipv6.c update copyrights 2000-02-03 23:08:31 +00:00
Makefile.in oops, had not removed ufile.c from SRCS 2000-04-24 22:11:46 +00:00
net.c deal with systems missing in6addr_any 2000-03-22 22:07:17 +00:00
socket.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
stdtime.c update copyrights 2000-02-03 23:08:31 +00:00
time.c 71. [cleanup] Made explicit the implicit REQUIREs of 2000-04-24 20:58:03 +00:00