summaryrefslogtreecommitdiff
path: root/cpan/DB_File
Commit message (Collapse)AuthorAgeFilesLines
* Sync DB_File with CPAN 1.858Nicolas R2022-07-201-18/+4
| | | | | | From ChangeLog: Update to license wording
* DB_File: sync with CPAN version 1.857James E Keenan2022-03-073-6/+6
| | | | | | Silence gcc12 'empty-body' warning https://github.com/pmqs/DB_File/issues/10 22c4850b70d0c32eb4acb9c987868274a61072ec
* Sync DB_File with CPAN version 1.856Paul Marquess2021-07-175-10/+10
| | | | | | | | | | From Changes: 1.856 22 June 2021 * Ensure that all *.bak files are cleaned up https://github.com/pmqs/DB_File/pull/9 96bcf494625897ab4fcda322481dd6f730bdb668
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+2
| | | | | | | | There are a number of files excluded using gitignore rules that are included in the repository. This can lead to confusion if something other than git tries to read the ignore files. Add rules to the gitignore files so that these files won't be ignored.
* Update DB_File from version 1.854 to 1.855Steve Hay2020-10-142-8/+1
|
* Update DB_File to CPAN version 1.854Todd Rinaldo2020-09-1617-451/+454
| | | | | | | | | | [DELTA] 1.854 16 September 2020 * Prefer direct notation over indirect (#4) * Make hint/BS snippets strict compliant. * trim whitespace
* Update DB_File to CPAN version 1.853Chris 'BinGOs' Williams2020-01-0710-687/+711
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.853 5 January 2020 * Memory leak if ParseOpenInfo calls croak_and_free https://github.com/pmqs/DB_File/issues/3 9e2c8d6c3a35acb71358f440c93defa3d8339420 * Add Address Sanatizer suppressions file a6a26f4878d6be13aad69a3f5b6019e7482a8992 * Add prereq test a631884b3ca11919142c6be8a64e668730b83469 * Documemtation updates 4c53b38531b547ae293967c852ff21412eb6d840 * clang warning in ppport.h update to latest ppport.h https://github.com/pmqs/DB_File/issues/2 36d6ae54edfc1df872f5e66c93bda05cbfefefa7 * #125853 - RT links in Changes file are wrong Changes entry for 1.842 has both CPAN & Perl RT links. Use the full URL to avoid ambiguity. f06a9235373747d0f5c6a95caf504174ffb19c44
* Update DB_File to CPAN version 1.852Chris 'BinGOs' Williams2019-06-033-927/+956
| | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.852 21 April Feb 2019 * ParseOpenInfo() leaks if it croaks DB_File_type memory not freed when ParseOpenInfo croaks. https://github.com/pmqs/DB_File/issues/1 * Fix whitespace in DB_File.xs 1.851 4 April Feb 2019 * Fix typo in MANIFEST with .travis.yml file 1.850 10 Feb 2019 * Added soure to github https://github.com/pmqs/DB_File * Added .travis.yml * Added t/meta-json.t & t/meta-yaml.t
* Update DB_File to CPAN version 1.843Chris 'BinGOs' Williams2018-12-235-1/+5
| | | | | | | | | | | | | | | [DELTA] 1.843 2 November 2018 * hints file (sourced from http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/perl5/files/) Highlighed by Sevan Janiyan <venture37@geeklan.co.uk> hints/bitrig.pl hints/netbsd.pl hints/minix.pl hints/openbsd.pl
* Upgrade DB_File from version 1.841 to 1.842Steve Hay2018-07-166-4/+71
|
* Upgrade DB_File from version 1.840 to 1.841Steve Hay2018-07-032-2/+6
|
* Update DB_File from CPAN version 1.838 to 1.840.James E Keenan2016-12-292-1/+4
| | | | | | | | | | | | | From Changes: 1.840 29 Dec 2016 * #119569: Failed to install DB_File-1.839 into Linux 1.839 29 Dec 2016 * #119557: DB_File.xs: unused-parameter warnings * #107642: unused arg
* Upgrade to DB_File 1.838 from CPAN.Jarkko Hietaniemi2016-05-153-42/+91
|
* Update DB_File to CPAN version 1.835Chris 'BinGOs' Williams2014-12-233-3/+3
| | | | | | | | [DELTA] 1.835 23 Dec 2014 * Silence more compiler warnings
* Update DB_File to CPAN version 1.834Chris 'BinGOs' Williams2014-12-103-4/+4
| | | | | | | | | [DELTA] 1.834 11 Dec 2014 * Makefile.PL: version check is missing a zero RT #100844
* Update DB_File to CPAN version 1.833Chris 'BinGOs' Williams2014-12-093-6/+8
| | | | | | | | | | | [DELTA] 1.833 9 Dec 2014 * More Silence compiler warnings * 1.832 breaks bleadperl C89 build RT #100812
* DB_File.xs: Fix strict C89 compilation failureFather Chrysostomos2014-12-091-1/+3
| | | | I still need to post this upstream....
* Update DB_File to CPAN version 1.832Chris 'BinGOs' Williams2014-12-092-1/+22
| | | | | | | | | | [DELTA] 1.832 8 Dec 2014 * Silence compiler warnings * C++ change from blead
* Make DB_File compile under clang++.Craig A. Berry2014-09-261-1/+5
| | | | | | | | | Follow-up to 7f15aad6d6ce55cb. Also noted upstream at https://rt.cpan.org/Ticket/Display.html?id=96126 the necessity of, when rolling one's own dNOOP, to do everything the core dNOOP does.
* temporary fix for https://rt.cpan.org/Ticket/Display.html?id=96126Tony Cook2014-06-021-1/+1
|
* Update DB_File to CPAN version 1.831Chris 'BinGOs' Williams2013-11-151-1/+1
| | | | | | | | | [DELTA] 1.831 15 November 2013 * C99 comment is a nogo RT #90383
* NO C99 comments, please!H.Merijn Brand2013-11-141-1/+1
|
* Update DB_File to CPAN version 1.830Chris 'BinGOs' Williams2013-11-023-8/+7
| | | | | | | | | | | | [DELTA] 1.830 2 November 2013 * Memory leaks when failed to open db RT #89589 * DB_File uses AutoLoader for no reason RT #88258
* Remove all IGNORABLE files under cpan/Steve Hay2013-10-181-608/+0
| | | | | | | | | | | | | | | | This was discussed on p5p: http://www.nntp.perl.org/group/perl.perl5.porters/2013/10/msg208635.html One LICENSE file (Locale-Codes) has been removed (contrary to one suggestion in that thread) since it was the only one, and only says "This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself." anyway. Two files that I had previously suggested retaining for the sake of tests have also been removed. In one case, a test script has been modified (in Digest-MD5; I will send a ticket upstream); in the other case (in Test-Harness) I have removed the test which depended on the MANIFEST files, as suggested in the above thread.
* Update DB_File to CPAN version 1.829Chris 'BinGOs' Williams2013-07-074-8/+39
| | | | | | | | | | | | | | | | | | | | | [DELTA] 1.829 7 July 2013 * make realclean: removing all files RT #68214 * Documented the issue where the error below BDB0588 At least one secondary cursor must be specified to DB->join * DB_File installs to wrong place for CPAN version RT #70420 Makefile.PL prevents INSTALLDIRS on command line. RT #68287: Makefile.PL prevents INSTALLDIRS on command line. * typo fix RT #85335
* Update DB_File to CPAN version 1.828Chris 'BinGOs' Williams2013-05-263-9/+27
| | | | | | | | [DELTA] 1.828 7 May 2013 * Minor change to build with Berkeley DB 6.x
* Upgrade DB_File to 1.827Steve Hay2012-08-312-3/+8
|
* Update DB_File to CPAN version 1.826Chris 'BinGOs' Williams2012-01-253-2/+7
| | | | | | | | | [DELTA] 1.826 25 Jan 2012 * t/db-btree.t - fix use of "length @array" [RT ##74336]
* Update DB_File to CPAN version 1.825Chris 'BinGOs' Williams2012-01-245-6/+11
| | | | | | | | | | | [DELTA] 1.825 24 Jan 2012 * t/db-btree.t - fix use of "length @array" [RT ##74336] and [perl #108970]
* Update DB_File to CPAN version 1.824Chris 'BinGOs' Williams2011-08-062-1/+6
| | | | | | | | | [DELTA] 1.824 6 Aug 2011 * Amendments to tests to work in blead [RT #70108]
* Update DB_File to CPAN version 1.823Chris 'BinGOs' Williams2011-08-063-6/+23
| | | | | | | | | [DELTA] 1.823 6 Aug 2011 * croak if attempt to freeze/thaw DB_File object [RT #69985]
* Update DB_File to CPAN version 1.822Chris 'BinGOs' Williams2011-06-095-9/+21
| | | | | | | | | [DELTA] 1.822 12 March 2011 * Keep DB_File's warnings in sync with perl's [rt.cpan.org #66339]
* Update DB_File to CPAN version 1.821Chris 'BinGOs' Williams2011-01-116-16/+21
| | | | | | | | | [DELTA] 1.821 10 January 2011 * Fixed typos & spelling errors. [perl #81792]
* Global executable bit cleanupDavid Golden2010-07-241-0/+0
| | | | | | | | | | | | | | | | | | | | When porting/makerel runs, all files copied into the directory for the tarball have the executable bit stripped and then only a specific set of files have the executable bit restored. There are many files in the repo that have the executable bit set in the repo that will be stripped. So that the state of files in the repo is as close as possible to the state of files in the release tarball, the executable bit has been stripped from such files. In one recent case, a file added from a dual-life module needed the executable bit set. Because it had the bit in the repo but was not listed in makerel to get an executable bit, tests using it passed in the repo and failed in the tarball. This commit refactors the list into a new file, Porting/exec-bit.txt and add tests to detect a mismatch between files listed there and actual executable bits in the repo.
* Move DB_File from ext/ to cpan/Nicholas Clark2009-09-2415-0/+10063
(Also XS, skipped on Win32 and VMS)