Suggested doc enhancement(?) to Exporter.pm
[p5sagit/p5-mst-13.2.git] / dump.c
2001-12-18 Jarkko Hietaniemi %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
2001-12-09 Spider Boardman Re: attributes are broken
2001-11-19 Jarkko Hietaniemi The _uni_display should not be in dump.c since they
2001-11-16 Ilya Zakharevich runtime runops switch
2001-10-24 Jarkko Hietaniemi Rewrite sv_uni_display() as pv_uni_display() as
2001-10-23 Jarkko Hietaniemi sv_uni_display(): do not add the "...", let the caller
2001-10-19 Charles Lane vmsish fix, ieee rand() cleanup
2001-10-05 Jarkko Hietaniemi Don't assume that %x is good for displaying UVs.
2001-09-27 Jarkko Hietaniemi Dump Unicode hash keys also as Unicode,
2001-09-27 Jarkko Hietaniemi Dump SvUTF8(sv)s also as \x{...}.
2001-09-22 Abhijit Menon-Sen What's a backet?
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-27 Simon Cozens Custom Ops
2001-08-18 Jarkko Hietaniemi UTF8 flag should be meaningful only when POK.
2001-08-18 Jarkko Hietaniemi UTF8 wasn't printing for PVMGs.
2001-07-12 Paul Johnson More accurate line numbers in messages
2001-07-12 Jarkko Hietaniemi Retract #11166 (and #11237).
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-06 Abhijit Menon-Sen (Retracted by #11285.)
2001-07-02 Abhijit Menon-Sen Re: [PATH] shared -> unique;
2001-06-21 Nick Ing-Simmons Integrate mainline
2001-06-21 Richard Soderberg Step 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-06-18 Nick Ing-Simmons Integrate mainline (new test scheme now ok on Linux).
2001-06-18 Abhijit Menon-Sen FLAGS = (...,OUR,TYPED,...)
2001-06-12 Abhijit Menon-Sen anonymous stashes
2001-05-30 Jarkko Hietaniemi Medley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-05-15 Simon Cozens Op private flags
2001-05-03 Benjamin Sugars Let sv_dump understand GvSHARED
2001-04-07 Mike Guy Re: [PATCH dump.c] hash quality
2001-03-29 Robin Barker printf warning
2001-03-09 Nick Ing-Simmons Builds an passes all tests after integrate and this...
2001-03-09 Dave Mitchell Re: [ PATCH perl@8956 ] new debug option -DR shows...
2001-02-08 Charles Bailey SYN SYN
2001-01-30 Tim Jenness Add missing CV flags to dump.c
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-08 Stephen McCamant Fix spurious GVSV OPpOUR_INTRO
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-04 Simon Cozens Trivial dump.c feature
2000-10-22 John Tobey ripples from constsub patch
2000-10-20 Charles Bailey SYN SYN
2000-08-30 Mike Guy Put back the flags dump as reasoned in
2000-08-29 Gisle Aas Glob dumping
2000-08-18 Abigail Introduce NVef, NVff, and NVgf, use the middle one.
2000-08-17 Jarkko Hietaniemi The #6648 wasn't protective enough for limited platforms
2000-08-16 Christian Kirsch The numeric locale was reset to "C" by s?printf and...
2000-08-04 Jarkko Hietaniemi This is 6512. Really.
2000-03-12 Gurusamy Sarathy another optimized-OP_SASSIGN bug: ops that were not...
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-03-03 Gurusamy Sarathy support for list assignment to pseudohashes (from John...
2000-02-17 Gurusamy Sarathy op_dump() tweak
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-01-22 Gurusamy Sarathy add patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-14 Gurusamy Sarathy nailed "our" declarations, and better warnings on duplicate
2000-01-14 Gurusamy Sarathy avoid spurious "Useless use of variable" warning on...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-14 Gurusamy Sarathy sundry cleanups for cloned interpreters (only known...
1999-11-13 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-13 Gurusamy Sarathy cloned interpreters now actually run and pass all but...
1999-11-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-11-08 Gurusamy Sarathy preliminary support for GVOP indirection via pad
1999-11-06 Jarkko Hietaniemi ...and fewer.
1999-11-06 Jarkko Hietaniemi More printf miscasts flushed out.
1999-10-29 Gurusamy Sarathy more cleanup: avoid unused knowledge of "file GV" notio...
1999-10-29 Gurusamy Sarathy usurp GVOP slot for new PADOP (one small step to making...
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
1999-10-24 Gurusamy Sarathy remove unused interpreter globals
1999-10-23 Jarkko Hietaniemi More printf-fixes (see also #4426).
1999-10-06 Gurusamy Sarathy fix typos in change#4288
1999-10-02 Jarkko Hietaniemi Untangle the IV_IS_QUAD jungle by introduding
1999-09-29 Charles Bailey resync with mainline
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-13 Robin Barker Replace change #4100 with
1999-09-07 Robin Barker Fix pointer casts.
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-08-29 Ilya Zakharevich Speeding up XSUB calls up to 66%
1999-08-16 Jarkko Hietaniemi Batch of small 64-bit/long double/large file support...
1999-08-02 Jarkko Hietaniemi Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
1999-08-01 Jarkko Hietaniemi 64-bit work. Now 32-bit platforms get a 100% make...
1999-07-26 Chip Salzenberg optimize method name lookup
1999-07-25 Gurusamy Sarathy fix bug in change#3728 that might free COPs prematurely;
1999-07-23 Hugo van der Sanden applied suggested patch for tracking line numbers corre...
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-07 Stephen McCamant Eliminate CONDOPs
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-06-17 Jarkko Hietaniemi Fixed two long-standing locale bugs.
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-05-24 Gurusamy Sarathy redo change#2061 and parts of change#1169 with code...
1999-05-10 Gurusamy Sarathy "weak" references internals, still needs perlguts docum...
1999-05-10 Ilya Zakharevich Self-consistent numeric conversion again
1999-05-10 Albert Dvornik do_sv_dump does dump (core) on IO handles
next