comparison src/ChangeLog @ 68011:0317e633f999

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 04 Jan 2006 00:26:24 +0000
parents c2e21729d0e6
children ff3192098d4e
comparison
equal deleted inserted replaced
68010:c4d411204127 68011:0317e633f999
1 2006-01-04 Kim F. Storm <storm@cua.dk> 1 2006-01-04 Kim F. Storm <storm@cua.dk>
2
3 * process.c: Add IPv6 support.
4 (Qipv4, Qipv6): New vars.
5 (syms_of_process): Intern and staticpro them.
6 (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
7 with or without port number. Handle 4 element vector as IPv4 address
8 without port number.
9 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
10 (conv_lisp_to_sockaddr): Handle IPv6 addresses.
11 (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
12 request that address family only. :family nil or omitted means to
13 determine address family from the specified :host and :service.
14 (ifflag_table): Add missing OpenBSD IFF_ flags.
15 (server_accept_connection): Handle IPv6 addresses.
16 (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
2 17
3 * .gdbinit: Undo last change. Instead, look at Vsystem_type to 18 * .gdbinit: Undo last change. Instead, look at Vsystem_type to
4 determine which breakpoints to set. 19 determine which breakpoints to set.
5 20
6 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca> 21 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>