/[lwip]/lwip/CHANGELOG
ViewVC logotype

Diff of /lwip/CHANGELOG

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by likewise, Thu Jul 29 11:28:27 2004 UTC revision 1.23 by softins, Fri Aug 20 16:56:20 2004 UTC
# Line 9  HISTORY Line 9  HISTORY
9    
10  (HEAD)  (HEAD)
11    
12      2004-08-20 Tony Mountifield <tony@softins.co.uk>
13      * etharp.c Make sure the first pbuf queued on an ARP entry
14        is properly ref counted.
15    
16      2004-07-27 Tony Mountifield <tony@softins.co.uk>
17      * debug.h Added (int) cast in LWIP_DEBUGF() to avoid compiler
18        warnings about comparison.
19      * pbuf.c Stopped compiler complaining of empty if statement
20        when LWIP_DEBUGF() empty.  Closed an unclosed comment.
21      * tcp.c Stopped compiler complaining of empty if statement
22        when LWIP_DEBUGF() empty.
23      * ip.h Corrected IPH_TOS() macro: returns a byte, so doesn't need htons().
24      * inet.c Added a couple of casts to quiet the compiler.
25        No need to test isascii(c) before isdigit(c) or isxdigit(c).
26    
27      2004-07-22 Tony Mountifield <tony@softins.co.uk>
28      * inet.c Made data types consistent in inet_ntoa().
29        Added casts for return values of checksum routines, to pacify compiler.
30      * ip_frag.c, tcp_out.c, sockets.c, pbuf.c
31        Small corrections to some debugging statements, to pacify compiler.
32    
33      2004-07-21 Tony Mountifield <tony@softins.co.uk>
34      * etharp.c Removed spurious semicolon and added missing end-of-comment.
35      * ethernetif.c Updated low_level_output() to match prototype for
36        netif->linkoutput and changed low_level_input() similarly for consistency.
37      * api_msg.c Changed recv_raw() from int to u8_t, to match prototype
38        of raw_recv() in raw.h and so avoid compiler error.
39      * sockets.c Added trivial (int) cast to keep compiler happier.
40      * ip.c, netif.c Changed debug statements to use the tidier ip4_addrN() macros.
41    
42      
43  (STABLE-1_0_0)  (STABLE-1_0_0)
44    
45    ++ Changes:    ++ Changes:

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26