CVS log for bioperl-live/Bio/Root/Root.pm

(logo)

Help

(back) Up to [bioperl] / bioperl-live / Bio / Root

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.43 / (view) - annotate - [select for diffs] , Thu Jul 5 14:49:16 2007 UTC (13 months, 2 weeks ago) by sendu
Branch: MAIN
CVS Tags: lightweight_feature_branch, lightweight_feature, featann_rollback, HEAD
Changes since 1.42: +58 -63 lines
Diff to previous 1.42
throw() fixed to print throw message starting with a dash when Error.pm is not loaded; debug() reimplemented with CORE::warn

Revision 1.35.6.2 / (view) - annotate - [select for diffs] , Wed Nov 8 17:25:55 2006 UTC (21 months, 1 week ago) by sendu
Branch: branch-1-5-2
CVS Tags: bioperl-release-1-5-2-patch2, bioperl-release-1-5-2-patch1, bioperl-release-1-5-2
Changes since 1.35.6.1: +27 -18 lines
Diff to previous 1.35.6.1 to branch point 1.35 to next main 1.36
merged bug fixes from HEAD

Revision 1.42 / (view) - annotate - [select for diffs] , Mon Oct 23 09:36:46 2006 UTC (21 months, 4 weeks ago) by sendu
Branch: MAIN
Changes since 1.41: +4 -4 lines
Diff to previous 1.41
possible fix for bug 1938

Revision 1.41 / (view) - annotate - [select for diffs] , Tue Oct 3 03:39:51 2006 UTC (22 months, 2 weeks ago) by tseemann
Branch: MAIN
Changes since 1.40: +24 -15 lines
Diff to previous 1.40
Extend and improve POD.

Revision 1.35.6.1 / (view) - annotate - [select for diffs] , Mon Oct 2 22:10:23 2006 UTC (22 months, 2 weeks ago) by sendu
Branch: branch-1-5-2
Changes since 1.35: +42 -22 lines
Diff to previous 1.35
merge from HEAD

Revision 1.40 / (view) - annotate - [select for diffs] , Mon Oct 2 03:34:53 2006 UTC (22 months, 2 weeks ago) by tseemann
Branch: MAIN
Changes since 1.39: +2 -3 lines
Diff to previous 1.39
Removed unused "use vars ($Revision); $Revision = ...."

Revision 1.39 / (view) - annotate - [select for diffs] , Fri Sep 29 03:06:13 2006 UTC (22 months, 3 weeks ago) by tseemann
Branch: MAIN
Changes since 1.38: +8 -8 lines
Diff to previous 1.38
Replaced B<Bio::...> with L<Bio::...> in POD where appropriate.

Revision 1.38 / (view) - annotate - [select for diffs] , Tue Sep 26 21:03:13 2006 UTC (22 months, 3 weeks ago) by sendu
Branch: MAIN
Changes since 1.37: +4 -5 lines
Diff to previous 1.37
use base, return true

Revision 1.37 / (view) - annotate - [select for diffs] , Mon Sep 25 23:51:09 2006 UTC (22 months, 3 weeks ago) by tseemann
Branch: MAIN
Changes since 1.36: +28 -9 lines
Diff to previous 1.36
Consistified POD and removed unnecessary join("",...) in debug()

Revision 1.36 / (view) - annotate - [select for diffs] , Fri Sep 22 14:05:26 2006 UTC (22 months, 4 weeks ago) by sendu
Branch: MAIN
Changes since 1.35: +9 -6 lines
Diff to previous 1.35
notes about not starting throw messages with dashes; really its a bug but would be too expensive to fix

Revision 1.35 / (view) - annotate - [select for diffs] , Tue Apr 13 23:41:38 2004 UTC (4 years, 4 months ago) by jason
Branch: MAIN
CVS Tags: gbrowse_1_65, for_gmod_0_003, branch-experimental, bioperl-release-1-5-1-rc4, bioperl-release-1-5-1, bioperl-release-1-5-0-rc2, bioperl-release-1-5-0-rc1, bioperl-release-1-5-0, bioperl-branch-1-5-1
Branch point for: branch-1-5-2
Changes since 1.34: +4 -2 lines
Diff to previous 1.34
Rich's fix for untainting

