| Commit message (Expand) | Author | Age | Files | Lines |
* | default mkdir() mode argument to 0777 | Gurusamy Sarathy | 2000-02-20 | 1 | -10/+9 |
* | tests, doc tweak (from Gisle Aas) | Gurusamy Sarathy | 2000-02-19 | 1 | -3/+10 |
* | fix bug in backtracking optimizer (from Makoto Ishisone | Gurusamy Sarathy | 2000-02-19 | 1 | -1/+14 |
* | rename byte:: to bytes:: | Gurusamy Sarathy | 2000-02-19 | 1 | -1/+1 |
* | some fixes for mingw32/GCC (SETERRNO() still appears to | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+2 |
* | stronger testcase for change#5126 | Gurusamy Sarathy | 2000-02-18 | 1 | -12/+37 |
* | make /\S/ match the same things /[\S]/ matches; likewise for | Gurusamy Sarathy | 2000-02-18 | 1 | -1/+49 |
* | fix test that depends on op_dump() output | Gurusamy Sarathy | 2000-02-17 | 1 | -1/+1 |
* | fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from | Gurusamy Sarathy | 2000-02-15 | 1 | -1/+13 |
* | fix small interpreter leaks identified by Purify | Gurusamy Sarathy | 2000-02-14 | 1 | -1/+1 |
* | formline() could wipe out readonly-ness, freeing constants | Gurusamy Sarathy | 2000-02-10 | 1 | -3/+14 |
* | support sprintf("v%v", v1.2.3) (works on any string argument, in | Gurusamy Sarathy | 2000-02-06 | 1 | -0/+33 |
* | OS/2 build fixups from Ilya Zakharevich | Gurusamy Sarathy | 2000-02-04 | 1 | -1/+3 |
* | fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }> | Gurusamy Sarathy | 2000-02-04 | 1 | -1/+10 |
* | document unimplemented status of forking pipe open() on windows | Gurusamy Sarathy | 2000-01-27 | 1 | -0/+47 |
* | revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c> | Gurusamy Sarathy | 2000-01-26 | 1 | -2/+2 |
* | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 1 | -2/+2 |
* | tweak exports list on Windows | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+4 |
* | change#3744 should have made grep more like map instead of the | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+69 |
* | fix deeply nested closures that have no references to lexical in | Gurusamy Sarathy | 2000-01-22 | 1 | -1/+17 |
* | support for C<exists &func> (from Spider Boardman) | Gurusamy Sarathy | 2000-01-21 | 1 | -0/+46 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-01-18 | 1 | -1/+4 |
|\ |
|
| * | Add -D_GNU_SOURCE into ccflags for gcc (for now to expose | Jarkko Hietaniemi | 2000-01-17 | 1 | -1/+4 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-13 | 15 | -68/+538 |
| |\
| |/
|/| |
|
* | | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 2 | -5/+90 |
* | | test for change#4792 | Gurusamy Sarathy | 2000-01-11 | 1 | -7/+11 |
* | | test tweak | Gurusamy Sarathy | 2000-01-10 | 1 | -1/+1 |
* | | enable fork.t on windows | Gurusamy Sarathy | 2000-01-10 | 1 | -1/+1 |
* | | s/usethreads/use5005threads/g | Gurusamy Sarathy | 2000-01-09 | 1 | -1/+1 |
* | | cygwin update (from Eric Fifer <EFifer@sanwaint.com>) | Gurusamy Sarathy | 2000-01-07 | 2 | -2/+2 |
* | | Re: minimal m//g matches appear busted | Ilya Zakharevich | 2000-01-05 | 1 | -1/+8 |
* | | disable optimization in change#3612 for join() and quotemeta()--this | Gurusamy Sarathy | 2000-01-02 | 1 | -1/+7 |
* | | fix 4-arg substr() when used as argument to subroutine | Gurusamy Sarathy | 2000-01-02 | 1 | -1/+7 |
* | | range operator does magical string increment iff both operands | Gurusamy Sarathy | 1999-12-28 | 1 | -1/+10 |
* | | fix for /(^|a)b/ breakage from Ilya Zakharevich | Gurusamy Sarathy | 1999-12-28 | 1 | -0/+1 |
* | | cygwin update from Eric Fifer <EFifer@sanwaint.com> | Gurusamy Sarathy | 1999-12-28 | 1 | -2/+3 |
* | | test case for change#4694 | Gurusamy Sarathy | 1999-12-17 | 1 | -3/+11 |
* | | fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich) | Gurusamy Sarathy | 1999-12-17 | 1 | -0/+1 |
* | | apply change#4618 again along with Ilya's patch to fix bugs | Gurusamy Sarathy | 1999-12-08 | 2 | -1/+5 |
* | | s/block/loop block/ in diagnostics about next, last, redo | Gurusamy Sarathy | 1999-12-04 | 1 | -4/+4 |
* | | make uninitialized value warnings report opcode | Gurusamy Sarathy | 1999-12-04 | 1 | -1/+1 |
* | | fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya | Gurusamy Sarathy | 1999-12-02 | 1 | -0/+3 |
* | | allow XSUBs and prototyped subroutines to be used with sort() (tweaked | Gurusamy Sarathy | 1999-12-02 | 1 | -40/+86 |
* | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-12-01 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Ilya's "hopscotch" patch, reworked by Ilya to fit. | Jarkko Hietaniemi | 1999-11-14 | 1 | -0/+2 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-14 | 1 | -5/+7 |
| |\ |
|
| * | | Change #4576 accidentally leaked also parts of | Jarkko Hietaniemi | 1999-11-13 | 1 | -2/+0 |
| * | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-13 | 2 | -2/+2 |
| |\ \ |
|
* | | | | email address changes | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+1 |
* | | | | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -7/+296 |
| |_|/
|/| | |
|