2001-11-19 |
Jarkko Hietaniemi |
Retract #13082 until a better solution is found: |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Jarkko Hietaniemi |
Figures 1 and 2 for UTF-8. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Rafael Garcia... |
new warning "Useless use of sort in scalar context" |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Michael G.... |
A little extra debugging output |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Michael G.... |
Double FETCH test |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Craig A. Berry |
io_poll.t vms/test.com tweaks |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Dave Rolsky |
ExtUtils::Install - use File::Spec instead of ExtUtils... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Dave Rolsky |
ExtUtils::Install - use File::Spec instead of ExtUtils... |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Jarkko Hietaniemi |
The runops_dbg should not be needed. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Jarkko Hietaniemi |
do_spawn() cleanup from Charles Lane. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
Jarkko Hietaniemi |
Update the list of tests. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Michael G.... |
Re: [ID 20011116.125] $a = undef; print "$a\n"; does... |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Jarkko Hietaniemi |
FAQ sync. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Jarkko Hietaniemi |
Integrate perlio: |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Jarkko Hietaniemi |
(retracted by #13096) |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Nick Ing-Simmons |
Win32 layer has a dup which needs to match new prototype. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Nick Ing-Simmons |
Wrong way to get stdio mode used. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Jarkko Hietaniemi |
Retract #13048: that introduced a malloc() (through... |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Jarkko Hietaniemi |
Pass 1 at perldelta.pod: sort the section contents |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Jarkko Hietaniemi |
Retract 11635: close 20011113.110, reopen 20010809... |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Jarkko Hietaniemi |
All of syswrite/send/sendto need to return character... |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Jarkko Hietaniemi |
Integrate PerlIO: duping fixes. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Jarkko Hietaniemi |
syswrite() was still returning byte counts, not charact... |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Jarkko Hietaniemi |
Add test for sysread(). |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Nick Ing-Simmons |
Allow dup'ing of PerlIO::Scalar etc. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Jarkko Hietaniemi |
Prepend a null byte to the test set. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Jarkko Hietaniemi |
Document how "no utf8;" can become handy. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Jarkko Hietaniemi |
Integrate perlio: |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Nick Ing-Simmons |
embed.pl generated changes I forgot to include |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Nick Ing-Simmons |
Force inclusion of both Perl_runops_* in perl itself, |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Nick Ing-Simmons |
Integrate mainline - a few Devel::Peak fails. |
commit | commitdiff | tree | snapshot |
2001-11-18 |
Jarkko Hietaniemi |
Start working on perldelta. This is not yet any sort of |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Jarkko Hietaniemi |
Banish "use utf8". |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Jarkko Hietaniemi |
Tweak from Charles Lane. |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Jarkko Hietaniemi |
Integrate change #13058 from maintperl; |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Jonathan Stowe |
Sync with CPAN version |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Tels |
[PATCH9 File/Find.pm doc nits |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Tels |
Benchmark.pm nit |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Andy Dougherty |
lib/Unicode/UCD.t @INC oddity |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Charles Lane |
[Patch Perl@13023] VMS system() warning |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
It's neither-nor, and protect against the impossible. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
5005threads didn't work because $Thread::VERSION wasn't |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Charles Randall |
Robustness against Linux using something else than... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Russ Allbery |
Re: [h.m.brand@hccnet.nl: Installman problems] |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
Update perluniintro on the UTF-8 output matters |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
Adding new files to MANIFEST is nice. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
Update Changes. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jeff Pinyan |
Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
Rename perlunintro to perluniintro; regen toc. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
Document the negated lookahead trick to emulate |
commit | commitdiff | tree | snapshot |
2001-11-16 |
SADAHIRO Tomoyuki |
Unicode General Category: Cn |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Ilya Zakharevich |
runtime runops switch |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
Further discourage old Thread code; tell how to tell |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
A missing return; from Charles Lane. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Abhijit Menon-Sen |
[PATCH] Doc spellcheck + podcheck |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
Avoid redefinedness warning for now. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
use strict. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Charles Lane |
subprocess command line size increase |
commit | commitdiff | tree | snapshot |
2001-11-16 |
chromatic |
Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
Make Thread a wrapper for both ithreads and 5005threads. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
$VERSION "a5" doesn't quite work. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
Add the fruits of Larry Shatzer's version verifying... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Jarkko Hietaniemi |
Add Larry Shatzer's VERSION verifying script. |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Michael G.... |
runperl(), \n and stdin |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Jarkko Hietaniemi |
Document the MY_CXT business; from Paul Marquess. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Jarkko Hietaniemi |
VMSCMD synch attempt. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Jarkko Hietaniemi |
Advise against -P as instructed by Schwern. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
John Peacock |
v-strings as Objects Step 1 |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Michael G.... |
-x (was Re: [PATCH] new tests for command-line switches) |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Jarkko Hietaniemi |
Upgrade to Getopt::Long 2.26_03. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Michael G.... |
VMSCMD missing |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Robert Spier |
Re: [ID 20010713.001] use lib segmentation fault |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Jarkko Hietaniemi |
Update Changes. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Rafael Garcia... |
new tests for command-line switches |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Jarkko Hietaniemi |
Upgrade to podlators 1.13. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Jarkko Hietaniemi |
skip "might be used uninitialized". |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Jarkko Hietaniemi |
Fix for "perlio bug in koi8-r encoding". The problem |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Rafael Garcia... |
Re: [ID 20011114.118] chop and chomp bind too tightly |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Robin Barker |
Re: Strange syntax error with map |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Rafael Garcia... |
[DOC PATCH] mention Filter::cpp in perlrun |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Jarkko Hietaniemi |
"link =" from utils.lst was being processed oddly. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Ilya Zakharevich |
CreateTTY in -d |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Jarkko Hietaniemi |
Corify the Filter::Simple tests. |
commit | commitdiff | tree | snapshot |
2001-11-15 |
Jarkko Hietaniemi |
Upgrade to Filter::Simple 0.70. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jarkko Hietaniemi |
Cleanliness inspired by Cygwin. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jarkko Hietaniemi |
Add perlunintro (formerly known as perlunitut); regen... |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jarkko Hietaniemi |
FAQ sync. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jarkko Hietaniemi |
Quieten pgcc 2.91.66 worries. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jarkko Hietaniemi |
Upgrade to Switch 2.06. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jarkko Hietaniemi |
Upgrade to Attribute::Handlers 0.76. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jarkko Hietaniemi |
Signedness nit. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jarkko Hietaniemi |
VERSIONize. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jarkko Hietaniemi |
No pod in internal Net::FTP classes. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jeff Pinyan |
Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS... |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jarkko Hietaniemi |
test.pl tweaks from Rafael and Pudge (assuming I deciphered |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jarkko Hietaniemi |
Add comments to mark where $^X is being handled. |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Michael G.... |
Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and... |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Michael G.... |
Fwd: [craigberry@mac.com: die_exit.t] |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Charles Lane |
Re: [PATCH] new version of runperl() |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Jarkko Hietaniemi |
test.pl runperl() nits from Chris Nandor and Craig... |
commit | commitdiff | tree | snapshot |
next |