Revision 1.34 / (view) - annotate - [select for diffs] , Wed Jun 4 07:36:42 2003 UTC (5 years, 2 months ago) by heikki
Branch: MAIN
CVS Tags: branch-1-4, bioperl-release-1-4-0, bioperl-devel-1-3-04, bioperl-devel-1-3-03, bioperl-devel-1-3-02, bioperl-devel-1-3-01
Changes since 1.33: +3 -4 lines
Diff to previous 1.33
removed module specific $VERSION, all modules now use global one from Bio::Root::Version

Revision 1.33 / (view) - annotate - [select for diffs] , Sat May 17 18:03:55 2003 UTC (5 years, 3 months ago) by heikki
Branch: MAIN
CVS Tags: bioperl-run-release-1-2-0
Changes since 1.32: +3 -16 lines
Diff to previous 1.32
SYNOPSIS is now runnable

Revision 1.32 / (view) - annotate - [select for diffs] , Thu May 15 07:13:55 2003 UTC (5 years, 3 months ago) by heikki
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
cleaned lines around pod command paragraphs

Revision 1.31 / (view) - annotate - [select for diffs] , Mon Apr 14 16:11:04 2003 UTC (5 years, 4 months ago) by jason
Branch: MAIN
Changes since 1.30: +4 -3 lines
Diff to previous 1.30
prevent undef warnings on empty verbose field

Revision 1.30 / (view) - annotate - [select for diffs] , Mon Dec 16 09:44:28 2002 UTC (5 years, 8 months ago) by birney
Branch: MAIN
CVS Tags: branch-1-2-collection, branch-1-2, bioperl-release-1-2-3, bioperl-release-1-2-2, bioperl-release-1-2-1, bioperl-release-1-2-0, bioperl-1-2-1-rc1
Changes since 1.29: +13 -2 lines
Diff to previous 1.29
flipped over DESTROY method, which is implementation specific to Root from RootI. Jason - are you ok with this?

Revision 1.29 / (view) - annotate - [select for diffs] , Sat Nov 16 03:30:42 2002 UTC (5 years, 9 months ago) by lapp
Branch: MAIN
Changes since 1.28: +13 -11 lines
Diff to previous 1.28
Fixed a bug report about Root::new() complaining about uneven number of
parameters for hash initialization.

Revision 1.28 / (view) - annotate - [select for diffs] , Mon Nov 4 09:12:49 2002 UTC (5 years, 9 months ago) by heikki
Branch: MAIN
Changes since 1.27: +2 -3 lines
Diff to previous 1.27
removed unused "use Carp" call.

Revision 1.27 / (view) - annotate - [select for diffs] , Tue Oct 29 11:35:15 2002 UTC (5 years, 9 months ago) by heikki
Branch: MAIN
Changes since 1.26: +4 -3 lines
Diff to previous 1.26
throw() gave a string concatenation warning if no string was
given as an argument. It is now possible, although, not recommended, to
call throw without arguments (mainly for debugging purposes).

Revision 1.26 / (view) - annotate - [select for diffs] , Fri Oct 4 04:17:23 2002 UTC (5 years, 10 months ago) by lapp
Branch: MAIN
CVS Tags: bioperl-devel-1-1-1
Changes since 1.25: +21 -3 lines
Diff to previous 1.25
Moved debug() from RootI to Root and allowed an array of strings which
are concatenated. Fixed the bug introduced into Variation::IO. Fixed
swissprot parser not to set primary_id if XXX_XXXX scheme (otherwise it
is set to the same value as display_id, which is unchanged to before).
Fixed swissprot parser to deal with multiple species (OS lines). This
can only be a temporary fix, as information is essentially lost.
Added test entry to swiss.dat, and tests to SeqIO.t. All tests pass.

Revision 1.25 / (view) - annotate - [select for diffs] , Mon Sep 30 15:36:29 2002 UTC (5 years, 10 months ago) by birney
Branch: MAIN
Changes since 1.24: +8 -8 lines
Diff to previous 1.24
tim bunces speed ups. Very nice...

Revision 1.24 / (view) - annotate - [select for diffs] , Thu Sep 26 14:43:01 2002 UTC (5 years, 10 months ago) by birney
Branch: MAIN
Changes since 1.23: +35 -14 lines
Diff to previous 1.23
Root/RootI changes - sliming the create path and new ref_to_seq constructor pattern

