Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LARGE!] symbolic magic | Dave Mitchell | 2001-05-20 | 23 | -271/+427 |
* | DLL descriptions on OS/2 | Ilya Zakharevich | 2001-05-20 | 2 | -1/+6 |
* | DLL name mangling on OS/2 | Ilya Zakharevich | 2001-05-20 | 1 | -1/+12 |
* | build bugs OS/2 | Ilya Zakharevich | 2001-05-20 | 2 | -9/+6 |
* | Mis-Failing tests | Ilya Zakharevich | 2001-05-20 | 2 | -3/+5 |
* | perl5db | Ilya Zakharevich | 2001-05-20 | 1 | -94/+320 |
* | require $mod where $mod has touched numeric context | Gisle Aas | 2001-05-20 | 1 | -1/+1 |
* | Chomp should not always stringify | Gisle Aas | 2001-05-20 | 2 | -5/+15 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-05-20 | 1 | -17/+31 |
|\ | |||||
| * | Document some more of open's features. | Nick Ing-Simmons | 2001-05-20 | 1 | -17/+31 |
| * | Integrate mainline. | Nick Ing-Simmons | 2001-05-18 | 52 | -572/+1576 |
| |\ | |||||
| * \ | Integrate mainline. | Nick Ing-Simmons | 2001-05-15 | 50 | -1108/+1431 |
| |\ \ | |||||
| * \ \ | Integrate mainline. | Nick Ing-Simmons | 2001-05-09 | 7 | -3/+296 |
| |\ \ \ | |||||
* | | | | | \$escaping the $vars in !GROK!THIS! section is a good idea. | Jarkko Hietaniemi | 2001-05-18 | 1 | -2/+2 |
* | | | | | Update Changes. | Jarkko Hietaniemi | 2001-05-18 | 2 | -1/+157 |
* | | | | | Integrate change #10144 from maintperl. | Jarkko Hietaniemi | 2001-05-18 | 3 | -3/+3 |
| |_|_|/ |/| | | | |||||
* | | | | small lookbehind fix | Hugo van der Sanden | 2001-05-17 | 1 | -28/+17 |
* | | | | Detypos. | Jarkko Hietaniemi | 2001-05-17 | 2 | -3/+3 |
* | | | | Add better debug to glob/basic #8 as suggested by Nicholas Clark | Jarkko Hietaniemi | 2001-05-17 | 1 | -2/+3 |
* | | | | Test for bug 20010515.004 | Benjamin Sugars | 2001-05-17 | 1 | -0/+12 |
* | | | | Integrate #10145 from maintperl. | Jarkko Hietaniemi | 2001-05-17 | 1 | -3/+11 |
* | | | | Thinko noticed by Doug MacEachern. | Jarkko Hietaniemi | 2001-05-17 | 1 | -1/+1 |
* | | | | Re: [PATCH] HERE mark in regex | Ronald J. Kimball | 2001-05-17 | 1 | -30/+30 |
* | | | | Macrofy the getspecific (and use it also in util.c) | Jarkko Hietaniemi | 2001-05-17 | 2 | -13/+16 |
* | | | | Use the unchecked thread-specific key fetch also in Tru64. | Jarkko Hietaniemi | 2001-05-17 | 1 | -2/+4 |
* | | | | Quick thread speedup | Dan Sugalski | 2001-05-17 | 2 | -5/+14 |
* | | | | I think this is quite enough testing for a deprecated feature. | Jarkko Hietaniemi | 2001-05-16 | 3 | -0/+46 |
* | | | | More HP-UX lore from Jeff Okamoto. | Jarkko Hietaniemi | 2001-05-16 | 1 | -5/+49 |
* | | | | Sort utils.lst for easier maintenance. | Jarkko Hietaniemi | 2001-05-16 | 1 | -8/+8 |
* | | | | Re: [PATCH] Abstract "utility" information from installman | Tim Jenness | 2001-05-16 | 1 | -5/+6 |
* | | | | Re: [PATCH] HERE mark in regex | Ronald J. Kimball | 2001-05-16 | 6 | -186/+200 |
* | | | | Re: [PATCH] Abstract "utility" information from installman | Simon Cozens | 2001-05-16 | 2 | -3/+3 |
* | | | | Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl ... | Philip Newton | 2001-05-16 | 1 | -0/+4 |
* | | | | Update Changes. | Jarkko Hietaniemi | 2001-05-16 | 2 | -1/+186 |
* | | | | Deprecate pseudo-hashes. | Jarkko Hietaniemi | 2001-05-16 | 3 | -1/+17 |
* | | | | HP-UX hints update from Merijn. | Jarkko Hietaniemi | 2001-05-16 | 1 | -19/+78 |
* | | | | README.hpux update from Merijn. | Jarkko Hietaniemi | 2001-05-16 | 1 | -6/+43 |
* | | | | Re: [PATCH] Abstract "utility" information from installman | Simon Cozens | 2001-05-16 | 4 | -27/+52 |
* | | | | Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl ... | Philip Newton | 2001-05-16 | 1 | -13/+13 |
* | | | | Regen Porting stuff. | Jarkko Hietaniemi | 2001-05-16 | 3 | -11/+13 |
* | | | | Use OSVERS. | Jarkko Hietaniemi | 2001-05-16 | 3 | -7/+5 |
* | | | | Regen toc. | Jarkko Hietaniemi | 2001-05-16 | 3 | -167/+348 |
* | | | | Adding the README.dgux to the MANIFEST would be a good idea. | Jarkko Hietaniemi | 2001-05-16 | 1 | -1/+2 |
* | | | | Move the stack desire definition to thread.h. | Jarkko Hietaniemi | 2001-05-16 | 2 | -5/+14 |
* | | | | DG-UX threading patches, including a README.dgux, | Jarkko Hietaniemi | 2001-05-16 | 5 | -51/+295 |
* | | | | More on /x regexes | Robin Houston | 2001-05-16 | 1 | -12/+53 |
* | | | | Document that the core time() may be rounding rather | Jarkko Hietaniemi | 2001-05-16 | 1 | -0/+6 |
* | | | | perl-current/t/time-hires.t | John Peacock | 2001-05-16 | 1 | -1/+1 |
* | | | | Op private flags | Simon Cozens | 2001-05-15 | 1 | -2/+68 |
* | | | | Upgrade to Switch 2.03. | Jarkko Hietaniemi | 2001-05-15 | 1 | -7/+8 |