| Commit message (Expand) | Author | Age | Files | Lines |
* | The _uni_display should not be in dump.c since they | Jarkko Hietaniemi | 2001-11-19 | 1 | -29/+0 |
* | runtime runops switch | Ilya Zakharevich | 2001-11-16 | 1 | -1/+121 |
* | Rewrite sv_uni_display() as pv_uni_display() as | Jarkko Hietaniemi | 2001-10-24 | 1 | -2/+9 |
* | sv_uni_display(): do not add the "...", let the caller | Jarkko Hietaniemi | 2001-10-23 | 1 | -7/+6 |
* | vmsish fix, ieee rand() cleanup | Charles Lane | 2001-10-19 | 1 | -1/+7 |
* | Don't assume that %x is good for displaying UVs. | Jarkko Hietaniemi | 2001-10-05 | 1 | -1/+1 |
* | Dump Unicode hash keys also as Unicode, | Jarkko Hietaniemi | 2001-09-27 | 1 | -6/+10 |
* | Dump SvUTF8(sv)s also as \x{...}. | Jarkko Hietaniemi | 2001-09-27 | 1 | -18/+45 |
* | What's a backet? | Abhijit Menon-Sen | 2001-09-22 | 1 | -2/+2 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -2/+2 |
* | Custom Ops | Simon Cozens | 2001-08-27 | 1 | -1/+1 |
* | UTF8 flag should be meaningful only when POK. | Jarkko Hietaniemi | 2001-08-18 | 1 | -1/+1 |
* | UTF8 wasn't printing for PVMGs. | Jarkko Hietaniemi | 2001-08-18 | 1 | -1/+2 |
* | More accurate line numbers in messages | Paul Johnson | 2001-07-12 | 1 | -0/+13 |
* | Retract #11166 (and #11237). | Jarkko Hietaniemi | 2001-07-12 | 1 | -2/+0 |
* | (Retracted by #11285.) | Abhijit Menon-Sen | 2001-07-06 | 1 | -0/+2 |
* | Re: [PATH] shared -> unique; | Abhijit Menon-Sen | 2001-07-02 | 1 | -1/+1 |
* | Step 2: Use the new PM_GETRE/SETRE macros everywhere. | Richard Soderberg | 2001-06-21 | 1 | -7/+7 |
* | FLAGS = (...,OUR,TYPED,...) | Abhijit Menon-Sen | 2001-06-18 | 1 | -1/+6 |
* | anonymous stashes | Abhijit Menon-Sen | 2001-06-12 | 1 | -3/+3 |
* | Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden, | Jarkko Hietaniemi | 2001-05-30 | 1 | -35/+36 |
* | [LARGE!] symbolic magic | Dave Mitchell | 2001-05-20 | 1 | -4/+59 |
* | Op private flags | Simon Cozens | 2001-05-15 | 1 | -2/+68 |
* | Let sv_dump understand GvSHARED | Benjamin Sugars | 2001-05-03 | 1 | -0/+1 |
* | Re: [PATCH dump.c] hash quality | Mike Guy | 2001-04-07 | 1 | -3/+12 |
* | printf warning | Robin Barker | 2001-03-29 | 1 | -1/+1 |
* | Builds an passes all tests after integrate and this tweak. | Nick Ing-Simmons | 2001-03-09 | 1 | -8/+8 |
* | Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts | Dave Mitchell | 2001-03-09 | 1 | -0/+5 |
* | Add missing CV flags to dump.c | Tim Jenness | 2001-01-30 | 1 | -0/+2 |
* | Fix spurious GVSV OPpOUR_INTRO | Stephen McCamant | 2001-01-08 | 1 | -0/+1 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -5/+0 |
* | Trivial dump.c feature | Simon Cozens | 2000-12-04 | 1 | -0/+2 |
* | ripples from constsub patch | John Tobey | 2000-10-22 | 1 | -0/+1 |
* | Put back the flags dump as reasoned in | Mike Guy | 2000-08-30 | 1 | -0/+1 |
* | Glob dumping | Gisle Aas | 2000-08-29 | 1 | -1/+1 |
* | Introduce NVef, NVff, and NVgf, use the middle one. | Abigail | 2000-08-18 | 1 | -1/+1 |
* | The #6648 wasn't protective enough for limited platforms | Jarkko Hietaniemi | 2000-08-17 | 1 | -10/+4 |
* | The numeric locale was reset to "C" by s?printf and never restored. | Christian Kirsch | 2000-08-16 | 1 | -4/+10 |
* | This is 6512. Really. | Jarkko Hietaniemi | 2000-08-04 | 1 | -3/+9 |
* | another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX | Gurusamy Sarathy | 2000-03-12 | 1 | -0/+4 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -2/+2 |
* | support for list assignment to pseudohashes (from John Tobey | Gurusamy Sarathy | 2000-03-03 | 1 | -0/+2 |
* | op_dump() tweak | Gurusamy Sarathy | 2000-02-17 | 1 | -2/+0 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -3/+4 |
* | add patch for printf-style format typechecks (from Robin Barker | Gurusamy Sarathy | 2000-01-22 | 1 | -8/+8 |
* | nailed "our" declarations, and better warnings on duplicate | Gurusamy Sarathy | 2000-01-14 | 1 | -0/+2 |
* | avoid spurious "Useless use of variable" warning on C<our $foo;> | Gurusamy Sarathy | 2000-01-14 | 1 | -0/+2 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -0/+2 |
* | sundry cleanups for cloned interpreters (only known failure mode | Gurusamy Sarathy | 1999-11-14 | 1 | -1/+5 |