therubyracer 0.9.0beta4 → 0.9.0beta5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of therubyracer might be problematic. Click here for more details.

Files changed (771) hide show
  1. data/.gitignore +1 -0
  2. data/Rakefile +0 -11
  3. data/ext/v8/extconf.rb +9 -9
  4. data/ext/v8/v8_external.cpp +40 -10
  5. data/lib/v8/cli.rb +2 -1
  6. data/lib/v8/version.rb +1 -1
  7. data/spec/redjs/.gitignore +1 -0
  8. data/therubyracer.gemspec +2 -3
  9. metadata +33 -779
  10. data/ext/v8/upstream/Makefile +0 -38
  11. data/ext/v8/upstream/detect_cpu.rb +0 -27
  12. data/ext/v8/upstream/fpic-on-linux-amd64.patch +0 -13
  13. data/ext/v8/upstream/scons/CHANGES.txt +0 -5183
  14. data/ext/v8/upstream/scons/LICENSE.txt +0 -20
  15. data/ext/v8/upstream/scons/MANIFEST +0 -202
  16. data/ext/v8/upstream/scons/PKG-INFO +0 -13
  17. data/ext/v8/upstream/scons/README.txt +0 -273
  18. data/ext/v8/upstream/scons/RELEASE.txt +0 -1040
  19. data/ext/v8/upstream/scons/engine/SCons/Action.py +0 -1256
  20. data/ext/v8/upstream/scons/engine/SCons/Builder.py +0 -868
  21. data/ext/v8/upstream/scons/engine/SCons/CacheDir.py +0 -217
  22. data/ext/v8/upstream/scons/engine/SCons/Conftest.py +0 -794
  23. data/ext/v8/upstream/scons/engine/SCons/Debug.py +0 -237
  24. data/ext/v8/upstream/scons/engine/SCons/Defaults.py +0 -485
  25. data/ext/v8/upstream/scons/engine/SCons/Environment.py +0 -2327
  26. data/ext/v8/upstream/scons/engine/SCons/Errors.py +0 -207
  27. data/ext/v8/upstream/scons/engine/SCons/Executor.py +0 -636
  28. data/ext/v8/upstream/scons/engine/SCons/Job.py +0 -435
  29. data/ext/v8/upstream/scons/engine/SCons/Memoize.py +0 -292
  30. data/ext/v8/upstream/scons/engine/SCons/Node/Alias.py +0 -153
  31. data/ext/v8/upstream/scons/engine/SCons/Node/FS.py +0 -3220
  32. data/ext/v8/upstream/scons/engine/SCons/Node/Python.py +0 -128
  33. data/ext/v8/upstream/scons/engine/SCons/Node/__init__.py +0 -1341
  34. data/ext/v8/upstream/scons/engine/SCons/Options/BoolOption.py +0 -50
  35. data/ext/v8/upstream/scons/engine/SCons/Options/EnumOption.py +0 -50
  36. data/ext/v8/upstream/scons/engine/SCons/Options/ListOption.py +0 -50
  37. data/ext/v8/upstream/scons/engine/SCons/Options/PackageOption.py +0 -50
  38. data/ext/v8/upstream/scons/engine/SCons/Options/PathOption.py +0 -76
  39. data/ext/v8/upstream/scons/engine/SCons/Options/__init__.py +0 -74
  40. data/ext/v8/upstream/scons/engine/SCons/PathList.py +0 -232
  41. data/ext/v8/upstream/scons/engine/SCons/Platform/__init__.py +0 -236
  42. data/ext/v8/upstream/scons/engine/SCons/Platform/aix.py +0 -70
  43. data/ext/v8/upstream/scons/engine/SCons/Platform/cygwin.py +0 -55
  44. data/ext/v8/upstream/scons/engine/SCons/Platform/darwin.py +0 -46
  45. data/ext/v8/upstream/scons/engine/SCons/Platform/hpux.py +0 -46
  46. data/ext/v8/upstream/scons/engine/SCons/Platform/irix.py +0 -44
  47. data/ext/v8/upstream/scons/engine/SCons/Platform/os2.py +0 -58
  48. data/ext/v8/upstream/scons/engine/SCons/Platform/posix.py +0 -264
  49. data/ext/v8/upstream/scons/engine/SCons/Platform/sunos.py +0 -50
  50. data/ext/v8/upstream/scons/engine/SCons/Platform/win32.py +0 -386
  51. data/ext/v8/upstream/scons/engine/SCons/SConf.py +0 -1038
  52. data/ext/v8/upstream/scons/engine/SCons/SConsign.py +0 -381
  53. data/ext/v8/upstream/scons/engine/SCons/Scanner/C.py +0 -132
  54. data/ext/v8/upstream/scons/engine/SCons/Scanner/D.py +0 -74
  55. data/ext/v8/upstream/scons/engine/SCons/Scanner/Dir.py +0 -111
  56. data/ext/v8/upstream/scons/engine/SCons/Scanner/Fortran.py +0 -320
  57. data/ext/v8/upstream/scons/engine/SCons/Scanner/IDL.py +0 -48
  58. data/ext/v8/upstream/scons/engine/SCons/Scanner/LaTeX.py +0 -378
  59. data/ext/v8/upstream/scons/engine/SCons/Scanner/Prog.py +0 -103
  60. data/ext/v8/upstream/scons/engine/SCons/Scanner/RC.py +0 -55
  61. data/ext/v8/upstream/scons/engine/SCons/Scanner/__init__.py +0 -415
  62. data/ext/v8/upstream/scons/engine/SCons/Script/Interactive.py +0 -386
  63. data/ext/v8/upstream/scons/engine/SCons/Script/Main.py +0 -1360
  64. data/ext/v8/upstream/scons/engine/SCons/Script/SConsOptions.py +0 -944
  65. data/ext/v8/upstream/scons/engine/SCons/Script/SConscript.py +0 -642
  66. data/ext/v8/upstream/scons/engine/SCons/Script/__init__.py +0 -414
  67. data/ext/v8/upstream/scons/engine/SCons/Sig.py +0 -63
  68. data/ext/v8/upstream/scons/engine/SCons/Subst.py +0 -911
  69. data/ext/v8/upstream/scons/engine/SCons/Taskmaster.py +0 -1030
  70. data/ext/v8/upstream/scons/engine/SCons/Tool/386asm.py +0 -61
  71. data/ext/v8/upstream/scons/engine/SCons/Tool/BitKeeper.py +0 -65
  72. data/ext/v8/upstream/scons/engine/SCons/Tool/CVS.py +0 -73
  73. data/ext/v8/upstream/scons/engine/SCons/Tool/FortranCommon.py +0 -247
  74. data/ext/v8/upstream/scons/engine/SCons/Tool/JavaCommon.py +0 -324
  75. data/ext/v8/upstream/scons/engine/SCons/Tool/MSCommon/__init__.py +0 -56
  76. data/ext/v8/upstream/scons/engine/SCons/Tool/MSCommon/arch.py +0 -61
  77. data/ext/v8/upstream/scons/engine/SCons/Tool/MSCommon/common.py +0 -210
  78. data/ext/v8/upstream/scons/engine/SCons/Tool/MSCommon/netframework.py +0 -84
  79. data/ext/v8/upstream/scons/engine/SCons/Tool/MSCommon/sdk.py +0 -321
  80. data/ext/v8/upstream/scons/engine/SCons/Tool/MSCommon/vc.py +0 -367
  81. data/ext/v8/upstream/scons/engine/SCons/Tool/MSCommon/vs.py +0 -497
  82. data/ext/v8/upstream/scons/engine/SCons/Tool/Perforce.py +0 -104
  83. data/ext/v8/upstream/scons/engine/SCons/Tool/PharLapCommon.py +0 -138
  84. data/ext/v8/upstream/scons/engine/SCons/Tool/RCS.py +0 -64
  85. data/ext/v8/upstream/scons/engine/SCons/Tool/SCCS.py +0 -64
  86. data/ext/v8/upstream/scons/engine/SCons/Tool/Subversion.py +0 -71
  87. data/ext/v8/upstream/scons/engine/SCons/Tool/__init__.py +0 -675
  88. data/ext/v8/upstream/scons/engine/SCons/Tool/aixc++.py +0 -82
  89. data/ext/v8/upstream/scons/engine/SCons/Tool/aixcc.py +0 -74
  90. data/ext/v8/upstream/scons/engine/SCons/Tool/aixf77.py +0 -80
  91. data/ext/v8/upstream/scons/engine/SCons/Tool/aixlink.py +0 -76
  92. data/ext/v8/upstream/scons/engine/SCons/Tool/applelink.py +0 -71
  93. data/ext/v8/upstream/scons/engine/SCons/Tool/ar.py +0 -63
  94. data/ext/v8/upstream/scons/engine/SCons/Tool/as.py +0 -78
  95. data/ext/v8/upstream/scons/engine/SCons/Tool/bcc32.py +0 -82
  96. data/ext/v8/upstream/scons/engine/SCons/Tool/c++.py +0 -99
  97. data/ext/v8/upstream/scons/engine/SCons/Tool/cc.py +0 -114
  98. data/ext/v8/upstream/scons/engine/SCons/Tool/cvf.py +0 -58
  99. data/ext/v8/upstream/scons/engine/SCons/Tool/default.py +0 -50
  100. data/ext/v8/upstream/scons/engine/SCons/Tool/dmd.py +0 -224
  101. data/ext/v8/upstream/scons/engine/SCons/Tool/dvi.py +0 -64
  102. data/ext/v8/upstream/scons/engine/SCons/Tool/dvipdf.py +0 -125
  103. data/ext/v8/upstream/scons/engine/SCons/Tool/dvips.py +0 -94
  104. data/ext/v8/upstream/scons/engine/SCons/Tool/f77.py +0 -62
  105. data/ext/v8/upstream/scons/engine/SCons/Tool/f90.py +0 -62
  106. data/ext/v8/upstream/scons/engine/SCons/Tool/f95.py +0 -63
  107. data/ext/v8/upstream/scons/engine/SCons/Tool/filesystem.py +0 -98
  108. data/ext/v8/upstream/scons/engine/SCons/Tool/fortran.py +0 -63
  109. data/ext/v8/upstream/scons/engine/SCons/Tool/g++.py +0 -90
  110. data/ext/v8/upstream/scons/engine/SCons/Tool/g77.py +0 -73
  111. data/ext/v8/upstream/scons/engine/SCons/Tool/gas.py +0 -53
  112. data/ext/v8/upstream/scons/engine/SCons/Tool/gcc.py +0 -80
  113. data/ext/v8/upstream/scons/engine/SCons/Tool/gfortran.py +0 -64
  114. data/ext/v8/upstream/scons/engine/SCons/Tool/gnulink.py +0 -63
  115. data/ext/v8/upstream/scons/engine/SCons/Tool/gs.py +0 -81
  116. data/ext/v8/upstream/scons/engine/SCons/Tool/hpc++.py +0 -85
  117. data/ext/v8/upstream/scons/engine/SCons/Tool/hpcc.py +0 -53
  118. data/ext/v8/upstream/scons/engine/SCons/Tool/hplink.py +0 -77
  119. data/ext/v8/upstream/scons/engine/SCons/Tool/icc.py +0 -59
  120. data/ext/v8/upstream/scons/engine/SCons/Tool/icl.py +0 -52
  121. data/ext/v8/upstream/scons/engine/SCons/Tool/ifl.py +0 -72
  122. data/ext/v8/upstream/scons/engine/SCons/Tool/ifort.py +0 -90
  123. data/ext/v8/upstream/scons/engine/SCons/Tool/ilink.py +0 -59
  124. data/ext/v8/upstream/scons/engine/SCons/Tool/ilink32.py +0 -60
  125. data/ext/v8/upstream/scons/engine/SCons/Tool/install.py +0 -229
  126. data/ext/v8/upstream/scons/engine/SCons/Tool/intelc.py +0 -490
  127. data/ext/v8/upstream/scons/engine/SCons/Tool/ipkg.py +0 -71
  128. data/ext/v8/upstream/scons/engine/SCons/Tool/jar.py +0 -110
  129. data/ext/v8/upstream/scons/engine/SCons/Tool/javac.py +0 -234
  130. data/ext/v8/upstream/scons/engine/SCons/Tool/javah.py +0 -138
  131. data/ext/v8/upstream/scons/engine/SCons/Tool/latex.py +0 -79
  132. data/ext/v8/upstream/scons/engine/SCons/Tool/lex.py +0 -99
  133. data/ext/v8/upstream/scons/engine/SCons/Tool/link.py +0 -121
  134. data/ext/v8/upstream/scons/engine/SCons/Tool/linkloc.py +0 -112
  135. data/ext/v8/upstream/scons/engine/SCons/Tool/m4.py +0 -63
  136. data/ext/v8/upstream/scons/engine/SCons/Tool/masm.py +0 -77
  137. data/ext/v8/upstream/scons/engine/SCons/Tool/midl.py +0 -90
  138. data/ext/v8/upstream/scons/engine/SCons/Tool/mingw.py +0 -159
  139. data/ext/v8/upstream/scons/engine/SCons/Tool/mslib.py +0 -64
  140. data/ext/v8/upstream/scons/engine/SCons/Tool/mslink.py +0 -266
  141. data/ext/v8/upstream/scons/engine/SCons/Tool/mssdk.py +0 -50
  142. data/ext/v8/upstream/scons/engine/SCons/Tool/msvc.py +0 -269
  143. data/ext/v8/upstream/scons/engine/SCons/Tool/msvs.py +0 -1439
  144. data/ext/v8/upstream/scons/engine/SCons/Tool/mwcc.py +0 -208
  145. data/ext/v8/upstream/scons/engine/SCons/Tool/mwld.py +0 -107
  146. data/ext/v8/upstream/scons/engine/SCons/Tool/nasm.py +0 -72
  147. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/__init__.py +0 -314
  148. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/ipk.py +0 -185
  149. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/msi.py +0 -526
  150. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/rpm.py +0 -367
  151. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/src_tarbz2.py +0 -43
  152. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/src_targz.py +0 -43
  153. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/src_zip.py +0 -43
  154. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/tarbz2.py +0 -44
  155. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/targz.py +0 -44
  156. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/zip.py +0 -44
  157. data/ext/v8/upstream/scons/engine/SCons/Tool/pdf.py +0 -78
  158. data/ext/v8/upstream/scons/engine/SCons/Tool/pdflatex.py +0 -83
  159. data/ext/v8/upstream/scons/engine/SCons/Tool/pdftex.py +0 -108
  160. data/ext/v8/upstream/scons/engine/SCons/Tool/qt.py +0 -336
  161. data/ext/v8/upstream/scons/engine/SCons/Tool/rmic.py +0 -121
  162. data/ext/v8/upstream/scons/engine/SCons/Tool/rpcgen.py +0 -70
  163. data/ext/v8/upstream/scons/engine/SCons/Tool/rpm.py +0 -132
  164. data/ext/v8/upstream/scons/engine/SCons/Tool/sgiar.py +0 -68
  165. data/ext/v8/upstream/scons/engine/SCons/Tool/sgic++.py +0 -58
  166. data/ext/v8/upstream/scons/engine/SCons/Tool/sgicc.py +0 -53
  167. data/ext/v8/upstream/scons/engine/SCons/Tool/sgilink.py +0 -63
  168. data/ext/v8/upstream/scons/engine/SCons/Tool/sunar.py +0 -67
  169. data/ext/v8/upstream/scons/engine/SCons/Tool/sunc++.py +0 -142
  170. data/ext/v8/upstream/scons/engine/SCons/Tool/suncc.py +0 -58
  171. data/ext/v8/upstream/scons/engine/SCons/Tool/sunf77.py +0 -63
  172. data/ext/v8/upstream/scons/engine/SCons/Tool/sunf90.py +0 -64
  173. data/ext/v8/upstream/scons/engine/SCons/Tool/sunf95.py +0 -64
  174. data/ext/v8/upstream/scons/engine/SCons/Tool/sunlink.py +0 -77
  175. data/ext/v8/upstream/scons/engine/SCons/Tool/swig.py +0 -186
  176. data/ext/v8/upstream/scons/engine/SCons/Tool/tar.py +0 -73
  177. data/ext/v8/upstream/scons/engine/SCons/Tool/tex.py +0 -805
  178. data/ext/v8/upstream/scons/engine/SCons/Tool/textfile.py +0 -175
  179. data/ext/v8/upstream/scons/engine/SCons/Tool/tlib.py +0 -53
  180. data/ext/v8/upstream/scons/engine/SCons/Tool/wix.py +0 -100
  181. data/ext/v8/upstream/scons/engine/SCons/Tool/yacc.py +0 -131
  182. data/ext/v8/upstream/scons/engine/SCons/Tool/zip.py +0 -100
  183. data/ext/v8/upstream/scons/engine/SCons/Util.py +0 -1645
  184. data/ext/v8/upstream/scons/engine/SCons/Variables/BoolVariable.py +0 -91
  185. data/ext/v8/upstream/scons/engine/SCons/Variables/EnumVariable.py +0 -107
  186. data/ext/v8/upstream/scons/engine/SCons/Variables/ListVariable.py +0 -139
  187. data/ext/v8/upstream/scons/engine/SCons/Variables/PackageVariable.py +0 -109
  188. data/ext/v8/upstream/scons/engine/SCons/Variables/PathVariable.py +0 -147
  189. data/ext/v8/upstream/scons/engine/SCons/Variables/__init__.py +0 -317
  190. data/ext/v8/upstream/scons/engine/SCons/Warnings.py +0 -228
  191. data/ext/v8/upstream/scons/engine/SCons/__init__.py +0 -49
  192. data/ext/v8/upstream/scons/engine/SCons/compat/__init__.py +0 -302
  193. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_UserString.py +0 -98
  194. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_hashlib.py +0 -91
  195. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_itertools.py +0 -124
  196. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_optparse.py +0 -1725
  197. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_sets.py +0 -583
  198. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_sets15.py +0 -176
  199. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_shlex.py +0 -325
  200. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_subprocess.py +0 -1296
  201. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_textwrap.py +0 -382
  202. data/ext/v8/upstream/scons/engine/SCons/compat/builtins.py +0 -187
  203. data/ext/v8/upstream/scons/engine/SCons/cpp.py +0 -598
  204. data/ext/v8/upstream/scons/engine/SCons/dblite.py +0 -248
  205. data/ext/v8/upstream/scons/engine/SCons/exitfuncs.py +0 -77
  206. data/ext/v8/upstream/scons/os_spawnv_fix.diff +0 -83
  207. data/ext/v8/upstream/scons/scons-time.1 +0 -1017
  208. data/ext/v8/upstream/scons/scons.1 +0 -15179
  209. data/ext/v8/upstream/scons/sconsign.1 +0 -208
  210. data/ext/v8/upstream/scons/script/scons +0 -184
  211. data/ext/v8/upstream/scons/script/scons-time +0 -1529
  212. data/ext/v8/upstream/scons/script/scons.bat +0 -31
  213. data/ext/v8/upstream/scons/script/sconsign +0 -508
  214. data/ext/v8/upstream/scons/setup.cfg +0 -6
  215. data/ext/v8/upstream/scons/setup.py +0 -427
  216. data/ext/v8/upstream/v8/.gitignore +0 -33
  217. data/ext/v8/upstream/v8/AUTHORS +0 -42
  218. data/ext/v8/upstream/v8/ChangeLog +0 -2663
  219. data/ext/v8/upstream/v8/LICENSE +0 -52
  220. data/ext/v8/upstream/v8/LICENSE.strongtalk +0 -29
  221. data/ext/v8/upstream/v8/LICENSE.v8 +0 -26
  222. data/ext/v8/upstream/v8/LICENSE.valgrind +0 -45
  223. data/ext/v8/upstream/v8/SConstruct +0 -1473
  224. data/ext/v8/upstream/v8/build/README.txt +0 -25
  225. data/ext/v8/upstream/v8/build/all.gyp +0 -18
  226. data/ext/v8/upstream/v8/build/armu.gypi +0 -32
  227. data/ext/v8/upstream/v8/build/common.gypi +0 -82
  228. data/ext/v8/upstream/v8/build/gyp_v8 +0 -145
  229. data/ext/v8/upstream/v8/include/v8-debug.h +0 -394
  230. data/ext/v8/upstream/v8/include/v8-preparser.h +0 -116
  231. data/ext/v8/upstream/v8/include/v8-profiler.h +0 -505
  232. data/ext/v8/upstream/v8/include/v8-testing.h +0 -104
  233. data/ext/v8/upstream/v8/include/v8.h +0 -4000
  234. data/ext/v8/upstream/v8/include/v8stdint.h +0 -53
  235. data/ext/v8/upstream/v8/preparser/SConscript +0 -38
  236. data/ext/v8/upstream/v8/preparser/preparser-process.cc +0 -169
  237. data/ext/v8/upstream/v8/src/SConscript +0 -380
  238. data/ext/v8/upstream/v8/src/accessors.cc +0 -766
  239. data/ext/v8/upstream/v8/src/accessors.h +0 -121
  240. data/ext/v8/upstream/v8/src/allocation-inl.h +0 -49
  241. data/ext/v8/upstream/v8/src/allocation.cc +0 -122
  242. data/ext/v8/upstream/v8/src/allocation.h +0 -143
  243. data/ext/v8/upstream/v8/src/api.cc +0 -5678
  244. data/ext/v8/upstream/v8/src/api.h +0 -572
  245. data/ext/v8/upstream/v8/src/apinatives.js +0 -110
  246. data/ext/v8/upstream/v8/src/apiutils.h +0 -73
  247. data/ext/v8/upstream/v8/src/arguments.h +0 -116
  248. data/ext/v8/upstream/v8/src/arm/assembler-arm-inl.h +0 -353
  249. data/ext/v8/upstream/v8/src/arm/assembler-arm.cc +0 -2877
  250. data/ext/v8/upstream/v8/src/arm/assembler-arm.h +0 -1382
  251. data/ext/v8/upstream/v8/src/arm/builtins-arm.cc +0 -1634
  252. data/ext/v8/upstream/v8/src/arm/code-stubs-arm.cc +0 -6917
  253. data/ext/v8/upstream/v8/src/arm/code-stubs-arm.h +0 -623
  254. data/ext/v8/upstream/v8/src/arm/codegen-arm-inl.h +0 -48
  255. data/ext/v8/upstream/v8/src/arm/codegen-arm.cc +0 -7437
  256. data/ext/v8/upstream/v8/src/arm/codegen-arm.h +0 -595
  257. data/ext/v8/upstream/v8/src/arm/constants-arm.cc +0 -152
  258. data/ext/v8/upstream/v8/src/arm/constants-arm.h +0 -778
  259. data/ext/v8/upstream/v8/src/arm/cpu-arm.cc +0 -149
  260. data/ext/v8/upstream/v8/src/arm/debug-arm.cc +0 -317
  261. data/ext/v8/upstream/v8/src/arm/deoptimizer-arm.cc +0 -737
  262. data/ext/v8/upstream/v8/src/arm/disasm-arm.cc +0 -1503
  263. data/ext/v8/upstream/v8/src/arm/frames-arm.cc +0 -45
  264. data/ext/v8/upstream/v8/src/arm/frames-arm.h +0 -168
  265. data/ext/v8/upstream/v8/src/arm/full-codegen-arm.cc +0 -4374
  266. data/ext/v8/upstream/v8/src/arm/ic-arm.cc +0 -1793
  267. data/ext/v8/upstream/v8/src/arm/jump-target-arm.cc +0 -174
  268. data/ext/v8/upstream/v8/src/arm/lithium-arm.cc +0 -2120
  269. data/ext/v8/upstream/v8/src/arm/lithium-arm.h +0 -2179
  270. data/ext/v8/upstream/v8/src/arm/lithium-codegen-arm.cc +0 -4132
  271. data/ext/v8/upstream/v8/src/arm/lithium-codegen-arm.h +0 -329
  272. data/ext/v8/upstream/v8/src/arm/lithium-gap-resolver-arm.cc +0 -305
  273. data/ext/v8/upstream/v8/src/arm/lithium-gap-resolver-arm.h +0 -84
  274. data/ext/v8/upstream/v8/src/arm/macro-assembler-arm.cc +0 -2939
  275. data/ext/v8/upstream/v8/src/arm/macro-assembler-arm.h +0 -1071
  276. data/ext/v8/upstream/v8/src/arm/regexp-macro-assembler-arm.cc +0 -1287
  277. data/ext/v8/upstream/v8/src/arm/regexp-macro-assembler-arm.h +0 -253
  278. data/ext/v8/upstream/v8/src/arm/register-allocator-arm-inl.h +0 -100
  279. data/ext/v8/upstream/v8/src/arm/register-allocator-arm.cc +0 -63
  280. data/ext/v8/upstream/v8/src/arm/register-allocator-arm.h +0 -44
  281. data/ext/v8/upstream/v8/src/arm/simulator-arm.cc +0 -3288
  282. data/ext/v8/upstream/v8/src/arm/simulator-arm.h +0 -413
  283. data/ext/v8/upstream/v8/src/arm/stub-cache-arm.cc +0 -4034
  284. data/ext/v8/upstream/v8/src/arm/virtual-frame-arm-inl.h +0 -59
  285. data/ext/v8/upstream/v8/src/arm/virtual-frame-arm.cc +0 -843
  286. data/ext/v8/upstream/v8/src/arm/virtual-frame-arm.h +0 -523
  287. data/ext/v8/upstream/v8/src/array.js +0 -1249
  288. data/ext/v8/upstream/v8/src/assembler.cc +0 -1067
  289. data/ext/v8/upstream/v8/src/assembler.h +0 -823
  290. data/ext/v8/upstream/v8/src/ast-inl.h +0 -112
  291. data/ext/v8/upstream/v8/src/ast.cc +0 -1078
  292. data/ext/v8/upstream/v8/src/ast.h +0 -2234
  293. data/ext/v8/upstream/v8/src/atomicops.h +0 -167
  294. data/ext/v8/upstream/v8/src/atomicops_internals_arm_gcc.h +0 -145
  295. data/ext/v8/upstream/v8/src/atomicops_internals_mips_gcc.h +0 -169
  296. data/ext/v8/upstream/v8/src/atomicops_internals_x86_gcc.cc +0 -126
  297. data/ext/v8/upstream/v8/src/atomicops_internals_x86_gcc.h +0 -287
  298. data/ext/v8/upstream/v8/src/atomicops_internals_x86_macosx.h +0 -301
  299. data/ext/v8/upstream/v8/src/atomicops_internals_x86_msvc.h +0 -203
  300. data/ext/v8/upstream/v8/src/bignum-dtoa.cc +0 -655
  301. data/ext/v8/upstream/v8/src/bignum-dtoa.h +0 -81
  302. data/ext/v8/upstream/v8/src/bignum.cc +0 -768
  303. data/ext/v8/upstream/v8/src/bignum.h +0 -140
  304. data/ext/v8/upstream/v8/src/bootstrapper.cc +0 -2138
  305. data/ext/v8/upstream/v8/src/bootstrapper.h +0 -185
  306. data/ext/v8/upstream/v8/src/builtins.cc +0 -1708
  307. data/ext/v8/upstream/v8/src/builtins.h +0 -368
  308. data/ext/v8/upstream/v8/src/bytecodes-irregexp.h +0 -105
  309. data/ext/v8/upstream/v8/src/cached-powers.cc +0 -177
  310. data/ext/v8/upstream/v8/src/cached-powers.h +0 -65
  311. data/ext/v8/upstream/v8/src/char-predicates-inl.h +0 -94
  312. data/ext/v8/upstream/v8/src/char-predicates.h +0 -65
  313. data/ext/v8/upstream/v8/src/checks.cc +0 -110
  314. data/ext/v8/upstream/v8/src/checks.h +0 -296
  315. data/ext/v8/upstream/v8/src/circular-queue-inl.h +0 -53
  316. data/ext/v8/upstream/v8/src/circular-queue.cc +0 -122
  317. data/ext/v8/upstream/v8/src/circular-queue.h +0 -103
  318. data/ext/v8/upstream/v8/src/code-stubs.cc +0 -240
  319. data/ext/v8/upstream/v8/src/code-stubs.h +0 -971
  320. data/ext/v8/upstream/v8/src/code.h +0 -68
  321. data/ext/v8/upstream/v8/src/codegen-inl.h +0 -68
  322. data/ext/v8/upstream/v8/src/codegen.cc +0 -505
  323. data/ext/v8/upstream/v8/src/codegen.h +0 -245
  324. data/ext/v8/upstream/v8/src/compilation-cache.cc +0 -540
  325. data/ext/v8/upstream/v8/src/compilation-cache.h +0 -287
  326. data/ext/v8/upstream/v8/src/compiler.cc +0 -792
  327. data/ext/v8/upstream/v8/src/compiler.h +0 -307
  328. data/ext/v8/upstream/v8/src/contexts.cc +0 -327
  329. data/ext/v8/upstream/v8/src/contexts.h +0 -382
  330. data/ext/v8/upstream/v8/src/conversions-inl.h +0 -110
  331. data/ext/v8/upstream/v8/src/conversions.cc +0 -1125
  332. data/ext/v8/upstream/v8/src/conversions.h +0 -122
  333. data/ext/v8/upstream/v8/src/counters.cc +0 -93
  334. data/ext/v8/upstream/v8/src/counters.h +0 -254
  335. data/ext/v8/upstream/v8/src/cpu-profiler-inl.h +0 -101
  336. data/ext/v8/upstream/v8/src/cpu-profiler.cc +0 -606
  337. data/ext/v8/upstream/v8/src/cpu-profiler.h +0 -305
  338. data/ext/v8/upstream/v8/src/cpu.h +0 -67
  339. data/ext/v8/upstream/v8/src/d8-debug.cc +0 -367
  340. data/ext/v8/upstream/v8/src/d8-debug.h +0 -158
  341. data/ext/v8/upstream/v8/src/d8-posix.cc +0 -695
  342. data/ext/v8/upstream/v8/src/d8-readline.cc +0 -128
  343. data/ext/v8/upstream/v8/src/d8-windows.cc +0 -42
  344. data/ext/v8/upstream/v8/src/d8.cc +0 -796
  345. data/ext/v8/upstream/v8/src/d8.gyp +0 -88
  346. data/ext/v8/upstream/v8/src/d8.h +0 -231
  347. data/ext/v8/upstream/v8/src/d8.js +0 -2798
  348. data/ext/v8/upstream/v8/src/data-flow.cc +0 -545
  349. data/ext/v8/upstream/v8/src/data-flow.h +0 -379
  350. data/ext/v8/upstream/v8/src/date.js +0 -1103
  351. data/ext/v8/upstream/v8/src/dateparser-inl.h +0 -125
  352. data/ext/v8/upstream/v8/src/dateparser.cc +0 -178
  353. data/ext/v8/upstream/v8/src/dateparser.h +0 -265
  354. data/ext/v8/upstream/v8/src/debug-agent.cc +0 -447
  355. data/ext/v8/upstream/v8/src/debug-agent.h +0 -129
  356. data/ext/v8/upstream/v8/src/debug-debugger.js +0 -2569
  357. data/ext/v8/upstream/v8/src/debug.cc +0 -3188
  358. data/ext/v8/upstream/v8/src/debug.h +0 -1055
  359. data/ext/v8/upstream/v8/src/deoptimizer.cc +0 -1296
  360. data/ext/v8/upstream/v8/src/deoptimizer.h +0 -629
  361. data/ext/v8/upstream/v8/src/disasm.h +0 -80
  362. data/ext/v8/upstream/v8/src/disassembler.cc +0 -339
  363. data/ext/v8/upstream/v8/src/disassembler.h +0 -56
  364. data/ext/v8/upstream/v8/src/diy-fp.cc +0 -58
  365. data/ext/v8/upstream/v8/src/diy-fp.h +0 -117
  366. data/ext/v8/upstream/v8/src/double.h +0 -238
  367. data/ext/v8/upstream/v8/src/dtoa.cc +0 -103
  368. data/ext/v8/upstream/v8/src/dtoa.h +0 -85
  369. data/ext/v8/upstream/v8/src/execution.cc +0 -791
  370. data/ext/v8/upstream/v8/src/execution.h +0 -291
  371. data/ext/v8/upstream/v8/src/extensions/experimental/break-iterator.cc +0 -250
  372. data/ext/v8/upstream/v8/src/extensions/experimental/break-iterator.h +0 -89
  373. data/ext/v8/upstream/v8/src/extensions/experimental/experimental.gyp +0 -55
  374. data/ext/v8/upstream/v8/src/extensions/experimental/i18n-extension.cc +0 -284
  375. data/ext/v8/upstream/v8/src/extensions/experimental/i18n-extension.h +0 -64
  376. data/ext/v8/upstream/v8/src/extensions/externalize-string-extension.cc +0 -141
  377. data/ext/v8/upstream/v8/src/extensions/externalize-string-extension.h +0 -50
  378. data/ext/v8/upstream/v8/src/extensions/gc-extension.cc +0 -58
  379. data/ext/v8/upstream/v8/src/extensions/gc-extension.h +0 -49
  380. data/ext/v8/upstream/v8/src/factory.cc +0 -1194
  381. data/ext/v8/upstream/v8/src/factory.h +0 -436
  382. data/ext/v8/upstream/v8/src/fast-dtoa.cc +0 -736
  383. data/ext/v8/upstream/v8/src/fast-dtoa.h +0 -83
  384. data/ext/v8/upstream/v8/src/fixed-dtoa.cc +0 -405
  385. data/ext/v8/upstream/v8/src/fixed-dtoa.h +0 -55
  386. data/ext/v8/upstream/v8/src/flag-definitions.h +0 -556
  387. data/ext/v8/upstream/v8/src/flags.cc +0 -551
  388. data/ext/v8/upstream/v8/src/flags.h +0 -79
  389. data/ext/v8/upstream/v8/src/frame-element.cc +0 -37
  390. data/ext/v8/upstream/v8/src/frame-element.h +0 -269
  391. data/ext/v8/upstream/v8/src/frames-inl.h +0 -236
  392. data/ext/v8/upstream/v8/src/frames.cc +0 -1273
  393. data/ext/v8/upstream/v8/src/frames.h +0 -854
  394. data/ext/v8/upstream/v8/src/full-codegen.cc +0 -1385
  395. data/ext/v8/upstream/v8/src/full-codegen.h +0 -753
  396. data/ext/v8/upstream/v8/src/func-name-inferrer.cc +0 -91
  397. data/ext/v8/upstream/v8/src/func-name-inferrer.h +0 -111
  398. data/ext/v8/upstream/v8/src/gdb-jit.cc +0 -1548
  399. data/ext/v8/upstream/v8/src/gdb-jit.h +0 -138
  400. data/ext/v8/upstream/v8/src/global-handles.cc +0 -596
  401. data/ext/v8/upstream/v8/src/global-handles.h +0 -239
  402. data/ext/v8/upstream/v8/src/globals.h +0 -325
  403. data/ext/v8/upstream/v8/src/handles-inl.h +0 -177
  404. data/ext/v8/upstream/v8/src/handles.cc +0 -965
  405. data/ext/v8/upstream/v8/src/handles.h +0 -372
  406. data/ext/v8/upstream/v8/src/hashmap.cc +0 -230
  407. data/ext/v8/upstream/v8/src/hashmap.h +0 -121
  408. data/ext/v8/upstream/v8/src/heap-inl.h +0 -703
  409. data/ext/v8/upstream/v8/src/heap-profiler.cc +0 -1173
  410. data/ext/v8/upstream/v8/src/heap-profiler.h +0 -396
  411. data/ext/v8/upstream/v8/src/heap.cc +0 -5856
  412. data/ext/v8/upstream/v8/src/heap.h +0 -2264
  413. data/ext/v8/upstream/v8/src/hydrogen-instructions.cc +0 -1639
  414. data/ext/v8/upstream/v8/src/hydrogen-instructions.h +0 -3657
  415. data/ext/v8/upstream/v8/src/hydrogen.cc +0 -6011
  416. data/ext/v8/upstream/v8/src/hydrogen.h +0 -1137
  417. data/ext/v8/upstream/v8/src/ia32/assembler-ia32-inl.h +0 -430
  418. data/ext/v8/upstream/v8/src/ia32/assembler-ia32.cc +0 -2846
  419. data/ext/v8/upstream/v8/src/ia32/assembler-ia32.h +0 -1159
  420. data/ext/v8/upstream/v8/src/ia32/builtins-ia32.cc +0 -1596
  421. data/ext/v8/upstream/v8/src/ia32/code-stubs-ia32.cc +0 -6549
  422. data/ext/v8/upstream/v8/src/ia32/code-stubs-ia32.h +0 -495
  423. data/ext/v8/upstream/v8/src/ia32/codegen-ia32-inl.h +0 -46
  424. data/ext/v8/upstream/v8/src/ia32/codegen-ia32.cc +0 -10385
  425. data/ext/v8/upstream/v8/src/ia32/codegen-ia32.h +0 -801
  426. data/ext/v8/upstream/v8/src/ia32/cpu-ia32.cc +0 -88
  427. data/ext/v8/upstream/v8/src/ia32/debug-ia32.cc +0 -312
  428. data/ext/v8/upstream/v8/src/ia32/deoptimizer-ia32.cc +0 -774
  429. data/ext/v8/upstream/v8/src/ia32/disasm-ia32.cc +0 -1620
  430. data/ext/v8/upstream/v8/src/ia32/frames-ia32.cc +0 -45
  431. data/ext/v8/upstream/v8/src/ia32/frames-ia32.h +0 -140
  432. data/ext/v8/upstream/v8/src/ia32/full-codegen-ia32.cc +0 -4357
  433. data/ext/v8/upstream/v8/src/ia32/ic-ia32.cc +0 -1779
  434. data/ext/v8/upstream/v8/src/ia32/jump-target-ia32.cc +0 -437
  435. data/ext/v8/upstream/v8/src/ia32/lithium-codegen-ia32.cc +0 -4158
  436. data/ext/v8/upstream/v8/src/ia32/lithium-codegen-ia32.h +0 -318
  437. data/ext/v8/upstream/v8/src/ia32/lithium-gap-resolver-ia32.cc +0 -466
  438. data/ext/v8/upstream/v8/src/ia32/lithium-gap-resolver-ia32.h +0 -110
  439. data/ext/v8/upstream/v8/src/ia32/lithium-ia32.cc +0 -2181
  440. data/ext/v8/upstream/v8/src/ia32/lithium-ia32.h +0 -2235
  441. data/ext/v8/upstream/v8/src/ia32/macro-assembler-ia32.cc +0 -2056
  442. data/ext/v8/upstream/v8/src/ia32/macro-assembler-ia32.h +0 -807
  443. data/ext/v8/upstream/v8/src/ia32/regexp-macro-assembler-ia32.cc +0 -1264
  444. data/ext/v8/upstream/v8/src/ia32/regexp-macro-assembler-ia32.h +0 -216
  445. data/ext/v8/upstream/v8/src/ia32/register-allocator-ia32-inl.h +0 -82
  446. data/ext/v8/upstream/v8/src/ia32/register-allocator-ia32.cc +0 -157
  447. data/ext/v8/upstream/v8/src/ia32/register-allocator-ia32.h +0 -43
  448. data/ext/v8/upstream/v8/src/ia32/simulator-ia32.cc +0 -30
  449. data/ext/v8/upstream/v8/src/ia32/simulator-ia32.h +0 -72
  450. data/ext/v8/upstream/v8/src/ia32/stub-cache-ia32.cc +0 -3711
  451. data/ext/v8/upstream/v8/src/ia32/virtual-frame-ia32.cc +0 -1366
  452. data/ext/v8/upstream/v8/src/ia32/virtual-frame-ia32.h +0 -650
  453. data/ext/v8/upstream/v8/src/ic-inl.h +0 -130
  454. data/ext/v8/upstream/v8/src/ic.cc +0 -2389
  455. data/ext/v8/upstream/v8/src/ic.h +0 -675
  456. data/ext/v8/upstream/v8/src/inspector.cc +0 -63
  457. data/ext/v8/upstream/v8/src/inspector.h +0 -62
  458. data/ext/v8/upstream/v8/src/interpreter-irregexp.cc +0 -659
  459. data/ext/v8/upstream/v8/src/interpreter-irregexp.h +0 -49
  460. data/ext/v8/upstream/v8/src/isolate.cc +0 -883
  461. data/ext/v8/upstream/v8/src/isolate.h +0 -1306
  462. data/ext/v8/upstream/v8/src/json.js +0 -342
  463. data/ext/v8/upstream/v8/src/jsregexp.cc +0 -5371
  464. data/ext/v8/upstream/v8/src/jsregexp.h +0 -1483
  465. data/ext/v8/upstream/v8/src/jump-target-heavy-inl.h +0 -51
  466. data/ext/v8/upstream/v8/src/jump-target-heavy.cc +0 -427
  467. data/ext/v8/upstream/v8/src/jump-target-heavy.h +0 -238
  468. data/ext/v8/upstream/v8/src/jump-target-inl.h +0 -48
  469. data/ext/v8/upstream/v8/src/jump-target-light-inl.h +0 -56
  470. data/ext/v8/upstream/v8/src/jump-target-light.cc +0 -111
  471. data/ext/v8/upstream/v8/src/jump-target-light.h +0 -193
  472. data/ext/v8/upstream/v8/src/jump-target.cc +0 -91
  473. data/ext/v8/upstream/v8/src/jump-target.h +0 -90
  474. data/ext/v8/upstream/v8/src/list-inl.h +0 -206
  475. data/ext/v8/upstream/v8/src/list.h +0 -164
  476. data/ext/v8/upstream/v8/src/lithium-allocator-inl.h +0 -142
  477. data/ext/v8/upstream/v8/src/lithium-allocator.cc +0 -2105
  478. data/ext/v8/upstream/v8/src/lithium-allocator.h +0 -630
  479. data/ext/v8/upstream/v8/src/lithium.cc +0 -169
  480. data/ext/v8/upstream/v8/src/lithium.h +0 -592
  481. data/ext/v8/upstream/v8/src/liveedit-debugger.js +0 -1082
  482. data/ext/v8/upstream/v8/src/liveedit.cc +0 -1693
  483. data/ext/v8/upstream/v8/src/liveedit.h +0 -179
  484. data/ext/v8/upstream/v8/src/liveobjectlist-inl.h +0 -126
  485. data/ext/v8/upstream/v8/src/liveobjectlist.cc +0 -2589
  486. data/ext/v8/upstream/v8/src/liveobjectlist.h +0 -322
  487. data/ext/v8/upstream/v8/src/log-inl.h +0 -59
  488. data/ext/v8/upstream/v8/src/log-utils.cc +0 -423
  489. data/ext/v8/upstream/v8/src/log-utils.h +0 -229
  490. data/ext/v8/upstream/v8/src/log.cc +0 -1666
  491. data/ext/v8/upstream/v8/src/log.h +0 -446
  492. data/ext/v8/upstream/v8/src/macro-assembler.h +0 -120
  493. data/ext/v8/upstream/v8/src/macros.py +0 -178
  494. data/ext/v8/upstream/v8/src/mark-compact.cc +0 -3092
  495. data/ext/v8/upstream/v8/src/mark-compact.h +0 -506
  496. data/ext/v8/upstream/v8/src/math.js +0 -264
  497. data/ext/v8/upstream/v8/src/messages.cc +0 -166
  498. data/ext/v8/upstream/v8/src/messages.h +0 -114
  499. data/ext/v8/upstream/v8/src/messages.js +0 -1090
  500. data/ext/v8/upstream/v8/src/mips/assembler-mips-inl.h +0 -335
  501. data/ext/v8/upstream/v8/src/mips/assembler-mips.cc +0 -2093
  502. data/ext/v8/upstream/v8/src/mips/assembler-mips.h +0 -1066
  503. data/ext/v8/upstream/v8/src/mips/builtins-mips.cc +0 -148
  504. data/ext/v8/upstream/v8/src/mips/code-stubs-mips.cc +0 -752
  505. data/ext/v8/upstream/v8/src/mips/code-stubs-mips.h +0 -511
  506. data/ext/v8/upstream/v8/src/mips/codegen-mips-inl.h +0 -64
  507. data/ext/v8/upstream/v8/src/mips/codegen-mips.cc +0 -1213
  508. data/ext/v8/upstream/v8/src/mips/codegen-mips.h +0 -633
  509. data/ext/v8/upstream/v8/src/mips/constants-mips.cc +0 -352
  510. data/ext/v8/upstream/v8/src/mips/constants-mips.h +0 -723
  511. data/ext/v8/upstream/v8/src/mips/cpu-mips.cc +0 -90
  512. data/ext/v8/upstream/v8/src/mips/debug-mips.cc +0 -155
  513. data/ext/v8/upstream/v8/src/mips/deoptimizer-mips.cc +0 -91
  514. data/ext/v8/upstream/v8/src/mips/disasm-mips.cc +0 -1023
  515. data/ext/v8/upstream/v8/src/mips/frames-mips.cc +0 -48
  516. data/ext/v8/upstream/v8/src/mips/frames-mips.h +0 -179
  517. data/ext/v8/upstream/v8/src/mips/full-codegen-mips.cc +0 -727
  518. data/ext/v8/upstream/v8/src/mips/ic-mips.cc +0 -244
  519. data/ext/v8/upstream/v8/src/mips/jump-target-mips.cc +0 -80
  520. data/ext/v8/upstream/v8/src/mips/lithium-codegen-mips.h +0 -65
  521. data/ext/v8/upstream/v8/src/mips/lithium-mips.h +0 -304
  522. data/ext/v8/upstream/v8/src/mips/macro-assembler-mips.cc +0 -3327
  523. data/ext/v8/upstream/v8/src/mips/macro-assembler-mips.h +0 -1058
  524. data/ext/v8/upstream/v8/src/mips/regexp-macro-assembler-mips.cc +0 -478
  525. data/ext/v8/upstream/v8/src/mips/regexp-macro-assembler-mips.h +0 -250
  526. data/ext/v8/upstream/v8/src/mips/register-allocator-mips-inl.h +0 -134
  527. data/ext/v8/upstream/v8/src/mips/register-allocator-mips.cc +0 -63
  528. data/ext/v8/upstream/v8/src/mips/register-allocator-mips.h +0 -47
  529. data/ext/v8/upstream/v8/src/mips/simulator-mips.cc +0 -2438
  530. data/ext/v8/upstream/v8/src/mips/simulator-mips.h +0 -394
  531. data/ext/v8/upstream/v8/src/mips/stub-cache-mips.cc +0 -601
  532. data/ext/v8/upstream/v8/src/mips/virtual-frame-mips-inl.h +0 -58
  533. data/ext/v8/upstream/v8/src/mips/virtual-frame-mips.cc +0 -307
  534. data/ext/v8/upstream/v8/src/mips/virtual-frame-mips.h +0 -530
  535. data/ext/v8/upstream/v8/src/mirror-debugger.js +0 -2381
  536. data/ext/v8/upstream/v8/src/mksnapshot.cc +0 -256
  537. data/ext/v8/upstream/v8/src/natives.h +0 -63
  538. data/ext/v8/upstream/v8/src/objects-debug.cc +0 -722
  539. data/ext/v8/upstream/v8/src/objects-inl.h +0 -4166
  540. data/ext/v8/upstream/v8/src/objects-printer.cc +0 -801
  541. data/ext/v8/upstream/v8/src/objects-visiting.cc +0 -142
  542. data/ext/v8/upstream/v8/src/objects-visiting.h +0 -422
  543. data/ext/v8/upstream/v8/src/objects.cc +0 -10296
  544. data/ext/v8/upstream/v8/src/objects.h +0 -6662
  545. data/ext/v8/upstream/v8/src/parser.cc +0 -5168
  546. data/ext/v8/upstream/v8/src/parser.h +0 -823
  547. data/ext/v8/upstream/v8/src/platform-cygwin.cc +0 -811
  548. data/ext/v8/upstream/v8/src/platform-freebsd.cc +0 -854
  549. data/ext/v8/upstream/v8/src/platform-linux.cc +0 -1120
  550. data/ext/v8/upstream/v8/src/platform-macos.cc +0 -865
  551. data/ext/v8/upstream/v8/src/platform-nullos.cc +0 -504
  552. data/ext/v8/upstream/v8/src/platform-openbsd.cc +0 -672
  553. data/ext/v8/upstream/v8/src/platform-posix.cc +0 -424
  554. data/ext/v8/upstream/v8/src/platform-solaris.cc +0 -796
  555. data/ext/v8/upstream/v8/src/platform-tls-mac.h +0 -62
  556. data/ext/v8/upstream/v8/src/platform-tls-win32.h +0 -62
  557. data/ext/v8/upstream/v8/src/platform-tls.h +0 -50
  558. data/ext/v8/upstream/v8/src/platform-win32.cc +0 -2072
  559. data/ext/v8/upstream/v8/src/platform.h +0 -693
  560. data/ext/v8/upstream/v8/src/preparse-data.cc +0 -185
  561. data/ext/v8/upstream/v8/src/preparse-data.h +0 -249
  562. data/ext/v8/upstream/v8/src/preparser-api.cc +0 -219
  563. data/ext/v8/upstream/v8/src/preparser.cc +0 -1205
  564. data/ext/v8/upstream/v8/src/preparser.h +0 -278
  565. data/ext/v8/upstream/v8/src/prettyprinter.cc +0 -1530
  566. data/ext/v8/upstream/v8/src/prettyprinter.h +0 -223
  567. data/ext/v8/upstream/v8/src/profile-generator-inl.h +0 -128
  568. data/ext/v8/upstream/v8/src/profile-generator.cc +0 -3095
  569. data/ext/v8/upstream/v8/src/profile-generator.h +0 -1125
  570. data/ext/v8/upstream/v8/src/property.cc +0 -102
  571. data/ext/v8/upstream/v8/src/property.h +0 -348
  572. data/ext/v8/upstream/v8/src/regexp-macro-assembler-irregexp-inl.h +0 -78
  573. data/ext/v8/upstream/v8/src/regexp-macro-assembler-irregexp.cc +0 -470
  574. data/ext/v8/upstream/v8/src/regexp-macro-assembler-irregexp.h +0 -142
  575. data/ext/v8/upstream/v8/src/regexp-macro-assembler-tracer.cc +0 -373
  576. data/ext/v8/upstream/v8/src/regexp-macro-assembler-tracer.h +0 -104
  577. data/ext/v8/upstream/v8/src/regexp-macro-assembler.cc +0 -266
  578. data/ext/v8/upstream/v8/src/regexp-macro-assembler.h +0 -236
  579. data/ext/v8/upstream/v8/src/regexp-stack.cc +0 -111
  580. data/ext/v8/upstream/v8/src/regexp-stack.h +0 -147
  581. data/ext/v8/upstream/v8/src/regexp.js +0 -483
  582. data/ext/v8/upstream/v8/src/register-allocator-inl.h +0 -141
  583. data/ext/v8/upstream/v8/src/register-allocator.cc +0 -98
  584. data/ext/v8/upstream/v8/src/register-allocator.h +0 -310
  585. data/ext/v8/upstream/v8/src/rewriter.cc +0 -1024
  586. data/ext/v8/upstream/v8/src/rewriter.h +0 -59
  587. data/ext/v8/upstream/v8/src/runtime-profiler.cc +0 -478
  588. data/ext/v8/upstream/v8/src/runtime-profiler.h +0 -192
  589. data/ext/v8/upstream/v8/src/runtime.cc +0 -11949
  590. data/ext/v8/upstream/v8/src/runtime.h +0 -643
  591. data/ext/v8/upstream/v8/src/runtime.js +0 -643
  592. data/ext/v8/upstream/v8/src/safepoint-table.cc +0 -256
  593. data/ext/v8/upstream/v8/src/safepoint-table.h +0 -269
  594. data/ext/v8/upstream/v8/src/scanner-base.cc +0 -964
  595. data/ext/v8/upstream/v8/src/scanner-base.h +0 -664
  596. data/ext/v8/upstream/v8/src/scanner.cc +0 -584
  597. data/ext/v8/upstream/v8/src/scanner.h +0 -196
  598. data/ext/v8/upstream/v8/src/scopeinfo.cc +0 -631
  599. data/ext/v8/upstream/v8/src/scopeinfo.h +0 -249
  600. data/ext/v8/upstream/v8/src/scopes.cc +0 -1093
  601. data/ext/v8/upstream/v8/src/scopes.h +0 -508
  602. data/ext/v8/upstream/v8/src/serialize.cc +0 -1574
  603. data/ext/v8/upstream/v8/src/serialize.h +0 -589
  604. data/ext/v8/upstream/v8/src/shell.h +0 -55
  605. data/ext/v8/upstream/v8/src/simulator.h +0 -43
  606. data/ext/v8/upstream/v8/src/small-pointer-list.h +0 -163
  607. data/ext/v8/upstream/v8/src/smart-pointer.h +0 -109
  608. data/ext/v8/upstream/v8/src/snapshot-common.cc +0 -82
  609. data/ext/v8/upstream/v8/src/snapshot-empty.cc +0 -50
  610. data/ext/v8/upstream/v8/src/snapshot.h +0 -73
  611. data/ext/v8/upstream/v8/src/spaces-inl.h +0 -529
  612. data/ext/v8/upstream/v8/src/spaces.cc +0 -3147
  613. data/ext/v8/upstream/v8/src/spaces.h +0 -2368
  614. data/ext/v8/upstream/v8/src/splay-tree-inl.h +0 -310
  615. data/ext/v8/upstream/v8/src/splay-tree.h +0 -203
  616. data/ext/v8/upstream/v8/src/string-search.cc +0 -41
  617. data/ext/v8/upstream/v8/src/string-search.h +0 -568
  618. data/ext/v8/upstream/v8/src/string-stream.cc +0 -592
  619. data/ext/v8/upstream/v8/src/string-stream.h +0 -191
  620. data/ext/v8/upstream/v8/src/string.js +0 -915
  621. data/ext/v8/upstream/v8/src/strtod.cc +0 -440
  622. data/ext/v8/upstream/v8/src/strtod.h +0 -40
  623. data/ext/v8/upstream/v8/src/stub-cache.cc +0 -1940
  624. data/ext/v8/upstream/v8/src/stub-cache.h +0 -866
  625. data/ext/v8/upstream/v8/src/third_party/valgrind/valgrind.h +0 -3925
  626. data/ext/v8/upstream/v8/src/token.cc +0 -63
  627. data/ext/v8/upstream/v8/src/token.h +0 -288
  628. data/ext/v8/upstream/v8/src/top.cc +0 -983
  629. data/ext/v8/upstream/v8/src/type-info.cc +0 -472
  630. data/ext/v8/upstream/v8/src/type-info.h +0 -290
  631. data/ext/v8/upstream/v8/src/unbound-queue-inl.h +0 -95
  632. data/ext/v8/upstream/v8/src/unbound-queue.h +0 -67
  633. data/ext/v8/upstream/v8/src/unicode-inl.h +0 -238
  634. data/ext/v8/upstream/v8/src/unicode.cc +0 -1624
  635. data/ext/v8/upstream/v8/src/unicode.h +0 -280
  636. data/ext/v8/upstream/v8/src/uri.js +0 -402
  637. data/ext/v8/upstream/v8/src/utils.cc +0 -371
  638. data/ext/v8/upstream/v8/src/utils.h +0 -796
  639. data/ext/v8/upstream/v8/src/v8-counters.cc +0 -62
  640. data/ext/v8/upstream/v8/src/v8-counters.h +0 -311
  641. data/ext/v8/upstream/v8/src/v8.cc +0 -215
  642. data/ext/v8/upstream/v8/src/v8.h +0 -130
  643. data/ext/v8/upstream/v8/src/v8checks.h +0 -64
  644. data/ext/v8/upstream/v8/src/v8dll-main.cc +0 -39
  645. data/ext/v8/upstream/v8/src/v8globals.h +0 -486
  646. data/ext/v8/upstream/v8/src/v8memory.h +0 -82
  647. data/ext/v8/upstream/v8/src/v8natives.js +0 -1293
  648. data/ext/v8/upstream/v8/src/v8preparserdll-main.cc +0 -39
  649. data/ext/v8/upstream/v8/src/v8threads.cc +0 -453
  650. data/ext/v8/upstream/v8/src/v8threads.h +0 -164
  651. data/ext/v8/upstream/v8/src/v8utils.h +0 -317
  652. data/ext/v8/upstream/v8/src/variables.cc +0 -132
  653. data/ext/v8/upstream/v8/src/variables.h +0 -212
  654. data/ext/v8/upstream/v8/src/version.cc +0 -116
  655. data/ext/v8/upstream/v8/src/version.h +0 -68
  656. data/ext/v8/upstream/v8/src/virtual-frame-heavy-inl.h +0 -190
  657. data/ext/v8/upstream/v8/src/virtual-frame-heavy.cc +0 -312
  658. data/ext/v8/upstream/v8/src/virtual-frame-inl.h +0 -39
  659. data/ext/v8/upstream/v8/src/virtual-frame-light-inl.h +0 -171
  660. data/ext/v8/upstream/v8/src/virtual-frame-light.cc +0 -52
  661. data/ext/v8/upstream/v8/src/virtual-frame.cc +0 -49
  662. data/ext/v8/upstream/v8/src/virtual-frame.h +0 -59
  663. data/ext/v8/upstream/v8/src/vm-state-inl.h +0 -138
  664. data/ext/v8/upstream/v8/src/vm-state.h +0 -70
  665. data/ext/v8/upstream/v8/src/win32-headers.h +0 -96
  666. data/ext/v8/upstream/v8/src/x64/assembler-x64-inl.h +0 -456
  667. data/ext/v8/upstream/v8/src/x64/assembler-x64.cc +0 -2954
  668. data/ext/v8/upstream/v8/src/x64/assembler-x64.h +0 -1630
  669. data/ext/v8/upstream/v8/src/x64/builtins-x64.cc +0 -1493
  670. data/ext/v8/upstream/v8/src/x64/code-stubs-x64.cc +0 -5132
  671. data/ext/v8/upstream/v8/src/x64/code-stubs-x64.h +0 -477
  672. data/ext/v8/upstream/v8/src/x64/codegen-x64-inl.h +0 -46
  673. data/ext/v8/upstream/v8/src/x64/codegen-x64.cc +0 -8843
  674. data/ext/v8/upstream/v8/src/x64/codegen-x64.h +0 -753
  675. data/ext/v8/upstream/v8/src/x64/cpu-x64.cc +0 -88
  676. data/ext/v8/upstream/v8/src/x64/debug-x64.cc +0 -318
  677. data/ext/v8/upstream/v8/src/x64/deoptimizer-x64.cc +0 -815
  678. data/ext/v8/upstream/v8/src/x64/disasm-x64.cc +0 -1752
  679. data/ext/v8/upstream/v8/src/x64/frames-x64.cc +0 -45
  680. data/ext/v8/upstream/v8/src/x64/frames-x64.h +0 -130
  681. data/ext/v8/upstream/v8/src/x64/full-codegen-x64.cc +0 -4339
  682. data/ext/v8/upstream/v8/src/x64/ic-x64.cc +0 -1752
  683. data/ext/v8/upstream/v8/src/x64/jump-target-x64.cc +0 -437
  684. data/ext/v8/upstream/v8/src/x64/lithium-codegen-x64.cc +0 -3970
  685. data/ext/v8/upstream/v8/src/x64/lithium-codegen-x64.h +0 -318
  686. data/ext/v8/upstream/v8/src/x64/lithium-gap-resolver-x64.cc +0 -320
  687. data/ext/v8/upstream/v8/src/x64/lithium-gap-resolver-x64.h +0 -74
  688. data/ext/v8/upstream/v8/src/x64/lithium-x64.cc +0 -2115
  689. data/ext/v8/upstream/v8/src/x64/lithium-x64.h +0 -2161
  690. data/ext/v8/upstream/v8/src/x64/macro-assembler-x64.cc +0 -2911
  691. data/ext/v8/upstream/v8/src/x64/macro-assembler-x64.h +0 -1984
  692. data/ext/v8/upstream/v8/src/x64/regexp-macro-assembler-x64.cc +0 -1398
  693. data/ext/v8/upstream/v8/src/x64/regexp-macro-assembler-x64.h +0 -282
  694. data/ext/v8/upstream/v8/src/x64/register-allocator-x64-inl.h +0 -87
  695. data/ext/v8/upstream/v8/src/x64/register-allocator-x64.cc +0 -95
  696. data/ext/v8/upstream/v8/src/x64/register-allocator-x64.h +0 -43
  697. data/ext/v8/upstream/v8/src/x64/simulator-x64.cc +0 -27
  698. data/ext/v8/upstream/v8/src/x64/simulator-x64.h +0 -71
  699. data/ext/v8/upstream/v8/src/x64/stub-cache-x64.cc +0 -3460
  700. data/ext/v8/upstream/v8/src/x64/virtual-frame-x64.cc +0 -1296
  701. data/ext/v8/upstream/v8/src/x64/virtual-frame-x64.h +0 -597
  702. data/ext/v8/upstream/v8/src/zone-inl.h +0 -129
  703. data/ext/v8/upstream/v8/src/zone.cc +0 -196
  704. data/ext/v8/upstream/v8/src/zone.h +0 -236
  705. data/ext/v8/upstream/v8/tools/codemap.js +0 -265
  706. data/ext/v8/upstream/v8/tools/consarray.js +0 -93
  707. data/ext/v8/upstream/v8/tools/csvparser.js +0 -78
  708. data/ext/v8/upstream/v8/tools/disasm.py +0 -92
  709. data/ext/v8/upstream/v8/tools/freebsd-tick-processor +0 -10
  710. data/ext/v8/upstream/v8/tools/gc-nvp-trace-processor.py +0 -328
  711. data/ext/v8/upstream/v8/tools/generate-ten-powers.scm +0 -286
  712. data/ext/v8/upstream/v8/tools/grokdump.py +0 -840
  713. data/ext/v8/upstream/v8/tools/gyp/v8.gyp +0 -844
  714. data/ext/v8/upstream/v8/tools/js2c.py +0 -380
  715. data/ext/v8/upstream/v8/tools/jsmin.py +0 -280
  716. data/ext/v8/upstream/v8/tools/linux-tick-processor +0 -35
  717. data/ext/v8/upstream/v8/tools/ll_prof.py +0 -919
  718. data/ext/v8/upstream/v8/tools/logreader.js +0 -185
  719. data/ext/v8/upstream/v8/tools/mac-nm +0 -18
  720. data/ext/v8/upstream/v8/tools/mac-tick-processor +0 -6
  721. data/ext/v8/upstream/v8/tools/oom_dump/README +0 -31
  722. data/ext/v8/upstream/v8/tools/oom_dump/SConstruct +0 -42
  723. data/ext/v8/upstream/v8/tools/oom_dump/oom_dump.cc +0 -288
  724. data/ext/v8/upstream/v8/tools/presubmit.py +0 -305
  725. data/ext/v8/upstream/v8/tools/process-heap-prof.py +0 -120
  726. data/ext/v8/upstream/v8/tools/profile.js +0 -751
  727. data/ext/v8/upstream/v8/tools/profile_view.js +0 -219
  728. data/ext/v8/upstream/v8/tools/run-valgrind.py +0 -77
  729. data/ext/v8/upstream/v8/tools/splaytree.js +0 -316
  730. data/ext/v8/upstream/v8/tools/stats-viewer.py +0 -468
  731. data/ext/v8/upstream/v8/tools/test.py +0 -1490
  732. data/ext/v8/upstream/v8/tools/tickprocessor-driver.js +0 -59
  733. data/ext/v8/upstream/v8/tools/tickprocessor.js +0 -877
  734. data/ext/v8/upstream/v8/tools/utils.py +0 -96
  735. data/ext/v8/upstream/v8/tools/visual_studio/README.txt +0 -70
  736. data/ext/v8/upstream/v8/tools/visual_studio/arm.vsprops +0 -14
  737. data/ext/v8/upstream/v8/tools/visual_studio/common.vsprops +0 -34
  738. data/ext/v8/upstream/v8/tools/visual_studio/d8.vcproj +0 -193
  739. data/ext/v8/upstream/v8/tools/visual_studio/d8_arm.vcproj +0 -193
  740. data/ext/v8/upstream/v8/tools/visual_studio/d8_x64.vcproj +0 -209
  741. data/ext/v8/upstream/v8/tools/visual_studio/d8js2c.cmd +0 -6
  742. data/ext/v8/upstream/v8/tools/visual_studio/debug.vsprops +0 -17
  743. data/ext/v8/upstream/v8/tools/visual_studio/ia32.vsprops +0 -17
  744. data/ext/v8/upstream/v8/tools/visual_studio/js2c.cmd +0 -6
  745. data/ext/v8/upstream/v8/tools/visual_studio/release.vsprops +0 -24
  746. data/ext/v8/upstream/v8/tools/visual_studio/v8.sln +0 -101
  747. data/ext/v8/upstream/v8/tools/visual_studio/v8.vcproj +0 -227
  748. data/ext/v8/upstream/v8/tools/visual_studio/v8_arm.sln +0 -74
  749. data/ext/v8/upstream/v8/tools/visual_studio/v8_arm.vcproj +0 -227
  750. data/ext/v8/upstream/v8/tools/visual_studio/v8_base.vcproj +0 -1308
  751. data/ext/v8/upstream/v8/tools/visual_studio/v8_base_arm.vcproj +0 -1238
  752. data/ext/v8/upstream/v8/tools/visual_studio/v8_base_x64.vcproj +0 -1300
  753. data/ext/v8/upstream/v8/tools/visual_studio/v8_cctest.vcproj +0 -265
  754. data/ext/v8/upstream/v8/tools/visual_studio/v8_cctest_arm.vcproj +0 -249
  755. data/ext/v8/upstream/v8/tools/visual_studio/v8_cctest_x64.vcproj +0 -257
  756. data/ext/v8/upstream/v8/tools/visual_studio/v8_mksnapshot.vcproj +0 -145
  757. data/ext/v8/upstream/v8/tools/visual_studio/v8_mksnapshot_x64.vcproj +0 -145
  758. data/ext/v8/upstream/v8/tools/visual_studio/v8_process_sample.vcproj +0 -145
  759. data/ext/v8/upstream/v8/tools/visual_studio/v8_process_sample_arm.vcproj +0 -145
  760. data/ext/v8/upstream/v8/tools/visual_studio/v8_process_sample_x64.vcproj +0 -161
  761. data/ext/v8/upstream/v8/tools/visual_studio/v8_shell_sample.vcproj +0 -147
  762. data/ext/v8/upstream/v8/tools/visual_studio/v8_shell_sample_arm.vcproj +0 -147
  763. data/ext/v8/upstream/v8/tools/visual_studio/v8_shell_sample_x64.vcproj +0 -163
  764. data/ext/v8/upstream/v8/tools/visual_studio/v8_snapshot.vcproj +0 -142
  765. data/ext/v8/upstream/v8/tools/visual_studio/v8_snapshot_cc.vcproj +0 -92
  766. data/ext/v8/upstream/v8/tools/visual_studio/v8_snapshot_cc_x64.vcproj +0 -92
  767. data/ext/v8/upstream/v8/tools/visual_studio/v8_snapshot_x64.vcproj +0 -142
  768. data/ext/v8/upstream/v8/tools/visual_studio/v8_x64.sln +0 -101
  769. data/ext/v8/upstream/v8/tools/visual_studio/v8_x64.vcproj +0 -227
  770. data/ext/v8/upstream/v8/tools/visual_studio/x64.vsprops +0 -18
  771. data/ext/v8/upstream/v8/tools/windows-tick-processor.bat +0 -30
