summaryrefslogtreecommitdiff
path: root/java/util/LinkedList.java
Commit message (Expand)AuthorAgeFilesLines
* 2006-12-27 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-12-271-3/+268
* 2006-12-10 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-12-101-73/+118
* 2006-04-05 Bryce McKinlay <mckinlay@redhat.com>Bryce McKinlay2006-04-051-8/+0
* 2005-07-05 David Gilbert <david.gilbert@object-refinery.com>David Gilbert2005-07-051-1/+1
* * all files: Update for new FSF address.Mark Wielaard2005-07-021-2/+2
* 2005-02-16 Michael Koch <konqueror@gmx.de>Michael Koch2005-02-161-3/+3
* Cleaned up imports in java.utilDalibor Topic2004-04-221-4/+4
* 2002-05-06 Eric Blake <ebb9@email.byu.edu>Eric Blake2002-05-071-3/+5
* getEntry: Docfix to avoid angle brackets in Javadoc.Sascha Brawer2002-04-301-1/+1
* Add License clarificationMark Wielaard2002-01-221-5/+16
* * java/util/LinkedList.java (LinkedListItr.add): Don't skip the nextBryce McKinlay2001-11-251-4/+1
* (add): Do not increment size before inserting the new entry.Bryce McKinlay2001-11-231-1/+1
* * java/util/LinkedList.java (addLastEntry): Don't increment sizeBryce McKinlay2001-11-231-3/+4
* 2001-10-25 Eric Blake <ebb9@email.byu.edu>Eric Blake2001-10-251-0/+2
* 2001-10-21 Eric Blake <ebb9@email.byu.edu>Eric Blake2001-10-221-8/+8
* 2001-10-21 Eric Blake <ebb9@email.byu.edu>Eric Blake2001-10-221-210/+484
* * java/util/LinkedList.java (clone): Clear the copy list with clear(),Bryce McKinlay2001-07-171-8/+2
* * java/io/FilePermission.java: Made class final per spec.Warren Levy2000-12-031-1/+1
* From Adam Welc <welc@cs.purdue.edu>:Bryce McKinlay2000-12-021-1/+11
* 2000-11-03 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay2000-11-031-7/+23
* 2000-11-02 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay2000-11-021-434/+435
* 2000-10-26 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay2000-10-261-22/+22
* 2000-10-24 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay2000-10-241-145/+211
* Change license to libgcc-like terms.Paul Fisher2000-03-151-18/+26
* bug fixes.Jochen Hoenicke2000-03-061-5/+7
* Added clone() and serialization (compatible to jdk1.2).Jochen Hoenicke1999-06-301-8/+64
* changed "knownMod < modCount" to "knownMod != modCount". Latter will evenJochen Hoenicke1999-06-251-2/+2
* Update semantics of ListIterator to bring in line with 1.2RC1 and laterStuart Ballard1999-01-221-0/+7
* [one commit for multiple Collections files] Several fixes for completeness,Stuart Ballard1998-11-091-0/+511