Revision 1.23 / (view) - annotate - [select for diffs] , Thu Sep 26 11:28:48 2002 UTC (5 years, 10 months ago) by jason
Branch: MAIN
Changes since 1.22: +4 -4 lines
Diff to previous 1.22
fix logic in test for underlying object type

Revision 1.22 / (view) - annotate - [select for diffs] , Wed Sep 25 12:03:02 2002 UTC (5 years, 10 months ago) by amackey
Branch: MAIN
Changes since 1.21: +3 -2 lines
Diff to previous 1.21
_cleanup_methods assumes $self is a hashref, and accesses it directly; this does not work if $self is some other ref (as seems to be the case when I ran make test - some "cannot coerce array into hash" errors). added ref check to make sure we are really a hashref

Revision 1.21 / (view) - annotate - [select for diffs] , Sun Sep 22 16:46:32 2002 UTC (5 years, 11 months ago) by birney
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
rolled back out BEGIN to INIT changes -- possibly needs more work...

Revision 1.20 / (view) - annotate - [select for diffs] , Tue Sep 17 11:37:15 2002 UTC (5 years, 11 months ago) by amackey
Branch: MAIN
Changes since 1.19: +5 -4 lines
Diff to previous 1.19
BEGIN -> INIT changes, a slightly optimized _rearrange; may now see some warnings about odd number of elements in hash assignment; IMO, these are programming errors and shouldn't be hidden.  I've left the vestiges of the former _rearrange code in place but commented out; if everyone is OK with these patches, I'll later clean it up a bit

Revision 1.19 / (view) - annotate - [select for diffs] , Fri Aug 30 09:10:52 2002 UTC (5 years, 11 months ago) by lapp
Branch: MAIN
Changes since 1.18: +4 -2 lines
Diff to previous 1.18
Fixes small bug (missing 'use' statement).

Revision 1.18 / (view) - annotate - [select for diffs] , Thu Aug 22 06:58:17 2002 UTC (6 years ago) by lapp
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
Fixed a couple of small omissions.

Revision 1.17 / (view) - annotate - [select for diffs] , Wed Aug 7 16:44:18 2002 UTC (6 years ago) by lapp
Branch: MAIN
CVS Tags: bioperl-release-1-1-0
Changes since 1.16: +10 -3 lines
Diff to previous 1.16
Propagated Lincoln's untainting fix to SeqIO module loading. _load_module()
now throws an exception if name not legal.

Revision 1.16 / (view) - annotate - [select for diffs] , Wed Aug 7 16:32:08 2002 UTC (6 years ago) by lapp
Branch: MAIN
Changes since 1.15: +32 -2 lines
Diff to previous 1.15
Added _load_module().

Revision 1.15 / (view) - annotate - [select for diffs] , Fri Jul 12 20:24:17 2002 UTC (6 years, 1 month ago) by amackey
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
fixed my %args || @args fix

Revision 1.14 / (view) - annotate - [select for diffs] , Thu Jul 11 13:49:15 2002 UTC (6 years, 1 month ago) by amackey
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
fixed %args in scalar context bug

Revision 1.13 / (view) - annotate - [select for diffs] , Thu Jul 11 13:24:24 2002 UTC (6 years, 1 month ago) by amackey
Branch: MAIN
Changes since 1.12: +7 -7 lines
Diff to previous 1.12
updated POD to reflect that \$DONT_USE_ERROR must be defined within a BEGIN sub to be at all effective

Revision 1.10.2.2 / (view) - annotate - [select for diffs] , Mon Jul 1 21:38:14 2002 UTC (6 years, 1 month ago) by sac
Branch: branch-1-0-0
CVS Tags: bioperl-release-1-0-2
Changes since 1.10.2.1: +8 -8 lines
Diff to previous 1.10.2.1 to branch point 1.10 to next main 1.11
Migrated changes into branch-1-0-0 from the trunk version 1.12.

Revision 1.12 / (view) - annotate - [select for diffs] , Fri Jun 28 23:37:59 2002 UTC (6 years, 1 month ago) by sac
Branch: MAIN
Changes since 1.11: +8 -8 lines
Diff to previous 1.11
Modifications to throw()
 - Better test for key-value pairs and passing original @args through
   if not. Bio::Root::Exception can deal with raw args now.
 - Added leading newline to the output string to ensure that the output
   doesn't start on a partial line.