@@ -1,91 +0,0 @@
1
- #
2
- # Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
3
- #
4
- # Permission is hereby granted, free of charge, to any person obtaining
5
- # a copy of this software and associated documentation files (the
6
- # "Software"), to deal in the Software without restriction, including
7
- # without limitation the rights to use, copy, modify, merge, publish,
8
- # distribute, sublicense, and/or sell copies of the Software, and to
9
- # permit persons to whom the Software is furnished to do so, subject to
10
- # the following conditions:
11
- #
12
- # The above copyright notice and this permission notice shall be included
13
- # in all copies or substantial portions of the Software.
14
- #
15
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
16
- # KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
17
- # WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
- # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19
- # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20
- # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21
- # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
- #
23
-
24
- __doc__ = """
25
- hashlib backwards-compatibility module for older (pre-2.5) Python versions
26
-
27
- This does not not NOT (repeat, *NOT*) provide complete hashlib
28
- functionality. It only wraps the portions of MD5 functionality used
29
- by SCons, in an interface that looks like hashlib (or enough for our
30
- purposes, anyway). In fact, this module will raise an ImportError if
31
- the underlying md5 module isn't available.
32
- """
33
-
34
- __revision__ = "src/engine/SCons/compat/_scons_hashlib.py 4629 2010/01/17 22:23:21 scons"
35
-
36
- import md5
37
- import string
38
-
39
- class md5obj:
40
-
41
- md5_module = md5
42
-
43
- def __init__(self, name, string=''):
44
- if not name in ('MD5', 'md5'):
45
- raise ValueError, "unsupported hash type"
46
- self.name = 'md5'
47
- self.m = self.md5_module.md5()
48
-
49
- def __repr__(self):
50
- return '<%s HASH object @ %#x>' % (self.name, id(self))
51
-
52
- def copy(self):
53
- import copy
54
- result = copy.copy(self)
55
- result.m = self.m.copy()
56
- return result
57
-
58
- def digest(self):
59
- return self.m.digest()
60
-
61
- def update(self, arg):
62
- return self.m.update(arg)
63
-
64
- if hasattr(md5.md5(), 'hexdigest'):
65
-
66
- def hexdigest(self):
67
- return self.m.hexdigest()
68
-
69
- else:
70
-
71
- # Objects created by the underlying md5 module have no native
72
- # hexdigest() method (*cough* 1.5.2 *cough*), so provide an
73
- # equivalent lifted from elsewhere.
74
- def hexdigest(self):
75
- h = string.hexdigits
76
- r = ''
77
- for c in self.digest():
78
- i = ord(c)
79
- r = r + h[(i >> 4) & 0xF] + h[i & 0xF]
80
- return r
81
-
82
- new = md5obj
83
-
84
- def md5(string=''):
85
- return md5obj('md5', string)
86
-
87
- # Local Variables:
88
- # tab-width:4
89
- # indent-tabs-mode:nil
90
- # End:
91
- # vim: set expandtab tabstop=4 shiftwidth=4:
@@ -1,124 +0,0 @@
1
- #
2
- # Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
3
- #
4
- # Permission is hereby granted, free of charge, to any person obtaining
5
- # a copy of this software and associated documentation files (the
6
- # "Software"), to deal in the Software without restriction, including
7
- # without limitation the rights to use, copy, modify, merge, publish,
8
- # distribute, sublicense, and/or sell copies of the Software, and to
9
- # permit persons to whom the Software is furnished to do so, subject to
10
- # the following conditions:
11
- #
12
- # The above copyright notice and this permission notice shall be included
13
- # in all copies or substantial portions of the Software.
14
- #
15
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
16
- # KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
17
- # WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
- # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19
- # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20
- # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21
- # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
- #
23
-
24
- __revision__ = "src/engine/SCons/compat/_scons_itertools.py 4629 2010/01/17 22:23:21 scons"
25
-
26
- __doc__ = """
27
- Implementations of itertools functions for Python versions that don't
28
- have iterators.
29
-
30
- These implement the functions by creating the entire list, not returning
31
- it element-by-element as the real itertools functions do. This means
32
- that early Python versions won't get the performance benefit of using
33
- the itertools, but we can still use them so the later Python versions
34
- do get the advantages of using iterators.
35
-
36
- Because we return the entire list, we intentionally do not implement the
37
- itertools functions that "return" infinitely-long lists: the count(),
38
- cycle() and repeat() functions. Other functions below have remained
39
- unimplemented simply because they aren't being used (yet) and it wasn't
40
- obvious how to do it. Or, conversely, we only implemented those functions
41
- that *were* easy to implement (mostly because the Python documentation
42
- contained examples of equivalent code).
43
-
44
- Note that these do not have independent unit tests, so it's possible
45
- that there are bugs.
46
- """
47
-
48
- def chain(*iterables):
49
- result = []
50
- for x in iterables:
51
- result.extend(list(x))
52
- return result
53
-
54
- def count(n=0):
55
- # returns infinite length, should not be supported
56
- raise NotImplementedError
57
-
58
- def cycle(iterable):
59
- # returns infinite length, should not be supported
60
- raise NotImplementedError
61
-
62
- def dropwhile(predicate, iterable):
63
- result = []
64
- for x in iterable:
65
- if not predicate(x):
66
- result.append(x)
67
- break
68
- result.extend(iterable)
69
- return result
70
-
71
- def groupby(iterable, *args):
72
- raise NotImplementedError
73
-
74
- def ifilter(predicate, iterable):
75
- result = []
76
- if predicate is None:
77
- predicate = bool
78
- for x in iterable:
79
- if predicate(x):
80
- result.append(x)
81
- return result
82
-
83
- def ifilterfalse(predicate, iterable):
84
- result = []
85
- if predicate is None:
86
- predicate = bool
87
- for x in iterable:
88
- if not predicate(x):
89
- result.append(x)
90
- return result
91
-
92
- def imap(function, *iterables):
93
- return apply(map, (function,) + tuple(iterables))
94
-
95
- def islice(*args, **kw):
96
- raise NotImplementedError
97
-
98
- def izip(*iterables):
99
- return apply(zip, iterables)
100
-
101
- def repeat(*args, **kw):
102
- # returns infinite length, should not be supported
103
- raise NotImplementedError
104
-
105
- def starmap(*args, **kw):
106
- raise NotImplementedError
107
-
108
- def takewhile(predicate, iterable):
109
- result = []
110
- for x in iterable:
111
- if predicate(x):
112
- result.append(x)
113
- else:
114
- break
115
- return result
116
-
117
- def tee(*args, **kw):
118
- raise NotImplementedError
119
-
120
- # Local Variables:
121
- # tab-width:4
122
- # indent-tabs-mode:nil
123
- # End:
124
- # vim: set expandtab tabstop=4 shiftwidth=4:
@@ -1,1725 +0,0 @@
1
- """optparse - a powerful, extensible, and easy-to-use option parser.
2
-
3
- By Greg Ward <gward@python.net>
4
-
5
- Originally distributed as Optik; see http://optik.sourceforge.net/ .
6
-
7
- If you have problems with this module, please do not file bugs,
8
- patches, or feature requests with Python; instead, use Optik's
9
- SourceForge project page:
10
- http://sourceforge.net/projects/optik
11
-
12
- For support, use the optik-users@lists.sourceforge.net mailing list
13
- (http://lists.sourceforge.net/lists/listinfo/optik-users).
14
- """
15
-
16
- # Python developers: please do not make changes to this file, since
17
- # it is automatically generated from the Optik source code.
18
-
19
- __version__ = "1.5.3"
20
-
21
- __all__ = ['Option',
22
- 'SUPPRESS_HELP',
23
- 'SUPPRESS_USAGE',
24
- 'Values',
25
- 'OptionContainer',
26
- 'OptionGroup',
27
- 'OptionParser',
28
- 'HelpFormatter',
29
- 'IndentedHelpFormatter',
30
- 'TitledHelpFormatter',
31
- 'OptParseError',
32
- 'OptionError',
33
- 'OptionConflictError',
34
- 'OptionValueError',
35
- 'BadOptionError']
36
-
37
- __copyright__ = """
38
- Copyright (c) 2001-2006 Gregory P. Ward. All rights reserved.
39
- Copyright (c) 2002-2006 Python Software Foundation. All rights reserved.
40
-
41
- Redistribution and use in source and binary forms, with or without
42
- modification, are permitted provided that the following conditions are
43
- met:
44
-
45
- * Redistributions of source code must retain the above copyright
46
- notice, this list of conditions and the following disclaimer.
47
-
48
- * Redistributions in binary form must reproduce the above copyright
49
- notice, this list of conditions and the following disclaimer in the
50
- documentation and/or other materials provided with the distribution.
51
-
52
- * Neither the name of the author nor the names of its
53
- contributors may be used to endorse or promote products derived from
54
- this software without specific prior written permission.
55
-
56
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
57
- IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
58
- TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
59
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR
60
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
61
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
62
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
63
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
64
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
65
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
66
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
67
- """
68
-
69
- import string
70
- import sys, os
71
- import types
72
- import textwrap
73
-
74
- def _repr(self):
75
- return "<%s at 0x%x: %s>" % (self.__class__.__name__, id(self), self)
76
-
77
-
78
- try:
79
- sys.getdefaultencoding
80
- except AttributeError:
81
- def fake_getdefaultencoding():
82
- return None
83
- sys.getdefaultencoding = fake_getdefaultencoding
84
-
85
- try:
86
- ''.encode
87
- except AttributeError:
88
- def encode_wrapper(s, encoding, replacement):
89
- return s
90
- else:
91
- def encode_wrapper(s, encoding, replacement):
92
- return s.encode(encoding, replacement)
93
-
94
-
95
- # This file was generated from:
96
- # Id: option_parser.py 527 2006-07-23 15:21:30Z greg
97
- # Id: option.py 522 2006-06-11 16:22:03Z gward
98
- # Id: help.py 527 2006-07-23 15:21:30Z greg
99
- # Id: errors.py 509 2006-04-20 00:58:24Z gward
100
-
101
- try:
102
- from gettext import gettext
103
- except ImportError:
104
- def gettext(message):
105
- return message
106
- _ = gettext
107
-
108
-
109
- class OptParseError (Exception):
110
- def __init__(self, msg):
111
- self.msg = msg
112
-
113
- def __str__(self):
114
- return self.msg
115
-
116
-
117
- class OptionError (OptParseError):
118
- """
119
- Raised if an Option instance is created with invalid or
120
- inconsistent arguments.
121
- """
122
-
123
- def __init__(self, msg, option):
124
- self.msg = msg
125
- self.option_id = str(option)
126
-
127
- def __str__(self):
128
- if self.option_id:
129
- return "option %s: %s" % (self.option_id, self.msg)
130
- else:
131
- return self.msg
132
-
133
- class OptionConflictError (OptionError):
134
- """
135
- Raised if conflicting options are added to an OptionParser.
136
- """
137
-
138
- class OptionValueError (OptParseError):
139
- """
140
- Raised if an invalid option value is encountered on the command
141
- line.
142
- """
143
-
144
- class BadOptionError (OptParseError):
145
- """
146
- Raised if an invalid option is seen on the command line.
147
- """
148
- def __init__(self, opt_str):
149
- self.opt_str = opt_str
150
-
151
- def __str__(self):
152
- return _("no such option: %s") % self.opt_str
153
-
154
- class AmbiguousOptionError (BadOptionError):
155
- """
156
- Raised if an ambiguous option is seen on the command line.
157
- """
158
- def __init__(self, opt_str, possibilities):
159
- BadOptionError.__init__(self, opt_str)
160
- self.possibilities = possibilities
161
-
162
- def __str__(self):
163
- return (_("ambiguous option: %s (%s?)")
164
- % (self.opt_str, string.join(self.possibilities, ", ")))
165
-
166
-
167
- class HelpFormatter:
168
-
169
- """
170
- Abstract base class for formatting option help. OptionParser
171
- instances should use one of the HelpFormatter subclasses for
172
- formatting help; by default IndentedHelpFormatter is used.
173
-
174
- Instance attributes:
175
- parser : OptionParser
176
- the controlling OptionParser instance
177
- indent_increment : int
178
- the number of columns to indent per nesting level
179
- max_help_position : int
180
- the maximum starting column for option help text
181
- help_position : int
182
- the calculated starting column for option help text;
183
- initially the same as the maximum
184
- width : int
185
- total number of columns for output (pass None to constructor for
186
- this value to be taken from the $COLUMNS environment variable)
187
- level : int
188
- current indentation level
189
- current_indent : int
190
- current indentation level (in columns)
191
- help_width : int
192
- number of columns available for option help text (calculated)
193
- default_tag : str
194
- text to replace with each option's default value, "%default"
195
- by default. Set to false value to disable default value expansion.
196
- option_strings : { Option : str }
197
- maps Option instances to the snippet of help text explaining
198
- the syntax of that option, e.g. "-h, --help" or
199
- "-fFILE, --file=FILE"
200
- _short_opt_fmt : str
201
- format string controlling how short options with values are
202
- printed in help text. Must be either "%s%s" ("-fFILE") or
203
- "%s %s" ("-f FILE"), because those are the two syntaxes that
204
- Optik supports.
205
- _long_opt_fmt : str
206
- similar but for long options; must be either "%s %s" ("--file FILE")
207
- or "%s=%s" ("--file=FILE").
208
- """
209
-
210
- NO_DEFAULT_VALUE = "none"
211
-
212
- def __init__(self,
213
- indent_increment,
214
- max_help_position,
215
- width,
216
- short_first):
217
- self.parser = None
218
- self.indent_increment = indent_increment
219
- self.help_position = self.max_help_position = max_help_position
220
- if width is None:
221
- try:
222
- width = int(os.environ['COLUMNS'])
223
- except (KeyError, ValueError):
224
- width = 80
225
- width = width - 2
226
- self.width = width
227
- self.current_indent = 0
228
- self.level = 0
229
- self.help_width = None # computed later
230
- self.short_first = short_first
231
- self.default_tag = "%default"
232
- self.option_strings = {}
233
- self._short_opt_fmt = "%s %s"
234
- self._long_opt_fmt = "%s=%s"
235
-
236
- def set_parser(self, parser):
237
- self.parser = parser
238
-
239
- def set_short_opt_delimiter(self, delim):
240
- if delim not in ("", " "):
241
- raise ValueError(
242
- "invalid metavar delimiter for short options: %r" % delim)
243
- self._short_opt_fmt = "%s" + delim + "%s"
244
-
245
- def set_long_opt_delimiter(self, delim):
246
- if delim not in ("=", " "):
247
- raise ValueError(
248
- "invalid metavar delimiter for long options: %r" % delim)
249
- self._long_opt_fmt = "%s" + delim + "%s"
250
-
251
- def indent(self):
252
- self.current_indent = self.current_indent + self.indent_increment
253
- self.level = self.level + 1
254
-
255
- def dedent(self):
256
- self.current_indent = self.current_indent - self.indent_increment
257
- assert self.current_indent >= 0, "Indent decreased below 0."
258
- self.level = self.level - 1
259
-
260
- def format_usage(self, usage):
261
- raise NotImplementedError, "subclasses must implement"
262
-
263
- def format_heading(self, heading):
264
- raise NotImplementedError, "subclasses must implement"
265
-
266
- def _format_text(self, text):
267
- """
268
- Format a paragraph of free-form text for inclusion in the
269
- help output at the current indentation level.
270
- """
271
- text_width = self.width - self.current_indent
272
- indent = " "*self.current_indent
273
- return textwrap.fill(text,
274
- text_width,
275
- initial_indent=indent,
276
- subsequent_indent=indent)
277
-
278
- def format_description(self, description):
279
- if description:
280
- return self._format_text(description) + "\n"
281
- else:
282
- return ""
283
-
284
- def format_epilog(self, epilog):
285
- if epilog:
286
- return "\n" + self._format_text(epilog) + "\n"
287
- else:
288
- return ""
289
-
290
-
291
- def expand_default(self, option):
292
- if self.parser is None or not self.default_tag:
293
- return option.help
294
-
295
- default_value = self.parser.defaults.get(option.dest)
296
- if default_value is NO_DEFAULT or default_value is None:
297
- default_value = self.NO_DEFAULT_VALUE
298
-
299
- return string.replace(option.help, self.default_tag, str(default_value))
300
-
301
- def format_option(self, option):
302
- # The help for each option consists of two parts:
303
- # * the opt strings and metavars
304
- # eg. ("-x", or "-fFILENAME, --file=FILENAME")
305
- # * the user-supplied help string
306
- # eg. ("turn on expert mode", "read data from FILENAME")
307
- #
308
- # If possible, we write both of these on the same line:
309
- # -x turn on expert mode
310
- #
311
- # But if the opt string list is too long, we put the help
312
- # string on a second line, indented to the same column it would
313
- # start in if it fit on the first line.
314
- # -fFILENAME, --file=FILENAME
315
- # read data from FILENAME
316
- result = []
317
- opts = self.option_strings[option]
318
- opt_width = self.help_position - self.current_indent - 2
319
- if len(opts) > opt_width:
320
- opts = "%*s%s\n" % (self.current_indent, "", opts)
321
- indent_first = self.help_position
322
- else: # start help on same line as opts
323
- opts = "%*s%-*s " % (self.current_indent, "", opt_width, opts)
324
- indent_first = 0
325
- result.append(opts)
326
- if option.help:
327
- help_text = self.expand_default(option)
328
- help_lines = textwrap.wrap(help_text, self.help_width)
329
- result.append("%*s%s\n" % (indent_first, "", help_lines[0]))
330
- for line in help_lines[1:]:
331
- result.append("%*s%s\n" % (self.help_position, "", line))
332
- elif opts[-1] != "\n":
333
- result.append("\n")
334
- return string.join(result, "")
335
-
336
- def store_option_strings(self, parser):
337
- self.indent()
338
- max_len = 0
339
- for opt in parser.option_list:
340
- strings = self.format_option_strings(opt)
341
- self.option_strings[opt] = strings
342
- max_len = max(max_len, len(strings) + self.current_indent)
343
- self.indent()
344
- for group in parser.option_groups:
345
- for opt in group.option_list:
346
- strings = self.format_option_strings(opt)
347
- self.option_strings[opt] = strings
348
- max_len = max(max_len, len(strings) + self.current_indent)
349
- self.dedent()
350
- self.dedent()
351
- self.help_position = min(max_len + 2, self.max_help_position)
352
- self.help_width = self.width - self.help_position
353
-
354
- def format_option_strings(self, option):
355
- """Return a comma-separated list of option strings & metavariables."""
356
- if option.takes_value():
357
- metavar = option.metavar or string.upper(option.dest)
358
- short_opts = []
359
- for sopt in option._short_opts:
360
- short_opts.append(self._short_opt_fmt % (sopt, metavar))
361
- long_opts = []
362
- for lopt in option._long_opts:
363
- long_opts.append(self._long_opt_fmt % (lopt, metavar))
364
- else:
365
- short_opts = option._short_opts
366
- long_opts = option._long_opts
367
-
368
- if self.short_first:
369
- opts = short_opts + long_opts
370
- else:
371
- opts = long_opts + short_opts
372
-
373
- return string.join(opts, ", ")
374
-
375
- class IndentedHelpFormatter (HelpFormatter):
376
- """Format help with indented section bodies.
377
- """
378
-
379
- def __init__(self,
380
- indent_increment=2,
381
- max_help_position=24,
382
- width=None,
383
- short_first=1):
384
- HelpFormatter.__init__(
385
- self, indent_increment, max_help_position, width, short_first)
386
-
387
- def format_usage(self, usage):
388
- return _("Usage: %s\n") % usage
389
-
390
- def format_heading(self, heading):
391
- return "%*s%s:\n" % (self.current_indent, "", heading)
392
-
393
-
394
- class TitledHelpFormatter (HelpFormatter):
395
- """Format help with underlined section headers.
396
- """
397
-
398
- def __init__(self,
399
- indent_increment=0,
400
- max_help_position=24,
401
- width=None,
402
- short_first=0):
403
- HelpFormatter.__init__ (
404
- self, indent_increment, max_help_position, width, short_first)
405
-
406
- def format_usage(self, usage):
407
- return "%s %s\n" % (self.format_heading(_("Usage")), usage)
408
-
409
- def format_heading(self, heading):
410
- return "%s\n%s\n" % (heading, "=-"[self.level] * len(heading))
411
-
412
-
413
- def _parse_num(val, type):
414
- if string.lower(val[:2]) == "0x": # hexadecimal
415
- radix = 16
416
- elif string.lower(val[:2]) == "0b": # binary
417
- radix = 2
418
- val = val[2:] or "0" # have to remove "0b" prefix
419
- elif val[:1] == "0": # octal
420
- radix = 8
421
- else: # decimal
422
- radix = 10
423
-
424
- return type(val, radix)
425
-
426
- def _parse_int(val):
427
- return _parse_num(val, int)
428
-
429
- def _parse_long(val):
430
- return _parse_num(val, long)
431
-
432
- try:
433
- int('0', 10)
434
- except TypeError:
435
- # Python 1.5.2 doesn't allow a radix value to be passed to int().
436
- _parse_int = int
437
-
438
- try:
439
- long('0', 10)
440
- except TypeError:
441
- # Python 1.5.2 doesn't allow a radix value to be passed to long().
442
- _parse_long = long
443
-
444
- _builtin_cvt = { "int" : (_parse_int, _("integer")),
445
- "long" : (_parse_long, _("long integer")),
446
- "float" : (float, _("floating-point")),
447
- "complex" : (complex, _("complex")) }
448
-
449
- def check_builtin(option, opt, value):
450
- (cvt, what) = _builtin_cvt[option.type]
451
- try:
452
- return cvt(value)
453
- except ValueError:
454
- raise OptionValueError(
455
- _("option %s: invalid %s value: %r") % (opt, what, value))
456
-
457
- def check_choice(option, opt, value):
458
- if value in option.choices:
459
- return value
460
- else:
461
- choices = string.join(map(repr, option.choices), ", ")
462
- raise OptionValueError(
463
- _("option %s: invalid choice: %r (choose from %s)")
464
- % (opt, value, choices))
465
-
466
- # Not supplying a default is different from a default of None,
467
- # so we need an explicit "not supplied" value.
468
- NO_DEFAULT = ("NO", "DEFAULT")
469
-
470
-
471
- class Option:
472
- """
473
- Instance attributes:
474
- _short_opts : [string]
475
- _long_opts : [string]
476
-
477
- action : string
478
- type : string
479
- dest : string
480
- default : any
481
- nargs : int
482
- const : any
483
- choices : [string]
484
- callback : function
485
- callback_args : (any*)
486
- callback_kwargs : { string : any }
487
- help : string
488
- metavar : string
489
- """
490
-
491
- # The list of instance attributes that may be set through
492
- # keyword args to the constructor.
493
- ATTRS = ['action',
494
- 'type',
495
- 'dest',
496
- 'default',
497
- 'nargs',
498
- 'const',
499
- 'choices',
500
- 'callback',
501
- 'callback_args',
502
- 'callback_kwargs',
503
- 'help',
504
- 'metavar']
505
-
506
- # The set of actions allowed by option parsers. Explicitly listed
507
- # here so the constructor can validate its arguments.
508
- ACTIONS = ("store",
509
- "store_const",
510
- "store_true",
511
- "store_false",
512
- "append",
513
- "append_const",
514
- "count",
515
- "callback",
516
- "help",
517
- "version")
518
-
519
- # The set of actions that involve storing a value somewhere;
520
- # also listed just for constructor argument validation. (If
521
- # the action is one of these, there must be a destination.)
522
- STORE_ACTIONS = ("store",
523
- "store_const",
524
- "store_true",
525
- "store_false",
526
- "append",
527
- "append_const",
528
- "count")
529
-
530
- # The set of actions for which it makes sense to supply a value
531
- # type, ie. which may consume an argument from the command line.
532
- TYPED_ACTIONS = ("store",
533
- "append",
534
- "callback")
535
-
536
- # The set of actions which *require* a value type, ie. that
537
- # always consume an argument from the command line.
538
- ALWAYS_TYPED_ACTIONS = ("store",
539
- "append")
540
-
541
- # The set of actions which take a 'const' attribute.
542
- CONST_ACTIONS = ("store_const",
543
- "append_const")
544
-
545
- # The set of known types for option parsers. Again, listed here for
546
- # constructor argument validation.
547
- TYPES = ("string", "int", "long", "float", "complex", "choice")
548
-
549
- # Dictionary of argument checking functions, which convert and
550
- # validate option arguments according to the option type.
551
- #
552
- # Signature of checking functions is:
553
- # check(option : Option, opt : string, value : string) -> any
554
- # where
555
- # option is the Option instance calling the checker
556
- # opt is the actual option seen on the command-line
557
- # (eg. "-a", "--file")
558
- # value is the option argument seen on the command-line
559
- #
560
- # The return value should be in the appropriate Python type
561
- # for option.type -- eg. an integer if option.type == "int".
562
- #
563
- # If no checker is defined for a type, arguments will be
564
- # unchecked and remain strings.
565
- TYPE_CHECKER = { "int" : check_builtin,
566
- "long" : check_builtin,
567
- "float" : check_builtin,
568
- "complex": check_builtin,
569
- "choice" : check_choice,
570
- }
571
-
572
-
573
- # CHECK_METHODS is a list of unbound method objects; they are called
574
- # by the constructor, in order, after all attributes are
575
- # initialized. The list is created and filled in later, after all
576
- # the methods are actually defined. (I just put it here because I
577
- # like to define and document all class attributes in the same
578
- # place.) Subclasses that add another _check_*() method should
579
- # define their own CHECK_METHODS list that adds their check method
580
- # to those from this class.
581
- CHECK_METHODS = None
582
-
583
-
584
- # -- Constructor/initialization methods ----------------------------
585
-
586
- def __init__(self, *opts, **attrs):
587
- # Set _short_opts, _long_opts attrs from 'opts' tuple.
588
- # Have to be set now, in case no option strings are supplied.
589
- self._short_opts = []
590
- self._long_opts = []
591
- opts = self._check_opt_strings(opts)
592
- self._set_opt_strings(opts)
593
-
594
- # Set all other attrs (action, type, etc.) from 'attrs' dict
595
- self._set_attrs(attrs)
596
-
597
- # Check all the attributes we just set. There are lots of
598
- # complicated interdependencies, but luckily they can be farmed
599
- # out to the _check_*() methods listed in CHECK_METHODS -- which
600
- # could be handy for subclasses! The one thing these all share
601
- # is that they raise OptionError if they discover a problem.
602
- for checker in self.CHECK_METHODS:
603
- checker(self)
604
-
605
- def _check_opt_strings(self, opts):
606
- # Filter out None because early versions of Optik had exactly
607
- # one short option and one long option, either of which
608
- # could be None.
609
- opts = filter(None, opts)
610
- if not opts:
611
- raise TypeError("at least one option string must be supplied")
612
- return opts
613
-
614
- def _set_opt_strings(self, opts):
615
- for opt in opts:
616
- if len(opt) < 2:
617
- raise OptionError(
618
- "invalid option string %r: "
619
- "must be at least two characters long" % opt, self)
620
- elif len(opt) == 2:
621
- if not (opt[0] == "-" and opt[1] != "-"):
622
- raise OptionError(
623
- "invalid short option string %r: "
624
- "must be of the form -x, (x any non-dash char)" % opt,
625
- self)
626
- self._short_opts.append(opt)
627
- else:
628
- if not (opt[0:2] == "--" and opt[2] != "-"):
629
- raise OptionError(
630
- "invalid long option string %r: "
631
- "must start with --, followed by non-dash" % opt,
632
- self)
633
- self._long_opts.append(opt)
634
-
635
- def _set_attrs(self, attrs):
636
- for attr in self.ATTRS:
637
- if attrs.has_key(attr):
638
- setattr(self, attr, attrs[attr])
639
- del attrs[attr]
640
- else:
641
- if attr == 'default':
642
- setattr(self, attr, NO_DEFAULT)
643
- else:
644
- setattr(self, attr, None)
645
- if attrs:
646
- attrs = attrs.keys()
647
- attrs.sort()
648
- raise OptionError(
649
- "invalid keyword arguments: %s" % string.join(attrs, ", "),
650
- self)
651
-
652
-
653
- # -- Constructor validation methods --------------------------------
654
-
655
- def _check_action(self):
656
- if self.action is None:
657
- self.action = "store"
658
- elif self.action not in self.ACTIONS:
659
- raise OptionError("invalid action: %r" % self.action, self)
660
-
661
- def _check_type(self):
662
- if self.type is None:
663
- if self.action in self.ALWAYS_TYPED_ACTIONS:
664
- if self.choices is not None:
665
- # The "choices" attribute implies "choice" type.
666
- self.type = "choice"
667
- else:
668
- # No type given? "string" is the most sensible default.
669
- self.type = "string"
670
- else:
671
- # Allow type objects or builtin type conversion functions
672
- # (int, str, etc.) as an alternative to their names. (The
673
- # complicated check of __builtin__ is only necessary for
674
- # Python 2.1 and earlier, and is short-circuited by the
675
- # first check on modern Pythons.)
676
- import __builtin__
677
- if ( type(self.type) is types.TypeType or
678
- (hasattr(self.type, "__name__") and
679
- getattr(__builtin__, self.type.__name__, None) is self.type) ):
680
- self.type = self.type.__name__
681
-
682
- if self.type == "str":
683
- self.type = "string"
684
-
685
- if self.type not in self.TYPES:
686
- raise OptionError("invalid option type: %r" % self.type, self)
687
- if self.action not in self.TYPED_ACTIONS:
688
- raise OptionError(
689
- "must not supply a type for action %r" % self.action, self)
690
-
691
- def _check_choice(self):
692
- if self.type == "choice":
693
- if self.choices is None:
694
- raise OptionError(
695
- "must supply a list of choices for type 'choice'", self)
696
- elif type(self.choices) not in (types.TupleType, types.ListType):
697
- raise OptionError(
698
- "choices must be a list of strings ('%s' supplied)"
699
- % string.split(str(type(self.choices)), "'")[1], self)
700
- elif self.choices is not None:
701
- raise OptionError(
702
- "must not supply choices for type %r" % self.type, self)
703
-
704
- def _check_dest(self):
705
- # No destination given, and we need one for this action. The
706
- # self.type check is for callbacks that take a value.
707
- takes_value = (self.action in self.STORE_ACTIONS or
708
- self.type is not None)
709
- if self.dest is None and takes_value:
710
-
711
- # Glean a destination from the first long option string,
712
- # or from the first short option string if no long options.
713
- if self._long_opts:
714
- # eg. "--foo-bar" -> "foo_bar"
715
- self.dest = string.replace(self._long_opts[0][2:], '-', '_')
716
- else:
717
- self.dest = self._short_opts[0][1]
718
-
719
- def _check_const(self):
720
- if self.action not in self.CONST_ACTIONS and self.const is not None:
721
- raise OptionError(
722
- "'const' must not be supplied for action %r" % self.action,
723
- self)
724
-
725
- def _check_nargs(self):
726
- if self.action in self.TYPED_ACTIONS:
727
- if self.nargs is None:
728
- self.nargs = 1
729
- elif self.nargs is not None:
730
- raise OptionError(
731
- "'nargs' must not be supplied for action %r" % self.action,
732
- self)
733
-
734
- def _check_callback(self):
735
- if self.action == "callback":
736
- if not callable(self.callback):
737
- raise OptionError(
738
- "callback not callable: %r" % self.callback, self)
739
- if (self.callback_args is not None and
740
- type(self.callback_args) is not types.TupleType):
741
- raise OptionError(
742
- "callback_args, if supplied, must be a tuple: not %r"
743
- % self.callback_args, self)
744
- if (self.callback_kwargs is not None and
745
- type(self.callback_kwargs) is not types.DictType):
746
- raise OptionError(
747
- "callback_kwargs, if supplied, must be a dict: not %r"
748
- % self.callback_kwargs, self)
749
- else:
750
- if self.callback is not None:
751
- raise OptionError(
752
- "callback supplied (%r) for non-callback option"
753
- % self.callback, self)
754
- if self.callback_args is not None:
755
- raise OptionError(
756
- "callback_args supplied for non-callback option", self)
757
- if self.callback_kwargs is not None:
758
- raise OptionError(
759
- "callback_kwargs supplied for non-callback option", self)
760
-
761
-
762
- CHECK_METHODS = [_check_action,
763
- _check_type,
764
- _check_choice,
765
- _check_dest,
766
- _check_const,
767
- _check_nargs,
768
- _check_callback]
769
-
770
-
771
- # -- Miscellaneous methods -----------------------------------------
772
-
773
- def __str__(self):
774
- return string.join(self._short_opts + self._long_opts, "/")
775
-
776
- __repr__ = _repr
777
-
778
- def takes_value(self):
779
- return self.type is not None
780
-
781
- def get_opt_string(self):
782
- if self._long_opts:
783
- return self._long_opts[0]
784
- else:
785
- return self._short_opts[0]
786
-
787
-
788
- # -- Processing methods --------------------------------------------
789
-
790
- def check_value(self, opt, value):
791
- checker = self.TYPE_CHECKER.get(self.type)
792
- if checker is None:
793
- return value
794
- else:
795
- return checker(self, opt, value)
796
-
797
- def convert_value(self, opt, value):
798
- if value is not None:
799
- if self.nargs == 1:
800
- return self.check_value(opt, value)
801
- else:
802
- return tuple(map(lambda v, o=opt, s=self: s.check_value(o, v), value))
803
-
804
- def process(self, opt, value, values, parser):
805
-
806
- # First, convert the value(s) to the right type. Howl if any
807
- # value(s) are bogus.
808
- value = self.convert_value(opt, value)
809
-
810
- # And then take whatever action is expected of us.
811
- # This is a separate method to make life easier for
812
- # subclasses to add new actions.
813
- return self.take_action(
814
- self.action, self.dest, opt, value, values, parser)
815
-
816
- def take_action(self, action, dest, opt, value, values, parser):
817
- if action == "store":
818
- setattr(values, dest, value)
819
- elif action == "store_const":
820
- setattr(values, dest, self.const)
821
- elif action == "store_true":
822
- setattr(values, dest, True)
823
- elif action == "store_false":
824
- setattr(values, dest, False)
825
- elif action == "append":
826
- values.ensure_value(dest, []).append(value)
827
- elif action == "append_const":
828
- values.ensure_value(dest, []).append(self.const)
829
- elif action == "count":
830
- setattr(values, dest, values.ensure_value(dest, 0) + 1)
831
- elif action == "callback":
832
- args = self.callback_args or ()
833
- kwargs = self.callback_kwargs or {}
834
- apply(self.callback, (self, opt, value, parser,) + args, kwargs)
835
- elif action == "help":
836
- parser.print_help()
837
- parser.exit()
838
- elif action == "version":
839
- parser.print_version()
840
- parser.exit()
841
- else:
842
- raise RuntimeError, "unknown action %r" % self.action
843
-
844
- return 1
845
-
846
- # class Option
847
-
848
-
849
- SUPPRESS_HELP = "SUPPRESS"+"HELP"
850
- SUPPRESS_USAGE = "SUPPRESS"+"USAGE"
851
-
852
- # For compatibility with Python 2.2
853
- try:
854
- True, False
855
- except NameError:
856
- (True, False) = (1, 0)
857
-
858
- try:
859
- types.UnicodeType
860
- except AttributeError:
861
- def isbasestring(x):
862
- return isinstance(x, types.StringType)
863
- else:
864
- def isbasestring(x):
865
- return isinstance(x, types.StringType) or isinstance(x, types.UnicodeType)
866
-
867
- class Values:
868
-
869
- def __init__(self, defaults=None):
870
- if defaults:
871
- for (attr, val) in defaults.items():
872
- setattr(self, attr, val)
873
-
874
- def __str__(self):
875
- return str(self.__dict__)
876
-
877
- __repr__ = _repr
878
-
879
- def __cmp__(self, other):
880
- if isinstance(other, Values):
881
- return cmp(self.__dict__, other.__dict__)
882
- elif isinstance(other, types.DictType):
883
- return cmp(self.__dict__, other)
884
- else:
885
- return -1
886
-
887
- def _update_careful(self, dict):
888
- """
889
- Update the option values from an arbitrary dictionary, but only
890
- use keys from dict that already have a corresponding attribute
891
- in self. Any keys in dict without a corresponding attribute
892
- are silently ignored.
893
- """
894
- for attr in dir(self):
895
- if dict.has_key(attr):
896
- dval = dict[attr]
897
- if dval is not None:
898
- setattr(self, attr, dval)
899
-
900
- def _update_loose(self, dict):
901
- """
902
- Update the option values from an arbitrary dictionary,
903
- using all keys from the dictionary regardless of whether
904
- they have a corresponding attribute in self or not.
905
- """
906
- self.__dict__.update(dict)
907
-
908
- def _update(self, dict, mode):
909
- if mode == "careful":
910
- self._update_careful(dict)
911
- elif mode == "loose":
912
- self._update_loose(dict)
913
- else:
914
- raise ValueError, "invalid update mode: %r" % mode
915
-
916
- def read_module(self, modname, mode="careful"):
917
- __import__(modname)
918
- mod = sys.modules[modname]
919
- self._update(vars(mod), mode)
920
-
921
- def read_file(self, filename, mode="careful"):
922
- vars = {}
923
- exec open(filename, 'rU').read() in vars
924
- self._update(vars, mode)
925
-
926
- def ensure_value(self, attr, value):
927
- if not hasattr(self, attr) or getattr(self, attr) is None:
928
- setattr(self, attr, value)
929
- return getattr(self, attr)
930
-
931
-
932
- class OptionContainer:
933
-
934
- """
935
- Abstract base class.
936
-
937
- Class attributes:
938
- standard_option_list : [Option]
939
- list of standard options that will be accepted by all instances
940
- of this parser class (intended to be overridden by subclasses).
941
-
942
- Instance attributes:
943
- option_list : [Option]
944
- the list of Option objects contained by this OptionContainer
945
- _short_opt : { string : Option }
946
- dictionary mapping short option strings, eg. "-f" or "-X",
947
- to the Option instances that implement them. If an Option
948
- has multiple short option strings, it will appears in this
949
- dictionary multiple times. [1]
950
- _long_opt : { string : Option }
951
- dictionary mapping long option strings, eg. "--file" or
952
- "--exclude", to the Option instances that implement them.
953
- Again, a given Option can occur multiple times in this
954
- dictionary. [1]
955
- defaults : { string : any }
956
- dictionary mapping option destination names to default
957
- values for each destination [1]
958
-
959
- [1] These mappings are common to (shared by) all components of the
960
- controlling OptionParser, where they are initially created.
961
-
962
- """
963
-
964
- def __init__(self, option_class, conflict_handler, description):
965
- # Initialize the option list and related data structures.
966
- # This method must be provided by subclasses, and it must
967
- # initialize at least the following instance attributes:
968
- # option_list, _short_opt, _long_opt, defaults.
969
- self._create_option_list()
970
-
971
- self.option_class = option_class
972
- self.set_conflict_handler(conflict_handler)
973
- self.set_description(description)
974
-
975
- def _create_option_mappings(self):
976
- # For use by OptionParser constructor -- create the master
977
- # option mappings used by this OptionParser and all
978
- # OptionGroups that it owns.
979
- self._short_opt = {} # single letter -> Option instance
980
- self._long_opt = {} # long option -> Option instance
981
- self.defaults = {} # maps option dest -> default value
982
-
983
-
984
- def _share_option_mappings(self, parser):
985
- # For use by OptionGroup constructor -- use shared option
986
- # mappings from the OptionParser that owns this OptionGroup.
987
- self._short_opt = parser._short_opt
988
- self._long_opt = parser._long_opt
989
- self.defaults = parser.defaults
990
-
991
- def set_conflict_handler(self, handler):
992
- if handler not in ("error", "resolve"):
993
- raise ValueError, "invalid conflict_resolution value %r" % handler
994
- self.conflict_handler = handler
995
-
996
- def set_description(self, description):
997
- self.description = description
998
-
999
- def get_description(self):
1000
- return self.description
1001
-
1002
-
1003
- def destroy(self):
1004
- """see OptionParser.destroy()."""
1005
- del self._short_opt
1006
- del self._long_opt
1007
- del self.defaults
1008
-
1009
-
1010
- # -- Option-adding methods -----------------------------------------
1011
-
1012
- def _check_conflict(self, option):
1013
- conflict_opts = []
1014
- for opt in option._short_opts:
1015
- if self._short_opt.has_key(opt):
1016
- conflict_opts.append((opt, self._short_opt[opt]))
1017
- for opt in option._long_opts:
1018
- if self._long_opt.has_key(opt):
1019
- conflict_opts.append((opt, self._long_opt[opt]))
1020
-
1021
- if conflict_opts:
1022
- handler = self.conflict_handler
1023
- if handler == "error":
1024
- raise OptionConflictError(
1025
- "conflicting option string(s): %s"
1026
- % string.join(map(lambda co: co[0], conflict_opts), ", "),
1027
- option)
1028
- elif handler == "resolve":
1029
- for (opt, c_option) in conflict_opts:
1030
- if opt[:2] == "--":
1031
- c_option._long_opts.remove(opt)
1032
- del self._long_opt[opt]
1033
- else:
1034
- c_option._short_opts.remove(opt)
1035
- del self._short_opt[opt]
1036
- if not (c_option._short_opts or c_option._long_opts):
1037
- c_option.container.option_list.remove(c_option)
1038
-
1039
- def add_option(self, *args, **kwargs):
1040
- """add_option(Option)
1041
- add_option(opt_str, ..., kwarg=val, ...)
1042
- """
1043
- if type(args[0]) is types.StringType:
1044
- option = apply(self.option_class, args, kwargs)
1045
- elif len(args) == 1 and not kwargs:
1046
- option = args[0]
1047
- if not isinstance(option, Option):
1048
- raise TypeError, "not an Option instance: %r" % option
1049
- else:
1050
- raise TypeError, "invalid arguments"
1051
-
1052
- self._check_conflict(option)
1053
-
1054
- self.option_list.append(option)
1055
- option.container = self
1056
- for opt in option._short_opts:
1057
- self._short_opt[opt] = option
1058
- for opt in option._long_opts:
1059
- self._long_opt[opt] = option
1060
-
1061
- if option.dest is not None: # option has a dest, we need a default
1062
- if option.default is not NO_DEFAULT:
1063
- self.defaults[option.dest] = option.default
1064
- elif not self.defaults.has_key(option.dest):
1065
- self.defaults[option.dest] = None
1066
-
1067
- return option
1068
-
1069
- def add_options(self, option_list):
1070
- for option in option_list:
1071
- self.add_option(option)
1072
-
1073
- # -- Option query/removal methods ----------------------------------
1074
-
1075
- def get_option(self, opt_str):
1076
- return (self._short_opt.get(opt_str) or
1077
- self._long_opt.get(opt_str))
1078
-
1079
- def has_option(self, opt_str):
1080
- return (self._short_opt.has_key(opt_str) or
1081
- self._long_opt.has_key(opt_str))
1082
-
1083
- def remove_option(self, opt_str):
1084
- option = self._short_opt.get(opt_str)
1085
- if option is None:
1086
- option = self._long_opt.get(opt_str)
1087
- if option is None:
1088
- raise ValueError("no such option %r" % opt_str)
1089
-
1090
- for opt in option._short_opts:
1091
- del self._short_opt[opt]
1092
- for opt in option._long_opts:
1093
- del self._long_opt[opt]
1094
- option.container.option_list.remove(option)
1095
-
1096
-
1097
- # -- Help-formatting methods ---------------------------------------
1098
-
1099
- def format_option_help(self, formatter):
1100
- if not self.option_list:
1101
- return ""
1102
- result = []
1103
- for option in self.option_list:
1104
- if not option.help is SUPPRESS_HELP:
1105
- result.append(formatter.format_option(option))
1106
- return string.join(result, "")
1107
-
1108
- def format_description(self, formatter):
1109
- return formatter.format_description(self.get_description())
1110
-
1111
- def format_help(self, formatter):
1112
- result = []
1113
- if self.description:
1114
- result.append(self.format_description(formatter))
1115
- if self.option_list:
1116
- result.append(self.format_option_help(formatter))
1117
- return string.join(result, "\n")
1118
-
1119
-
1120
- class OptionGroup (OptionContainer):
1121
-
1122
- def __init__(self, parser, title, description=None):
1123
- self.parser = parser
1124
- OptionContainer.__init__(
1125
- self, parser.option_class, parser.conflict_handler, description)
1126
- self.title = title
1127
-
1128
- def _create_option_list(self):
1129
- self.option_list = []
1130
- self._share_option_mappings(self.parser)
1131
-
1132
- def set_title(self, title):
1133
- self.title = title
1134
-
1135
- def destroy(self):
1136
- """see OptionParser.destroy()."""
1137
- OptionContainer.destroy(self)
1138
- del self.option_list
1139
-
1140
- # -- Help-formatting methods ---------------------------------------
1141
-
1142
- def format_help(self, formatter):
1143
- result = formatter.format_heading(self.title)
1144
- formatter.indent()
1145
- result = result + OptionContainer.format_help(self, formatter)
1146
- formatter.dedent()
1147
- return result
1148
-
1149
-
1150
- class OptionParser (OptionContainer):
1151
-
1152
- """
1153
- Class attributes:
1154
- standard_option_list : [Option]
1155
- list of standard options that will be accepted by all instances
1156
- of this parser class (intended to be overridden by subclasses).
1157
-
1158
- Instance attributes:
1159
- usage : string
1160
- a usage string for your program. Before it is displayed
1161
- to the user, "%prog" will be expanded to the name of
1162
- your program (self.prog or os.path.basename(sys.argv[0])).
1163
- prog : string
1164
- the name of the current program (to override
1165
- os.path.basename(sys.argv[0])).
1166
- epilog : string
1167
- paragraph of help text to print after option help
1168
-
1169
- option_groups : [OptionGroup]
1170
- list of option groups in this parser (option groups are
1171
- irrelevant for parsing the command-line, but very useful
1172
- for generating help)
1173
-
1174
- allow_interspersed_args : bool = true
1175
- if true, positional arguments may be interspersed with options.
1176
- Assuming -a and -b each take a single argument, the command-line
1177
- -ablah foo bar -bboo baz
1178
- will be interpreted the same as
1179
- -ablah -bboo -- foo bar baz
1180
- If this flag were false, that command line would be interpreted as
1181
- -ablah -- foo bar -bboo baz
1182
- -- ie. we stop processing options as soon as we see the first
1183
- non-option argument. (This is the tradition followed by
1184
- Python's getopt module, Perl's Getopt::Std, and other argument-
1185
- parsing libraries, but it is generally annoying to users.)
1186
-
1187
- process_default_values : bool = true
1188
- if true, option default values are processed similarly to option
1189
- values from the command line: that is, they are passed to the
1190
- type-checking function for the option's type (as long as the
1191
- default value is a string). (This really only matters if you
1192
- have defined custom types; see SF bug #955889.) Set it to false
1193
- to restore the behaviour of Optik 1.4.1 and earlier.
1194
-
1195
- rargs : [string]
1196
- the argument list currently being parsed. Only set when
1197
- parse_args() is active, and continually trimmed down as
1198
- we consume arguments. Mainly there for the benefit of
1199
- callback options.
1200
- largs : [string]
1201
- the list of leftover arguments that we have skipped while
1202
- parsing options. If allow_interspersed_args is false, this
1203
- list is always empty.
1204
- values : Values
1205
- the set of option values currently being accumulated. Only
1206
- set when parse_args() is active. Also mainly for callbacks.
1207
-
1208
- Because of the 'rargs', 'largs', and 'values' attributes,
1209
- OptionParser is not thread-safe. If, for some perverse reason, you
1210
- need to parse command-line arguments simultaneously in different
1211
- threads, use different OptionParser instances.
1212
-
1213
- """
1214
-
1215
- standard_option_list = []
1216
-
1217
- def __init__(self,
1218
- usage=None,
1219
- option_list=None,
1220
- option_class=Option,
1221
- version=None,
1222
- conflict_handler="error",
1223
- description=None,
1224
- formatter=None,
1225
- add_help_option=True,
1226
- prog=None,
1227
- epilog=None):
1228
- OptionContainer.__init__(
1229
- self, option_class, conflict_handler, description)
1230
- self.set_usage(usage)
1231
- self.prog = prog
1232
- self.version = version
1233
- self.allow_interspersed_args = True
1234
- self.process_default_values = True
1235
- if formatter is None:
1236
- formatter = IndentedHelpFormatter()
1237
- self.formatter = formatter
1238
- self.formatter.set_parser(self)
1239
- self.epilog = epilog
1240
-
1241
- # Populate the option list; initial sources are the
1242
- # standard_option_list class attribute, the 'option_list'
1243
- # argument, and (if applicable) the _add_version_option() and
1244
- # _add_help_option() methods.
1245
- self._populate_option_list(option_list,
1246
- add_help=add_help_option)
1247
-
1248
- self._init_parsing_state()
1249
-
1250
-
1251
- def destroy(self):
1252
- """
1253
- Declare that you are done with this OptionParser. This cleans up
1254
- reference cycles so the OptionParser (and all objects referenced by
1255
- it) can be garbage-collected promptly. After calling destroy(), the
1256
- OptionParser is unusable.
1257
- """
1258
- OptionContainer.destroy(self)
1259
- for group in self.option_groups:
1260
- group.destroy()
1261
- del self.option_list
1262
- del self.option_groups
1263
- del self.formatter
1264
-
1265
-
1266
- # -- Private methods -----------------------------------------------
1267
- # (used by our or OptionContainer's constructor)
1268
-
1269
- def _create_option_list(self):
1270
- self.option_list = []
1271
- self.option_groups = []
1272
- self._create_option_mappings()
1273
-
1274
- def _add_help_option(self):
1275
- self.add_option("-h", "--help",
1276
- action="help",
1277
- help=_("show this help message and exit"))
1278
-
1279
- def _add_version_option(self):
1280
- self.add_option("--version",
1281
- action="version",
1282
- help=_("show program's version number and exit"))
1283
-
1284
- def _populate_option_list(self, option_list, add_help=True):
1285
- if self.standard_option_list:
1286
- self.add_options(self.standard_option_list)
1287
- if option_list:
1288
- self.add_options(option_list)
1289
- if self.version:
1290
- self._add_version_option()
1291
- if add_help:
1292
- self._add_help_option()
1293
-
1294
- def _init_parsing_state(self):
1295
- # These are set in parse_args() for the convenience of callbacks.
1296
- self.rargs = None
1297
- self.largs = None
1298
- self.values = None
1299
-
1300
-
1301
- # -- Simple modifier methods ---------------------------------------
1302
-
1303
- def set_usage(self, usage):
1304
- if usage is None:
1305
- self.usage = _("%prog [options]")
1306
- elif usage is SUPPRESS_USAGE:
1307
- self.usage = None
1308
- # For backwards compatibility with Optik 1.3 and earlier.
1309
- elif string.lower(usage)[:7] == "usage: ":
1310
- self.usage = usage[7:]
1311
- else:
1312
- self.usage = usage
1313
-
1314
- def enable_interspersed_args(self):
1315
- self.allow_interspersed_args = True
1316
-
1317
- def disable_interspersed_args(self):
1318
- self.allow_interspersed_args = False
1319
-
1320
- def set_process_default_values(self, process):
1321
- self.process_default_values = process
1322
-
1323
- def set_default(self, dest, value):
1324
- self.defaults[dest] = value
1325
-
1326
- def set_defaults(self, **kwargs):
1327
- self.defaults.update(kwargs)
1328
-
1329
- def _get_all_options(self):
1330
- options = self.option_list[:]
1331
- for group in self.option_groups:
1332
- options.extend(group.option_list)
1333
- return options
1334
-
1335
- def get_default_values(self):
1336
- if not self.process_default_values:
1337
- # Old, pre-Optik 1.5 behaviour.
1338
- return Values(self.defaults)
1339
-
1340
- defaults = self.defaults.copy()
1341
- for option in self._get_all_options():
1342
- default = defaults.get(option.dest)
1343
- if isbasestring(default):
1344
- opt_str = option.get_opt_string()
1345
- defaults[option.dest] = option.check_value(opt_str, default)
1346
-
1347
- return Values(defaults)
1348
-
1349
-
1350
- # -- OptionGroup methods -------------------------------------------
1351
-
1352
- def add_option_group(self, *args, **kwargs):
1353
- # XXX lots of overlap with OptionContainer.add_option()
1354
- if type(args[0]) is types.StringType:
1355
- group = apply(OptionGroup, (self,) + args, kwargs)
1356
- elif len(args) == 1 and not kwargs:
1357
- group = args[0]
1358
- if not isinstance(group, OptionGroup):
1359
- raise TypeError, "not an OptionGroup instance: %r" % group
1360
- if group.parser is not self:
1361
- raise ValueError, "invalid OptionGroup (wrong parser)"
1362
- else:
1363
- raise TypeError, "invalid arguments"
1364
-
1365
- self.option_groups.append(group)
1366
- return group
1367
-
1368
- def get_option_group(self, opt_str):
1369
- option = (self._short_opt.get(opt_str) or
1370
- self._long_opt.get(opt_str))
1371
- if option and option.container is not self:
1372
- return option.container
1373
- return None
1374
-
1375
-
1376
- # -- Option-parsing methods ----------------------------------------
1377
-
1378
- def _get_args(self, args):
1379
- if args is None:
1380
- return sys.argv[1:]
1381
- else:
1382
- return args[:] # don't modify caller's list
1383
-
1384
- def parse_args(self, args=None, values=None):
1385
- """
1386
- parse_args(args : [string] = sys.argv[1:],
1387
- values : Values = None)
1388
- -> (values : Values, args : [string])
1389
-
1390
- Parse the command-line options found in 'args' (default:
1391
- sys.argv[1:]). Any errors result in a call to 'error()', which
1392
- by default prints the usage message to stderr and calls
1393
- sys.exit() with an error message. On success returns a pair
1394
- (values, args) where 'values' is an Values instance (with all
1395
- your option values) and 'args' is the list of arguments left
1396
- over after parsing options.
1397
- """
1398
- rargs = self._get_args(args)
1399
- if values is None:
1400
- values = self.get_default_values()
1401
-
1402
- # Store the halves of the argument list as attributes for the
1403
- # convenience of callbacks:
1404
- # rargs
1405
- # the rest of the command-line (the "r" stands for
1406
- # "remaining" or "right-hand")
1407
- # largs
1408
- # the leftover arguments -- ie. what's left after removing
1409
- # options and their arguments (the "l" stands for "leftover"
1410
- # or "left-hand")
1411
- self.rargs = rargs
1412
- self.largs = largs = []
1413
- self.values = values
1414
-
1415
- try:
1416
- stop = self._process_args(largs, rargs, values)
1417
- except (BadOptionError, OptionValueError), err:
1418
- self.error(str(err))
1419
-
1420
- args = largs + rargs
1421
- return self.check_values(values, args)
1422
-
1423
- def check_values(self, values, args):
1424
- """
1425
- check_values(values : Values, args : [string])
1426
- -> (values : Values, args : [string])
1427
-
1428
- Check that the supplied option values and leftover arguments are
1429
- valid. Returns the option values and leftover arguments
1430
- (possibly adjusted, possibly completely new -- whatever you
1431
- like). Default implementation just returns the passed-in
1432
- values; subclasses may override as desired.
1433
- """
1434
- return (values, args)
1435
-
1436
- def _process_args(self, largs, rargs, values):
1437
- """_process_args(largs : [string],
1438
- rargs : [string],
1439
- values : Values)
1440
-
1441
- Process command-line arguments and populate 'values', consuming
1442
- options and arguments from 'rargs'. If 'allow_interspersed_args' is
1443
- false, stop at the first non-option argument. If true, accumulate any
1444
- interspersed non-option arguments in 'largs'.
1445
- """
1446
- while rargs:
1447
- arg = rargs[0]
1448
- # We handle bare "--" explicitly, and bare "-" is handled by the
1449
- # standard arg handler since the short arg case ensures that the
1450
- # len of the opt string is greater than 1.
1451
- if arg == "--":
1452
- del rargs[0]
1453
- return
1454
- elif arg[0:2] == "--":
1455
- # process a single long option (possibly with value(s))
1456
- self._process_long_opt(rargs, values)
1457
- elif arg[:1] == "-" and len(arg) > 1:
1458
- # process a cluster of short options (possibly with
1459
- # value(s) for the last one only)
1460
- self._process_short_opts(rargs, values)
1461
- elif self.allow_interspersed_args:
1462
- largs.append(arg)
1463
- del rargs[0]
1464
- else:
1465
- return # stop now, leave this arg in rargs
1466
-
1467
- # Say this is the original argument list:
1468
- # [arg0, arg1, ..., arg(i-1), arg(i), arg(i+1), ..., arg(N-1)]
1469
- # ^
1470
- # (we are about to process arg(i)).
1471
- #
1472
- # Then rargs is [arg(i), ..., arg(N-1)] and largs is a *subset* of
1473
- # [arg0, ..., arg(i-1)] (any options and their arguments will have
1474
- # been removed from largs).
1475
- #
1476
- # The while loop will usually consume 1 or more arguments per pass.
1477
- # If it consumes 1 (eg. arg is an option that takes no arguments),
1478
- # then after _process_arg() is done the situation is:
1479
- #
1480
- # largs = subset of [arg0, ..., arg(i)]
1481
- # rargs = [arg(i+1), ..., arg(N-1)]
1482
- #
1483
- # If allow_interspersed_args is false, largs will always be
1484
- # *empty* -- still a subset of [arg0, ..., arg(i-1)], but
1485
- # not a very interesting subset!
1486
-
1487
- def _match_long_opt(self, opt):
1488
- """_match_long_opt(opt : string) -> string
1489
-
1490
- Determine which long option string 'opt' matches, ie. which one
1491
- it is an unambiguous abbrevation for. Raises BadOptionError if
1492
- 'opt' doesn't unambiguously match any long option string.
1493
- """
1494
- return _match_abbrev(opt, self._long_opt)
1495
-
1496
- def _process_long_opt(self, rargs, values):
1497
- arg = rargs.pop(0)
1498
-
1499
- # Value explicitly attached to arg? Pretend it's the next
1500
- # argument.
1501
- if "=" in arg:
1502
- (opt, next_arg) = string.split(arg, "=", 1)
1503
- rargs.insert(0, next_arg)
1504
- had_explicit_value = True
1505
- else:
1506
- opt = arg
1507
- had_explicit_value = False
1508
-
1509
- opt = self._match_long_opt(opt)
1510
- option = self._long_opt[opt]
1511
- if option.takes_value():
1512
- nargs = option.nargs
1513
- if len(rargs) < nargs:
1514
- if nargs == 1:
1515
- self.error(_("%s option requires an argument") % opt)
1516
- else:
1517
- self.error(_("%s option requires %d arguments")
1518
- % (opt, nargs))
1519
- elif nargs == 1:
1520
- value = rargs.pop(0)
1521
- else:
1522
- value = tuple(rargs[0:nargs])
1523
- del rargs[0:nargs]
1524
-
1525
- elif had_explicit_value:
1526
- self.error(_("%s option does not take a value") % opt)
1527
-
1528
- else:
1529
- value = None
1530
-
1531
- option.process(opt, value, values, self)
1532
-
1533
- def _process_short_opts(self, rargs, values):
1534
- arg = rargs.pop(0)
1535
- stop = False
1536
- i = 1
1537
- for ch in arg[1:]:
1538
- opt = "-" + ch
1539
- option = self._short_opt.get(opt)
1540
- i = i + 1 # we have consumed a character
1541
-
1542
- if not option:
1543
- raise BadOptionError(opt)
1544
- if option.takes_value():
1545
- # Any characters left in arg? Pretend they're the
1546
- # next arg, and stop consuming characters of arg.
1547
- if i < len(arg):
1548
- rargs.insert(0, arg[i:])
1549
- stop = True
1550
-
1551
- nargs = option.nargs
1552
- if len(rargs) < nargs:
1553
- if nargs == 1:
1554
- self.error(_("%s option requires an argument") % opt)
1555
- else:
1556
- self.error(_("%s option requires %d arguments")
1557
- % (opt, nargs))
1558
- elif nargs == 1:
1559
- value = rargs.pop(0)
1560
- else:
1561
- value = tuple(rargs[0:nargs])
1562
- del rargs[0:nargs]
1563
-
1564
- else: # option doesn't take a value
1565
- value = None
1566
-
1567
- option.process(opt, value, values, self)
1568
-
1569
- if stop:
1570
- break
1571
-
1572
-
1573
- # -- Feedback methods ----------------------------------------------
1574
-
1575
- def get_prog_name(self):
1576
- if self.prog is None:
1577
- return os.path.basename(sys.argv[0])
1578
- else:
1579
- return self.prog
1580
-
1581
- def expand_prog_name(self, s):
1582
- return string.replace(s, "%prog", self.get_prog_name())
1583
-
1584
- def get_description(self):
1585
- return self.expand_prog_name(self.description)
1586
-
1587
- def exit(self, status=0, msg=None):
1588
- if msg:
1589
- sys.stderr.write(msg)
1590
- sys.exit(status)
1591
-
1592
- def error(self, msg):
1593
- """error(msg : string)
1594
-
1595
- Print a usage message incorporating 'msg' to stderr and exit.
1596
- If you override this in a subclass, it should not return -- it
1597
- should either exit or raise an exception.
1598
- """
1599
- self.print_usage(sys.stderr)
1600
- self.exit(2, "%s: error: %s\n" % (self.get_prog_name(), msg))
1601
-
1602
- def get_usage(self):
1603
- if self.usage:
1604
- return self.formatter.format_usage(
1605
- self.expand_prog_name(self.usage))
1606
- else:
1607
- return ""
1608
-
1609
- def print_usage(self, file=None):
1610
- """print_usage(file : file = stdout)
1611
-
1612
- Print the usage message for the current program (self.usage) to
1613
- 'file' (default stdout). Any occurence of the string "%prog" in
1614
- self.usage is replaced with the name of the current program
1615
- (basename of sys.argv[0]). Does nothing if self.usage is empty
1616
- or not defined.
1617
- """
1618
- if self.usage:
1619
- file.write(self.get_usage() + '\n')
1620
-
1621
- def get_version(self):
1622
- if self.version:
1623
- return self.expand_prog_name(self.version)
1624
- else:
1625
- return ""
1626
-
1627
- def print_version(self, file=None):
1628
- """print_version(file : file = stdout)
1629
-
1630
- Print the version message for this program (self.version) to
1631
- 'file' (default stdout). As with print_usage(), any occurence
1632
- of "%prog" in self.version is replaced by the current program's
1633
- name. Does nothing if self.version is empty or undefined.
1634
- """
1635
- if self.version:
1636
- file.write(self.get_version() + '\n')
1637
-
1638
- def format_option_help(self, formatter=None):
1639
- if formatter is None:
1640
- formatter = self.formatter
1641
- formatter.store_option_strings(self)
1642
- result = []
1643
- result.append(formatter.format_heading(_("Options")))
1644
- formatter.indent()
1645
- if self.option_list:
1646
- result.append(OptionContainer.format_option_help(self, formatter))
1647
- result.append("\n")
1648
- for group in self.option_groups:
1649
- result.append(group.format_help(formatter))
1650
- result.append("\n")
1651
- formatter.dedent()
1652
- # Drop the last "\n", or the header if no options or option groups:
1653
- return string.join(result[:-1], "")
1654
-
1655
- def format_epilog(self, formatter):
1656
- return formatter.format_epilog(self.epilog)
1657
-
1658
- def format_help(self, formatter=None):
1659
- if formatter is None:
1660
- formatter = self.formatter
1661
- result = []
1662
- if self.usage:
1663
- result.append(self.get_usage() + "\n")
1664
- if self.description:
1665
- result.append(self.format_description(formatter) + "\n")
1666
- result.append(self.format_option_help(formatter))
1667
- result.append(self.format_epilog(formatter))
1668
- return string.join(result, "")
1669
-
1670
- # used by test suite
1671
- def _get_encoding(self, file):
1672
- encoding = getattr(file, "encoding", None)
1673
- if not encoding:
1674
- encoding = sys.getdefaultencoding()
1675
- return encoding
1676
-
1677
- def print_help(self, file=None):
1678
- """print_help(file : file = stdout)
1679
-
1680
- Print an extended help message, listing all options and any
1681
- help text provided with them, to 'file' (default stdout).
1682
- """
1683
- if file is None:
1684
- file = sys.stdout
1685
- encoding = self._get_encoding(file)
1686
- file.write(encode_wrapper(self.format_help(), encoding, "replace"))
1687
-
1688
- # class OptionParser
1689
-
1690
-
1691
- def _match_abbrev(s, wordmap):
1692
- """_match_abbrev(s : string, wordmap : {string : Option}) -> string
1693
-
1694
- Return the string key in 'wordmap' for which 's' is an unambiguous
1695
- abbreviation. If 's' is found to be ambiguous or doesn't match any of
1696
- 'words', raise BadOptionError.
1697
- """
1698
- # Is there an exact match?
1699
- if wordmap.has_key(s):
1700
- return s
1701
- else:
1702
- # Isolate all words with s as a prefix.
1703
- possibilities = filter(lambda w, s=s: w[:len(s)] == s, wordmap.keys())
1704
- # No exact match, so there had better be just one possibility.
1705
- if len(possibilities) == 1:
1706
- return possibilities[0]
1707
- elif not possibilities:
1708
- raise BadOptionError(s)
1709
- else:
1710
- # More than one possible completion: ambiguous prefix.
1711
- possibilities.sort()
1712
- raise AmbiguousOptionError(s, possibilities)
1713
-
1714
-
1715
- # Some day, there might be many Option classes. As of Optik 1.3, the
1716
- # preferred way to instantiate Options is indirectly, via make_option(),
1717
- # which will become a factory function when there are many Option
1718
- # classes.
1719
- make_option = Option
1720
-
1721
- # Local Variables:
1722
- # tab-width:4
1723
- # indent-tabs-mode:nil
1724
- # End:
1725
- # vim: set expandtab tabstop=4 shiftwidth=4: