summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* default mkdir() mode argument to 0777Gurusamy Sarathy2000-02-201-10/+9
* tests, doc tweak (from Gisle Aas)Gurusamy Sarathy2000-02-191-3/+10
* fix bug in backtracking optimizer (from Makoto IshisoneGurusamy Sarathy2000-02-191-1/+14
* rename byte:: to bytes::Gurusamy Sarathy2000-02-191-1/+1
* some fixes for mingw32/GCC (SETERRNO() still appears toGurusamy Sarathy2000-02-191-2/+2
* stronger testcase for change#5126Gurusamy Sarathy2000-02-181-12/+37
* make /\S/ match the same things /[\S]/ matches; likewise forGurusamy Sarathy2000-02-181-1/+49
* fix test that depends on op_dump() outputGurusamy Sarathy2000-02-171-1/+1
* fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (fromGurusamy Sarathy2000-02-151-1/+13
* fix small interpreter leaks identified by PurifyGurusamy Sarathy2000-02-141-1/+1
* formline() could wipe out readonly-ness, freeing constantsGurusamy Sarathy2000-02-101-3/+14
* support sprintf("v%v", v1.2.3) (works on any string argument, inGurusamy Sarathy2000-02-061-0/+33
* OS/2 build fixups from Ilya ZakharevichGurusamy Sarathy2000-02-041-1/+3
* fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>Gurusamy Sarathy2000-02-041-1/+10
* document unimplemented status of forking pipe open() on windowsGurusamy Sarathy2000-01-271-0/+47
* revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>Gurusamy Sarathy2000-01-261-2/+2
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-2/+2
* tweak exports list on WindowsGurusamy Sarathy2000-01-261-1/+4
* change#3744 should have made grep more like map instead of theGurusamy Sarathy2000-01-261-1/+69
* fix deeply nested closures that have no references to lexical inGurusamy Sarathy2000-01-221-1/+17
* support for C<exists &func> (from Spider Boardman)Gurusamy Sarathy2000-01-211-0/+46
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-01-181-1/+4
|\
| * Add -D_GNU_SOURCE into ccflags for gcc (for now to exposeJarkko Hietaniemi2000-01-171-1/+4
| * Integrate with Sarathy.Jarkko Hietaniemi2000-01-1315-68/+538
| |\ | |/ |/|
* | support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-132-5/+90
* | test for change#4792Gurusamy Sarathy2000-01-111-7/+11
* | test tweakGurusamy Sarathy2000-01-101-1/+1
* | enable fork.t on windowsGurusamy Sarathy2000-01-101-1/+1
* | s/usethreads/use5005threads/gGurusamy Sarathy2000-01-091-1/+1
* | cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-072-2/+2
* | Re: minimal m//g matches appear bustedIlya Zakharevich2000-01-051-1/+8
* | disable optimization in change#3612 for join() and quotemeta()--thisGurusamy Sarathy2000-01-021-1/+7
* | fix 4-arg substr() when used as argument to subroutineGurusamy Sarathy2000-01-021-1/+7
* | range operator does magical string increment iff both operandsGurusamy Sarathy1999-12-281-1/+10
* | fix for /(^|a)b/ breakage from Ilya ZakharevichGurusamy Sarathy1999-12-281-0/+1
* | cygwin update from Eric Fifer <EFifer@sanwaint.com>Gurusamy Sarathy1999-12-281-2/+3
* | test case for change#4694Gurusamy Sarathy1999-12-171-3/+11
* | fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)Gurusamy Sarathy1999-12-171-0/+1
* | apply change#4618 again along with Ilya's patch to fix bugsGurusamy Sarathy1999-12-082-1/+5
* | s/block/loop block/ in diagnostics about next, last, redoGurusamy Sarathy1999-12-041-4/+4
* | make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-041-1/+1
* | fixes for bugs in change#4586 and OS/2 pod tweak, from IlyaGurusamy Sarathy1999-12-021-0/+3
* | allow XSUBs and prototyped subroutines to be used with sort() (tweakedGurusamy Sarathy1999-12-021-40/+86
* | integrate cfgperl contents into mainlineGurusamy Sarathy1999-12-011-0/+2
|\ \ | |/
| * Ilya's "hopscotch" patch, reworked by Ilya to fit.Jarkko Hietaniemi1999-11-141-0/+2
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-141-5/+7
| |\
| * | Change #4576 accidentally leaked also parts ofJarkko Hietaniemi1999-11-131-2/+0
| * | Integrate with Sarathy.Jarkko Hietaniemi1999-11-132-2/+2
| |\ \
* | | | email address changesGurusamy Sarathy1999-12-011-1/+1
* | | | more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-7/+296
| |_|/ |/| |