summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 1st day's EBCDIC fixes:Nick Ing-Simmons2001-03-150-0/+0
* | Integrate mainlineNick Ing-Simmons2001-03-1427-464/+1594
|\ \ | |/
| * The Day of the Retractions continues: the #9138Jarkko Hietaniemi2001-03-1410-25/+49
| * The #9145 CANNOT be enabled: the clear_pmop code stillJarkko Hietaniemi2001-03-143-60/+18
| * Integrate change #9154 from maintperl to mainline.Jarkko Hietaniemi2001-03-148-3/+48
| * Retract #9136: breaks threading (and binary compatibility).Jarkko Hietaniemi2001-03-143-54/+16
| * Tweaked a tweak from H.Merijn Brand on the sigaction test.Jarkko Hietaniemi2001-03-141-1/+2
| * reenable change#9145 (the test was busted due to a missingGurusamy Sarathy2001-03-143-18/+60
| * Retract #9145.Jarkko Hietaniemi2001-03-143-58/+18
| * Retract #9143.Jarkko Hietaniemi2001-03-141-1/+1
| * Uninitialized Memory Read in regexec.cGurusamy Sarathy2001-03-141-1/+1
| * PATCH: make goto work in nested eval ""Robin Houston2001-03-142-2/+21
| * Preserve the #ifdef PERL_CORE in perly.h.Jarkko Hietaniemi2001-03-141-0/+11
| * (Retracted by #9150.)Jarkko Hietaniemi2001-03-143-18/+58
| * Integrate changes #9137,9138,9142 from maintperl into mainline.Jarkko Hietaniemi2001-03-1412-54/+35
| * (Retracted by #9149.)Jarkko Hietaniemi2001-03-141-1/+1
| * PATCH for [ID 20010305.003]Robin Houston2001-03-142-1/+29
| * Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;...Robin Houston2001-03-142-4/+29
| * Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;...Robin Houston2001-03-148-420/+1393
| * (Retracted by #9155)Jens-Uwe Mager2001-03-133-16/+54
| * Integrate perlio:Jarkko Hietaniemi2001-03-131-1/+4
| * Integrate change #9131 from maintperl into mainline.Jarkko Hietaniemi2001-03-131-4/+9
| * Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;...John P. Linderman2001-03-131-5/+13
| * Re: 9122 and sigaction/switch on HP-UX 11.00H.Merijn Brand2001-03-131-1/+1
| * t/lib/1_compile.t VMS modCharles Lane2001-03-131-1/+1
| * Another patch for integer.pm POD John L. Allen2001-03-131-20/+30
* | Integrate mainline.Nick Ing-Simmons2001-03-1324-333/+5217
|\ \ | |/
| * Update Changes.Jarkko Hietaniemi2001-03-132-1/+240
| * Workaround for the buggy ("internal compiler error")Jarkko Hietaniemi2001-03-132-2/+38
| * Typo in #9113.Jarkko Hietaniemi2001-03-131-2/+2
| * Forgot to check-in the larger part of #9120, duh.Jarkko Hietaniemi2001-03-131-191/+527
| * OS/2 docsIlya Zakharevich2001-03-131-54/+1
| * Integrate change #9116 from maintperl into mainline.Jarkko Hietaniemi2001-03-131-4/+4
| * Add Switch 2.01, resort MANIFEST (forgot that in #9117)Jarkko Hietaniemi2001-03-133-11/+1084
| * Add Text::Balanced 1.83.Jarkko Hietaniemi2001-03-1311-0/+3243
| * Re: [ID 20010305.005] "use integer" doesn't make rand() return integersJohn L. Allen2001-03-131-24/+47
| * OS/390 mydomain last gasp before silly guess (was Re: What do I need to build...Peter Prymmer2001-03-133-56/+43
| * Integrate perlio:Jarkko Hietaniemi2001-03-132-3/+29
* | #ifdef'ed out code to make packed side of pack/unpackNick Ing-Simmons2001-03-131-1/+4
* | Integrate mainline.Nick Ing-Simmons2001-03-1210-82/+216
|\ \ | |/
| * Integrate change #9108 from maintperl to mainline.Jarkko Hietaniemi2001-03-1210-82/+216
| * Integrate perlio:Jarkko Hietaniemi2001-03-126-106/+80
| |\
* | | #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.Nick Ing-Simmons2001-03-122-3/+29
| |/ |/|
* | regcomp.c is working in native space, not Unicode space (if different)Nick Ing-Simmons2001-03-111-9/+8
* | Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.Nick Ing-Simmons2001-03-113-57/+27
* | Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.Nick Ing-Simmons2001-03-111-2/+4
* | Integrate mainline (for regexp stuff).Nick Ing-Simmons2001-03-1110-78/+176
|\ \ | |/
| * The $Is_MacOS needs to be declared.Jarkko Hietaniemi2001-03-101-1/+2
| * Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of justJarkko Hietaniemi2001-03-101-2/+2
| * Portability fixes for Mac OS / bleadperlChris Nandor2001-03-106-54/+139