summaryrefslogtreecommitdiff
path: root/t/op/pack.t
Commit message (Expand)AuthorAgeFilesLines
* Z*/[AZa]* fails to pack length properlyWolfgang Laun2001-11-211-1/+20
* Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and sunccNicholas Clark2001-11-071-1/+2
* Neither is 0xff illegal UTF-EBCDIC since it's the last C1.Jarkko Hietaniemi2001-10-291-9/+9
* UTF-EBCDIC ain't UTF-8.Jarkko Hietaniemi2001-10-291-7/+11
* Unpack in scalar context should return the first valueJarkko Hietaniemi2001-10-191-1/+11
* UNICOS testing patches from Nicholas Clark.Jarkko Hietaniemi2001-10-011-7/+13
* ok().Jarkko Hietaniemi2001-09-241-1/+1
* unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test fromJarkko Hietaniemi2001-09-241-2/+11
* Re: scalar context unpack bugsNicholas Clark2001-09-221-8/+103
* Re: n questions (was Re: 4 questions about pack/unpack) Nicholas Clark2001-09-201-320/+371
* Fix unpack U to be the reverse of pack UJarkko Hietaniemi2001-09-111-2/+41
* Adding the failure diagnostic Michael G. Schwern2001-08-281-0/+2
* Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing adviceMichael G. Schwern2001-08-281-2/+8
* Fixing bad testing adviceMichael G. Schwern2001-08-271-19/+26
* Re: Fixed pack problem - sort ofNicholas Clark2001-07-021-8/+34
* [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperlChris Nandor2001-06-111-1/+1
* More EBCDIC fixes.Nick Ing-Simmons2001-03-191-11/+12
* Major utf8 test reorganisation and rewrite.Jarkko Hietaniemi2001-03-071-1/+4
* Retract #8865 and #8869, un?pack C now again agree with Camel 3Jarkko Hietaniemi2001-02-281-39/+2
* Retract #8875, cannot let go of the old semantics of unpack UJarkko Hietaniemi2001-02-211-14/+1
* Make unpack C and unpack U truly equivalent.Jarkko Hietaniemi2001-02-211-1/+14
* unpack("C", ...) was left slightly unfinished by #8865.Jarkko Hietaniemi2001-02-211-2/+2
* Make pack("C", 0x100) to create Unicode, unless under theJarkko Hietaniemi2001-02-211-2/+39
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* integrate cfgperl changes#6252..6260 into mainlineGurusamy Sarathy2000-07-111-1/+11
* fix for missed accounting for null byte in pack("Z",...) (fromGurusamy Sarathy2000-04-281-2/+3
* lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-131-1/+1
* cosmeticsJarkko Hietaniemi2000-03-031-1/+1
* detypoJarkko Hietaniemi2000-03-031-2/+2
* Further long double patches from Spider Boardman.Jarkko Hietaniemi2000-03-021-0/+3
* Remove the pack.t kludge introduced to fudge the testJarkko Hietaniemi2000-03-021-3/+0
* Add -D_GNU_SOURCE into ccflags for gcc (for now to exposeJarkko Hietaniemi2000-01-171-1/+4
* was Re: [ID 19991102.003] perl on os390Peter Prymmer1999-11-131-1/+3
* allow any unpack specifier to take a count via '/'Gurusamy Sarathy1999-10-121-3/+15
* more pack/unpack documentation (from Ilya Zakharevich); changedGurusamy Sarathy1999-10-111-20/+23
* change "#" to a comment starter in pack templates; "/" nowIlya Zakharevich1999-09-231-6/+22
* (Version 2) Extending unpack to deal with counted stringsIan Phillipps1999-07-261-1/+17
* Use '!' to mark native integer packings instead of '_'.Jarkko Hietaniemi1999-03-031-6/+6
* Sync cfgperl with maint-5.005 change #3000.Jarkko Hietaniemi1999-02-211-70/+67
* pack/unpack better in (network-)short-non-16-bits andJarkko Hietaniemi1999-02-191-72/+20
* The pack tests now better in C90 (after the packnative patches).Jarkko Hietaniemi1999-02-151-22/+90
* Enhance the packnative patch: use the packnative codeJarkko Hietaniemi1999-02-151-2/+76
* support native integers, pack("L_",...) etc. (via private mail)Jarkko Hietaniemi1999-02-151-9/+27
* make testsuite somewhat location independentGurusamy Sarathy1999-02-121-1/+1
* a modified version of suggested patch for pack template 'Z'; added docsValeriy E. Ushakov1999-02-091-1/+40
* POSIX BC2000 port from perl-mvs:Thomas Dorner1998-10-171-1/+7
* The VM/ESA port essentials, based onJarkko Hietaniemi1998-10-171-1/+1
* several new tests needed tweaking to work under utf8Larry Wall1998-09-051-1/+1
* more pack() testsJarkko Hietaniemi1998-08-021-2/+25
* fix unpack('u',...) problem with spaces in inputGurusamy Sarathy1998-08-021-3/+7