| Commit message (Expand) | Author | Age | Files | Lines |
* | Tables assume network byte order for 16 bit forms, so 'S' packing | Nick Ing-Simmons | 2000-10-08 | 1 | -4/+4 |
* | Make "encodings" work post-install when Encode/*.enc files may not | Nick Ing-Simmons | 2000-10-08 | 1 | -31/+42 |
* | Work round the fact that $hash->{$key} does not take into account | Nick Ing-Simmons | 2000-10-08 | 1 | -1/+1 |
* | IO::Handle->syswrite() did not handle length omission | Graham Barr | 2000-10-06 | 1 | -3/+6 |
* | [ID 20001003.006] B::Debug not -w clean | Nicholas Clark | 2000-10-03 | 1 | -1/+1 |
* | Upgrade to Storable 1.0.3, from Raphael Manfredi. | Jarkko Hietaniemi | 2000-10-03 | 3 | -51/+299 |
* | [ID 20000928.002] perlcc & ByteCode.pm option mismatch | Nicholas Clark | 2000-10-02 | 1 | -5/+5 |
* | SOCK_DGRAM and listen() do not mix as reported in | Petter Reinholdtsen | 2000-10-02 | 1 | -1/+1 |
* | A few tweaks to get Tk803 to work with Encode scheme. | Nick Ing-Simmons | 2000-10-02 | 2 | -16/+58 |
* | Add checking cases to Encode's toUnicode and fromUnicode. | Nick Ing-Simmons | 2000-10-01 | 1 | -9/+32 |
* | Add encoding tables from tcl8.3.2 and perl code in Encode.pm | Nick Ing-Simmons | 2000-10-01 | 70 | -6/+21871 |
* | Re: [ID 20000915.010] Infinite loop with -MO=Deparse | Spider Boardman | 2000-09-30 | 1 | -1/+1 |
* | Multiplicity & ithreads fix for sv.c/Encode.xs | Spider Boardman | 2000-09-15 | 1 | -1/+1 |
* | Small portability tweaks. | Jarkko Hietaniemi | 2000-09-14 | 1 | -5/+3 |
* | Fake return to pacify picky compilers. | Jarkko Hietaniemi | 2000-09-14 | 1 | -0/+1 |
* | continued -Wformat support | Robin Barker | 2000-09-14 | 4 | -15/+19 |
* | Problems picked up by AIX cc. | H.Merijn Brand | 2000-09-14 | 1 | -5/+5 |
* | Batch of UTF-8 patches from Simon Cozens. | Jarkko Hietaniemi | 2000-09-14 | 1 | -14/+89 |
* | Re: Two advertising clauses need to be removed | Russ Allbery | 2000-09-14 | 2 | -20/+54 |
* | Add the Encode extension. The code is still largely just skeleton. | Jarkko Hietaniemi | 2000-09-13 | 4 | -0/+558 |
* | Allow for whitespace between "#" and "line" in cpp output. | Calle Dybedahl | 2000-09-12 | 2 | -1/+6 |
* | Make Data::Dumper (non-XS) to work with changed semantics of ref(). | Gisle Aas | 2000-09-07 | 1 | -3/+2 |
* | Modernize Opcode.pm documentation | Gisle Aas | 2000-09-07 | 1 | -2/+2 |
* | Retab MANIFEST. | Jarkko Hietaniemi | 2000-09-02 | 1 | -6/+6 |
* | Update to Storable 1.0, from Raphael Manfredi. | Jarkko Hietaniemi | 2000-09-01 | 5 | -161/+168 |
* | POSIX doesn't report long double values under -Duselongdouble | Spider Boardman | 2000-08-31 | 1 | -1/+1 |
* | From now on, Gisle is on my list of usual suspects :-) | Jarkko Hietaniemi | 2000-08-30 | 1 | -18/+18 |
* | Retry what #6882 attempted. | Gisle Aas | 2000-08-29 | 1 | -18/+18 |
* | Nail the ID 20000828.023. | Jarkko Hietaniemi | 2000-08-29 | 1 | -1/+1 |
* | Retract #6882, broke the safe tests. | Jarkko Hietaniemi | 2000-08-29 | 1 | -5/+4 |
* | [ID 20000829.004] Sharing leak root name into safe compartment | Gisle Aas | 2000-08-29 | 1 | -4/+5 |
* | Warnings in B::Deparse | Abigail | 2000-08-29 | 1 | -1/+1 |
* | Fix for thinko in #6848. | Lupe Christoph | 2000-08-29 | 1 | -1/+1 |
* | [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.... | Nicholas Clark | 2000-08-28 | 1 | -1/+0 |
* | Big-endian 64-bit patch from Raphael Manfredi. | Jarkko Hietaniemi | 2000-08-27 | 1 | -8/+26 |
* | Use the actual thread type, not the pointer-to-struct. | Jarkko Hietaniemi | 2000-08-27 | 1 | -1/+1 |
* | More casting. | Jarkko Hietaniemi | 2000-08-26 | 1 | -1/+1 |
* | Nicer in decimal. | Jarkko Hietaniemi | 2000-08-26 | 1 | -1/+1 |
* | There be no UVdf. | Jarkko Hietaniemi | 2000-08-26 | 1 | -1/+1 |
* | Continue IVdfing and UVxfing. | Jarkko Hietaniemi | 2000-08-26 | 1 | -5/+5 |
* | Use IVdf. | Jarkko Hietaniemi | 2000-08-26 | 1 | -11/+12 |
* | Use UVxf, PTR2UV, NVff. | Jarkko Hietaniemi | 2000-08-26 | 1 | -81/+93 |
* | A solution for the retrieve_fd autosplit warning, | Jarkko Hietaniemi | 2000-08-25 | 1 | -2/+5 |
* | Upgrade to Storable 0.7.4, from Raphael Manfredi, | Jarkko Hietaniemi | 2000-08-24 | 4 | -178/+160 |
* | Bad makefile. | Jarkko Hietaniemi | 2000-08-23 | 1 | -1/+1 |
* | Portability fix from Hugo van der Sanden. | Jarkko Hietaniemi | 2000-08-23 | 1 | -21/+18 |
* | fix a small typo in Storable.xs | Peter Prymmer | 2000-08-23 | 1 | -1/+1 |
* | VMS MMS (make) wants null action. | Jarkko Hietaniemi | 2000-08-23 | 1 | -6/+8 |
* | Be portable. | Jarkko Hietaniemi | 2000-08-22 | 1 | -4/+12 |
* | cSVOPo_*v things index into the current PL_curpad | Jarkko Hietaniemi | 2000-08-22 | 1 | -2/+2 |