Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Integrate mainline | Nick Ing-Simmons | 2002-02-05 | 1 | -0/+3 | |
| * | | | | Integrate mainline | Nick Ing-Simmons | 2002-02-03 | 7 | -14/+40 | |
| |\ \ \ \ | ||||||
| * | | | | | Integrate mainline | Nick Ing-Simmons | 2002-02-01 | 7 | -41/+229 | |
| * | | | | | Integrate mainline | Nick Ing-Simmons | 2002-01-29 | 2 | -18/+22 | |
| * | | | | | Integrate mainline | Nick Ing-Simmons | 2002-01-28 | 1 | -0/+1 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Integrate mainline | Nick Ing-Simmons | 2002-01-28 | 4 | -38/+36 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Integrate mainline | Nick Ing-Simmons | 2002-01-26 | 2 | -1/+13 | |
| |\ \ \ \ \ \ \ | ||||||
* | | | | | | | | | EBCDIC: the low 256 needs to be shuffled also | Jarkko Hietaniemi | 2002-02-10 | 1 | -2/+7 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio | Nicholas Clark | 2002-02-09 | 1 | -22/+39 | |
* | | | | | | | | Re: Modulus operator inconsistency | Nicholas Clark | 2002-02-09 | 1 | -1/+17 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle | Rafael Garcia-Suarez | 2002-02-08 | 1 | -2/+20 | |
* | | | | | | | Configure followed by make minitest | Yitzchak Scott-Thoennes | 2002-02-08 | 2 | -6/+4 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | In case of failure be more verbose. | Jarkko Hietaniemi | 2002-02-07 | 1 | -30/+31 | |
* | | | | | | Sanity checks to see that the IV/NV and the PV of numeric | Jarkko Hietaniemi | 2002-02-07 | 1 | -0/+101 | |
* | | | | | | Retract the anon leak subpatch of #14418 and #14431 | Jarkko Hietaniemi | 2002-02-07 | 1 | -10/+0 | |
* | | | | | | Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when buildin... | Artur Bergman | 2002-02-05 | 1 | -0/+3 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | lstat FH and -l FH warnings | Rafael Garcia-Suarez | 2002-02-03 | 3 | -10/+32 | |
* | | | | | [PATCH t/op/taint.t] remove possible false positive | Jarkko Hietaniemi | 2002-02-03 | 4 | -4/+5 | |
* | | | | | EBCDIC: no hope to get the low 256 right in unifolding. | Jarkko Hietaniemi | 2002-02-02 | 1 | -0/+3 | |
* | | | | | temp file not cleaned up | Rafael Garcia-Suarez | 2002-02-01 | 1 | -1/+1 | |
* | | | | | make "lstat FH" croak | Rafael Garcia-Suarez | 2002-02-01 | 1 | -6/+9 | |
* | | | | | Mentioning Darwins UFS ctime failure | Kay Röpke | 2002-02-01 | 1 | -0/+2 | |
* | | | | | Re: [PATCH] perl -V: | Jarkko Hietaniemi | 2002-01-31 | 1 | -2/+33 | |
* | | | | | forbid -l _ after -T _ | Rafael Garcia-Suarez | 2002-01-31 | 2 | -22/+31 | |
* | | | | | Turn the I/O Unicode error by default on, but the | Jarkko Hietaniemi | 2002-01-31 | 2 | -12/+130 | |
* | | | | | new test | Rafael Garcia-Suarez | 2002-01-30 | 1 | -1/+9 | |
* | | | | | EBCDIC: t/op/lc.t now passes. | Jarkko Hietaniemi | 2002-01-30 | 1 | -4/+21 | |
* | | | | | Prettier printing from Michael Schwern. | Jarkko Hietaniemi | 2002-01-28 | 1 | -1/+5 | |
* | | | | | Round #2 on EBCDICation. | Jarkko Hietaniemi | 2002-01-28 | 1 | -17/+17 | |
| |_|_|/ |/| | | | ||||||
* | | | | The "used only once" warnings (from gv_check) come | Jarkko Hietaniemi | 2002-01-28 | 1 | -0/+1 | |
| |_|/ |/| | | ||||||
* | | | EBCDIC portability. | Jarkko Hietaniemi | 2002-01-28 | 1 | -34/+28 | |
* | | | Unfinished EBCDIC branch. | Jarkko Hietaniemi | 2002-01-27 | 1 | -1/+1 | |
* | | | chr(42) ne '*' if one is in EBCDIC. | Jarkko Hietaniemi | 2002-01-27 | 1 | -3/+4 | |
* | | | Fix up recent op/stat.t failures | Andy Dougherty | 2002-01-27 | 1 | -0/+3 | |
| |/ |/| | ||||||
* | | Integrate perlio: | Jarkko Hietaniemi | 2002-01-25 | 3 | -15/+45 | |
|\ \ | |/ | ||||||
| * | More Win32 tuning | Nick Ing-Simmons | 2002-01-25 | 2 | -11/+18 | |
| * | Fix winsystem.t's attempt to build showav.exe to work | Nick Ing-Simmons | 2002-01-25 | 1 | -4/+27 | |
* | | new test in op/universal.t | Rafael Garcia-Suarez | 2002-01-25 | 1 | -1/+3 | |
* | | Integrate changes 13474+13478+13584 from maintperl; | Jarkko Hietaniemi | 2002-01-25 | 1 | -0/+10 | |
* | | Integrate perlio: | Jarkko Hietaniemi | 2002-01-25 | 2 | -12/+19 | |
|\ \ | |/ | ||||||
| * | Integrate mainline | Nick Ing-Simmons | 2002-01-25 | 8 | -14/+42 | |
| * | Linux/NFS hackery was not faking right number of passes. | Nick Ing-Simmons | 2002-01-25 | 1 | -11/+13 | |
| * | Expand command line test globs on Win32. | Nick Ing-Simmons | 2002-01-24 | 1 | -1/+6 | |
| * | Integrate mainline | Nick Ing-Simmons | 2002-01-20 | 4 | -7/+12 | |
| * | Integrate mainline | Nick Ing-Simmons | 2002-01-18 | 1 | -0/+17 | |
| |\ | ||||||
| * | | Integrate mainline (for ndbm fixes etc.) | Nick Ing-Simmons | 2002-01-17 | 5 | -24/+64 | |
| * | | Integrate mainline | Nick Ing-Simmons | 2002-01-16 | 1 | -2/+2 | |
| |\ \ | ||||||
| * | | | Blind integrate of bulk of mainline. | Nick Ing-Simmons | 2002-01-15 | 9 | -23/+83 | |
| * | | | Integrate mainline | Nick Ing-Simmons | 2002-01-13 | 7 | -33/+176 | |
| |\ \ \ | ||||||
| * \ \ \ | Integrate mainline (on Win32 - risky) for vmem.h stuff | Nick Ing-Simmons | 2002-01-11 | 6 | -62/+114 | |
| |\ \ \ \ |