Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new step to run_byacc which: | Nick Ing-Simmons | 2001-06-14 | 4 | -12/+28 |
* | Integrate mainline | Nick Ing-Simmons | 2001-06-14 | 15 | -1211/+1527 |
* | Hack to remove insecure directories from PATH so test will run. | Nick Ing-Simmons | 2001-06-14 | 1 | -72/+81 |
* | Integrate mainline. Storable fail has gone, insecure dependancy still there. | Nick Ing-Simmons | 2001-06-13 | 124 | -2702/+6612 |
|\ | |||||
| * | It would be also be good if I could type. | Jarkko Hietaniemi | 2001-06-13 | 1 | -2/+2 |
| * | A non-empty default is a good thing. | Jarkko Hietaniemi | 2001-06-13 | 1 | -1/+2 |
| * | Add Configure directive -Dusereentrant for Artur's ithreads work, | Jarkko Hietaniemi | 2001-06-13 | 15 | -6/+38 |
| * | FAQ tweak for Vanina Arca <varca@baufest.com>. | Jarkko Hietaniemi | 2001-06-13 | 1 | -1/+1 |
| * | Integrate perlio: | Jarkko Hietaniemi | 2001-06-13 | 6 | -109/+163 |
| |\ | |/ |/| | |||||
* | | Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish | Nick Ing-Simmons | 2001-06-13 | 6 | -105/+161 |
* | | Integrate mainline | Nick Ing-Simmons | 2001-06-11 | 20 | -3127/+3912 |
|\ \ | |||||
| | * | Re: ext/ + -Wall | Doug MacEachern | 2001-06-13 | 3 | -4/+16 |
| | * | Similar logic as DB_File.xs, using the modern macros and | Jarkko Hietaniemi | 2001-06-13 | 1 | -5/+7 |
| | * | Re: [ID 20010526.001] localized glob loses value when assigned to | Richard Soderberg | 2001-06-13 | 2 | -6/+9 |
| | * | make ext/re play nice with DEBUGGING override | Craig A. Berry | 2001-06-13 | 2 | -7/+11 |
| | * | Hide __attribute__((unused)) behind PERL_UNUSED_DECL as | Jarkko Hietaniemi | 2001-06-13 | 3 | -3/+9 |
| | * | Regen toc. | Jarkko Hietaniemi | 2001-06-13 | 1 | -37/+34 |
| | * | [patch] perl.gprof control | Doug MacEachern | 2001-06-13 | 2 | -0/+12 |
| | * | Re: ext/ + -Wall | Doug MacEachern | 2001-06-13 | 2 | -15/+62 |
| | * | More AIX tweakage from Merijn. | Jarkko Hietaniemi | 2001-06-13 | 1 | -1/+1 |
| | * | make VMS autosplit earlier in build | Craig A. Berry | 2001-06-13 | 1 | -1/+1 |
| | * | Re: hacking util.c, attrs.xs, and re.xs to compile on VMS | Craig A. Berry | 2001-06-13 | 2 | -4/+3 |
| | * | New AIX dynaloading code from Jens-Uwe Mager. | Jarkko Hietaniemi | 2001-06-13 | 3 | -16/+55 |
| | * | VMS DEC C compiler found nits by Peter Prymmer. | Jarkko Hietaniemi | 2001-06-13 | 1 | -2/+3 |
| | * | fix for file locking and filecomp test | Peter Prymmer | 2001-06-13 | 1 | -2/+10 |
| | * | I wonder how many $CONFIGs still lurk in the shadows. | Jarkko Hietaniemi | 2001-06-13 | 2 | -3/+3 |
| | * | Grok three kinds of line endings, should fix [ID 20010612.003] | Jarkko Hietaniemi | 2001-06-13 | 1 | -1/+1 |
| | * | Use __attribute__((unused)) to silence -Wall on unused ax. | Jarkko Hietaniemi | 2001-06-13 | 3 | -8/+10 |
| | * | [patch] rid local_patches warnings | Doug MacEachern | 2001-06-13 | 2 | -4/+10 |
| | * | Re: ext/ + -Wall | Doug MacEachern | 2001-06-13 | 1 | -1/+0 |
| | * | perlretut.pod: unterminated C<> | Ronald J. Kimball | 2001-06-13 | 1 | -1/+1 |
| | * | Re: [ID 20010612.001] out of memory during regex compilation | Mike Guy | 2001-06-13 | 1 | -8/+11 |
| | * | AIX tweaks from Merijn H. Brand. | Jarkko Hietaniemi | 2001-06-13 | 1 | -4/+4 |
| | * | Small bcopy cleanup | Andy Dougherty | 2001-06-13 | 7 | -16/+8 |
| | * | Re: ext/ + -Wall | Nicholas Clark | 2001-06-13 | 2 | -1537/+3464 |
| | * | Re: [PATCH] ExtUtils::Constant | Nicholas Clark | 2001-06-13 | 2 | -88/+204 |
| | * | MPE/iX tweaks from Mark Bixby. | Jarkko Hietaniemi | 2001-06-12 | 3 | -0/+5 |
| | * | Update Changes. | Jarkko Hietaniemi | 2001-06-12 | 2 | -1/+150 |
| | * | One less -Wall whine (found under DEBUGGING). | Jarkko Hietaniemi | 2001-06-12 | 2 | -1/+2 |
| | * | s/case-independent/case-insensitive/g | Jarkko Hietaniemi | 2001-06-12 | 1 | -2/+2 |
| | * | As suggested in | Gurusamy Sarathy | 2001-06-12 | 4 | -1/+14 |
| | * | ext/ + -Wall | Doug MacEachern | 2001-06-12 | 20 | -44/+102 |
| | * | anonymous stashes | Abhijit Menon-Sen | 2001-06-12 | 4 | -12/+9 |
| | * | One more test for $^S. | Jarkko Hietaniemi | 2001-06-12 | 1 | -2/+3 |
| | * | $^S almost entirely broken with 5.6.1 | Abhijit Menon-Sen | 2001-06-12 | 2 | -1/+6 |
| | * | Re: [ID 20010612.001] out of memory during regex compilation | Mike Guy | 2001-06-12 | 1 | -4/+15 |
| | * | AUTHORS updates. | Jarkko Hietaniemi | 2001-06-12 | 1 | -3/+3 |
| | * | rhapsody/darwin minor cleanup | Wilfredo Sánchez | 2001-06-12 | 3 | -5/+6 |
| | * | [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl | Philip Newton | 2001-06-12 | 1 | -1/+1 |
| | * | Cleanup the a2p.c for -Wall. | Jarkko Hietaniemi | 2001-06-12 | 2 | -10/+18 |