summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Re: PATCH: byte count feature request for unpackTon Hospel2005-03-301-22/+170
* Re: [perl #34195] Regex: Alternations within negative lookahead assertions Hugo van der Sanden2005-03-271-0/+2
* Revert change #24055, which was producing a segfault in installmanRafael Garcia-Suarez2005-03-221-2/+0
* Re: unpack A strip patchTon Hospel2005-03-211-1/+16
* Resubmit change #24053.Rafael Garcia-Suarez2005-03-211-0/+2
* pack / for general typesTon Hospel2005-03-211-1/+26
* Re: Reworked Trie PatchYves Orton2005-03-185-3/+125
* Re: Encoding neutral unpackTon Hospel2005-03-121-1/+13
* Encoding neutral unpackTon Hospel2005-03-082-7/+252
* Patch for Perlbug #4253Nikolai Eipel2005-02-181-1/+13
* Additional tests for t/op/not.tSteve Peters2005-02-151-1/+37
* Re: encoding neutral unpackTon Hospel2005-02-141-6/+7
* [perl #34101] not() || 1 produces segmentation faultMarcus Holland-Moritz2005-02-101-0/+13
* [perl #34062] pack Z0 destroys the character before perl-5.8.0@ton.iguana.be2005-02-081-1/+7
* Re: encoding neutral unpackTon Hospel2005-02-021-1/+10
* Re: encoding neutral unpackTon Hospel2005-02-021-1/+8
* Re: encoding neutral unpackTon Hospel2005-02-021-1/+4
* Re: encoding neutral unpackTon Hospel2005-01-311-1/+9
* Fix test suite hang on Win32 caused by change #23898Steve Hay2005-01-311-1/+1
* [perl #33928] chomp() fails after alarm(), `sleep`Dave Mitchell2005-01-291-1/+9
* Oops. Was forgetting to test n! N! v! V! in packNicholas Clark2005-01-271-3/+3
* Check that the warning behaviour on the modifiers !, < and > is as weNicholas Clark2005-01-271-1/+49
* Make the tests for the endianness modifiers < and >, and theNicholas Clark2005-01-271-44/+82
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-3/+2
* Name another pack testNicholas Clark2005-01-211-1/+1
* [perl #33892] Add Interix support Todd Vierling2005-01-211-1/+1
* Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32Yitzchak Scott-Thoennes2005-01-211-10/+16
* Make "assertion" attribute code and test conditionalNicholas Clark2005-01-191-2/+3
* op/stat.t test 9 failing on recent cygwin snapshotsYitzchak Scott-Thoennes2005-01-191-1/+1
* Better test diagnostics for the numbers tests.Nicholas Clark2005-01-141-6/+6
* Not a good idea to use unpack "H*" to peek at a scalar's internalNicholas Clark2005-01-131-9/+29
* Fix bug 32294 - index()/rindex() ignore UTF8 flagNicholas Clark2005-01-111-4/+42
* t/op/split.t #11 nit on VMSCraig A. Berry2005-01-101-6/+2
* Need to close files before unlinking them on Win32Steve Hay2005-01-101-1/+2
* Add TODO tests for UTF8 encoded soft referencesNicholas Clark2005-01-061-1/+48
* Turn barewords into strings to run under strict subs.Nicholas Clark2005-01-061-13/+20
* All tests now use test.plNicholas Clark2005-01-061-51/+57
* Start converting t/op/ref.t to use test.plNicholas Clark2005-01-061-72/+59
* Rafael spotted that my changes caused warnings. So clean up.Nicholas Clark2005-01-051-0/+1
* Check all attributes in modify_SV_attributes are recognised.Nicholas Clark2005-01-041-4/+32
* Skip tests that binmode :utf8 if there is no perlioNicholas Clark2004-12-291-2/+16
* Oops. Forgot to uncomment the last set of Unicode values forNicholas Clark2004-12-291-2/+2
* read (and presuambly sysread) would expose the UTF8 internals whenNicholas Clark2004-12-291-32/+35
* Add a lot of tests for combinations of values, offsets and lengthsNicholas Clark2004-12-291-1/+58
* Convert op/read.t to use test.pl and make it stricture compliant.Nicholas Clark2004-12-291-7/+14
* $#a>>=1 relies on malloc wrap to avoid the segfault, so need toNicholas Clark2004-12-211-2/+6
* bop.t follow-up to #23645Craig A. Berry2004-12-161-1/+1
* Fix test added in change 23645 with an eval()Rafael Garcia-Suarez2004-12-141-1/+1
* Test patch for already-solved bug #33003,Rafael Garcia-Suarez2004-12-141-1/+5
* t/op/taint.t follow-up to #23635Craig A. Berry2004-12-131-1/+1