Commit Graph

18 Commits

Author SHA1 Message Date
9b7d0d1624 update copyright years 2014-04-23 15:33:41 -06:00
a36176baca CP: Properties.stringPropertyNames() 2014-04-20 04:24:14 -07:00
87b02eb949 update copyright years
Previously, I used a shell script to extract modification date ranges
from the Git history, but that was complicated and unreliable, so now
every file just gets the same year range in its copyright header.  If
someone needs to know when a specific file was modified and by whom,
they can look at the Git history themselves; no need to include it
redundantly in the header.
2013-07-02 20:52:38 -06:00
0addd8c814 update copyright years 2012-05-11 17:43:27 -06:00
JET
5b830343ba Properties.java UTF-16 support refactoring. 2011-03-23 17:06:33 -06:00
JET
f6e2f4af21 Merge branch 'master' into localization 2011-02-21 17:58:50 -07:00
JET
98166dcc61 ASCII escapes in property files are now parsed, albeit crudely. 2010-12-21 11:39:26 -07:00
a5742f5985 update copyright years 2010-12-05 20:21:09 -07:00
6985e81503 add Properties.load(Reader) implementation 2010-09-11 21:23:46 +02:00
4dc05844df add java.util.Properties.propertyNames() method 2010-08-16 09:23:48 -06:00
6118792ffd update copyright years 2009-12-02 19:08:29 -07:00
6fa25f992c Properties.setProperty should return an Object 2009-09-18 17:51:05 -06:00
6409747f17 add Properties.getProperty(String,String) 2008-07-13 18:27:42 -06:00
2edaa82801 prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
6926ca6778 Added parsing of new line characters in properties files. 2008-01-23 16:39:45 -07:00
43a2cb7cc5 Tie up some loose ends, implementing methods that are useful but not yet implemented. 2007-09-28 11:38:58 -06:00
8c248e382f Added methods to get and set properties, and stub method to save them 2007-09-26 09:48:21 -06:00
86999df5f2 factor Properties and PropertieResourceBundle out of ResourceBundle 2007-09-17 16:16:57 -06:00