summaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath/natSystemProperties.cc
AgeCommit message (Expand)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2008-03-10Don't leak upon failed realloc.Jim Meyering
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-10-11natSystemProperties.cc (insertSystemProperties): Removed obsolete comment.Tom Tromey
2006-08-22re PR libgcj/27890 (lib/logging.properties pollutes common namespace)Thomas Fitzsimmons
2006-08-01natSystemProperties.cc: Add additional check for getpwuid_r on _POSIX_PTHREAD...Andreas Tobler
2006-06-20natSystemProperties.cc (insertSystemProperties): Bump "java.class.version" to...Bryce McKinlay
2006-06-09gcj.texi (libgcj Runtime Properties): Document gnu.gcj.user.realname.Tom Tromey
2006-05-30makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-gtk.lo.Thomas Fitzsimmons
2006-02-08link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay
2005-09-12re PR libgcj/23762 (java.library.path should default to value of environment ...Thomas Fitzsimmons
2005-09-08re PR libgcj/23761 (java.library.path doesn't affect module loading path)Thomas Fitzsimmons
2005-04-25[multiple changes]Michael Koch