summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2015-01-28Add USB keyboard support to the wscons driver.jmcneill3-20/+89
2015-01-28Update to 0.901mef2-7/+6
--------------- 0.901 Tue Sep 10, 2013 - Copyright, added co-maintainers * RT 85956 - 5.18 Hash ordering randomization hit the tests. Thanks to Gregor on Debian for report and Zefram for patch.
2015-01-28Update 1.73 to 1.77mef2-7/+6
------------------- 1.77 Apr 27, 2014 - binmode doesn't work on IO::String and others tied objects (bug report by Mithun Ayachit) - fix spelling errors 1.76 Feb 13, 2014 - add encoding feature 1.75 Jul 16, 2012 - add support for order feature - silence warning on saveToString method (bug report by Mithun Ayachit)
2015-01-28Update 2.101461 to 2.101463mef2-7/+6
--------------------------- 2.101463 2014-06-30 21:43:49-04:00 America/New_York replace base with parent 2.101462 2013-07-01 22:00:07 America/New_York repackage, fix bugtracker, repo data, etc
2015-01-28Update to 2.200008mef2-7/+6
------------------ 2.200008 2014-07-02 19:24:59-04:00 America/New_York - fix a busted link - be more consistent in exception-throwing on missing packages - fix a dumb test that failed in a git checkout
2015-01-28Update tomef2-7/+6
Version 2.83 ( Mon 27 Jan 10:51:14 IST 2014 ) ------------------------------------------------ * Add a LICENSE file and section. - Kwalitee. * Minimum version is now perl-5.8.0. - CPANTS Kwalitee.
2015-01-28Update 1.12 to 1.15mef2-7/+6
------------------- 1.15 2014-06-24 - Cope with Cwd::abs_path dying on non-existant paths on Windows 1.14 2014-05-20 - Fix tests under MacOS, where TMPDIR is, by default, under a symlink 1.13 2014-04-22 - Only expand ~ in paths if they are the first character - Implement include.path, as git 1.7.10 and above do
2015-01-28Update 2.52 to 2.56mef2-7/+6
(2.55 and 2.56 has no description on Changelog) ------------------- 2.54 - fixed rt.cpan.org#39814. changed the order of pre-processing in _read(): 1) remove comments, 2) check for continuation, 3) remove empty lines. 2.53 - applied patch rt.cpan.org#68153, which adds a find() method to Config::General::Extended. - fixed rt.cpan.org#79869 (in fact it has been fixed in 2.52 but I forgot to mention it here). - applied spelling fixes rt.cpan.org 87072+87080. - fixed rt.cpan.org#89379
2015-01-28Update 0.22 (2012-12-11) to 0.309mef2-7/+6
--------------------------------- 0.309 2014-12-31 - Remove the -arch removal for Mac OS X. 0.308 2014-12-26 - deal with "no C compiler available" properly (see RT#101121) 0.307 2014-12-14 - no Changes since 0.306_002 0.306_002 2014-12-08 - fix perl_api_link test for broken environments of some windows testers 0.306_001 2014-12-01 - indent source as requested via issue#4 by Dave Rolsky - consolidate check_... function on_*_true/false parameters (Thanks to Peter Rabbitson for being sounding board) - introduce more Perlish tests whether XS build is sane: check_produce_xs_build, check_produce_loadable_xs_build (Thanks to Peter Rabbitson for being sounding board) - extensive refactoring with some API modifcations (warned users via mail and issue#5) 0.305 2014-06-12 - skip compiler based tests when compiler seems weird - add check_sane_xs composition as discussed on cpan-workers@ 0.304 2014-06-01 - improve dealing with whitespaces in path's of programs - reorder -lperl and $Config{perllibs} - let's see if that covers all smokers - some minor speed improvements (micro-optimization, but ...) 0.303 2014-05-29 - fix perl-api check for threaded perl's (by using XSUB.h) - fix non-transient linking situations in perl link check - cleanup temporary test dependecies 0.302 2014-05-27 - fix for snooping smoke targets - deal with older ExtUtils::MakeMaker versions (can't handle multiple authors) - fix double "-lm" in negative test of libmath 0.301 2014-05-26 - Adding log-file output tee'ing as proposed by H.Merijn Brand and rewrote tests against that API. Make perl.h compile test not TODO for smokers. 0.300 2014-05-20 - add some code to tests to inspect the massive fail of 0.28 - include compiler invocation in log on failure - add support for appending to logfiles (see t/ for examples) - tidy Makefile.PL a bit and try to improve smoke results 0.29 2014-05-19 - make perl extension tests optional - add support to analyse is scheduled for 0.300 0.28 2014-05-18 - fix perl 5.6 support - improve existing prog checks when binaries with default ars are returned - honor environment variables as GNU Autoconf does - add additional check_prog_... support fox lex and sed - most other checks aren't suitable until a reasonable "postamble" support is provided - add support to prove whether perl development environment is "sane" (as far that can be told) - add checks to prove for pureperl build 0.27 2014-04-25 - fix broken Changes - add some fixes for older Perls 0.26 2014-04-23 - Fix pkg-config test as it's intended (allow testing without pkg-config binary) - fix C::AC complains about unset results 0.25 2014-04-14 - Fix settings test that would complain with a duplicate plan when no PkgConfig was present. 0.24 2014-04-11 - Fix lost dependencies during Makefile.PL update - add even core dependencies to support older Perls - adjust $LIBEXT/$EXEEXT initialization to support HP-UX/HPPA 0.23 2014-04-10 - bring back to 5.6 (Peter 'Ribasushi' Rabbitson) - introduce pkg-config based checks (Jens 'Sno' Rehsack) - fix spurious invocation issues (Jens 'Sno' Rehsack) - Changes reformatted as per CPAN::Changes::Spec
2015-01-28Update to 0.44mef2-7/+6
0.44 Sat Mar 1 23:26:12 GMT 2014 - Resolve RT#91891 an edge-case with equal and space format detection
2015-01-28Update 0.31 to 0.33mef2-7/+6
------------------- 0.33 2014-04-11T21:04:52+0200 - added base() handling to no (Thomas Klausner) - support 'no MODULE' etc (for RT-94305) (Kenichi Ishigaki) - typo fix (David Steinbrunner) - ignore __DATA|END__ sections (see https://rt.cpan.org/Ticket/Display.html?id=88969 ) (Kenichi Ishigaki) - ignore use/require method calls (Kenichi Ishigaki) 0.32 2013-09-04T16:48:07+0200 - not to include cached results (Kenichi Ishigaki) - Fix handling module beginning with v and pragma with version. (Yasutaka ATARASHI) - Recognize "use parent". (Yasutaka ATARASHI)
2015-01-28(pkgsrc)mef4-32/+31
- Remove DEPENDS to devel/p5-CPAN-Meta-Requirements ( Bundled since 7.05_05) (upstream) - Update 7.04 to 7.05.10 ---------------------- 7.05_10 Mon Jan 26 15:06:37 GMT 2015 Test fixes: - Update XSBUILD test to work when compiling under C++ 7.05_09 Fri Jan 23 10:15:47 GMT 2015 Bug fixes: - pure_nolink as dep of dynamic/static in top_targets in case override ( fixes a build issue in core) - Only add DynaLoader to makeaperl if -Dusedl 7.05_08 Tue Jan 20 10:00:01 GMT 2015 Enhancements: - Add XSBUILD option: control XSMULTI per XS type and per-object - Cache is_make_type results for performance (196 in normal WriteMakefile) Bug fixes: - Eliminate non-error STDERR - Use $from (rename to $object) param not $(OBJECT) in xs_make_dynamic_lib - Set $(OBJECT) if XSMULTI - Eliminate unnecessary MM_NW5 const_cccmd override - Make WriteEmptyMakefile Makefile functional when called in subdir - WriteEmptyMakefile rmtree _eumm, clean target removes Makefile - WriteEmptyMakefile not recurse by default - Make manifypods dep on blibdirs as needs it to function - Back-compat linkext -> subdirs_(perl-linktype) if LINKTYPE= and some DIR - Eliminate leak of dirhandles in ExtUtils::Liblist::lsdir - perllocal.pod generation "Perl in Space" fix - quote_literal PASTHRU_* as can have "" in - Switch to using version->stringify, never ->normal Test fixes: - Introduce use of $ENV{AUTHOR_TESTING} - don't skip some if true - Skip static tests if not static perl and not author - false negatives Doc fixes: - PL_FILES better documented Dist fixes: - The bundled Encode::Locale has been updated to 1.04 7.05_07 Fri Jan 9 15:58:49 GMT 2015 Bug fixes: - Dynamic and static targets now depend from pure_nolink Test fixes: - Skip XS static on Haiku as well - Correctly skip static linking test on shrplib perls - Handle an occasional race condition in pm_to_blib.t 7.05_06 Thu Jan 8 19:03:48 GMT 2015 Enhancements: - Refactored XS handling - XSMULTI=>1 - put multiple *.xs under lib, it "just works" - pure_all target split so can do "make dynamic" and "make static" Bug fixes: - dist_ci target fixed for nmake - Avoid dmake warning with XS - Borland and GNU compiler can be specified with full path - Fix parallel-build problems with split of pure_all target - Make Win32 miniperl tests pass if no chcp - Fix metadata extraction problem with *.pm with CRLF Test fixes: - Now tested: XS builds of static, bootstrap code system - XS tests now pluggable - Win32 t/basic.t now tries Win32 module before chcp Doc fixes: - FAQ updated for XSMULTI - Improve doc for oneliner method 7.05_05 Wed Dec 31 22:42:17 GMT 2014 Enhancements: - Metadata is now represented internally as Meta Spec 2.0 - Use intermediate files to store META.* and *.ppd files - ExtUtils::Command has been re-incorporated at 1.19 of that module Bug fixes: - the SHELL env var needs to be set if gmake is used on Win32 - No longer manify top-level README.pod document - Some "dubious code" in the shebang fixin has been fixed - Lots of XS-handling code tidyups Test fixes: - Ensure that tempdirs get tidied up after tests - ExtUtils::Command tests have been added Doc fixes: - Lots of changes to the FAQ document Dist fixes: - Bundled CPAN::Meta, CPAN::Meta::Requirements and Parse::CPAN::Meta updated to latest versions - No longer bundle CPAN::Meta and prereqs on perls < 5.008001 - 'version' added to the no_index declaration 7.05_04 Wed Dec 24 14:31:17 GMT 2014 Core fixes: - Fix for lack of B module at build time when in core 7.05_03 Wed Dec 24 11:45:58 GMT 2014 Bug fixes: - Revert LibList to a previous working state - Fix distsignature dependencies for parallel make - Check exit status for commands in "make ci" target - RT#100268 fix wrong variable being used - Make open_for_writing() exportable for utf8 encoding - Made prereqs work minus version-range if no CPAN::Meta::Requirements Test fixes: - vstrings test was recfactored - prereqs test acquired labels for all tests QA fixes: - use containerised travis builds for extra speed - blead build has been prioritised as it takes the longest 7.05_02 Mon Dec 15 20:06:12 GMT 2014 VMS fixes: - Unixify path in t/INSTALL_BASE.t Test fixes: - perl_lib calls fixed in tests - t/Liblist_Kid.t fixed for Win32 and others 7.05_01 Sat Dec 6 15:44:55 GMT 2014 Enhancements: - version ranges are now supported for PREREQS, etc. Bug fixes: - Also quote linker paths to handle spaces - Avoid cmdline duplication if ARCHLIB and LIB are identical Test fixes: - Removed done_testing from a number of test files - Added a subdir with a space test
2015-01-28Update to 1.70mef2-6/+6
1.70 2014-12-31 - also skip _eumm, an artifact of ExtUtils::MakeMaker 7.05* - avoid unreliable permissions tests on cygwin
2015-01-28Update to 3.35mef2-6/+6
3.35 2015-01-14 - Fix prove --version to actually print the version (Leon Timmermans, #101216) - Add --version to usage message (Leon Timmermans, #101215)
2015-01-28Update 1.000000 to 1.000005mef2-7/+6
--------------------------- 1.000005 2014-08-15T23:41:58Z [00 Trivial] - CPANDAY! - no code changes. - tests augmented. - whitespace greatly reduced. [Dependencies::Stats] - Dependencies changed since 1.000004, see misc/*.deps* for details - configure: «¤1 - develop: +1 (suggests: «¤1) - test: -4 (recommends: «¤1 -2) [Misc] - Improve source side POD to reduce build side whitespace. [Tests] - update Test::ReportPrereqs 1.000004 2014-07-22T19:29:27Z [Doc Bugfix] - Previous releases changelog was misleading. - We're requiring a newer Path::Tiny to avoid a problem. ( As opposed to the impression that a newer Path::Tiny caused the problem, grammar-- ) 1.000003 2014-07-22T19:02:06Z [Bugfix] - Attempt to avoid tempdir(CLEANUP => 1) being an error by requiring newer Path::Tiny [Dependencies::Stats] - Dependencies changed since 1.000002, see misc/*.deps* for details - runtime: «¤1 1.000002 2014-07-18T16:33:36Z [00 Trivial] - Minor packaging cleanups shaving ~7k [Dependencies::Stats] - Dependencies changed since 1.000001, see misc/*.deps* for details - develop: (suggests: «¤2) - test: +2 «¤1 (recommends: +1) 1.000001 2014-06-07T15:14:38Z [00 Trivial] - Mostly internal aesthetic changes / perlcritic things. - tempdir behaviours used via Path::Tiny interface instead of directly. - Silly runtime function proxies mostly deleted. - packaging tweaked minorly [Dependencies::Stats] - Dependencies changed since 1.000000, see misc/*.deps* for details - configure: (recommends: «¤1) - develop: +3 -3 (suggests: +2 -1) - runtime: -1 - test: (recommends: «¤2)
2015-01-281.41 - Fri Sep 12 15:47:30 2014mef3-20/+6
* Adjust the UTF-8 and encoding tests to work with older perls 1.40 - Fri Sep 12 05:37:07 2014 * Fix up tests for UTF-8 checks
2015-01-28Update to 0.008mef2-7/+6
--------------- 0.008 2013-09-25 14:08:48 America/New_York [FIXES] - Compile test could hang on Windows [PREREQS] - Dropped configure_requires for ExtUtils::MakeMaker to 6.17
2015-01-28Update to 0.36mef2-6/+6
-------------- 0.36 [2015-01-08] - Fix bug when Test::More has been downgraded
2015-01-28Update to 1.2.1 (as of 2014-12-08)mef2-6/+6
v1.2.1 UNRELEASED (Evan Giles <egiles@cpan.org>) - Fix (skip where appropriate) failing CPAN test - Avoid warnings for empty files in all_pl_files (Nigel Gregoire)
2015-01-28Update 1.71 to 1.73mef2-7/+6
1.73 2014-08-01 Add support for Android 1.72 2014-04-16 Add support for Bitrig, an OpenBSD fork; Check $^O case-insensitively as some OSes aren't particularly consistent
2015-01-28Update 0.16 to 0.18mef2-6/+6
------------------- 0.18 2015-01-21 03:54:30Z - remove Moose test requires <-> Test::CleanNamespaces test recommends circular relationship (softened to suggests) 0.17 2015-01-20 03:46:46Z - skip Mouse tests if some required interfaces are not available
2015-01-28Update 1.26 to 1.29mef2-7/+6
------------------- 1.29 2015-01-05 [DOCUMENTATION] * document dir/file feature that was added in 1.27 (pr#2 - Thanks to Doug Hoyte (FRACTAL)) 1.28 2014-01-19 + fix bug where some files in the selftest were skipped while the files where added to the dist. 1.27 2014-01-17 + added feature to specify path of MANIFEST or directory where it is stored
2015-01-28Update 0.008 to 0.010mef2-7/+6
--------------------- 0.010 2013-10-09 18:10:39 Europe/Amsterdam - Revert adding conventional [Test::CheckDeps] test, to avoid circular dependency 0.009 2013-10-09 15:39:01 Europe/Amsterdam - Added Synopsis - $Test::Builder::Level increased, so failing tests appear to come from the .t file rather than Test/CheckDeps.pm - also test 'develop' prereqs when AUTHOR_TESTING
2015-01-28Update to 0.21mef2-7/+6
-------------- 0.21 2015-01-17 - consistent abstract. - INSTALL documentation update. - extended META test suite. - fixed license fields in META.json to be lists. - added WARNING notice.
2015-01-28Update 0.22 to 0.24mef2-7/+6
------------------- 0.24 2015-01-19 - #386b81d - merged document updates from Karen Etheridge (ETHER). 0.23 2015-01-15 - extended META test suite. - added META.json and tests.
2015-01-28Update to 0.372mef2-7/+6
--------------- 0.372 2015-01-07 - Add 'no_generate_plan' option to Test::Aggregate::Nested. Thanks to David D Lowe for the pull request (gh-3 and rt-100246).
2015-01-28Update 2.36 to 2.38 .. ChangeLog is not really known, but written as:mef2-7/+6
------------------- 2.37 Various changes. See github log for changes. https://github.com/demerphq/Data-Dump-Streamer NOTE, I have little time to maintain this package. If a secondary maintainer wants to step up I would be happy to grant the appropriate permissions so that new releases do not take so long.
2015-01-28Update 0.304 to 0.403mef2-7/+6
--------------------- 0.403 - Avoid using Test::More::done_testing() for to support building out-of-the-box on older perls. 0.402 Sat Oct 18 18:06:19 EEST 2014 - Set Data::Dumper::Sortkeys = 1 in ExtUtils::Depends->save_config(); patch submitted by Niko Tyni of the Debian Perl Group; fixes RT#99260 0.401 Sat Aug 23 14:20:11 IRKT 2014 - Add README changes created by 'make dist' from the POD - Rename test modules - Test old/new schemes with .pm files - Move old/new scheme tests from middle of other stuff to end - Rename test packages to 8.3 unique 0.400 Sun Aug 10 13:58:24 CEST 2014 - In addition to the package variables $inc, $libs and @typemaps, write an 'Inline' method to <package>::Install::Files for easier interoperability with the Inline module. - Accompany the 'Inline' method with a 'deps' method in <package>::Install::Files in addition to the @deps package variable. - Make ExtUtils::Depends->load use the 'Inline' and 'deps' methods by default, falling back to the package variables if the methods are not defined. - Make the docs recommend the 'Inline' and 'deps' approach for creating <package>::Install::Files manually, without ExtUtils::Depends::save_config. 0.309 Sat Aug 2 15:23:03 PDT 2014 - Depends.pm: use $DLEXT instead of $SO for library filename extensions - MANIFEST: remove MYMETA.* files - use DynaLoader::mod2fname if available - Added Android support 0.308 Sun May 18 16:22:11 PDT 2014 - Fix win32 test failure in t/02_save_load.t (closes RT#95301) 0.307 Mon Apr 28 22:04:38 PDT 2014 - $Data::Dumper::Terse set to 1 broke save_config - Document API expected by ::load function 0.306 Mon Sep 28 22:04:38 PDT 2013 - Fixed typo in RT queue URL; fixes RT#88960 0.305 Mon Sep 2 14:16:58 PDT 2013 - Makefile.PL: converted to CPAN::Meta::Spec v2 - Updated license in RPM spec file; closes RT#88196 - Updated contact info and added git repo info to POD - Add comments for find_extra_libs method (closes RT#43900) - Fixed typo (closes RT#86572)
2015-01-27Update to 2.22mef2-6/+6
2.22 Jan 14 2015 - use File::Temp::tmpnam as needed in Android (Brian Fraser)
2015-01-27Update to 1.03mef2-7/+6
1.03 Tue Jan 13 19:21:45 CET 2015 - update: copyright notice - update: Kwalitee
2015-01-27Update to 0.0.6mef2-7/+6
---------------- 0.06 2014.08.26 Add license to META files Updating the Changes file
2015-01-27Update tomef3-8/+7
Release 1.8.9.1 (release date 04-01-2015) - Fixed a couple of cases where sharing string data could lead to corruption [view] - Various VHDL related fixes [view] - Bug 742151 - Bogus warning: citelist: Unexpected new line character [view] - Bug 742230 - @todo paragraphs incorrectly placed in rtf output [view] - Bug 742235 - Bogus message with addtogroup [view] - Documentation HTML Header, Footer, and Stylesheet changes [view] - Documenting RESULT variable of Fortran FUNCTION [view] - Fix potential null pointer dereference in src/context.cpp [view] - Fixed compilation issue on Windows [view] - Fortran FUNCTION source code [view] - Fortran: code color GOTO as flow keyword. [view] - Help message regarding layout file [view] - Remove unused local and static global variables [view] - Suggestion to use stripPrefix has been implemented for RESULT. For consistency also implemented for arguments. [view] - Switched back to version 6.2 of JavaCC for VHDL parser generation. [view]
2015-01-27Update to 4.10.8ryoon2-7/+6
Changelog: Not available yet.
2015-01-27(pkgsrc)mef7-396/+203
- Adding comment on patches (upstream) - Update 1.8.8 to 1.8.9 --------------------- log_1_8_9 Release 1.8.9 \htmlonly (release date 25-12-2014) * Bug 634763 - Fortran: external subroutine as dummy argument not recognized [view] * Bug 634763 - Fortran: external subroutine as dummy argument not recognized [view] * Bug 651859 - Brief description misplaced in man page output [view] * Bug 652276 - Typedefs in manpages has too few linebreak possiblilities [view] * Bug 685597 - C# <code> tag in an <example> tag does not render as expected. [view] * Bug 687576 - Add support for LATEX_EXTRA_STYLESHEET [view] * Bug 704090 - Allow Class{T}.Method in cref to refer to a generic class in XML comments [view] * Bug 722940 - classes with same name in different namespace adding to same group [view] * Bug 729063 - Missing link for item inside the same namespace [view] * Bug 729236 - Added HIDE_COMPOUND_REFERENCE config option [view] * Bug 735145 - QHP toc broken if mainpage with PROJECT_NAME title has sections/subpages [view] * Bug 735194 - src/Makefile.libdoxycfg shouldn't be distributed [view] * Bug 735198 - plantUML requires epstopdf for building PDF files [view] * Bug 735376 - tag file: Unknown compound attribute `singleton' found! [view] * Bug 735441 - Fix a resource leak in src/vhdldocgen.cpp [view] * Bug 735462 - There's no such thing as a private Q_PROPERTY [view] * Bug 735475 - Same Expression in translator_kr.h [view] * Bug 735477 - Fix a potential null pointer dereference in src/memberdef.cpp [view] * Bug 735481 - Mismatch in memory allocation/de-allocation function in vhdlparser/ vhdlstring.h [view] * Bug 735482 - Remove a not needed initialization of a local variable in src/mangen.cpp [view] * Bug 735483 - Fix a potential null pointer dereference in src/searchindex.cpp [view] * Bug 735497 - Fix wrong pointer initialization in src/definition.cpp [view] * Bug 735499 - Fix potential modulo by zero in src/template.cpp [view] * Bug 735584 - Reached end of file while still insided a (nested) comment in Markdown [view] * Bug 735587 - Fix a terminating null character after fread in src/filedef.cpp [view] * Bug 735589 - Remove not needed variable initialization in src/classdef.cpp [view] * Bug 735590 - Remove not needed pointer initialization in src/entry.cpp [view] * Bug 735591 - Provide exit code in case generatePlantUMLOutput fails [view] * Bug 735620 - Remove not needed variable caching in src/markdown.cpp [view] * Bug 735622 - Do not cache inputSize in src/doxygen.cpp [view] * Bug 735623 - Expression is always false because 'else if' condition matches previous condition [view] * Bug 735726 - Fix missing break in switch case statement [view] * Bug 735745 - Spurious ASSERT message [view] * Bug 735759 - Broken man pages due to bad use of autoBreak [view] * Bug 735767 - Fix potential copy and paste issue in vhdlparser/VhdlParser.cc [view] * Bug 735924 - [Patch] Documentation: Wrong link for \\diafile [view] * Bug 735925 - [Patch] DocBook: Possible name clash for generated image files [view] * Bug 735926 - RTF output: \\diafile and \\mscfile do not work [view] * Bug 735929 - Windows: Process exit code is ignored for processes launched using ShellExecuteEx() [view] * Bug 735982 - Fix potential allocation of huge memory amount due to type overflow in src/ lodepng.cpp [view] * Bug 735985 - Fix missing unchecked return value in src/dot.cpp [view] * Bug 736018 - Fix potential null pointer dereference in src/dbusxmlscanner.cpp [view] * Bug 736020 - Fix identical code for different branches in src/translator_tw.h [view] * Bug 736022 - Fix potential null pointer dereference in src/index.cpp [view] * Bug 736023 - Remove not needed variable initialization in src/cite.cpp [view] * Bug 736027 - Remove not needed local variable in src/doxygen.cpp [view] * Bug 736029 - Remove redundant if/else branch in src/lodepng.cpp [view] * Bug 736030 - Remove redundant if/else branch in src/translator_lt.h [view] * Bug 736031 - Cleanup redundant if/else branch in src/translator_kr.h [view] * Bug 736032 - Cleanup redundant if/else branch in src/translator_sr.h [view] * Bug 736033 - Cleanup redundant if/else branch in src/translator_tw.h [view] * Bug 736034 - Cleanup redundant if/else branch in src/translator_vi.h [view] * Bug 736036 - Remove redundant local variable initialization in qtools/qstring.cpp [view] * Bug 736037 - Fix wrong member variable initialization in src/define.cpp [view] * Bug 736385 - Fix potential null pointer dereference in src/util.cpp [view] * Bug 736386 - Fix another potential null pointer dereference in src/util.cpp [view] * Bug 736387 - Fix a potential null pointer dereference in src/index.cpp [view] * Bug 736389 - Fix a potential null pointer dereference in src/vhdldocgen.cpp [view] * Bug 736992 - Member functions omitted from tagfile [view] * Bug 737444 - Java: Annotations with brackets prevent documentation [view] * Bug 737830 - Invalid element name in footer part when GENERATE_TREEVIEW specified [view] * Bug 738063 - Fortran attribute contiguous not identified [view] * Bug 738167 - Entity references in XML command attributes are incorrectly handled [view] * Bug 738173 - Entity references in XML code command are incorrectly handled [view] * Bug 738548 - latex: dead links to source code [view] * Bug 738574 - &hellip; is replaced by \cdots rather than \dots in the LaTeX output [view] * Bug 739054 - Python xml not outputting info of functions inside __init__.py [view] * Bug 739056 - Python xml - argsstring is empty, while HTML have arguments [view] * Bug 739209 - Invalid warning about undocumented C++ function imported from tagfile [view] * Bug 739210 - C++11 scoped enums with same name inside different classes are merged if using tagfile [view] * Bug 739211 - Cannot make explicit links to C++ const member functions [view] * Bug 739214 - Cannot make unscoped link to C++ conversion operator [view] * Bug 739462 - Using "doxygen.css" for HTML_EXTRA_STYLESHEET fails silently [view] * Bug 739863 - Regression: Base classes incorrect when using CRTP with default template parameter [view] * Bug 740218 - Full scope needed when making link inside cross-referenced section [view] * Bug 740218 - Full scope needed when making link inside cross-referenced section (fixed regression) [view] * Bug 740446 - invalid copydoc target does not result in warning [view] * Bug 741100 - Latex to PDF hangs when using Markdown tables [view] * Bug 741417 - Crash when building gtkmm documentation [view] * Bug 741778 - \cite confused by labels ending with a dot (improved warning message) [view] * fix docbook output [view] 1. support other than english 2. fix broken example link id 3. fix incomplete TOC : no Classe etc. 4. add brief description for Functions etc. 5. Comply with REPEAT_BRIEF 6. Do not output duplicated contents when detailed descripton is missing. 7. set table colwidth for Param/RetVal * Add missing escape in doxysearch.cpp when result contained a double quote [view] * Add source code possibility for RTF output [view] * Added Coverity Scan Build Status to Readme [view] * Added clearer range checks for string class to help compiler [view] * Added compilation support for MacOSX 10.10 (yosemite) [view] * Added faster reference counted string implementation with short string optimization [view ] * Added graphical hierarchy support to template engine [view] * Added guard to prevent (theoretical) out of bound access [view] * Added language attribute to XML output for classes, namespaces, and files [view] * Avoid a (theoretical) memory leak [view] * Better handling of inline Fortran parameter documentation [view] * Fixed bug for page numbers in the latex indices [view] * Compilation fixes for Windows for new string implementation. [view] * Convert FORTRAN modules to namespaces [view] * Create an easy possibility to take a snippet from the current file. [view] * Debian Bug 762272: segfault with cyclic subgroups [view] * Disabled enter/exit printing for doctokenizer (produced too much noise) [view] * Empty entry in \tableofcontents in case e.g. section without description. [view] * Extra empty line in source fragments [view] * Fix bug with C++11 static_assert [view] * Fix bug: language switch command "\~" failed to detect language id which contains '-' [ view] * Fix for https://bugzilla.gnome.org/show_bug.cgi?id=651850 [view] * Fix for the second issue in bz 651848 [view] * Fix potential crash when reading tag file which contained nested java classes using generics [view] * Fix rules for closing FORTRAN module and typedef scopes [view] * Fix to ignore the contents of \verbatim and friends while looking for sections [view] * Fix to show relations between C#/Java generic classes [view] * Fixed a number of issues (resource leaks, uninitialized members, etc) found by coverity [ view] * Fixed bug in new QCString::sprintf for long string. [view] * Fixed extension matching issue if path contained a dot. [view] * Fixed issue accessing uninitialized data when combining RTF output. [view] * Fixed issue parsing @end directly followed by the end of the file [view] * Fixed problem finding \enduml when using /// style comments. [view] * Fixed refcounting bug in new string implementation [view] * Fixed several Coverity warnings [view] * Fixed to small memory leaks [view] * Fixed typos and formatting in Doxyfile (thanks to Armin Mueller) [view] * Fixed typos in C/C++ comments. There are no functional changes. [view] * Fixed typos in comments. [view] * Fixed typos in comments. No functional changes. [view] * Fortran code color END (regression pull request 259) [view] * Fortran color CALL as keyword [view] * Fortran color code of END [view] * Fortran continuation character seen as begin of function call [view] * Generate error message in case bibtex generation fails [view] * Improved main page rendering via template engine [view] * Initialized potentially uninitialized variable in markdown part [view] * Introduce new optimized string implementation (attempt 2) [view] * Introduced template directory for template and resource files and resource compiler & manager [view] * LaTeX problem with 2 consecutive single quotes [view] * Last comment of \code{.f90} missing [view] * Limit images sizes and make more uniform (LaTeX) [view] * Package mathptmx gives discrepancy between pdf and HTML formulas [view] * Portuguese and Brazilian Portuguese translators updated to 1.8.5. [view] * Prevent overly long terms from stopping the search indexer [view] * Problem in case of line termination (., a dot) direct after the \cite command [view] * Regression class<T extends V> resulted in class<V> as the page title [view] * Remove bogus argument to avoid compiler warning [view] * Remove dependency of PlantUML on HAVE_DOT [view] * Remove extraneous 'README' to allow successful RPM creation [view] * Remove filtering rule when generating FORTRAN module links [view] * Remove redundant code [view] * Removed bash specific construct from ./configure script to make it work on Solaris [view] * Removed some comment statements. [view] * Revert "Bug 634763 - Fortran: external subroutine as dummy argument not recognized" [view ] * Reverted back to old string implementation. New one needs more work. [view] * Show tag file name instead of <unknown> for warnings pointing to symbols extracted from tag files. [view] * Show the parent-child type specialization relation in Java/C# generics inheritance diagrams [view] * Support charset option for PlantUML [view] * Support for INLINE_SOURCES in Fortran [view] * Support plantuml !include statement [view] * Support visible=no for main page tab. [view] * Supporting linking for methods bound to FORTRAN classes in source definitions [view] * This is the patch attached to bz 651848 by Robin Gareus. [view] * Update README.md [view] * Updated configuration script and libdoxygen.pro.in to use llvm-config [view] * Use result of vsnprintf [view] * Use substitute() instead of QString conversion [view] * Various VHDL fixes [view] * various fixes and restructuring [view] * Various latex problems [view]
2015-01-26Update to 1.003026 from Leonardo Taccari in PR 49606.wiz2-7/+6
1.003026 2014-07-16 01:20:41Z - fix inclusion of of optional plugin prereqs when installation is run non-interactively 1.003025 2013-09-29 22:36:59Z (Karen Etheridge) - re-release with fixed prerequisites in metadata 1.003024 2013-09-25 04:07:04Z (Karen Etheridge) - re-release with fixed compile test 1.003023 2013-09-12 00:52:03Z (Karen Etheridge) - The default profile is now "Minimal", not "Default", as Default requires some optional features; Default renamed to Standard (RT#88615) 1.003022 2013-09-10 01:53:10Z (Karen Etheridge) - workaround added for plugins consuming plugins that use optional features - install problems fixed when some optional prereqs are not installed, by properly detecting the lack of features during testing (RT#88542) - spelling fixes (RT#87691, David Steinbrunner) 1.003021 2013-09-09 02:10:45Z (Karen Etheridge) - removed use of deprecated functions from Class::MOP - long-deprecated Devel::REPL::Plugin::NewlineHack removed at last - converted dist to Dist::Zilla, with a different mechanism for specifying optional features (install with cpanm --interactive to be prompted) 1.003020 2013-07-08 - shebang fixed in re.pl so it is rewritten to point to the proper perl at install time (RT#70928) 1.003019 2013-06-27 - Fix "No arguments!" error in Plugin::DDS when nothing to dump (RT#71205, Ash Berlin) - fix failing test when Lexical::Persistence is not installed 1.003018 2013-05-19 - more attempts to fix Term::ReadLine issues in tests (RT#84246, mephinet) 1.003017 2013-04-03 - fix issues with Term::ReadLine:Perl in tests (RT#84246) (thanks, Christopher McCann!) 1.003016 2013-03-26 - make all plugins load again by using native traits (thanks, Zaki Mughal!) (RT#84011) 1.003015 2013-03-01 - fix "Attempt to use reference as lvalue in substr" warning on perl 5.16 (thanks, ilmari!) - plugins that are used by the default profile now default to being installed, fixing RT#83669 and RT#83677 1.003014 2012-10-31 - now using native Moose attribute traits, instead of the deprecated MooseX::AttributeHelper (thanks, Justin Hunter!) - now using namespace::autoclean rather than namespace::clean (thanks, Karen Etheridge!) 1.003013 2012-05-19 - Make Sys::SigAction optional dependency for Win32 systems - Apply some plugin related patchs from Caleb Cushing
2015-01-26Fix build failure on Darwin when pkgsrc libiconv is usedpho3-1/+36
patches/patch-src_portable__c.c: Remove kludge for MacPorts bug, otherwise linking against pkgsrc libiconv will fail due to symbol name mismatch. patches/patch-tmake_lib_macosx-c++_tmake.conf: Make build honor PKGSRC_CFLAGS, otherwise linking against pkgsrc libiconv will fail due to header/library mismatch.
2015-01-26(pkgsrc)mef2-7/+8
- Added following lines PERL5_MODULE_TYPE= Module::Build DEPENDS+= p5-Archive-Extract>=0.74:../../archivers/p5-Archive-Extract (upstream) - Update 0.40 to 0.42 0.42 Sun Dec 30 10:59:38 PST 2012 Test Fixes * Fixed t/types.t on Windows. Dist Fixes * DBIx::Class::Schema::Loader is no longer needed to build the module. 0.41 Thu Dec 27 04:00:45 PST 2012 Bug Fixes * BackPAN::Index now has a file() method, as documented in BackPAN::Index::File. * Changed the default backpan URL for fetching files to http://backpan.perl.org rather than the backpan.cpan.org redirect. [rt.cpan.org 68492] Test Fixes * Tests were downloading an old index. Misc * The result classes are no longer generated at runtime. Speeds up load time and reduces bugs. This also fixes [rt.cpan.org 82107]. * Use the same filename for the unpacked index. Dist Changes * The compatibility Makefile.PL has been removed. The build process has gotten complicated. * The bug tracker now points at the correct place.
2015-01-26Update 0.15 to 0.17mef2-7/+6
------------------- 0.17 Fri Nov 21 10:18:19 PST 2014 * Fix compatibility with Devel::StackTrace 2.00, thanks to DAKKAR. The incompat manifested as lots of test failures about refs. Fixes [rt.cpan.org #100314]. 0.16 Tue May 28 15:10:26 PDT 2013 * Fix hash ordering dependence in test (ilmari) * don't return stack frames inside Carp (DOY)
2015-01-26(pkgsrc)mef2-7/+7
- Add LICENSE= artistic-2.0 (See More.pm file) (upstream) - Update to 1.14 1.14 Wed Oct 31 11:37:04 CDT 2012 [ENHANCEMENTS] Added assert_undefined() for Ben Hengst. Added assert_unlike(). [FIXES] assert_nonblank() wasn't using the correct message. Thanks to Leland Johnson. assert_nonempty() wouldn't work on blessed arrays and refs. Now it will.
2015-01-26Update to 0.21mef2-7/+7
-------------- 0.21 2014-06-25 - Fixed typos in pod. RT#95017 - thanks Daniel Lintott. - Added links to a number of modules in SEE ALSO. - Added links to wikipedia page on assert.h - Added github repo to dist metadata and pod - Add "use warnings" and bumped min perl version to 5.6.0 - Added license type to dist metadata via Makefile.PL - Add TEST_REQUIRES if your EU::MM supports it, otherwise add them to PREREQ_PM - Reformatted Changes as per CPAN::Changes::Spec
2015-01-26Udate to 0.13mef2-7/+6
0.13 Wed Nov 6 2012 - Test::More and Test::Base go to TEST_REQUIRES - Test::Pod and Test::Pod::Coverage as author tests (solves RT#87423)
2015-01-26Update 1.06 to 1.08mef2-7/+6
------------------- 1.08 2015-01-22 - try to avoid some race conditions (thanks, Petr P«¿sa ) - typo fixes (thanks, David Steinbrunner) 1.07 2014-09-17 - fix a bug where we checked @$ instead of $@ after eval
2015-01-26(pkgsrc)mef2-7/+7
- Add 'PERL5_MODULE_TYPE= Module::Build' in Makefile (upstream) - Update 2.04 to 2.10 2014-05-13 - Fix a small grammar in the docs (double "as") reported by pink_mist. - Thanks, pink_mist! - Another fix for a small typo by pink_mist. - Thanks again. - Add Cache category of warnings to make sure warnings do not emit an error. - See https://rt.cpan.org/Public/Bug/Display.html?id=95608 - Thanks to Gabor Szabo for the report. - Bugfix/maintenance release (2.10) 2014-02-02 - Use Digest::SHA instead of Digest::SHA1 - Digest::SHA is core and preferred by Debian. - https://rt.cpan.org/Ticket/Display.html?id=92658 - Bugfix/maintenance release (2.09) 2014-01-26 - Convert from use "warnings::register;" to "use warnings;". - Bugfix/maintenance release (2.08) 2014-01-26 - Add perl to the prereq in META.yml/META.json - Kwalitee / CPANTS - Bugfix/maintenance release (2.07) 2013-09-13 - Increase the delay of the cache invalidation in the tests by default to avoid test failures due to high load. - https://rt.cpan.org/Public/Bug/Display.html?id=27280 - One can set the PERL_CACHE_PM_TESTING environment variable to a true value to set it back at a quicker-to-run 1 second delay. - Thanks to ANDK for reporting it. - Fix Bug in Cache::Memory regarding Namespaces - https://rt.cpan.org/Ticket/Display.html?id=32339 . - ->set after ->set_namespace failed. - Thanks to justin@techadvise.com for the report and for a proposed fix. - Get rid of trailing space. - Add t/style-trailing-space.t - Bugfix/maintenance release (2.06) 2013-09-05 - Add t/pod.t and got the embedded PODs to validate. - Convert the Build system to Module-Build. - Fix https://rt.cpan.org/Ticket/Display.html?id=78817 - Fix a warning for lc called with undef value when "-w" is specified - during some tests. - Tests fail or get stuck on Windows - use Devel::AssertOS to make sure we don't build there. - https://rt.cpan.org/Ticket/Display.html?id=81386 - if a kind soul will fix the tests and/or the code on MSWin, we will remove it. - Bugfix/maintenance release (2.05)
2015-01-26Update 1.21 to 1.27mef2-7/+6
------------------- 1.27 Nov 12 13:00 2014 - RT#99431: - More Win32 compatibility fixes in test suite. - RT#48102: - Add tests for new ->fork() method. 1.26 Nov 07 16:00 2014 - Add File::NFSLock->fork() convenience method. - RT#48102 Report by Todd Foggoa: - More gracefully handle fork() to behave like Linux by sharing the lock between both parent and child processes when ->newpid() is called. 1.25 Jul 30 14:00 2014 - RT#99431 Report by Nathan Glenn: - Fixed tempfile syntax by Christian Walde. - Fixed Win32 Shared Lock by Christian Walde. - RT#42122 Report by converter at cpan.org: - Add tests to help debug Taint issues 1.24 Jul 30 14:00 2014 - Fixed a race condition in crash recovery. - RT#88520 Thanks David Steinbrunner: Fix typos 1.23 Jul 28 11:00 2014 - More gracefully handle arbitrary hostnames. - Patch RT#84658 by Yann Rouillard: - Avoid gleefully double removing valid lockfile when ->unlock is explicitly called. - Patch RT#61258 by cpan at danonline.net: - Fixed $graceful_sig to exit with non-zero to more closely match stock signal handlers. 1.22 Jul 26 09:00 2014 - Reported by Kent Fredric and Karen Etheridge: - Patch RT#86125 and RT#91546 - Use File::Temp for concurrency compatibility in test suite, such as HARNESS_OPTIONS=j20
2015-01-26Update 2.130 to 2.132mef2-6/+6
--------------------- 2.132 2015-01-22 17:09:19-05:00 America/New_York [FIXED] - Precision of version requirement "0.00" is preserved when merging requirements. 2.131 2014-12-23 15:04:19-05:00 America/New_York [ENHANCEMENTS] - Merging Module => 0 into requirements is now optimized [PREREQS] - Scalar::Utils removed as a prerequisite
2015-01-26Updated to 2.143240mef2-6/+6
------------------- 2.143240 2014-11-20 10:26:30-05:00 America/New_York [FIXED] - Give correct path in nested merges such as resources - Removed strings test that should have been removed when CPAN::Meta::Requirements was removed to a separate dist
2015-01-26Update to 0.59mef2-7/+6
0.59 Jan 7, 2015 * Improvements - Pass driver to expire_if - https://github.com/jonswar/perl-chi/pull/19 (rouzier) * Fixes - Fix DiscardPolicy type - RT #95291 (Josh Rosenbaum) - Don't mandate that get_namespaces returns in same order - RT #89892 (nhorne)
2015-01-26Update 2.01 to 2.02mef2-7/+6
------------------- 2.02 2014-04-06 - Added a whole load of modules to SEE ALSO. 2.01_01 2014-04-03 - Created testsuite based on old test script - Switched to Dist::Zilla - Moved AtExit.pm to lib/AtExit.pm - Added COPYRIGHT AND LICENSE section to pod - Added this Changes file - Added "use warnings"
2015-01-26(pkgsrc)mef2-7/+7
- Add LICENSE= ${PERL5_LICENSE} (by reading blib/lib/AppConfig/Std.pm) (upstream) - Update to 1.09 1.09 2014-01-30 - Added "use warnings" - min Perl version 5.6.0
2015-01-26Update 0.67 to 0.72mef2-7/+6
----------------------------- 0.72: # 2014-10-27T21:38:19+0100 - Fix 0.71 breakage on MacOSX when the shell is bash or zsh - Fix spelling mistake. by @gregoa++ 0.71: # 2014-09-13T19:59:15+0200 - Fix a few bugs of having unwanted values in PERL5LIB when switching between libs 0.70: # 2014-09-02T20:41:15+0900 - download the fatpacked perlbrew from an http:// url. - protect fatpacked perlbrew from PERL5LIB, thanks to dagolden++ - avoid several warnings, thanks to DabeDotCom++ - making perlbrew a bit friendlier to init.d script, thanks to maxhq++ . see also https://github.com/gugod/App-perlbrew/pull/404 - make it possible to override PERLBREWURL before invoking installers 0.69: # 2014-06-10T23:32:05+0200 - fix 'perlbrew env' breakage by just avoiding bad local::lib versions. 0.68: # 2014-06-07T15:08:00+0200 - disable SSL cert checks. GH #385. - "perlbrew download stable" works as on expects. GH #383 - Many fish shell fixes. GH #376 #378 #379 - make 5.21 installable. GH #396 - various documentation fixes.