| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade to Encode 1.61, from Dan Kogai. | Jarkko Hietaniemi | 2002-04-26 | 11 | -84/+471 |
* | MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC | Gurusamy Sarathy | 2002-04-26 | 1 | -2/+2 |
* | various signed/unsigned mismatch nits | Gurusamy Sarathy | 2002-04-26 | 12 | -31/+31 |
* | Re: [PATCH] another Storable test (Re: perl@16005) | Nicholas Clark | 2002-04-25 | 8 | -71/+740 |
* | Re: POSIX::WEXITSTATUS broken again | Andy Dougherty | 2002-04-25 | 1 | -1/+1 |
* | cwd.t wasn't running all the tests because cmd.exe wasn't | Gurusamy Sarathy | 2002-04-25 | 1 | -3/+7 |
* | Cleaner Encode tests under -Mutf8. | Jarkko Hietaniemi | 2002-04-25 | 3 | -2/+8 |
* | Re: [Encode] Patch to fix Encod-XML::SAX conflicts | Dan Kogai | 2002-04-25 | 1 | -1/+1 |
* | Wrong plan. | Jarkko Hietaniemi | 2002-04-24 | 1 | -2/+1 |
* | Upgrade to Encode 1.60, from Dan Kogai. | Jarkko Hietaniemi | 2002-04-24 | 16 | -20/+591 |
* | another case of enabling binmode() where it should not be: if the | Gurusamy Sarathy | 2002-04-24 | 1 | -1/+0 |
* | Integrate #16136, #16137, #16138 from macperl; | Jarkko Hietaniemi | 2002-04-24 | 1 | -3/+3 |
* | Thou shalt not assume %x works for UVs. | Jarkko Hietaniemi | 2002-04-24 | 1 | -1/+1 |
* | hacking around byteorder variance between config.sh and config.h | Gurusamy Sarathy | 2002-04-23 | 1 | -23/+4 |
* | *size tweaks from Sarathy. | Jarkko Hietaniemi | 2002-04-23 | 1 | -7/+11 |
* | Re: perl@16083 | Nicholas Clark | 2002-04-23 | 1 | -13/+32 |
* | Upgrade to Encode 1.58. | Jarkko Hietaniemi | 2002-04-23 | 36 | -2573/+3334 |
* | Upgrade to Encode 1.57, from Dan Kogai. | Jarkko Hietaniemi | 2002-04-22 | 12 | -65/+106 |
* | {PATCH docs] sockatmark | Mark-Jason Dominus | 2002-04-22 | 1 | -1/+2 |
* | NetWare changeover from Watcom to Codewarrior, from C Aditya. | Jarkko Hietaniemi | 2002-04-22 | 1 | -0/+4 |
* | Signedness nit. | Jarkko Hietaniemi | 2002-04-22 | 1 | -1/+1 |
* | No semicolons after blocks. | Jarkko Hietaniemi | 2002-04-22 | 1 | -2/+2 |
* | Upgrade to PerlIO::encoding 0.04, from Dan Kogai. | Jarkko Hietaniemi | 2002-04-22 | 2 | -37/+49 |
* | Upgrade to Encode 1.56, from Dan Kogai. | Jarkko Hietaniemi | 2002-04-22 | 31 | -706/+892 |
* | Integrate //depot/perlio into mainline | Nick Ing-Simmons | 2002-04-22 | 5 | -52/+182 |
* | End blocks were not run on Win32. | Artur Bergman | 2002-04-22 | 1 | -0/+1 |
* | Do not unlock mutex twice. | Artur Bergman | 2002-04-21 | 1 | -1/+3 |
* | squelch some more type mismatch warnings | Gurusamy Sarathy | 2002-04-21 | 7 | -13/+17 |
* | test appears to be ass_u_ming sizeof(long) == sizeof(IV), which | Gurusamy Sarathy | 2002-04-21 | 1 | -6/+6 |
* | use compare_text() rather than compare() to avoid bogus | Gurusamy Sarathy | 2002-04-21 | 1 | -3/+3 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -2/+4 |
* | another Storable test (Re: perl@16005) | Nicholas Clark | 2002-04-21 | 2 | -5/+303 |
* | Win32: encode/t/perlio.t needs some binmode | Mattia Barbon | 2002-04-21 | 1 | -0/+2 |
* | Do not assume that io buffer flushing happens in the same | Jarkko Hietaniemi | 2002-04-21 | 1 | -38/+21 |
* | Got the last memory leak in the while(1) { threads->create(sub | Artur Bergman | 2002-04-21 | 1 | -1/+2 |
* | Revert change #15974. | Rafael Garcia-Suarez | 2002-04-21 | 1 | -8/+0 |
* | Windows 64-bit support: | Gurusamy Sarathy | 2002-04-21 | 2 | -8/+8 |
* | Upgrade to Encode 1.52, from Dan Kogai. | Jarkko Hietaniemi | 2002-04-20 | 13 | -31113/+22779 |
* | Remove auto-detach | Artur Bergman | 2002-04-20 | 1 | -10/+16 |
* | Re: [PATCH] typo | Andreas König | 2002-04-20 | 1 | -9/+9 |
* | Upgrade to Encode 1.51, from Dan Kogai. | Jarkko Hietaniemi | 2002-04-20 | 14 | -32355/+32624 |
* | Integrate perlio: | Jarkko Hietaniemi | 2002-04-20 | 1 | -27/+27 |
|\ |
|
| * | Integrate mainline | Nick Ing-Simmons | 2002-04-20 | 1 | -0/+6 |
| |\ |
|
| * | | Tweak to Encode.xs to avoid buffer overrun. | Nick Ing-Simmons | 2002-04-20 | 1 | -2/+2 |
| * | | Silence warning generating warning message for U+FFFF does not map etc. | Nick Ing-Simmons | 2002-04-19 | 1 | -27/+27 |
* | | | Really let the update of the link list do something. | Artur Bergman | 2002-04-20 | 1 | -2/+3 |
| |/
|/| |
|
* | | Add a BUGS sections to O.pm | Rafael Garcia-Suarez | 2002-04-19 | 1 | -0/+6 |
|/ |
|
* | Upgrade to PerlIO::encoding 0.02, from Dan Kogai. | Jarkko Hietaniemi | 2002-04-19 | 2 | -9/+30 |
* | Upgrade to Encode 1.50, from Dan Kogai. | Jarkko Hietaniemi | 2002-04-19 | 26 | -868/+1360 |
* | The previous change on this was *ahem* slightly off-topic. | Jarkko Hietaniemi | 2002-04-19 | 1 | -9/+12 |