| Commit message (Expand) | Author | Age | Files | Lines |
* | Z*/[AZa]* fails to pack length properly | Wolfgang Laun | 2001-11-21 | 1 | -1/+20 |
* | Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc | Nicholas Clark | 2001-11-07 | 1 | -1/+2 |
* | Neither is 0xff illegal UTF-EBCDIC since it's the last C1. | Jarkko Hietaniemi | 2001-10-29 | 1 | -9/+9 |
* | UTF-EBCDIC ain't UTF-8. | Jarkko Hietaniemi | 2001-10-29 | 1 | -7/+11 |
* | Unpack in scalar context should return the first value | Jarkko Hietaniemi | 2001-10-19 | 1 | -1/+11 |
* | UNICOS testing patches from Nicholas Clark. | Jarkko Hietaniemi | 2001-10-01 | 1 | -7/+13 |
* | ok(). | Jarkko Hietaniemi | 2001-09-24 | 1 | -1/+1 |
* | unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from | Jarkko Hietaniemi | 2001-09-24 | 1 | -2/+11 |
* | Re: scalar context unpack bugs | Nicholas Clark | 2001-09-22 | 1 | -8/+103 |
* | Re: n questions (was Re: 4 questions about pack/unpack) | Nicholas Clark | 2001-09-20 | 1 | -320/+371 |
* | Fix unpack U to be the reverse of pack U | Jarkko Hietaniemi | 2001-09-11 | 1 | -2/+41 |
* | Adding the failure diagnostic | Michael G. Schwern | 2001-08-28 | 1 | -0/+2 |
* | Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice | Michael G. Schwern | 2001-08-28 | 1 | -2/+8 |
* | Fixing bad testing advice | Michael G. Schwern | 2001-08-27 | 1 | -19/+26 |
* | Re: Fixed pack problem - sort of | Nicholas Clark | 2001-07-02 | 1 | -8/+34 |
* | [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl | Chris Nandor | 2001-06-11 | 1 | -1/+1 |
* | More EBCDIC fixes. | Nick Ing-Simmons | 2001-03-19 | 1 | -11/+12 |
* | Major utf8 test reorganisation and rewrite. | Jarkko Hietaniemi | 2001-03-07 | 1 | -1/+4 |
* | Retract #8865 and #8869, un?pack C now again agree with Camel 3 | Jarkko Hietaniemi | 2001-02-28 | 1 | -39/+2 |
* | Retract #8875, cannot let go of the old semantics of unpack U | Jarkko Hietaniemi | 2001-02-21 | 1 | -14/+1 |
* | Make unpack C and unpack U truly equivalent. | Jarkko Hietaniemi | 2001-02-21 | 1 | -1/+14 |
* | unpack("C", ...) was left slightly unfinished by #8865. | Jarkko Hietaniemi | 2001-02-21 | 1 | -2/+2 |
* | Make pack("C", 0x100) to create Unicode, unless under the | Jarkko Hietaniemi | 2001-02-21 | 1 | -2/+39 |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 1 | -1/+1 |
* | integrate cfgperl changes#6252..6260 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+11 |
* | fix for missed accounting for null byte in pack("Z",...) (from | Gurusamy Sarathy | 2000-04-28 | 1 | -2/+3 |
* | lexical warnings update for docs and tests (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -1/+1 |
* | cosmetics | Jarkko Hietaniemi | 2000-03-03 | 1 | -1/+1 |
* | detypo | Jarkko Hietaniemi | 2000-03-03 | 1 | -2/+2 |
* | Further long double patches from Spider Boardman. | Jarkko Hietaniemi | 2000-03-02 | 1 | -0/+3 |
* | Remove the pack.t kludge introduced to fudge the test | Jarkko Hietaniemi | 2000-03-02 | 1 | -3/+0 |
* | Add -D_GNU_SOURCE into ccflags for gcc (for now to expose | Jarkko Hietaniemi | 2000-01-17 | 1 | -1/+4 |
* | was Re: [ID 19991102.003] perl on os390 | Peter Prymmer | 1999-11-13 | 1 | -1/+3 |
* | allow any unpack specifier to take a count via '/' | Gurusamy Sarathy | 1999-10-12 | 1 | -3/+15 |
* | more pack/unpack documentation (from Ilya Zakharevich); changed | Gurusamy Sarathy | 1999-10-11 | 1 | -20/+23 |
* | change "#" to a comment starter in pack templates; "/" now | Ilya Zakharevich | 1999-09-23 | 1 | -6/+22 |
* | (Version 2) Extending unpack to deal with counted strings | Ian Phillipps | 1999-07-26 | 1 | -1/+17 |
* | Use '!' to mark native integer packings instead of '_'. | Jarkko Hietaniemi | 1999-03-03 | 1 | -6/+6 |
* | Sync cfgperl with maint-5.005 change #3000. | Jarkko Hietaniemi | 1999-02-21 | 1 | -70/+67 |
* | pack/unpack better in (network-)short-non-16-bits and | Jarkko Hietaniemi | 1999-02-19 | 1 | -72/+20 |
* | The pack tests now better in C90 (after the packnative patches). | Jarkko Hietaniemi | 1999-02-15 | 1 | -22/+90 |
* | Enhance the packnative patch: use the packnative code | Jarkko Hietaniemi | 1999-02-15 | 1 | -2/+76 |
* | support native integers, pack("L_",...) etc. (via private mail) | Jarkko Hietaniemi | 1999-02-15 | 1 | -9/+27 |
* | make testsuite somewhat location independent | Gurusamy Sarathy | 1999-02-12 | 1 | -1/+1 |
* | a modified version of suggested patch for pack template 'Z'; added docs | Valeriy E. Ushakov | 1999-02-09 | 1 | -1/+40 |
* | POSIX BC2000 port from perl-mvs: | Thomas Dorner | 1998-10-17 | 1 | -1/+7 |
* | The VM/ESA port essentials, based on | Jarkko Hietaniemi | 1998-10-17 | 1 | -1/+1 |
* | several new tests needed tweaking to work under utf8 | Larry Wall | 1998-09-05 | 1 | -1/+1 |
* | more pack() tests | Jarkko Hietaniemi | 1998-08-02 | 1 | -2/+25 |
* | fix unpack('u',...) problem with spaces in input | Gurusamy Sarathy | 1998-08-02 | 1 | -3/+7 |