Revision 1.11 / (view) - annotate - [select for diffs] , Fri Mar 15 19:48:51 2002 UTC (6 years, 5 months ago) by jason
Branch: MAIN
Changes since 1.10: +5 -3 lines
Diff to previous 1.10
update release version and allow global DEBUG flag

Revision 1.10.2.1 / (view) - annotate - [select for diffs] , Mon Mar 11 00:51:57 2002 UTC (6 years, 5 months ago) by jason
Branch: branch-1-0-0
CVS Tags: bioperl-release-1-0-1, bioperl-release-1-0-0, bioperl-1-0-alpha2-rc
Changes since 1.10: +5 -3 lines
Diff to previous 1.10
allow global setting of verbosity flag with the $DEBUG class variable

Revision 1.10 / (view) - annotate - [select for diffs] , Fri Jan 11 19:52:27 2002 UTC (6 years, 7 months ago) by jason
Branch: MAIN
CVS Tags: release-0-9-3, bioperl-1-0-alpha, bioperl-1-0-0
Branch point for: branch-1-0-0
Changes since 1.9: +8 -5 lines
Diff to previous 1.9
insure that array CAN be converted to hash- to remove the odd-element msgs

Revision 1.9 / (view) - annotate - [select for diffs] , Fri Jan 11 13:29:52 2002 UTC (6 years, 7 months ago) by heikki
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
silence an uninitialized value warning in throw()

Revision 1.8 / (view) - annotate - [select for diffs] , Thu Jan 10 10:47:34 2002 UTC (6 years, 7 months ago) by sac
Branch: MAIN
Changes since 1.7: +6 -5 lines
Diff to previous 1.7
Moved the _rearrange() call in throw() to the top of the method
to support parameter-based throw() when Error.pm isn't loaded.

Revision 1.7 / (view) - annotate - [select for diffs] , Thu Jan 10 10:04:22 2002 UTC (6 years, 7 months ago) by sac
Branch: MAIN
Changes since 1.6: +36 -30 lines
Diff to previous 1.6
- Changes in throw() in light of changes in Bio::Root::Exception.
  Now that Bio::Root::Exception ensures a -value parameter,
  these exceptions will be catchable in eval{}; if($@){} handlers.
- Added support for re-throwing exception objects in throw().

Revision 1.6 / (view) - annotate - [select for diffs] , Wed Jan 9 05:54:25 2002 UTC (6 years, 7 months ago) by njoly
Branch: MAIN
Changes since 1.5: +5 -3 lines
Diff to previous 1.5
POD syntax fixes.

Revision 1.5 / (view) - annotate - [select for diffs] , Tue Jan 8 01:40:23 2002 UTC (6 years, 7 months ago) by jason
Branch: MAIN
Changes since 1.4: +7 -6 lines
Diff to previous 1.4
quiet the "odd number of arguments msg" - not as elegant as one would like to do this...

Revision 1.4 / (view) - annotate - [select for diffs] , Mon Jan 7 20:07:39 2002 UTC (6 years, 7 months ago) by sac
Branch: MAIN
Changes since 1.3: +10 -9 lines
Diff to previous 1.3
Fixed throw() for backward compatibility so that now it requires
a named parameter (at a minimun, "-text") before it will use Error.pm.

Revision 1.3 / (view) - annotate - [select for diffs] , Sat Jan 5 15:51:48 2002 UTC (6 years, 7 months ago) by jason
Branch: MAIN
Changes since 1.2: +10 -5 lines
Diff to previous 1.2
handle case of old-stype throwing

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Dec 27 15:52:08 2001 UTC (6 years, 7 months ago) by sac
Branch: MAIN
Changes since 1.1: +205 -6 lines
Diff to previous 1.1
Added support for Error.pm and typed exceptions.

Revision 1.1 / (view) - annotate - [select for diffs] , Tue Nov 20 02:09:33 2001 UTC (6 years, 9 months ago) by lstein
Branch: MAIN
CVS Tags: release-0-9-2
Sweeping change:

Bio::Root::RootI is now a pure abstract interface and cannot be
inherited from unless you implement several of its abstract methods.
Most people will want to inherit from Bio::Root::Root.

This change was necessary in order to support Bioperl objects that
were not based on hashrefs.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

Maintained by Chris Dagdigian, dag@sonsorol.org | Server hosting: BioTeam
Powered by
ViewCVS 0.9.4