Changes between Version 13 and Version 14 of PreDecemberReleaseHackathon

Show
Ignore:
Timestamp:
12/12/09 16:47:50 (12 years ago)
Author:
jkeenan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PreDecemberReleaseHackathon

    v13 v14  
    4949||||./src/io/buffer.c||536||out_buf = (unsigned char*)s->strstart + s->strlen;|| 
    5050||||./src/io/buffer.c||568||void          * const buffer       = s->strstart;|| 
    51 ||||./src/io/socket_win32.c||251||if ((error = send((int)io->os_handle, (char *)s->strstart + byteswrote,|| 
     51||||./src/io/socket_win32.c||251||if ((error = send((int)io->os_handle, (char *)s->strstart + byteswrote,||(Win32-specific)  
    5252||||./src/io/socket_unix.c||304||if ((error = send(io->os_handle, (char *)s->strstart + byteswrote,|| 
    5353||||./src/utils.c||585||const char * const str_start  = base->strstart;||