Changes between Version 15 and Version 16 of PreDecemberReleaseHackathon
- Timestamp:
- 12/12/09 20:42:47 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PreDecemberReleaseHackathon
v15 v16 30 30 ||||./src/pmc/filehandle.pmc||394||&& (((char *)string_result->strstart)[len - 1] == '\n'|| 31 31 ||||./src/pmc/filehandle.pmc||395|| ((char *)string_result->strstart)[len - 1] == '\r')) {|| 32 ||||./src/pmc/eval.pmc||284||if ((size_t)(res->strstart) & 0xf) {||(See [http://tinyurl.com/ydq36op TT #1370 comment 6])32 ||||./src/pmc/eval.pmc||284||if ((size_t)(res->strstart) & 0xf) {||(See [http://tinyurl.com/ydq36op TT #1370 comment 5]) 33 33 ||||./src/pmc/eval.pmc||285||char *adr = res->strstart;|| 34 34 ||||./src/pmc/eval.pmc||287||res->strstart = adr;|| 35 35 ||||./src/pmc/eval.pmc||296||PackFile_pack(INTERP, pf, (opcode_t *)res->strstart);|| 36 ||||./src/pmc/eval.pmc||354||if (!PackFile_unpack(INTERP, pf, (opcode_t *)packed->strstart,||(See [http://tinyurl.com/ydq36op TT #1370 comment 6])36 ||||./src/pmc/eval.pmc||354||if (!PackFile_unpack(INTERP, pf, (opcode_t *)packed->strstart,||(See [http://tinyurl.com/ydq36op TT #1370 comment 5]) 37 37 ||||./src/io/win32.c||493||void * const buffer = s->strstart;|| 38 38 ||||./src/io/unix.c||556||const char * const buffer = s->strstart;|| … … 50 50 ||||./src/io/buffer.c||568||void * const buffer = s->strstart;|| 51 51 ||||./src/io/socket_win32.c||251||if ((error = send((int)io->os_handle, (char *)s->strstart + byteswrote,||(Win32-specific) 52 ||||./src/io/socket_unix.c||304||if ((error = send(io->os_handle, (char *)s->strstart + byteswrote,|| 52 ||||./src/io/socket_unix.c||304||if ((error = send(io->os_handle, (char *)s->strstart + byteswrote,||(See [http://tinyurl.com/yaxyf52 TT #1370 comment 6]) 53 53 ||||./src/utils.c||585||const char * const str_start = base->strstart;|| 54 54 ||||./src/utils.c||587||const char * const search_str = search->strstart;||