6665 Commits (3e61185e19eca3ca70afeda3fb31a1a544f2b474)

Author SHA1 Message Date
  Matthew Jason Benson acaefe7e82 typos 14 years ago
  Nicolas Lalevee 9fb3d4fa86 BR 50960. Use autoflush so that content get pushed to the forked application 14 years ago
  Nicolas Lalevee edaa68e6de Bug #50866: 15 years ago
  Stefan Bodewig 737d0434c8 use setproxy inside splash in order to fix PR 50888 15 years ago
  Antoine Levy-Lambert 4427f8c1ed PR 50716. Here is a case where optimizing a loop by using a variable for the upper bound of the loop breaks an existing test case RhinoTest. 15 years ago
  Maarten Coene 4954d8076e Fixed typing error. 15 years ago
  Stefan Bodewig 888f9bbc6f actually make use of the final variable 15 years ago
  Stefan Bodewig 5f20b99140 microoptimizations. PR 50716 15 years ago
  Stefan Bodewig 43698b433c Maillogger ignored starttls property. PR 50668 15 years ago
  Stefan Bodewig 8a8bbe2fb9 Actually implement inputstring and document inputproperty. PR 50576 15 years ago
  Stefan Bodewig e36ab22599 fall back to system properties for build.sysclasspath if there is no project instance 15 years ago
  Stefan Bodewig c737f55aab Give build.sysclasspath a chance to influence a forked VM's bootclasspath even if the user didn't supply one herself 15 years ago
  Stefan Bodewig 5084636a18 the -source magic was broken for 1.5 and 1.6. PR 50578 15 years ago
  Antoine Levy-Lambert 94d175bffc fixing typo 15 years ago
  Jesse N. Glick 74fb3d870d #50543: decodeUri broken for non-ASCII chars in input. 15 years ago
  Stefan Bodewig 998309cd53 add maxmemory attribute to javacc and friends. PR 50513 15 years ago
  Antoine Levy-Lambert bb2695af14 fix for bug 50515, incorrect unicode escapes in propertyfile task 15 years ago
  Maarten Coene 810aab73cc Spelling corrections. 15 years ago
  Antoine Levy-Lambert 222846dc00 needed for execution of single methods according to email of Jesse Glick. Bugzilla 34748.reference of the email http://mail-archives.apache.org/mod_mbox/ant-dev/201012.mbox/%3Cloom.20101217T222806-442@post.gmane.org%3E 15 years ago
  Antoine Levy-Lambert aae4e79e64 another change in order not to get any warnings during JavaDoc generation when preparing releases 15 years ago
  Stefan Bodewig 0b7abed55e improve performance of VectorSet#add - PR 50200 15 years ago
  Antoine Levy-Lambert b9db9faf83 fixing warnings in javadoc generation 15 years ago
  Stefan Bodewig c851716b87 create a more predictable order in copy. PR 50297. 15 years ago
  Stefan Bodewig 9fcf95ae09 A Hashtable subclass that works like a LinkedHashMap. Will be useful for PR 50297 15 years ago
  Stefan Bodewig 0c6703e412 whitespace 15 years ago
  Stefan Bodewig 2e0f591564 forgot to add file need to close PR 48829. 15 years ago
  Stefan Bodewig 4a07176abb support sources with extensions other than .java in javac. Submitted by Andrew Eisenberg. PR 48829. 15 years ago
  Stefan Bodewig 06a078f0ed Use a class not present in libgcj to detect Java 1.6 - PR 50256 15 years ago
  Stefan Bodewig c60459738b keep case of env var keys the user has added 15 years ago
  Stefan Bodewig ff41336fc1 provide a Map based method to access environment variables and use that. Don't use System.getenv() on OpenVMS. PR 49366 15 years ago
  Stefan Bodewig a28f64f5cf fix a bunch of warnings you get when building on Harmony which uses Eclipse's compiler. There are still lots (more than 100) of deprecation warnings and warnings about missing serialversionids that I have ignored. 15 years ago
  Stefan Bodewig 40e298139f fixup -source for OpenJDK7's javac 15 years ago
  Stefan Bodewig b856b94179 detect Java7 features 15 years ago
  Stefan Bodewig d85d2da8e3 restrict impact of fix for PR 50295 on 'good' VMs to an additional syscall for empty directories rather than an additional call for every directory 15 years ago
  Stefan Bodewig 17d4b3461a Make DirectoryScanner work on buggy JVMs where File.list() returns an empty array rather than null for files. PR 50295. Submitted by Daniel Smith 15 years ago
  Nicolas Lalevee db666cd282 remove useless import 15 years ago
  Nicolas Lalevee 70abcb7f5d Make an enum like class for the values of the missing extension point behavior 15 years ago
  Stefan Bodewig 568f81e947 trademark 15 years ago
  Stefan Bodewig 9f59925bbd detect Apache Harmony 15 years ago
  Stefan Bodewig 9fec95e95e print whether Kaffe/gcj have been detected in -diagnostics 15 years ago
  Nicolas Lalevee bdf0cfed42 fix my english 15 years ago
  Nicolas Lalevee a2b3e159f5 unit test, doc and fix for the bindtargets task 15 years ago
  Nicolas Lalevee 3849918afc If there is -d, debug mode, make the -p, project help, print the dependencies of the targets 15 years ago
  Nicolas Lalevee 51fe5cb2d9 add some comment about some type parameter 15 years ago
  Nicolas Lalevee 44da21928e Add a task to bind a target to an extension point. 15 years ago
  Antoine Levy-Lambert ce81059049 fix for bug 50217, NPE in ftp chmod 15 years ago
  Stefan Bodewig 8e1d92a9a0 make it a sentence 15 years ago
  Stefan Bodewig b6422c58be comments and indentation only 15 years ago
  Stefan Bodewig ee4aa01089 zip's whenempty doesn't look at non-filesets at all. PR 50115 15 years ago
  Steve Loughran f2453ec2ac Bugzilla Report 48835 StringUtils.parseHumanSizes() should turn parse failures into BuildExceptions. 15 years ago