Guest User

Untitled

a guest
May 20th, 2018
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.28 KB | None | 0 0
  1. Changes in JRuby Native Launcher since JRuby 1.4.0:
  2.  
  3. bc8a1a2 Fixed a crash with empty args.
  4. b774fec JRUBY-4611: Stop scanning for options on first bare arg that does not start with '-'
  5. 9099209 unixlauncher.cpp: stdlib.h needed for ubuntu linux
  6. 3d55608 Good idea on robust specs. I like clearing env ahead of time even better.
  7. 5c75f2f Make specs a bit more robust.
  8. 73fc430 JRUBY-4603: heed -Xjdkhome on command line over JAVA_HOME
  9. ded0069 Fix argparser regression on windows
  10. 020022e Fix new JAVA_HOME spec failure on Windows.
  11. b5517ec Use JAVA_HOME/bin/java as the executable before searching PATH
  12. f4147cc Correct spec name
  13. e2433e5 Run RSpec with JRuby when available
  14. 22cf74f More headers for Linux x64
  15. 16c39c5 One more header for Linux x64
  16. 5eee941 Preliminary fix for JRUBY-4597: Native launcher does not compile on 64-bit Ubuntu
  17. d6f3011 Fix compilation failure due to undefined va_start
  18. 3e2db2c Add copying of rubygems defaults override file as part of install
  19. dfae18d Remove unnecessary rdoc options
  20. 2672faf Remove requirement for JAVA_HOME to be set on non-Windows, since we don't use JNI yet
  21. ff12af4 Slight tweak to FileList
  22. 0fd82f0 Add JRubyLauncher::VERSION
  23. 6c49aa3 Add "make install" target and prepare Gem package of jruby-launcher
  24. a17c16b Merge branch 'master' of git@github.com:vvs/jruby-launcher
  25. 9b9897e JRUBY-4581: add JRUBY_OPTS to list of args to be processed
  26. 91d0c27 JRUBY-4559: JRuby launcher should only add ONE JRuby JAR file from lib directory to its classpath automatically
  27. c3e699a JRUBY-4588: [regression] Native launcher's logging is broken
  28. 4ca84ef Regression test for JRUBY-4151
  29. 10a016a Sync-up NetBeans config files
  30. 44c1f2b JRUBY-4151: Unable to use single quotes in windows
  31. b9c291d Add Solaris-specific config and code
  32. c3fee9c Make a couple specs more robust to placement relative to ../lib
  33. 6a36c58 Pop-up dialog box only if there is no console attached. Fix all tests failures on Windows.
  34. cf8909e Add "fat" target to build an OSX universal binary
  35. 6c8a838 Fill out the specs for known functionality a bit more
  36. 0b51073 Add some more specs for nailgun server & client, and memory and stack options
  37. 05703a9 Clean up tabs and some whitespace
  38. 511ae43 Add some specs for missing launcher arguments
  39. 7142e72 Unexclude test, since Nick has already fixed the launcher.
  40. 192e068 Tweaks for tests on Windows
  41. b9431be Why did printToConsole fprintf to CON? Won't know. But this fixes tests.
  42. 632a5cb Tweak Makefile so that make would build jruby.exe *before* starting the tests
  43. 37e83a9 Change -Xcommand output to use printf
  44. a5b2640 Detect windows executable properly
  45. c605c8b Fix console print string for win32
  46. 099c19b Add start of launcher specs, run at the end of the build
  47. 24b7d49 Add -Xcommand option, which just prints arguments and exits.
  48. b5df0cc Fix argv array creation
  49. 3c04c8f Print errors to stderr and fix double-reporting of launcher log error
  50. 21ae749 inc/Makefile-conf.mk: Fix else/if problem
  51. 9d0eef9 Fix path and argv access bugs on windows
  52. a3e3ac1 Might as well make findOnPath portable back to Windows too
  53. cd61d39 HEH. More semis
  54. 7813c9a Found a stray hard-coded semi-colon
  55. 72cb975 Updated readme to cover all platforms
  56. 235d41c More tweaks to jruby directory search. Use Mach-specific call on OSX.
  57. c95fbf8 Fix up JFFI path -- don't rely on hardware, just find directories with the available sysname
  58. a72cada Fix path searching and initPlatformDir on unix
  59. da847d4 Remove -s on non-windows g++ link stage
  60. 66f00f0 Fix a couple header include issues on win32
  61. fc9c05d Couple last changes to get the unix launcher working on OSX.
  62. 75b967c Unix jruby launcher is compiling!
  63. 8541b21 Clean $(PROGRAM)
  64. 7ac5f5a Add argparser object to nb modules for now
  65. c8b9d75 Change notion of what to build to variable $(PROGRAM)
  66. ab5f62d Tweak makefiles a bit more to only build .exes on mingw
  67. 9467066 Extract arg parser up from platform launcher
  68. 4be30ea Move check of JDK home to separate member
  69. c91540f Switch to manually-maintained makefiles for more control.
  70. b4238a7 JRUBY-4408: JRuby launcher should add JAR files from lib directory to its classpath automatically
  71. c5cac7a Tweaked the handling of --manage command line option.
  72. 6190679 JRUBY-4385: [windows] Native launcher should set JFFI boot path
  73. 0105dbb JRUBY-4381: Native launcher complains about --client and --server options
  74. b70fe54 JRUBY-4377: Native launcher handles -J-cp and -J-classpath options incorrectly
  75. 24435af Removed auto-generated comments from the Makefile
  76. 05e71dc Added infrastructure to supply exes with custom icons.
  77. ca71afb JRUBY-4367: [windows] Native launcher ignores wrong JVM options
  78. c9f430d Updated TODO.
  79. c7b1b8c Updated the docs, with NB 6.8, 64-bit info and other tweaks.
  80. 04cc913 Eliminate compilation warnings.
  81. fe3fb60 JRUBY-4366: [windows] Native launcher fails tests when JDK is started out-of-process
  82. 6f036a7 Created a separate config for Win x64 builds.
  83. 3f25dcb Better settings, suitable for gcc 4.4/4.5 and WIN64.
  84. 8bf2c92 JRUBY-4288: [windows] jruby.exe produces error when launched like jRuby, jRuBy or similar
  85. 849fd82 Support for adding JAVA_OPTS and JRUBY_OPTS into the program args
  86. f9e83da Add defaults for heap and stack values
  87. 732fa94 Revert "Revert "Add compatibility shim to set max-heap to be consistent across platforms""
  88. b36401c Updated TODO.
  89. c44d108 Revert "Add compatibility shim to set max-heap to be consistent across platforms"
  90. f6378de Add compatibility shim to set max-heap to be consistent across platforms
Add Comment
Please, Sign In to add comment