Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate mainline. | Nick Ing-Simmons | 2001-05-18 | 52 | -572/+1576 |
|\ | |||||
| * | 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 |
| * | The problem described in 20010514.031 still wasn't | Jarkko Hietaniemi | 2001-05-15 | 12 | -19/+19 |
| * | Half of #10107 got lost. | Jarkko Hietaniemi | 2001-05-15 | 1 | -6/+6 |
* | | Integrate mainline. | Nick Ing-Simmons | 2001-05-15 | 50 | -1108/+1431 |
|\ \ | |/ | |||||
| * | Give Deparse tester a fair chance | Robin Houston | 2001-05-15 | 1 | -0/+3 |
| * | Lvaluable method calls | Robin Houston | 2001-05-15 | 1 | -11/+29 |
| * | C<$foo =~ give_me_a_regex>; /x modifier | Robin Houston | 2001-05-15 | 1 | -34/+85 |
| * | "${foo}_bar" | Robin Houston | 2001-05-15 | 1 | -7/+7 |
| * | Fix for 20010514.037; substr() didn't invalidate the locale | Jarkko Hietaniemi | 2001-05-15 | 1 | -0/+3 |
| * | Update Changes. | Jarkko Hietaniemi | 2001-05-14 | 2 | -1/+142 |
| * | Retract #10094. | Jarkko Hietaniemi | 2001-05-14 | 1 | -12/+1 |
| * | Integrate change #10100 from maintperl. | Jarkko Hietaniemi | 2001-05-14 | 2 | -3/+4 |
| * | Document the deprecatedness of suidperl. | Jarkko Hietaniemi | 2001-05-14 | 2 | -0/+24 |
| * | Re: [ID 20010514.022] Makemaker a bit too prefix-happy | Ronald J. Kimball | 2001-05-14 | 1 | -1/+1 |
| * | More DWIMminess for Class::Struct: calling the array or hash | Jarkko Hietaniemi | 2001-05-14 | 2 | -3/+23 |
| * | Reference cmp'ing should go through the whole stringification | Jarkko Hietaniemi | 2001-05-14 | 1 | -6/+0 |