This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make store_hook() handle regular expression objects
[perl5.git] / dist / Storable / Storable.xs
2022-11-07 Tony Cookmake store_hook() handle regular expression objects
2022-11-07 Tony Cookimprove error reporting by store_hook() on an unknown...
2022-06-30 Graham KnopStorable - fix debugging text for retrieve_boolean_false
2022-06-24 Graham KnopStorable - maintain boolean values
2022-06-24 Graham KnopStorable - always use ppport.h when building outside...
2022-06-21 Karl WilliamsonChange !! to cBOOL() in dist/ext modules
2022-04-18 Todd RinaldoUpdate Storable.xs to conform to ppport.h 3.68 recommen...
2021-08-30 Nicholas Clarkstore_hentry() now takes the key as HEK *, instead...
2021-08-30 Nicholas ClarkFix a bug in the recursion depth check in store_lhash().
2021-08-30 Nicholas ClarkMove the call to hv_iterval() out of store_hentry().
2021-08-30 Nicholas ClarkRefactor Storable's store_lhash() to remove some code...
2021-08-30 Nicholas ClarkRemove code in Storable.xs "commented" out with #if 0
2021-08-30 Nicholas Clarkppport.h now provides SvPVCLEAR, so no need to roll...
2021-08-30 Nicholas ClarkRemove code in Storable that isn't actually needed...
2021-08-30 Nicholas ClarkStorable implicitly needs >= v5.6.1, so remove code...
2021-08-12 TAKAI KousukeStorable.xs: Fix a (possible) typo in byte-masking...
2021-07-30 Karl WilliamsonStorable: Save a '&' instr by casting to U8
2020-08-03 Nicolas RStorable: use PERL_COMPARE macros
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-02-26 Tony CookStorable: fix a format string vs argument error
2019-12-02 PaliStorable: Fix compile warning: comparison between signe...
2019-12-02 PaliStorable: Fix compile warning: format ‘%d’ expects...
2019-11-25 Tony Cookdisallow vstring magic strings over 2GB-1
2019-08-08 Graham Knopmove Storable CAN_FLOCK computation into XS
2019-08-07 Tony CookStorable: make count large enough
2019-06-11 Tony Cook(perl #134179) include regexps in the seen objects...
2019-04-17 Tony Cookfree pseen in the magic free code
2018-08-27 Tony Cook(perl #133326) fix and clarify handling of recurs_sv.
2018-04-09 Tony Cookprevent warnings from building Storable on x64 Win32...
2018-04-04 Tony Cook(perl #127743) don't use a freed context
2018-03-11 Tony Cook(perl #127743) re-work for debugging builds with MSVC
2018-03-07 Tony Cook(perl #132870) workaround VC2017 compiler bug
2018-02-08 Tony Cook(perl #127743) re-work recursion limit handling
2018-02-08 Tony Cook(perl #50608) add experimental regular expression support
2018-02-08 Tony Cook(perl #127743) improve performance in -DDEBUGGING builds
2018-02-08 Tony Cook(perl #131136) clear padding before writing long doubles
2018-02-08 Tony Cook(perl #118551) an empty string from _freeze() now suppl...
2018-02-08 Tony Cook(perl #127743) support for >= 4GB data from hooks
2018-02-08 Tony Cook(perl #131999) treat a 32-bit hook data size as unsigned
2018-02-08 Tony Cook(perl #131990) treat the length for LSCALAR, LUTF8STR...
2018-02-08 Tony Cookwe only need 64-bit object support with 64-bit pointer...
2018-02-08 Tony Cookfix various 32-bit issues:
2018-02-08 Tony Cook(perl #127743) read the hash's flags for large SX_FLAG_...
2018-02-08 Tony Cook(perl #127743) we should only handle SX_LOBJECT ops...
2018-02-08 Tony Cook(perl #127743) fix network order read/write of large...
2018-02-08 Tony Cook(perl #127743) fixes for READ_U64()
2018-02-08 Tony Cook(perl #127743) fix some -DDEBUGGING build issues
2018-02-08 Tony Cook(perl #127743) limit the number of extra refs returned...
2018-02-08 Tony Cook(perl #127743) fix large object ids in hook sequences
2018-02-08 Tony Cook(perl #127743) fix two problems with large object ids
2018-02-08 Tony Cook(perl #127743) correct some types for Win32
2018-02-08 Reini UrbanStorable 3.05_13: safe defaults
2018-02-08 Reini UrbanStorable: cygwin64 MAX_DEPTH /2
2018-02-08 Reini UrbanStorable: Need more stack reserve on cygwin also
2018-02-08 Reini UrbanStorable: Update to 3.05_12
2018-02-08 Reini UrbanStorable: fix wrong fake_tag check
2018-02-08 Reini UrbanStorable: memory leak
2018-02-08 Reini UrbanStorable 3.05_11: croak on sizes read > I32_MAX
2018-02-08 Reini UrbanStorable: simplify last_op_in_netorder
2018-02-08 Reini UrbanStorable: protect from empty retrieve_vstring
2018-02-08 Reini UrbanStorable: protect store_other error buf
2018-02-08 Reini UrbanStorable 3.05_09: compute stacksize
2018-02-08 Reini UrbanStorable 3.05_08: adjust MAX_DEPTH
2018-02-08 Reini UrbanStorable 3.05_07: update documentation from CPAN
2018-02-08 Reini UrbanStorable: improve recursion depth check
2018-02-08 Reini UrbanStorable: Update to 3.05_02
2018-02-08 Reini UrbanStorable: Upgrade to 3.05 from CPAN
2018-02-08 Reini UrbanStorable: re-indent from 8 hard tabs to soft 4
2018-02-08 Reini UrbanStorable: skip LOBJECT on 32bit
2018-02-08 Reini UrbanStorable: fixup huge
2018-02-08 Reini UrbanStorable: protect against classname len overflow
2018-02-08 Reini UrbanStorable 3.04c: fix printf types
2018-02-08 Reini UrbanStorable: Update to 3.02c
2018-02-08 Reini UrbanStorable: fix -Wchar-subscripts
2018-02-08 Reini UrbanStorable 3.01 security: detect CVE-2015-1592
2018-02-08 Reini UrbanStorable: silence cast warnings
2018-02-08 Reini UrbanStorable: throw exception on huge values
2018-02-08 Reini UrbanRelease cperl-5.22.2
2018-02-08 Reini UrbanStorable: fix win32, missing INT32_MAX
2018-02-08 Reini UrbanStorable 3.00: u64 strings, arrays and hashes >2G
2018-02-08 Aaron CraneStorable: throw exception on huge values
2018-02-08 Reini UrbanStorable: document, reformat and fix for DEBUGGING
2018-02-08 Todd RinaldocPanel Storable 2.53_03: don't bless [security]
2018-02-08 Reini UrbanStorable: bump to 2.53_02
2017-07-21 Zeframrestore Storable's portability to pre-5.25.6 perls
2017-06-12 David MitchellStorable: fix a couple of 32-bit warnings
2017-02-06 Tony Cookprevent leak of class name from retrieve_hook() on...
2017-02-05 John LightseyFix stack buffer overflow in deserialization of hooks.
2017-01-01 John LightseyFix a null pointer dereference segfault in Storable.
2016-11-19 Karl WilliamsonStorable: Rmv impediment to compiling under C++11
2016-10-19 Yves OrtonStorable: switch to using SvPVCLEAR()
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
2016-02-07 Jarkko HietaniemiStorable: Own ASSERT or no, we want to assert(prev).
2015-07-03 Jarkko Hietaniemigcc 5.1.0 thinks RETVAL might end up unset.
2015-06-27 Jarkko Hietaniemiassert(perinterp_sv) before sv_setiv() derefs NULL.
2015-06-27 Jarkko HietaniemiCheck success of store().
2015-06-27 Jarkko HietaniemiPossible NULL cxt derefs.
2015-01-30 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-30 James E KeenanRevert "Corrections to spelling and grammatical errors."
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
next