| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy On Write | Nicholas Clark | 2002-08-17 | 1 | -62/+255 |
* | Re: sprintf: fix and docs | Hugo van der Sanden | 2002-07-17 | 1 | -1/+1 |
* | NI-S' stab at the #17270 mystery. | Jarkko Hietaniemi | 2002-07-17 | 1 | -22/+8 |
* | Also the NetWare breakage was due to #17270, go figure. | Jarkko Hietaniemi | 2002-07-17 | 1 | -2/+6 |
* | DJGPP was broken by #17270. Because of the time crunch | Jarkko Hietaniemi | 2002-07-16 | 1 | -2/+15 |
* | sprintf: fix and docs | Hugo van der Sanden | 2002-07-16 | 1 | -2/+5 |
* | Squash "uninitialized" warning from gcc. | Jarkko Hietaniemi | 2002-07-15 | 1 | -1/+1 |
* | Re: Core dump in perl_clone (even with 'use threads;' first) [PATCH] | Tim Bunce | 2002-07-15 | 1 | -0/+6 |
* | Re: [ID 20020713.008] %vd eats two arguments | Hugo van der Sanden | 2002-07-14 | 1 | -9/+11 |
* | Core dump in perl_clone (even with 'use threads;' first) [PATCH] | Tim Bunce | 2002-07-12 | 1 | -14/+29 |
* | Call $encoding->decode($sv) without a $chk argument. | Nick Ing-Simmons | 2002-07-09 | 1 | -3/+13 |
* | Inlining to avoid costly UTF-8 calls. | Jarkko Hietaniemi | 2002-06-27 | 1 | -3/+5 |
* | Handle IO error in "slow gets" | Nick Ing-Simmons | 2002-06-17 | 1 | -6/+8 |
* | Spurious empty statements. | Jarkko Hietaniemi | 2002-06-15 | 1 | -1/+1 |
* | Further patch on #17163 for Tru64. | Jarkko Hietaniemi | 2002-06-10 | 1 | -5/+9 |
* | Patch from Hugo for the 'printf' problem: | Jarkko Hietaniemi | 2002-06-10 | 1 | -7/+55 |
* | [patch] ptr_table_store | Doug MacEachern | 2002-06-09 | 1 | -1/+0 |
* | Re: unique attribute? | Doug MacEachern | 2002-06-09 | 1 | -3/+4 |
* | Re: unique attribute? | Doug MacEachern | 2002-06-09 | 1 | -1/+2 |
* | Recover some of the #16845. | Jarkko Hietaniemi | 2002-05-29 | 1 | -1/+7 |
* | Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501 | Jarkko Hietaniemi | 2002-05-28 | 1 | -20/+4 |
* | Comment nit from Yitzchak. | Jarkko Hietaniemi | 2002-05-27 | 1 | -1/+1 |
* | Fix for the IO::Scalar bug (I think). | Nick Ing-Simmons | 2002-05-27 | 1 | -14/+12 |
* | **** UNSAFE **** partial fix for IO::Scalar and local ties. | Nick Ing-Simmons | 2002-05-26 | 1 | -7/+23 |
* | Integrate mailine | Nick Ing-Simmons | 2002-05-19 | 1 | -2/+2 |
* | PERL_HASH() casting games so that our hashed data is "unsigned | Jarkko Hietaniemi | 2002-05-17 | 1 | -1/+1 |
* | Purify finding: jperl.t causes a few Array Bounds Reads | Jarkko Hietaniemi | 2002-05-15 | 1 | -1/+2 |
* | Fixed bug where tmpsv would be null after the return of the | Artur Bergman | 2002-05-12 | 1 | -3/+5 |
* | Explicit casts due to #16542. | Jarkko Hietaniemi | 2002-05-11 | 1 | -1/+1 |
* | [PATCH] Re: perl@16433 | Yitzchak Scott-Thoennes | 2002-05-08 | 1 | -1/+3 |
* | delete inaccurate comment | Dave Mitchell | 2002-05-04 | 1 | -3/+0 |
* | manual integrate of change#16332 from maint-5.6 branch | Gurusamy Sarathy | 2002-05-02 | 1 | -1/+7 |
* | Remove sv_setpviv{_,mg}; regen perlapi. | Jarkko Hietaniemi | 2002-05-01 | 1 | -38/+0 |
* | remove macroized bincompat functions | Dave Mitchell | 2002-05-01 | 1 | -132/+0 |
* | More VC5-induced casting found by Nikola Knezevic. | Jarkko Hietaniemi | 2002-04-27 | 1 | -1/+1 |
* | fix typo that caused pseudo-fork() crashes on win64 (we were only | Gurusamy Sarathy | 2002-04-26 | 1 | -1/+1 |
* | -Wformat cleanups from Robin Barker. | Jarkko Hietaniemi | 2002-04-25 | 1 | -1/+1 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -17/+19 |
* | Windows 64-bit support: | Gurusamy Sarathy | 2002-04-21 | 1 | -0/+19 |
* | my $utf8here, our $utf8here, and package variable $utf8here. | Jarkko Hietaniemi | 2002-04-16 | 1 | -0/+2 |
* | Fully qualify in warning message the name of a subroutine redefined | Rafael Garcia-Suarez | 2002-04-07 | 1 | -2/+3 |
* | Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH) | Jeffrey Friedl | 2002-03-28 | 1 | -0/+35 |
* | In the spirit of #15464. | Jarkko Hietaniemi | 2002-03-24 | 1 | -4/+2 |
* | tidy sv.[ch] after CRIPPLED_CC removal | Dave Mitchell | 2002-03-23 | 1 | -21/+40 |
* | Purify: Unitialized memory read. Too many code paths | Jarkko Hietaniemi | 2002-03-23 | 1 | -1/+1 |
* | Fix for "UTF-8 bug with s///" from Hugo. | Jarkko Hietaniemi | 2002-03-20 | 1 | -0/+1 |
* | For DEBUGGING threaded builds. | Jarkko Hietaniemi | 2002-03-18 | 1 | -0/+6 |
* | Avoid overwrite of un-allocated memory when SvCUR > SvLEN | Nick Ing-Simmons | 2002-03-17 | 1 | -5/+7 |
* | HP-UX gcc 3 warnings found by Sarathy. | Jarkko Hietaniemi | 2002-03-16 | 1 | -11/+11 |
* | Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode} | Jarkko Hietaniemi | 2002-03-11 | 1 | -0/+9 |