summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-11-30Update the NetBSD iSCSI initiator and target to version 20071130 toagc4-12/+12
incorporate two important bug fixes: Module Name: src Committed By: agc Date: Wed Nov 28 16:46:38 UTC 2007 Modified Files: src/dist/iscsi/src: md5.c Log Message: Do runtime detection of machine's endianness, rather than relying on a cpp macro which was never changed. This is the QAD fix, longer term we will move to use native md5 routines if available. Should go some way to fixing authentication problems when using an initiator and target of different endianness. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 src/dist/iscsi/src/md5.c and Module Name: src Committed By: oster Date: Fri Nov 30 00:33:35 UTC 2007 Modified Files: src/dist/iscsi/src: parameters.c Log Message: We have 4 cases here: rx_answer, tx_answer, rx_offer, and tx_offer. When determining what to put in to param->negotiated, it is *NOT* sufficient to just pick one of offer_tx or offer_rx -- we may need to use answer_rx or answer_tx as the negotiated parameter. Failure to pay attention to which case we are handling means we will occasionally get "old parameter values" stuffed into responses, resulting in obscure behavior (such as getting luns mixed up after a normal connection is made) that is very difficult to replicate. To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 src/dist/iscsi/src/parameters.c
2007-11-29Update to 4.2.2:wiz5-40/+17
===================================================================== ============ Changes from 4.2.2 RC1 to 4.2.2 (July 2007) ============ ===================================================================== Matthew Leverton added build instructions for DMC and updated the MSVC project files and instructions. Matthew Leverton added a shell script wrapper around gcc to build universal binaries (i386 + PPC) on Mac OS X and made the Allegro makefile use it. Peter Hull reenabled the Quit menu option on Mac OS X when set_close_button_callback is used. Rikard Peterson fixed the Mac OS X joystick driver so that HID_ELEMENT_STANDALONE_AXIS axes correctly got the flag JOYFLAG_UNSIGNED and not JOYFLAG_DIGITAL. Matthew Leverton fixed a problem with the GDI driver blitting a rectangle smaller than the bitmap's height that touches the bottom left corner of a bitmap. Some minor changes. ===================================================================== ============ Changes from 4.2.1 to 4.2.2 RC1 (July 2007) ============ ===================================================================== Matthew Leverton added project files for MSVC 6/7/8 (see the build directory and Allegro Wiki for instructions). Matthew Leverton added initial support for the Digital Mars C compiler (for the Windows port). It only works with the C-only port and obj\dmc\plugins.h needs to be built by hand. Peter Wang cleaned up most of the autoconf namespace pollution. Matthew Smith made a fix for C locking code in GDI. Trent Gamblin made the fullscreen DirectX driver save and restore the palette when switching away and back in 8-bit video modes. Elias Pschernig added missing documentation for pack_ungetc(). Trent Gamblin fixed the C version of stretch_blit so it now draws correctly. He also made it about 20% faster along the way. orz and Matthew Leverton made the ALLEGRO_USE_C=1 option to work under MinGW and MSVC. Erno Schwetter fixed a long-standing bug in polygon() where the bottom-most pixels would not be drawn. Anthony 'Timorg' Cassidy made d_menu_proc fill up its assigned area with the gui_bg_color. Phil Krylov fixed a bug that prevented load_bios_font() from loading 8x16 fonts. Etienne Vouga fixed a bug with the reset_controllers MIDI command. Milan Mimica fixed a double SWITCH_IN event callback bug when de-minimizing an Allegro program in Windows. Erno Schwetter fixed a bug where __al_linux_console_fd was used in display_switch_lock() without the console being initialized first. Erno Schwetter fixed an unbalanced __al_linux_console_graphics() call. Ryan Patterson fixed a crash in free_config_entries. Elias Pschernig added support for horizontal wheel mice (so far, only the X11 driver reports any horizontal wheel movement though). Also increased the number of supported mouse buttons from 3 to 5 for the X11 driver. Jon Rafkind and Karthik Kumar fixed a problem where allegro-config would respect neither --libdir nor --includedir. Peter Wang fixed some problems with the ALSA MIDI driver in the case of failure. torhu fixed a bug in akaitest where an array was indexed with -1. Trent Gamblin implemented set_mouse_speed under X11. Peter Wang made setting stick only while the cursor is in the Allegro window. Evert Glebbeek added desktop_color_depth and get_desktop_resolution to the Linux fbcon driver. Matthew Leverton fixed building of universal binaries on MacOS X. This currently requires OS X 10.4 on both PPC and Intel. Milan Miminca made the fbcon driver initialization fail if an unsupported color depth was set. Michal Molhanec and Milan Mimica simplified the MSVC build process and updated the documentation. Andrei Ellman made the MSVC makefile compatible with cygwin port of make-3.81 (and newer?). makefile.vc now uses cygpath tool to convert DOS 8.3 paths to unix-style paths. Daniel Schlyder added a functions is_trans_font, font_has_alpha. Daniel Schlyder made load_txt_font() additionally search for files referenced in the font script in the same directory as the script itself. It still searches in the current working directory first (for relative paths). Daniel Schlyder documented that register_assert_handler() and register_trace_handler() can be called before initialising Allegro. Daniel Schlyder prevented the Windows port from registering its default trace handler on initialisation if the user had previously registered a custom trace handler. Andrei Ellman modified the 6-to-8 bit value scaling tables to be more evenly distributed, and changed the implementation of create_blender_table() to create a more evenly distributed distribution of the lower 2 bits. It should be faster as well. Other minor bug fixes and documentation updates.
2007-11-29Sun C doesn't like -xc99 together with the _XOPEN_SOURCE macro.rillig2-5/+14
2007-11-29Package supports installation to DESTDIR.heinz1-2/+4
2007-11-29update to 2.20.2drochner2-6/+6
changes: -- Avoid crashing if the X Resource extension is not present -translation updates
2007-11-29Update to 0.92:wiz3-12/+60
bzr 0.92 2007-11-05 =================== CHANGES: * New uninstaller on Win32. (Alexander Belchenko) bzr 0.92rc1 2007-10-29 ====================== NOTES WHEN UPGRADING: CHANGES: * ``bzr`` now returns exit code 4 if an internal error occurred, and 3 if a normal error occurred. (Martin Pool) * ``pull``, ``merge`` and ``push`` will no longer silently correct some repository index errors that occured as a result of the Weave disk format. Instead the ``reconcile`` command needs to be run to correct those problems if they exist (and it has been able to fix most such problems since bzr 0.8). Some new problems have been identified during this release and you should run ``bzr check`` once on every repository to see if you need to reconcile. If you cannot ``pull`` or ``merge`` from a remote repository due to mismatched parent errors - a symptom of index errors - you should simply take a full copy of that remote repository to a clean directory outside any local repositories, then run reconcile on it, and finally pull from it locally. (And naturally email the repositories owner to ask them to upgrade and run reconcile). (Robert Collins) FEATURES: * New ``knitpack-experimental`` repository format. This is interoperable with the ``dirstate-tags`` format but uses a smarter storage design that greatly speeds up many operations, both local and remote. This new format can be used as an option to the ``init``, ``init-repository`` and ``upgrade`` commands. See http://doc.bazaar-vcs.org/latest/developers/knitpack.html for further details. (Robert Collins) * For users of bzr-svn (and those testing the prototype subtree support) that wish to try packs, a new ``knitpack-subtree-experimental`` format has also been added. This is interoperable with the ``dirstate-subtrees`` format. (Robert Collins) * New ``reconfigure`` command. (Aaron Bentley) * New ``revert --forget-merges`` command, which removes the record of a pending merge without affecting the working tree contents. (Martin Pool) * New ``bzr_remote_path`` configuration variable allows finer control of remote bzr locations than BZR_REMOTE_PATH environment variable. (Aaron Bentley) * New ``launchpad-login`` command to tell Bazaar your Launchpad user ID. This can then be used by other functions of the Launchpad plugin. (James Henstridge) PERFORMANCE: * Commit in quiet mode is now slightly faster as the information to output is no longer calculated. (Ian Clatworthy) * Commit no longer checks for new text keys during insertion when the revision id was deterministically unique. (Robert Collins) * Committing a change which is not a merge and does not change the number of files in the tree is faster by utilising the data about whether files are changed to determine if the tree is unchanged rather than recalculating it at the end of the commit process. (Robert Collins) * Inventory serialisation no longer double-sha's the content. (Robert Collins) * Knit text reconstruction now avoids making copies of the lines list for interim texts when building a single text. The new ``apply_delta`` method on ``KnitContent`` aids this by allowing modification of the revision id such objects represent. (Robert Collins) * Pack indices are now partially parsed for specific key lookup using a bisection approach. (Robert Collins) * Partial commits are now approximately 40% faster by walking over the unselected current tree more efficiently. (Robert Collins) * XML inventory serialisation takes 20% less time while being stricter about the contents. (Robert Collins) * Graph ``heads()`` queries have been fixed to no longer access all history unnecessarily. (Robert Collins) IMPROVEMENTS: * ``bzr+https://`` smart server across https now supported. (John Ferlito, Martin Pool, #128456) * Mutt is now a supported mail client; set ``mail_client=mutt`` in your bazaar.conf and ``send`` will use mutt. (Keir Mierle) * New option ``-c``/``--change`` for ``merge`` command for cherrypicking changes from one revision. (Alexander Belchenko, #141368) * Show encodings, locale and list of plugins in the traceback message. (Martin Pool, #63894) * Experimental directory formats can now be marked with ``experimental = True`` during registration. (Ian Clatworthy) DOCUMENTATION: * New *Bazaar in Five Minutes* guide. (Matthew Revell) * The hooks reference documentation is now converted to html as expected. (Ian Clatworthy)
2007-11-29Updated libsigsegv to 2.5, as requested in PR 37440.rillig2-7/+6
New in 2.5: * Support for MacOS X 10.5.
2007-11-29Update to 3a5:wiz4-14/+18
2007-11-28 Aubrey Jaffer <agj@alum.mit.edu> * slib.sh (Usage): Updated implementation list. * slib.texi (The SLIB script): Updated implementation list. 2007-11-27 Aubrey Jaffer <agj@alum.mit.edu> (slib:load): Broken for Guile-1.6.7; conditioned 1.8 code. 2007-11-27 Rob Browning * guile.init (implementation-vicinity): Just (%site-dir). (file-position, gentemp): module-replace! (library-vicinity): Try (%search-load-path "slib/guile.init"). 2007-11-23 Aubrey Jaffer <agj@alum.mit.edu> * require.scm (*slib-version*): Bumped from 3a4 to 3a5. * Makefile (new): Update jacal.texi. 2007-11-22 Aubrey Jaffer <agj@alum.mit.edu> * mkclrnam.scm (load-rgb-txt): Added parser for Color-Naming-Experiment. 2007-11-03 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (Input/Output): Added file-position. * elk.init, jscheme.init, kawa.init, macscheme.init, mitscheme.init, RScheme.init, bigloo.init, guile.init, pscheme.init, scheme2c.init, scheme48.init, scsh.init, sisc.init, STk.init, Template.scm, gambit.init, t3.init, umbscheme.init, vscm.init (file-position): Added procedure to set and retrieve file position. 2007-10-20 Aubrey Jaffer <agj@alum.mit.edu> * DrScheme.init (slib:require): Removed superfluous definition. 2007-10-13 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (System): Cleaned up browse-url entry. * require.scm: Check up to srfi-150. 2007-09-23 Aubrey Jaffer <agj@alum.mit.edu> * guile.init (array?): Put in fix for (array? 'foo) returning #t. 2007-09-23 Robert Babbit * guile.init (system, delete-file, open-file, make-array): Changed from SET! to DEFINE and added Guile 1.8 module magic. 2007-09-04 Aubrey Jaffer <agj@alum.mit.edu> * sisc.init: SISC has defmacro, but not macroexpand. 2007-09-03 Aubrey Jaffer <agj@alum.mit.edu> * Makefile (srcdir.mk): Removed. (install*): Added $(DESTDIR) prefix. (ifiles): Added sisc.init. * ANNOUNCE, README, slib.sh, slib.texi: Added SISC. * sisc.init: Added. (slib:features): Added string-port. 2007-08-29 Aubrey Jaffer <agj@alum.mit.edu> * dbinterp.scm (dbinterp:memoize): LAST-PAIR replaces LIST-TAIL. (interpolate-from-table): Removed memoizing from get, isam-prev. * mklibcat.scm, slib.texi, FAQ (SRFI): Added srfi-28. 2007-08-26 Aubrey Jaffer <agj@alum.mit.edu> * FAQ (SRFI): Added section. * slib.texi (SRFI): Added srfi-94 and srfi-95. * Makefile (release): Update $(htmldir)SLIB.FAQ. 2007-08-24 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (SRFI): Added 94 and 95. 2007-08-16 Aubrey Jaffer <agj@alum.mit.edu> * array.scm (A:floR*b): Argument letter z --> x. (A:flo*d): Corrected typo (was A:flo*b); argument letter z --> q. (A:*): Coded TeXinfo explicitly to preserve procedure name case. 2007-07-24 Aubrey Jaffer <agj@alum.mit.edu> * schmooz.scm (pathname->local-filename): Renamed from pathname->filename; put returned filename in user-vicinity. 2007-07-22 Aubrey Jaffer <agj@alum.mit.edu> * schmooz.scm (pathname->filename): Added; complement to pathname->vicinity. (schmooz): Put generated .txi files in current directory. * Makefile (slib.fn): Removed. 2007-06-24 Aubrey Jaffer <agj@alum.mit.edu> * determ.scm (matrix:sum, matrix:difference): Added. (matrix:product): Extended to multiplication by scalar. 2007-06-18 Aubrey Jaffer <agj@alum.mit.edu> * Makefile (ifiles): Added kawa.init. * kawa.init: Added. getenv not available; so library-vicinity is hard-wired. * slib.texi (Bit-Twiddling): Added r6rs bitwise-bit-count. (Feature): Added kawa. * logical.scm (bitwise-bit-count): Added; returns negative integer for negative input. (logcount): Simplified in terms of bitwise-bit-count. 2007-06-08 Aubrey Jaffer <agj@alum.mit.edu> * Makefile: Changed to use "mkdir -p" (per Marijn Schouten). 2007-05-31 Aubrey Jaffer <agj@alum.mit.edu> * arraymap.scm (array-index-for-each): Added. (array-index-map!): Implemented in terms of array-index-for-each. 2007-05-01 Aubrey Jaffer <agj@alum.mit.edu> * xml-parse.scm: Finished converting documentation to schmooz. * mklibcat.scm (ssax): Added alias for xml-parse. 2007-04-30 Aubrey Jaffer <agj@alum.mit.edu> * xml-parse.scm (ssax:init-buffer): Made reentrant. (ssax:make-parser): Added argument length check. 2007-04-29 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (Parsing XML): Added. * Makefile (txiscms): Added xml-parse. * xml-parse.scm: Added (demacroized from public-domain SSAX 5.1). 2007-04-28 Aubrey Jaffer <agj@alum.mit.edu> * Makefile (slib.html): Make in unix for w32install because MinGW chokes on @syncodeindex. 2007-04-26 Aubrey Jaffer <agj@alum.mit.edu> * mklibcat.scm (let-values): Added as alias for srfi-11. * hash.scm: Reordered definitions to suit Kawa. 2007-04-25 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (Binding to multiple values): srfi-11 added. * srfi-11.scm: Added (http://srfi.schemers.org/srfi-11/srfi-11.html). 2007-04-19 Aubrey Jaffer <agj@alum.mit.edu> * comparse.scm, dbutil.scm, slib.texi, solid.scm: Don't break @ref fields over lines. * batch.scm (batch:initialize!): Keep atari.st for legacy code. 2007-04-13 Aubrey Jaffer <agj@alum.mit.edu> * slib.sh (Kawa): Now supported. * withfile.scm, trnscrpt.scm: Changed shadow bindings to not duplicate top-level names. * require.scm (slib:require, slib:require-if, slib:provide, slib:provided?): Reordered defines so Kawa loads successfully. 2007-04-07 Aubrey Jaffer <agj@alum.mit.edu> * differ.scm (diff:edits): Finding edits needs a larger fp array than finding edit-length. 2007-03-28 Aubrey Jaffer <agj@alum.mit.edu> * batch.scm (batch:initialize!): atari.st --> atari-st. * manifest.scm (feature->export-alist): path.scm --> path_scm. * cring.scm, wttree.scm: Replaced . with _ in identifier names for R4RS compatibility. * collect.scm (reduce): Support both comlist (2-argument) variant and the collect (> 2-argument) variant. * srfi-1.scm (reduce): Support both comlist (2-argument) variant and the SRFI-1 (3-argument) variant. 2007-03-26 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (Sorting): Added srfi-95. * require.scm (slib:report, slib:report-locations): Changed shadow bindings to not duplicate top-level names. Code cleanup. * root.scm (integer-sqrt): Removed (now in "math-integer.scm"). * mularg.scm (/, -): Removed gratuitous shadow binding. * mklibcat.scm (srfi-95): Added alias for sort. 2007-03-05 Jerry van Dijk * Makefile (w32install): Added target. * slib.nsi: NSIS Windows installer script. 2007-03-05 Aubrey Jaffer <agj@alum.mit.edu> * jscheme.init (force-output): Fixed typo. (scheme-implementation-version): 7.2. (gcd, lcm, round, atan, expt): Fixed some R5RS non-conformances. 2007-02-09 Taylor R. Campbell * mitscheme.init: TRANSFORMER-ITEM/EXPANDER is changed to STRIP-KEYWORD-VALUE-ITEM. 2007-01-28 Aubrey Jaffer <agj@alum.mit.edu> * guile.init (gentemp): Added because Guile deprecates it and puts space in symbol name. 2007-01-03 Aubrey Jaffer <agj@alum.mit.edu> * bytenumb.scm (ieee-float->bytes, ieee-double->bytes): Test for 0 and 0/0 only once. 2006-12-20 Aubrey Jaffer <agj@alum.mit.edu> * bytenumb.scm (ieee-float->bytes, ieee-double->bytes): Changed abs to magnitude to work with 0/0. 2006-12-06 Aubrey Jaffer <agj@alum.mit.edu> * qp.scm (qpn, qpr): Don't protect (capture) qp. 2006-11-23 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (Sorting): Removed outdated survey of implementations. * sort.scm (sort:sort-list!): Don't do key-wrap! unless given key argument. 2006-11-22 Ivan Shmakov * scheme48.init (delete-file): Rewrote using Posix unlink. 2006-11-17 Aubrey Jaffer <agj@alum.mit.edu> * elk.init (delete-file): Quoted filename to system. * scheme2c.init (delete-file, file-exists?): Quoted filename to system. * scheme48.init (delete-file): Quoted filename to system. * umbscheme.init (file-exists?, delete-file): Quoted filename to system. * vscm.init (file-exists?): Quoted filename to system. * batch.scm (batch:call-with-output-script): Quoted filename argument to chmod. 2006-11-10 Stéphane Rollandin * mwdenote.scm (mw:denote-of-define-macro, mw:denote-of-defmacro): Added. * mwexpand.scm (mw:expand): Don't expand DEFINE-MACRO args specs. 2006-11-06 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi (Sorting): Made asymptotic constraints more detailed. * slib.texi (Sorting): Updated for limited KEY arg calling. 2006-11-05 Aubrey Jaffer <agj@alum.mit.edu> * sort.scm (sorted?, merge, merge!, sort, sort!): Call KEY arg at most once per element. 2006-11-04 Aubrey Jaffer <agj@alum.mit.edu> * modular.scm (modular:*): Normalize inputs. 2006-11-01 Aubrey Jaffer <agj@alum.mit.edu> * slib.texi: Eliminated cover texts from GFDL. 2006-10-29 Aubrey Jaffer <agj@alum.mit.edu> * grapheps.ps (fudge3): Abstracted divisible-by-3 mess.
2007-11-29Update to 0.21:wiz2-7/+6
- Clean up perl_src path using Cwd::realpath(). Only affects usage as part of the perl core. - Protect $., $@, $!, $^E, and $? from any clobbering that might occur in our DESTROY method. [Zefram] - From bleadperl, a patch to clean up debug symbol files (.pdb for VC++, .tds for BCC) when running have_compiler(). [Steve Hay & Steve Peters]
2007-11-29Update to 1.2:wiz3-8/+7
* Version 1.2 (released 2007-10-01) ** Development git tree moved to savannah. See <https://savannah.gnu.org/projects/libidn/>. ** Update gnulib files. Including mono detection fixes. ** Update translations. ** API and ABI is backwards compatible with the previous version. * Version 1.1 (released 2007-09-01) ** Fix compilation error in idn-int.h. The error would typically be 'error: no include path in which to search for stdint.h'. Reported by Remko van der Vossen <wich@stack.nl>, see <http://thread.gmane.org/gmane.comp.gnu.libidn.general/65> and <http://bugs.sourcemage.org/show_bug.cgi?id=13857>. ** Declare external variables with __declspec(import) for Windows. Apparently this is required for variables in DLL's on Windows. This is enabled if __DECLSPEC_SUPPORTED is defined (MinGW), or if _MSC_VER and_DLL is defined (MSVC). ** Update gnulib files. ** Update translations. ** API and ABI is backwards compatible with the previous version.
2007-11-29Update to 0.14:wiz2-7/+10
0.14 Fri Jun 08 2007 - Changed syntax for open() to 3 argument form - Fixed bug for filenames like "0" - Fixed bug with "-l" for Win32 - Fixed bug with malformed utf8 chars in default() method derived from suggestions by mcummings_gentoo.org and jonas_cpan.org - Moved from Makefile.PL to Build.pl
2007-11-29Add PLIST.wiz1-0/+3
2007-11-29Update to 0.03:wiz2-9/+9
0.03 Wed Oct 24 2007 - Added lookup methods for files and dirs: data_home, data_files, data_dirs, config_home, config_files, config_dirs & cache_home; suggested by Matisse Enzer - Deprecated xdg_data_files and xdg_config_files; suggested by Michael Schwern - Added a bit of Win32 support - Extended tests to full coverage
2007-11-29+ p5-File-DesktopEntrywiz1-1/+2
2007-11-29Initial import of p5-File-DesktopEntry-0.04:wiz4-0/+28
This module can be used to work with .desktop files as specified by the Freedesktop.org specification.
2007-11-29Update to 0.19:wiz2-6/+6
2007-11-19 Tim Jenness <tjenness@cpan.org> ----- Release V0.19 CPAN ----- * Temp.pm (tempfile): Add EXLOCK option which can be used to disable O_EXLOCK * t/lock.t: Test ability to disable O_EXLOCK 2007-11-16 Tim Jenness <tjenness@cpan.org> * Temp.pm (newdir): Add object oriented interface to "tempdir". Use File::Temp->newdir() 2007-11-15 Tim Jenness <tjenness@cpan.org> * Temp.pm (tempdir): Add a note to the tempdir documentation to clarify that the default is for the directory not to be temporary and that use of an OO approach may be required (thanks to David Golden's annotation on CPAN). * Temp.pm (_randchar): Remove _randchar function (no longer used) * Temp.pm: Add note about File::Tempdir module 2007-11-14 Tim Jenness <tjenness@cpan.org> * Temp.pm (new): Track pid used when file created and make sure object destructor deletes the file only when the current pid matches the original pid (RT#11067 again - thanks to Grousse) Added new test (fork.t) to test this behaviour. * t/seekable.t: Add tests to verify fix for RT#22052 2007-11-01 Tim Jenness <tjenness@cpan.org> * Temp.pm (_is_safe): Correct cluck message to match uid check (thanks to Alexey Tourbin RT #14218) * Temp.pm: Add note on use of binmode to modify encoding. (prompted by Wolfgang Husmann) 2007-10-31 Tim Jenness <tjenness@cpan.org> * Temp.pm (tempfile): Add TMPDIR flag to simplify tempdir(template, DIR => File::Spec->tmpdir) and to remove confusion for tempdir interface. (thanks to Brendan O'Dea - debian bug #351373) * META.yml: Update to v1.0 spec YAML spec. (thanks to Alexandr Ciornii RT# 23524) * Temp.pm: Localize $@ when using eval to prevent leakage (prompted by Zefram) * Makefile.PL: Support LICENSE in newer ExtUtils::MakeMaker implementations (thanks to Alexandr Ciornii RT #23524) 2007-10-31 Tim Jenness <tjenness@cpan.org> * t/seekable.t: Skip seek test on older IO::Seekable versions. (thanks to Sebastien Aperghis-Tramoni RT #23524) * Temp.pm: Allow XXX replacement to run on perl 5.005 and 5.004. (thanks to Sebastien Aperghis-Tramoni RT #23524) 2007-10-29 Tim Jenness <tjenness@cpan.org> * Temp.pm: Fix range of random character determination such that the last character in the list (_) will appear occassionally. (Thanks to Peter Dintelmann perl RT# 41345) * Temp.pm: Clarify error message when parent directory does not exist (thanks to Peter Dintelmann perl RT # 41346) * Temp.pm: Carp::Heavy does not exist on older perls (eg 5.005) so wrap the require in an eval (Thanks to Sebastien Aperghis-Tramoni, Jesse Vincent, Slaven Rezic and Robin Barker RT #26841) * Temp.pm: Replace "new File::Temp" with "File::Temp->new" at the behest of H. Merijn Brand
2007-11-29Update to 1.22:wiz2-6/+6
1.22 - Sat Oct 27 21:24:10 2007 * distro cleanups after moving from CVS to SVN 1.21 - Wed Sep 19 19:45:27 2007 * [BUGFIX] getting rid of Test::More
2007-11-29Update to 2.18:wiz2-6/+6
Version 2.18 Compile fixes for older Perls. (No functional changes.) Version 2.17 Various broken tests fixed. (No functional changes.)
2007-11-29Update to 1.4:wiz2-7/+6
#------------------------------------------------------------------------ # Version 1.04 Date: 2007/09/28 #------------------------------------------------------------------------ * Added the has_instance() method to return an existing instance without creating a new one. * General cleanup of code, documentation and tests. * Changed licence from Perl Artistic to the same terms as Perl itself (e.g. Artistic 2.0/GPL)
2007-11-29Add cvsdiff2patch to devel/Makefilebjs1-1/+2
2007-11-29Add devel/cvsdiff2patch, a simple utility which, in the words of thebjs4-0/+160
author, "Converts crappy CVS diffs into something that patch(1) understands."
2007-11-28Don't rename makefile to Makefile, use it directly. Add DESTDIR support.joerg3-12/+13
2007-11-28Allow nb versions for the -tools dependency. Bump revision.joerg1-3/+4
2007-11-27update to 1.20.2drochner2-6/+6
changes: minor bugfixes
2007-11-27-remove a temporary hack which made that posix_memalign(3) was not useddrochner3-4/+23
even if present; the purpose was to allow use of both malloc implementations of NetBSD-current, but since other pkgs are picking up posix_memalign(3) too, and NetBSD-current will deal with the binary compatibility problem, this is getting pointless -comment out 2 selftests which depend on nonstandard behaviour of GNU iconv(3) -- the code itself works as documented ride on recent update
2007-11-27Update p5-Class-Factory to 1.06.hiramatsu2-6/+6
Changes from 1.04: 1.06 Tue Nov 6 21:16:07 CET 2007 - Added remove_factory_type(), unregister_factory_type() and get_factory_type_for(). Marcel Gruenauer <marcel@cpan.org> 1.05 Thu Feb 1 22:57:21 PST 2007 - Added method get_registered_class(), suggested by Sebastian Knapp <giftnuss@netscape.net>
2007-11-26Don't try to reference "char **environ" under Mac OS X. It breaks thetron4-2/+41
build under Leopard.
2007-11-26Use patch from MacPorts to fix build problem under Mac OS X Leopard.tron2-1/+15
2007-11-26Update to 1.2, changes unknown.wiz2-6/+6
2007-11-25Update to 2.14.4:wiz6-35/+35
Overview of Changes from GLib 2.14.3 to GLib 2.14.4 =================================================== * Bugs fixed: 494602 builddir != srcdir build broken 492677 Misprint in specification of the interface "g_spawn_async... 490061 outptrs uninitialized after g_parse_long_long 418778 Insufficient pkg-config version requirement 467537 g_convert_with_iconv() not resetting iconv() state correc... 466557 glib-mkenums shifts ARGV[0] to undefined 490637 gobject documentation patch 445362 Non-numeric local labels in gatomic.c are causing linker ... 498113 tests/regex-test fails on 64bit environment 498728 g_key_file_get_*_list should set length to 0 when returni... 469551 application --help messages are garbaged on none UTF-8 lo...
2007-11-25Add commented out LICENSE line.wiz3-3/+9
2007-11-25Changes 1.2.2:adam3-14/+31
* Moved to GPLv3 * Added text field to NSTableColumn inspector to allow editing of table column title. * Corrected issue with selection. * Added button modifiers for special keys to button inspectors. * Corrected issue with loading of older gorm files. * Fix to allow Gorm's menus to be Mac-style, but not the one being edited. * Other miscellaneous bug corrections.
2007-11-25Changes 1.14.1:adam6-696/+690
License changed to GPLv3. Mostly bug fixes, particularly with regard to XML handling and handling unichar on Windows. Changes 1.14.0: Many portability (particularly for ms-windows) and MacOS-X compatibility fixes. New MacOS-X classes and incorporation of NSAffineTransform and NSSpellServer which were formerly in the gui library. Improved performance of amssively multithreaded programs.
2007-11-25Changes 2.0.2:adam7-60/+76
Update license to GPLv3. Bug fixes. Changes 2.0.1: Bug fixes in filesystem layout and framework installation.
2007-11-25Needs asprintf, which is missing on Solaris.rillig1-1/+2
2007-11-25Sunpro accepts __attribute__((mode ...)), but ignores it. Fixed therillig3-3/+30
configure test and reported it upstream.
2007-11-23Changes 2.20.0:adam2-8/+7
* Updated version number to match GNOME version.
2007-11-22Update the NetBSD iSCSI initiator and target to version 20071122.agc4-12/+12
Only change is that the target returns MAXLBA in a READ_CAPACITY command response, and the initiator adds one to it to find out the size.
2007-11-22update to 2.1.1drochner3-62/+12
This switches to the gnome-2.20 tree.
2007-11-22Changes 2.20.0:adam2-8/+7
Increased version to match the GNOME version
2007-11-22Add USE_TOOLS+=perl to fix buildabs1-1/+2
2007-11-21Honor LDFLAGS.minskim2-9/+19
2007-11-19Add buildlink3 support file.tron1-0/+21
2007-11-19Update "py-pexpect" package to version 2.1. The new version contains twotron3-9/+13
additional modules: - pxssh Pexpect SSH is an extension of 'pexpect.spawn' that specializes in SSH. - fdpexpect fdpexpect extension of 'pexpect.spawn' that uses an open file descriptor. Update approved by Min Sik Kim.
2007-11-19ctags-5.7 (04 Sep 2007)adrianp2-6/+6
* Added support for DIM AS [Freebasic, Bug 1741778]. * Added support for arbitrary nesting depth [Python, Bug 1684786, Debian bug 409078]. * Added support for verbatim string literals [C, Bug 1515910]. * Added support for .ctags as well as ctags.cnf on Windows [Bug 1246506]. * Added support for non-extern, non-static functions returning wchar_t, contributed by Aaron Peromsik [C++, Patch 1458930]. * Added support for numerous revision control systems including Bazaar and Mercurial [Bug 1472894]. * Added support for enums [Java, Bug 1730485, Bug 1517143, Patch 1027395, Patch 1528507]. * Added support for multiple-level namespace declarations [C]. * Added .svn to list of directories ignored during recursion (--recurse). * Added support for BlitzBasic, PureBasic and FreeBasic [FR 1100506]. * Added support for interfaces and static/public/protected/private functions [PHP]. * Added support for 'package' keyword [Perl]. * Added support for multi-line subroutine, package, and constant definitions [Perl]. * Added support for optional subroutine declarations [Perl]. * Added support for formats [Perl]. * Added support for new convert keyword [Eiffel]. * Added optional tags for forward variable declarations (e.g. 'struct C;') [C, C++]. * Changed parsing of option input file (-L) to strip trailing white space. * Ignore comments mixed into definitions and declarations [Perl]. * Fixed detecting labels with whitespace after label name [Perl, Bug 1752361] * Fixed parsing of generic classes/interfaces [Java, Bug 1447756]. * Fixed misidentification of fully qualified function calls as labels [Perl]. * Fixed parsing of inner classes [Python, Bug 1411963]. * Fixed line continuation [Python, Bug 928001, Patch 819471]. * Fixed parsing of annotations [Java, Bug 1691412]. * Fixed block-comment parsing [Verilog, Patch 1458042, Bugs 960316, 1111214, 1606569, 1615060]. * Fixed typo in man page [Debian bug 366412]. * Fixed missing chunk of text in man page and over-use of hyphens in UTF-8 locales [Debian bug 271323]. * Fixed parsing of ` as a method name [Ruby]. * Fixed parsing of keywords in string literals [Ruby, Bug 1742588]. * Fixed potential segmentation violation [Bug 1672834, Bug 1222926]. * Fixed parsing of destructors with whitespace after the '~' [C++, Bug 1585745]. * Fixed default access of unions to be public [C++, Bug 1548443]. * Fixed various memory leaks, mostly contributed by Dmitry Antipov. * Fixed parsing of `define [Verilog, Bug 961001]. * Fixed crashes involving '/' [Verilog, Bug 1743330]. * Fixed compilation problem on MinGW [Bug 1517424]. * Fixed generation of HTML-formatted man page [Bug 1645864]. * Fixed recognition of Python scripts having '!/usr/bin/python' as first line [Bug 1764148]. * Fixed parsing of Fortran comment-to-end-of-line with no newline before EOF [Debian bug 432872]. * Fixed parsing of << [C/C++, Bugs 1020715, 1093123, 1770479, 1770607]. * Fixed parsing of fully-qualified type names [Java, Bug 814263]. * Fixed handling of lone carriage-return characters in file [Bug 1773926].
2007-11-19Update to v1.5.3.6, a maintenance release. Remove patch-ac (handledbjs3-20/+6
properly upstream). Fixes since v1.5.3.5 ==================== * git-cvsexportcommit handles root commits better. * git-svn dcommit used to clobber when sending a series of patches. * git-svn dcommit failed after attempting to rebase when started with a dirty index; now it stops upfront. * git-grep sometimes refused to work when your index was unmerged. * "git-grep -A1 -B2" acted as if it was told to run "git -A1 -B21". * git-hash-object did not honor configuration variables, such as core.compression. * git-index-pack choked on a huge pack on 32-bit machines, even when large file offsets are supported. * atom feeds from git-web said "10" for the month of November. * a memory leak in commit walker was plugged. * When git-send-email inserted the original author's From: address in body, it did not mark the message with Content-type: as needed. * git-revert and git-cherry-pick incorrectly refused to start when the work tree was dirty. * git-clean did not honor core.excludesfile configuration. * git-add mishandled ".gitignore" files when applying them to subdirectories. * While importing a too branchy history, git-fastimport did not honor delta depth limit properly. * Support for zlib implementations that lack ZLIB_VERNUM and definition of deflateBound() has been added. * Quite a lot of documentation clarifications.
2007-11-18Fix build on Darwin 9.xadrianp1-1/+5
2007-11-18Update p5-Class-Trigger to 0.12.hiramatsu2-6/+6
Changes from 0.10: 0.12 Mon Aug 20 16:06:50 PDT 2007 - Make this a release 0.11_03 Wed Jun 20 12:12:36 PDT 2007 - Fixed a bug in backward-compatiblity code to handle multiple hooks in one add_trigger() call. (Thanks to mark addison) 0.11_02 Sun Jun 10 18:09:58 PDT 2007 - Added a test to make sure $_ is not clobbered (Thanks to mark addison) - Killed the hidden feature to add multiple hooks in one add_trigger() call because it interfers with named parameter style calls. (Thanks to clkao) 0.11_01 Mon May 28 21:03:03 PDT 2007 - Added support for abortable triggers. - Added named-parameters calling convention for add_trigger - Added new last_trigger_results method and began capturing trigger return values. - FUNCTIONALITY CHANGE: When no triggers are called for a trigger point, the return value is now '0', not undef. (Thanks to Jesse Vincent) 0.11 Thu Feb 22 19:02:09 PST 2007 - Fixed a bug due to Class::Data::Inheritable, where triggers added to the superclass after trigger is added in the child class are ignored in the child class. See t/03_inherit.t for example. (Thanks to Brad Choate, Yann Kerherve, Ben Trott and Fumiaki Yoshimatsu)
2007-11-18Update p5-Class-Fields to 0.203.hiramatsu2-7/+6
Changes from 0.201: 0.203 Fri Sep 7 16:59:15 PDT 2007 Test Fixes - Moved some tests that were really testing base.pm to base. - Made a test less dependent on the formatting of a base.pm warning. 0.202 Sun Jul 1 22:43:41 PDT 2007 Test Fixes - A warning changed in base or fields.pm which broke t/bugs.t. [rt.cpan.org 5293] - Cleanup tests to use Test::More.
2007-11-18Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan.wiz8-18/+17