| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for | Jarkko Hietaniemi | 2001-04-05 | 20 | -226/+887 |
* | Be traditional in your cpp (for the Errno extension). | Jarkko Hietaniemi | 2001-04-05 | 1 | -0/+4 |
* | Add $Config{cppflags} to the gcc incantation. | Jarkko Hietaniemi | 2001-04-05 | 1 | -1/+1 |
* | Introduce Sean Burke's Class::ISA 0.32. | Jarkko Hietaniemi | 2001-04-05 | 3 | -0/+256 |
* | Housekeeping | Paul Johnson | 2001-04-05 | 1 | -1/+1 |
* | Base64 update to perlfaq9.pod | Gisle Aas | 2001-04-05 | 1 | -4/+9 |
* | Downgrade also the "Wide character" diagnostic. | Jarkko Hietaniemi | 2001-04-05 | 1 | -1/+1 |
* | Integrate changes #9544,9547,9549(perlio),9550,9551 from | Jarkko Hietaniemi | 2001-04-05 | 9 | -14/+40 |
|\ |
|
| * | Downgrade "Wide character in print" to a warning. | Nick Ing-Simmons | 2001-04-04 | 2 | -4/+8 |
| * | Integrate mainline. | Nick Ing-Simmons | 2001-04-04 | 9 | -41/+92 |
| |\ |
|
| * \ | Integrate mainline | Nick Ing-Simmons | 2001-04-03 | 74 | -1136/+2820 |
| |\ \ |
|
* | | | | Retract changes #9542 and #9538 (from maintperl, integrated | Jarkko Hietaniemi | 2001-04-05 | 1 | -31/+17 |
| |_|/
|/| | |
|
* | | | Thou shalt not (just) match for English error messages. | Jarkko Hietaniemi | 2001-04-04 | 3 | -3/+3 |
* | | | Make the stdio tricks of fflush_all() to exist only if | Jarkko Hietaniemi | 2001-04-04 | 1 | -18/+22 |
* | | | Re: [PATCH] Lighten up glob | Benjamin Sugars | 2001-04-04 | 5 | -20/+56 |
* | | | Integrate changes #9538,9539 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-04 | 2 | -2/+13 |
| |/
|/| |
|
* | | Integrate change #9533 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-03 | 3 | -5/+19 |
* | | Change the push/unshift warning to be of class syntax, not misc. | Jarkko Hietaniemi | 2001-04-03 | 3 | -5/+5 |
* | | Change the push/unshift warning (#9532) to talk about "no values" | Jarkko Hietaniemi | 2001-04-03 | 3 | -12/+12 |
* | | Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x) | Robin Houston | 2001-04-03 | 4 | -1/+28 |
* | | Integrate change #9530 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-03 | 1 | -4/+4 |
* | | Update Changes. | Jarkko Hietaniemi | 2001-04-03 | 2 | -1/+166 |
* | | perlfaq3: extend the silly long list even further | Jarkko Hietaniemi | 2001-04-03 | 1 | -1/+3 |
* | | build && test XS::Typemap on VMS, glob-basic insensitivity training | Peter Prymmer | 2001-04-03 | 3 | -3/+16 |
* | | Configure sanity checks: | Jarkko Hietaniemi | 2001-04-03 | 1 | -384/+414 |
* | | (Retracted by #9609) | Jarkko Hietaniemi | 2001-04-03 | 1 | -7/+19 |
* | | padname values may have bogus SvCUR | Robin Houston | 2001-04-02 | 4 | -4/+27 |
* | | @stash_array = split(/pat/, str); | Robin Houston | 2001-04-02 | 1 | -3/+9 |
* | | REALLY pedantic hv.h nit | Simon Cozens | 2001-04-02 | 1 | -1/+1 |
* | | Based on | Olaf Flebbe | 2001-04-02 | 1 | -0/+4 |
* | | Integrate changes #9511,9514,9517 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-02 | 5 | -39/+90 |
* | | An ambiguousity warning. | Jarkko Hietaniemi | 2001-04-01 | 1 | -1/+1 |
* | | [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c | Jonathan Stowe | 2001-04-01 | 1 | -1/+1 |
* | | Update Changes. | Jarkko Hietaniemi | 2001-04-01 | 2 | -1/+255 |
* | | Commit Sarathy to April release of 5.6.1 :-) | Jarkko Hietaniemi | 2001-04-01 | 1 | -2/+2 |
* | | PATCH 5.6.0 (perldebug.pod) | Mark-Jason Dominus | 2001-04-01 | 1 | -3/+7 |
* | | Add great_circle_direction(). | Jarkko Hietaniemi | 2001-04-01 | 2 | -9/+69 |
* | | Unicode ReadMe update for Unicode 3.1. | Jarkko Hietaniemi | 2001-04-01 | 1 | -15/+31 |
* | | Integrate change #9501 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-01 | 2 | -37/+54 |
* | | Test for #9499. | Jarkko Hietaniemi | 2001-04-01 | 1 | -1/+4 |
* | | tr/// UTF-8 tweaking from Inaba Hiroto. | Jarkko Hietaniemi | 2001-04-01 | 4 | -32/+13 |
* | | Protect the workaround hunk more. | Jarkko Hietaniemi | 2001-04-01 | 1 | -0/+4 |
* | | Integrate changes #9493,9494,9495,9496 from maintperl | Jarkko Hietaniemi | 2001-04-01 | 6 | -12/+16 |
* | | Integrate change #9491 from maintperl into mainline. | Jarkko Hietaniemi | 2001-03-31 | 1 | -1/+8 |
* | | Re: [PATCH] av.h cosmetics | Simon Cozens | 2001-03-31 | 1 | -0/+9 |
* | | Re: Math::Big* v1.21 | Tels | 2001-03-31 | 1 | -4/+21 |
* | | Debug output tweak. | Jarkko Hietaniemi | 2001-03-31 | 1 | -4/+4 |
* | | OverVMSification. | Jarkko Hietaniemi | 2001-03-31 | 1 | -1/+5 |
* | | Missed MANIFESTations in #9483. | Jarkko Hietaniemi | 2001-03-31 | 1 | -1/+2 |
* | | Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED) | Peter Prymmer | 2001-03-31 | 2 | -2/+20 |