summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-02-23Update to 2.4.6:wiz7-314/+305
Changes in CMake 2.4.6 * Remove svn test in ctestctest3 * Fix for FIND_* order and framworks with PREFIX usage. * Fix for FindDoxygen and quiet mode. * Find JavaVM as well as jvm * Look for ruby1.8 and ruby * Fix for cpack .tgz.sh and dash * Fix for finding custom commands from a full path with CMAKE_CFG_INTDIR. * Fix for Borland make and custom commands that do nothing Changes in CMake 2.4.5 * Fix for seg fault when a macro runs a bad command BUG# 3815 * Fix fix for foo.dll.lib that does not brea -L/usr/lib in link names * Fix problem with LIBRARY_OUTPUT_PATH and linking to a dll foo.dll.lib instead of foo.lib * Do not depend on optimized libraries for a debug build and visa versa. * Fix target name matching custom command output conflict. * Fix FindQt3 so that it does not find qt4 * Fix FindKDE4 so that it only looks for kde4-config Changes in CMake 2.4.4 * CMake Version numbers on module directory * elseif added * Fix docs in CheckCSourceCompiles CheckCXXSourceCompiles and diagnostic output. * added Check(C/CXX)SourceRuns.cmake, CheckCXXCompilerFlag.cmake, Check * add static and shared flags to make sure the specified versions of libraries are used with -static -lfoo -shared -lbar * Search for the compiler only once and store a full path. avoids problems with PATH changes in cmake re-runs. * make sure manifest files are generated with VS 8 * added FindASPELL.cmake, FindBZip2.cmake FindHPELL.cmake, FindJasper.cmake FindLibXml2.cmake, FindLibXslt.cmake, FindOpenSSL.cmake * fix for bug#3646 GLUT not Glut for framework name * many fixes for FindKDE3.cmake * Better FindPNG that honors REQUIRED and looks in more places. * Support to find python 2.5 * Find Qt3 better * Find Qt4 better and work with qmake and qmake-qt4 on the same machine. * Much better FindRuby.cmake * More stuff marked as advanced in FindTcl and FindSDL * FindwxWidgets runs shell script wx-config with sh * Support for cpack and vs8 install libraries * Darwin shared library create and Fortran now work * Support for isystem directories INCLUDE_DIRECTORIES (SYSTEM) * Targets in makefiles to create pre-processed files and assembly files can be turned off with these variables: CMAKE_SKIP_PREPROCESSED_SOURCE_RULES CMAKE_SKIP_ASSEMBLY_SOURCE_RULES * Support for QNX * Better default search paths for unix and FIND_* stuff * Use link /lib and not lib to create static libraries with MS * Useqt4 works with static qt4 and other fixes * UseSwig.cmake interface to add extra dependencies. * Added APPEND option to ADD_CUSTOM_COMMAND, Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET * add EXCLUDE_FROM_ALL option for ADD_LIBRARY and ADD_EXECUTABLE * Fix automatic computation of binary path to work for subdirectories of out of source directories. This addresses bug#3592. * --debug-ouput to cmake that gives stack trace to message send error commands. The stack trace is no longer there without it. * + can be in a variable * Do not replace @VAR@ syntax in list files. This addresses bug #2722 * much faster depend scanning * do depends on system include directories * Permission and install directory fixes * New target property <CONFIG>_LOCATION (Debug, Release, etc) * fix exclude from all in VS * fix code completion problem in KDevelop * Define MSYS when using msys generator * fix referencece to projects outside the build tree VS 7,8 * Fix ZERO_CHECK to not always try and rebuild * Fix Xcode universal binary rebuild problem * add FILE_IS_NEWER to if command * Add OPTIONAL to INSTALL command fix bug@2922 * add SORT and REVERSE to LIST command * fix for seg fault bug #3815 * add SYBOLIC as a source file property see SET_SOURCE_FILES_PROPERTIES * fix ctest valgrind if no coverage is done * better message if bogus generator is specified. * Better FindJava and FindJNI * Fix doxygen.config for CMake * add CPACK_MODULE_PATH * Fix configuration for ctest dashboard targets Experimental, Nightly, etc * Fix FindDoxygen for mac and app-bundles * Fix CPack simple install test with NSIS * Allow EXECUTE_PROCESS to strip trailing white space * Fix mingw echo in makefiles * Fix Xcode to not mess up -gdwarf-2 * Fix crash when "linking" to custom targets. * Allow HEADER_FILE_ONLY to not compile the file in VS 7 and 8 * Fix mingw out of binary with spaces in the path. * Fix for sudo make install (partial) * Allow installed zlib, curl, expat, xmlrpc to be used. * Add CMakeDependentOption.cmake module * Allow projects to set install prefix default * improved Find/Use wxWidgets * add support for windows dll version numbers * Fix message for -G when generator does not exist * Fix html references in help * Fix version on .exe cygwin * allow global timeout in ctest * Fix some odd cases with custom commands in VS 6 * Fix path suffix stuff with lib64 in FIND_* stuff. * Fix delete in CMakeSetup to not change the current position in the list * Fix debug stl run of ctest on Mac * Use #2 for manifest nt command on dll and #1 on exe * Add depends from files inside qrc files in qt * Fix explort_library_depends to work with optimized and debug Changes in CMake 2.4.3 * fix for 3557 - Under MSVC8 hardcoded TargetEnvironment for MIDL Compiler * Fix for Xcode all projects to prevent -fvisibility=hidden flags. This is needed to make RTTI work by default. * better prototype for main in try compile of c programs avoids warnings in logs. * with visual studio do not use incremental linking for release builds by default. * fix bootstrap to use more ansi c main it test compiler * fix import build settings to do case insensitive match on windows * fix building in root directory c:/ * Add support for CXX only projects * Better FindWxWidgets * Added FindBoose.cmake * add more fortran file extensions * Cpack supports multiple packages at the same time * Fix to FindKDE4 to look for kde4-config first * Support for env var CMAKE_CONFIG_TYPE in ctest * Fix for -DVAR=foo on the command line not saving to the cache * ENH: Added creation of XXX_FIND_COMPONENTS list of all components requested withREQUIRED option. This addresses the feature request in bug#3494. * Object files get safe names * progress is now reported with makefiles * location of CMakeTmp changed to a varible * CMAKE_COLOR_MAKEFILE cache variable available to turn off color output * fixes for FindQt4 on mac. * Better search paths for finding VTK * Fix relative path problems in ADD_SUBDIRECTORY * Fix long link commands on UNIX shells * Fix depend file names in makefiles for generated headers * CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS allows for if/endif without variable * Xcode multiple custom command problem fixed. * INSTALL_RPATH_USE_LINK_PATH when true will add the link path to the rpath * Add target/fast rules in the sub directories * Fix Visual stuido C and C++ targets to not add /TP and /TC * print a context when cmake errors occur * add rxvt-unicode, cygwin, and screen terminal support for color output * Fix crash in CMakeSetup when status line is long * make sure try compile files have a newline at the end * fix for hp itanium build
2007-02-23Fixed the invalid use of AM_GLIB_DEFINE_LOCALEDIR. PKGREVISION++rillig1-1/+8
2007-02-23Update to 5.6:wiz4-90/+13
ctags-5.6 (Mon May 29 2006) * Reformatted code for independence of tab stop setting. * Changed default configuration to disable installation of etags links. * Changed --langmap to first unmap each supplied extension from other languages. * Added support for ASP constants [ASP, Patch #961842]. * Added support for GNU make extensions [Make]. * Added .mk as extension recognized as a make language file [Make]. * Added missing help for list-maps options [Bug #1201826]. * Added new extension field "typeref" [thanks to Bram Moolenaar]. * Extended functionality of Ruby parser with patch from Elliot Hughes [Ruby]. * Fixed creation of TAGS file with etags-include but no files [Bug #941233]. * Fixed problem reading last line of list file (-L) without final newline. * Fixed infinite loop that could occur on files without final newline [C, Java]. * Fixed incorrect tag for first field of table [SQL]. * Fixed missing tags for functions beginning with underscore [Sh]. * Fixed missing tags for functions with variable arg list [C, Bug #1201689]. * Fixed parsing problem with parentheses in argument list [C, Bug #1085585]. * Fixed problem in preprocessor directive handling [C, Bug #1086609].
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz43-108/+108
Patch provided by Sergey Svishchev in private mail.
2007-02-22Use standard CPAN homepage.wiz1-4/+4
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz10-22/+22
From Sergey Svishchev in private mail.
2007-02-22Update to 0.70:wiz2-6/+6
2007-02-12 John Peacock Final 0.70 release to CPAN. 2007-02-08 John Peacock Error out on malformed input 1._1 (Andy Armstrong <andy@hexten.net>). 2007-02-08 John Peacock Backport bleadperl changes. 2007-02-08 John Peacock Prepare for another alpha release to CPAN 2007-02-08 John Peacock Apply more const'ifying and code cleanup from bleadperl. 2007-02-07 John Peacock Better regex to handle weird exponential notation under 5.6.x on OSX. 2007-02-05 John Peacock Suppress installation (but test anyways) in bleadperl or better. 2007-01-30 John Peacock Bump $VERSION's and update README for another dev release [0.69_02] 2007-01-30 John Peacock XS UNIVERSAL::VERSION code now emits error messages just like the release of Perl it is compiled against. 2007-01-30 John Peacock Need to limit the effects of the WARN handler. Stop testing v-strings in Perl 5.6.x until XS code is up to snuff. 2007-01-30 John Peacock Complete rewrite of tests to confirm that version::vpp mirrors the different Perl releases' error messages. 2007-01-30 John Peacock Carefully replicate [almost] all error messages exactly as different Perl releases would otherwise report. Resolves RT#24675 (once the tests are adjusted). 2007-01-27 John Peacock Improve documentation of v-strings as version initializers. 2007-01-27 John Peacock Testing with Module::Build revealed problems with the boolean overload. 2007-01-27 John Peacock Fix Makefile.PL to work correctly with 5.6.x and 5.005x. Tests with bare v-strings can now handle 5.6.x releases. Pure Perl release now includes same overloading as XS. 2007-01-10 John Peacock Rewrite Makefile.PL again before releasing 0.69 to CPAN. 2007-01-09 John Peacock Before releasing to CPAN, make sure to remove stale Makefile.* remnants from previous runs (in case someone tries to rebuild with the pure Perl release after building the XS release). 2007-01-08 John Peacock Release 0.69 to CPAN 2007-01-08 John Peacock Try to make the Makefile.PL more forgiving about evil compilers (RT#24283). Eliminate Scalar::Util from pure Perl version (for Jos <kane@xs4all.nl>). Latest ppport.h (newer is better, right?). Resolve RT#24239 and 24244, related to PERL_DONT_CREATE_GVSV. 2006-11-23 John Peacock Replace checks with Test::More with a custom module (so the tests won't break when Test::More gets updated).
2007-02-22Update to 2.09:wiz2-6/+6
2.09 Dec 5 0:31AM GMT 2006 - Fixed compile problems with 5.9.4 upwards (rt.cpan.org #22413)
2007-02-22Update to 2.03:wiz2-7/+6
2.03 Apr 27, 2005 * Taint fix.
2007-02-22+ jflexrillig1-1/+2
2007-02-22Imported jflex.rillig4-0/+120
JFlex is a lexical analyzer generator for Java written in Java. It is also a rewrite of the very useful tool JLex which was developed by Elliot Berk at Princeton University. As Vern Paxson states for his C/C++ tool flex: They do not share any code though.
2007-02-21Rather than trying to enumerate all object directories, notice that they alldmcmahill2-45/+21
match *_OPT.OBJ so use that for the install target and simplyfy things quite a bit. This should also fix build problems noted on solaris/x86. Also dynamically add the libfreebl part to the PLIST. This should make things more robust as the exact set of libfreebl*.so libs depends on the OS and hardward platform.
2007-02-21Add librxspencer.minskim1-1/+2
2007-02-21Import librxspencer from pkgsrc-wip. Packaged by Aleksey Cheusov.minskim5-0/+65
This is Henry Spencer's regular expression library, with some modifications.
2007-02-21Fix typo in MASTER_SITES.wiz1-2/+2
2007-02-21Modular Xorg support.joerg1-2/+5
2007-02-20Update p5-VCP-Dest-svk to version 0.29.bad2-6/+7
Changes since 0.28: * Require YAML explicitly, as svk trunk is using YAML::Syck.
2007-02-20As noted by Andreas Wrede in PR pkg/35677, librsync will stall onsnj4-3/+36
transfers of files over 4 Gb, especially between 32 <-> 64 bit hosts. Apply a fix from upstream CVS (slightly different in form from one of the patches submitted in this PR). Bump PKGREVISION.
2007-02-20Stop maintaining this, I do not use it.wiz1-2/+2
2007-02-20share/emacs/site-lisp now exists by default -- don't try to remove it.wiz2-3/+3
Bump PKGREVISION for the PLIST change.
2007-02-20Stop maintaining this.wiz1-2/+2
2007-02-20Update to 10.7; no change summary available but some new functions added,uebayasi4-51/+21
minor bug fixes. While here teach emacs22{,nox}.
2007-02-20Teach emacs22{,nox}.uebayasi1-2/+2
2007-02-20Don't depend on X11, let the JDK handle the GUI dependency.joerg1-3/+2
2007-02-19Retire propolice hack on DragonFly as the system compiler was fixedjoerg1-18/+0
and the changes pulled up to all release branches.
2007-02-19Update to 1.03:wiz2-8/+8
1.03 Thu 15 Feb 2007 - Moving from old CVS to new SVN repository - Cleaning up unit tests - Updating some too-old dependencies - Upgrading Makefile.PL to use Module::Install 0.64
2007-02-19Remove NO_BIN_ON_FTP. The reason why this was marked as such is not valid anybouyer1-8/+1
more, and a lot of packages depends on this (including KDE), making the binary package repository less usefull.
2007-02-19Fixed patch-ae, as mentioned in PR 35713.rillig2-5/+5
2007-02-18Update ruby-activesupport to 1.4.1.minskim3-12/+16
Changes: * Optimize Class Inheritable Attributes so that unnecessary hashes are not creat ed. [Bruce Perens] * Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/accesso r, and #class_inheritable_writer to skip the creation of the instance writer. [ Rick] * Full test coverage for Inflector. #7228 [Dan Kubb]
2007-02-18Forgot a patch file.rillig1-0/+16
2007-02-18Updated scmgit to 1.5.0rillig5-49/+39
Here is the very brief list of ... Updates in v1.5.0 since v1.4.4 series ------------------------------------- * Index manipulation * Repository layout and objects transfer * Bare repositories * Reflog * Crufts removal * Detached HEAD * Packed refs * Configuration * Updated features * Less external dependency * I18n * e-mailed patches * Foreign SCM interfaces * User support * Sliding mmap * Shallow clones ... the complete list is in the source package.
2007-02-18Refect the libnet->libnet10 renameadrianp1-2/+2
2007-02-18Add back the libnet package as libnet10adrianp9-0/+251
2007-02-18Remove the libnet package. This will be reimported as libnet10 so thatadrianp8-213/+0
it can be installed side-by-side with the libnet11 package.
2007-02-18The libnet 1.1.x branch will now install as libnet11-1.1.x this will avoidadrianp5-133/+162
conflicts with the libnet 1.0.x branch and allow the two to be run side-by-side.
2007-02-18Added devel/librlog.xtraeme1-1/+2
2007-02-18Initial import of librlog-1.3.7 (required by the fuse-encfs pkg).xtraeme5-0/+141
RLog provides a flexible message logging facility for C++ programs and libraries. It is highly optimized for the case where no log messages are output, so that it can be left in production code and enabled on-demand.
2007-02-18Update to 2.0.7:wiz8-116/+55
Changes between 2.0.6 and 2.0.7 (22-Nov-2005 to 08-Jun-2006) *) Let AC_CHECK_PTH use "pth-config --libs --all" instead of just "pth-config --libs" to allow it to work under platforms like Solaris where additional libraries are required. [Ralf S. Engelschall] Changes between 2.0.5 and 2.0.6 (05-Oct-2005 to 22-Nov-2005) *) Add a missing "break" in pth_attr.c:pth_attr_ctrl(). [Stefan Schippers <stefan@schippers.it>] *) Return an error if pth_kill() is called before pth_init(). [Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>] Changes between 2.0.3 and 2.0.4 (03-Dec-2004 to 18-Feb-2005) *) Fix internal determination of maximum number in a size_t in the string formatter engine. [Ralf S. Engelschall] *) Add quotes around function names for AC_DEFUN in pth.m4 to avoid warnings about "underquoted definitions". [Stephane Loeuillet <stephane.loeuillet@cegetel.net>] *) Do not insist on writing to the source directory on "make install" in order to more closely follow GNU standards. [Bruno Haible <bruno@clisp.org>] *) Remove "*.bak" and "*~" files under "make distclean" instead of "make clean". [Bruno Haible <bruno@clisp.org>] Changes between 2.0.2 and 2.0.3 (12-Sep-2004 to 03-Dec-2004) *) Resurrect the old "make striptease" command by fixing the configure run-time in the stripped down source tree and fixing the list of source files. [Ralf S. Engelschall] *) The pth_uctx_save() and pth_uctx_restore() API functions unfortunately were broken by design because they are C _functions_. This leads to one more deadly nesting on the run-time stack which effectively caused the pth_mctx_restore() in pth_uctx_restore() to return to the end of pth_uctx_save() but then the control flow unfortunately returns to the pth_uctx_restore() caller instead of the pth_uctx_save() caller because the call to pth_uctx_restore() had already overwritten the run-time stack position where the original return address for the pth_uctx_save() call was stored. The only workaround would be to #define pth_uctx_save() and pth_uctx_restore() as C _macros_, but this then would require that lots of the GNU Pth internals from pth_mctx.c would have to be exported in the GNU Pth API (which in turn is not acceptable). So, the only consequence is to remove the two functions again from the GNU Pth API. [Ralf S. Engelschall, Stefan Brantschen <sbr@acm.org>] *) Enhance internal pth_mctx_save() if getcontext(3) is used for the machine context saving by better emulating the setjmp(3) style return code semantics. [Ralf S. Engelschall] *) Do not break in pth_msgport_find() if a message port was created with a NULL name. [Ralf S. Engelschall] *) Better error checking in pth_key_xxx() functions. [Ralf S. Engelschall] *) Added PTH_CTRL_FAVOURNEW control which allows the user to disable the favouring of new threads on scheduling to get more strict priority based scheduling behavior. [Ralf S. Engelschall, Vinu V <Vinu_V@mindtree.com>] Changes between 2.0.1 and 2.0.2 (13-Jul-2004 to 12-Sep-2004) *) Added hard syscall wrappers for send(2) and recv(2). [NetBSD pkgsrc patches] *) Internally handle errors returned from pth_event() in order to pass them upstream to the caller in pth_high.c functions. [Ralf S. Engelschall, NetBSD pkgsrc patches] *) Fix syscall wrapper for sendto(2). [NetBSD pkgsrc patches] *) Use "(char *)NULL" instead of plain "NULL" in last argument to execl(2) to avoid GCC 3.5's "warning: missing sentinel in function call". [Ralf S. Engelschall] *) Workaround Autoconf/m4 problems in pth.m4 by using "m4_define" instead of just "define" and no using m4_undefine at all. [Dr. Andreas Mueller <afm@othello.ch>] *) Avoid side-effects by defining _XOPEN_SOURCE only temporarily for inclusion of <poll.h> instead of permanently. [Graham Nash <gnash@ncube.com>] *) Workaround GCC 2.x and 3.5 (3.4 worked fine) macro parsing behaviour by using a pre-declared function pointer type "typedef int (*pth_event_func_t)(void *);" instead of using an inlined "int (*)(void *)". [Ralf S. Engelschall, Robert Anderson <RWA@sbcglobal.net>] *) Fixed prototype for pthread_attr_setschedparam(3) from to use a "const struct sched_param *" argument. [Rafael Ávila de Espíndola <rafael.espindola@ic.unicamp.br>] Changes between 2.0.0 and 2.0.1 (17-Feb-2003 to 13-Jul-2004) *) Fix handling/casting of "int (*)(void *)" callback functions. [Ralf S. Engelschall] *) Resolve symbol conflict in pth_string.c between pow10/round and GCC builtins. [Ralf S. Engelschall] *) Use GCC 3.3 option "-fno-strict-aliasing" (if available) under Autoconf option "--enable-debug" because mainly pth_mctx.c contains important and correct pointer casting constructs which are not acceptable in "strict aliasing" for GCC. [Ralf S. Engelschall] *) Fixed implementation so that --enable-pthread now correctly implies --enable-syscall-soft. [Steve Alstrin <Steve.Alstrin@NetIQ.com>, Ralf S. Engelschall] *) Replace some 0 by more politically correct NULL in pth_string.c [Ralf S. Engelschall]
2007-02-18Update to 0.27:wiz2-6/+6
0.27 Mon Nov 20 17:06:59 EST 2006 - Moved an expire check to has_key - Doc updates from Terrence Brannon (metaperl)
2007-02-18Update to 1.17:wiz2-6/+6
1.17 Mon Oct. 23, 2006 - make loading of Scalar::Util::weaken, completely optional - added a $post_func optional arg to &traverse. Thanks
2007-02-18Update to 0.25:wiz2-7/+7
0.25 - Updated Test::Simple dependency to make sure it is in sync with the latest T::B::T (thanks David Cantrell) 0.24 - Fixed a bunch of spelling mistakes in the POD - Added an (optional) spelling test in t/developer 0.23 - Added a bunch of missed acknowledgements - Made the fact that $@ is preserved by T::E subroutines explicit in the synopsis 0.22 - or the "about bloody time" release - We now test that the import works (it does :-) - Now works with exception classes that override isa - Added link to AnnoCPAN - Applied patch from Ben Prew to turn the misused TODO tests into proper Test::Builder::Tester tests - thanks Ben - Now cannot pass undef as the exception to throws_ok - The optional test description for lives_and is now optional :) - Can now have empty test description for throws_ok - Requires Sub::Uplevel 0.13 - squashing several bugs (thanks to David Golden for fixing Sub::Uplevel, and for reporting the issue - along with Cees Hek & Steve Purkis) - Uses Test::Pod::Coverage rather than home grown script - Added (optional) Perl::Critic tests - Updated Test::Builder::Tester dependency to 1.04 - Tidied up tests, code and POD a little - All developer tests live in t/developer and do not run by default - Added example of only using Test::Exception if it's installed (thanks to Rob Muhlestein for suggesting this) - Test coverage now at 100% (statement, branch, condition, subroutine & POD) according to Devel::Cover 0.58
2007-02-18Update to 0.14:wiz2-6/+6
0.14 Sun Nov 5 23:38:46 EST 2006 - fixed t/99_pod_coverage.t bug - added examples directory 0.13 Thu Jun 22 19:47:26 EDT 2006 - fixed bug in Uplevel.t that caused test failure on FreeBSD for 5.8.0 - fixed bug in Uplevel.t that caused test failure on bleadperl-5.9.4 - removed ancient Test::More provided in t/lib - switched ok(eq_array()) tests to is_deeper() for better diagnostics - added pod/pod coverage checks - numbered tests
2007-02-18Update to 2.16:wiz2-7/+7
2.16 Dec 19, 2006 (Happy Birthday, Dad!) - Don't require IO::String for running the tests. Reported by Andreas Koenig. RT #23973. - Moved Test::More to build_requires. Suggested by Andreas Koenig. RT #23973. 2.15 Dec 16, 2006 - Don't try to test compilation of L::D::Syslog unless Sys::Syslog is available. Patch by Kenichi Ishigaki. RT #23751. - Allow a subroutine reference as a log message when callin Log::Dispatch->log(). Suggested by Craig Manley. RT #23913. - Added Log::Dispatch::Null output, primarily for testing. 2.14 Nov 18, 2006 This release only involves changes to the test suite. - Make sure we don't fail if Apache::Log is not installed on the system. RT #22791. Reported by Lee Goddard. - Separated out compilation tests from other tests.
2007-02-18Update to 0.87:wiz2-6/+6
0.87 January 18, 2007 - When determining the caller of a function in the XS version, use Perl's caller() function rather than CopSTASHPV. The caller() function apparently ignores the DB package, whereas the latter doesn't. This caused validate_options to be ignored when running under profiling (and probably the debugger as well). Thanks to Jeff Weisberg for pointing this out.
2007-02-18Update to 0.17008:wiz2-8/+7
Oct 25 2006 (Shlomi Fish) Error.pm #0.17008 - Added the empty PL_FILES paramaeter to ExtUtils::MakeMaker so it won't attempt to run Build.PL. Oct 18 2006 (Shlomi Fish) Error.pm #0.17007 - Added the "COPYRIGHT" section to the POD with the correct license. (several people have asked me about what the license is.) - Added the Build.PL file so we'll have license meta data in the distribution. Oct 07 2006 (Shlomi Fish) Error.pm #0.17006 - t/11rethrow.t - added the test file by Thomas Equeter. - Changed to the more correct behevaiour that fixes the rethrowning error by Thomas Equeter. - see http://rt.cpan.org/Public/Bug/Display.html?id=21612 - added t/pod.t to check for POD validity. - added the t/pod-coverage.t file for POD coverage. - added the missing POD. - added "use strict" and "use warnings" to lib/Error/Simple.pm to make CPANTS happy. Oct 03 2006 (Shlomi Fish) Error.pm #0.17005 - t/09dollar-at.t - included in the distribution (it was not placed in the MANIFEST previously. - t/10throw-in-catch.t, t/Error.pm - Fixed: http://rt.cpan.org/Public/Bug/Display.html?id=21884 when an error that was thrown inside a catch or otherwise clause was not registered. Sep 01 2006 (Paul Evans) Error.pm #0.17004 - t/08warndie.t: Various fixes: Workaround for ActivePerl bug when dup2()ing to STDERR - close it first Should fix https://rt.cpan.org/Public/Bug/Display.html?id=21080 but I have no means to test it Use __LINE__ rather than a custom function implemented using caller() Aug 20 2006 (Paul Evans) Error.pm #0.17003 - Pass error in $@ as well as $_[0] to catch and otherwise blocks. - t/08warndie.t: Various fixes for Win32: Win32 can't open( HANDLE, "-|" ) - need manual pipe()/fork() workaround Filename on Win32 is t\08warndie.t - need \Q in regexp to avoid interpretation as an invalid octal character Aug 17 2006 (Paul Evans) Error.pm #0.17002 - Documentation fix for Error::Simple constructor in example - t/80warndie.t: Bugfix to open() call to work on perl 5.6 Jul 24 2006 (Paul Evans) Error.pm #0.17001 - Bugfix to t/08warndie.t - Don't abuse $! for forcing "die"'s exit status Fixes http://rt.cpan.org/Public/Bug/Display.html?id=20549
2007-02-18Update to 1.28:wiz2-11/+7
2006-05-26 Jarkko Hietaniemi * Tweak the regexp parsing the ps -o output in setpriority.t, from Alexey Tourbin and Rafael Garcia-Suarez. Still just a best-effort attempt, but one can only try. * Release 1.28. 2006-05-25 Jarkko Hietaniemi * Address rt.cpan.org #13130 and #19412: try to cope with an already reniced shell running the setpriority.t. The tricks used are trying "ps -o pid,nice" and looking for $$, and if that fails, then trying whether the nice(1) is the GNU one, and if so, running it without arguments. * Release 1.27. 2006-05-21 Jarkko Hietaniemi * Address rt.cpan.org #19298: bug in getrusage(): 'inblock' was misspelt as 'inlock' (the end result being that people looking for the 'inblock' field got zero) * For Mac OS X reword the message about the RLIM_NPROC test failure (or rather, the possible failure). Still a mystery under what exact conditions the test fails or succeeds. * Add Test::Pod and Test::Pod::Coverage tests. * Release 1.26. 2006-04-09 Jarkko Hietaniemi * Address rt.cpan.org #13131: setrlimit.t tries to increase hard limits, cannot raise limits higher than the hard limit. * Address rt.cpan.org #13130: getpriority.t and setpriority.t assume priority = 0, solution hopefully portable. Now should work under e.g. "nice make test". * Add more verbosity to the case of the known rlimit.t test failure in Mac OS X. * Release 1.25.
2007-02-18Update to 2.201:wiz2-6/+6
2.201 Tue 16 Jan 2007 - [% plan %] in test2inline templates is no longer compulsory 2.200 Sun 14 Jan 2007 - Added Win32 support 2.105 Mon 2 Oct 2006 - No functional changes - Upgraded to Module::Install 0.64 - Fixed a few kwalitee nigglies 2.104 Sun 7 May 2006 - Moved from old CVS to new SVN repository - Various POD spelling/grammer fixes (Jeff Defik) - Moved t/t.data to t/data - Upgraded to Module::Install 0.62
2007-02-18Update to 1.00:wiz2-7/+8
1.00 Sun 14 Jan 2007 - FINALLY completed full functionality on Win32
2007-02-18Update to 1.27:wiz2-6/+6
1.27 Mon 4 Sep 2006 - Upgrading to Module::Install 0.64
2007-02-18Update to 1.19:wiz2-6/+6
1.19 -- Sun Dec 10 09:58:03 CST 2006 Bug Fixes * Fix invalid conversion from `const char*' to `char*' warnings * Avoid Makefile error when building on Win32 * Fix undefined symbol error for perl < 5.9.0 * Fix hardcoded "/" in a filepath that causes p_tainted.t to fail on VMS Documentation * Document that reduce calls BLOCK in a scalar context * Add SEE ALSO sections to docs Enhancements * A new regression test for readonly, taking a reference to a constant passed to a sub