standalone-ruby 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +53 -48
  3. data/bin/standalone-ruby +3 -3
  4. data/lib/data/c_compilers/tcc/include/_mingw.h +54 -54
  5. data/lib/data/c_compilers/tcc/include/assert.h +71 -71
  6. data/lib/data/c_compilers/tcc/include/conio.h +159 -159
  7. data/lib/data/c_compilers/tcc/include/ctype.h +232 -232
  8. data/lib/data/c_compilers/tcc/include/dir.h +26 -26
  9. data/lib/data/c_compilers/tcc/include/direct.h +95 -95
  10. data/lib/data/c_compilers/tcc/include/dirent.h +96 -96
  11. data/lib/data/c_compilers/tcc/include/dos.h +110 -110
  12. data/lib/data/c_compilers/tcc/include/errno.h +117 -117
  13. data/lib/data/c_compilers/tcc/include/excpt.h +20 -20
  14. data/lib/data/c_compilers/tcc/include/fcntl.h +135 -135
  15. data/lib/data/c_compilers/tcc/include/fenv.h +85 -85
  16. data/lib/data/c_compilers/tcc/include/float.h +224 -224
  17. data/lib/data/c_compilers/tcc/include/inttypes.h +275 -275
  18. data/lib/data/c_compilers/tcc/include/io.h +296 -296
  19. data/lib/data/c_compilers/tcc/include/limits.h +115 -115
  20. data/lib/data/c_compilers/tcc/include/locale.h +100 -100
  21. data/lib/data/c_compilers/tcc/include/malloc.h +87 -87
  22. data/lib/data/c_compilers/tcc/include/math.h +438 -438
  23. data/lib/data/c_compilers/tcc/include/mem.h +8 -8
  24. data/lib/data/c_compilers/tcc/include/memory.h +9 -9
  25. data/lib/data/c_compilers/tcc/include/process.h +158 -158
  26. data/lib/data/c_compilers/tcc/include/setjmp.h +72 -72
  27. data/lib/data/c_compilers/tcc/include/share.h +44 -44
  28. data/lib/data/c_compilers/tcc/include/signal.h +111 -111
  29. data/lib/data/c_compilers/tcc/include/stdarg.h +16 -16
  30. data/lib/data/c_compilers/tcc/include/stdbool.h +10 -10
  31. data/lib/data/c_compilers/tcc/include/stddef.h +26 -26
  32. data/lib/data/c_compilers/tcc/include/stdint.h +184 -184
  33. data/lib/data/c_compilers/tcc/include/stdio.h +413 -413
  34. data/lib/data/c_compilers/tcc/include/stdlib.h +482 -482
  35. data/lib/data/c_compilers/tcc/include/string.h +206 -206
  36. data/lib/data/c_compilers/tcc/include/sys/fcntl.h +8 -8
  37. data/lib/data/c_compilers/tcc/include/sys/file.h +9 -9
  38. data/lib/data/c_compilers/tcc/include/sys/locking.h +52 -52
  39. data/lib/data/c_compilers/tcc/include/sys/stat.h +190 -190
  40. data/lib/data/c_compilers/tcc/include/sys/time.h +3 -3
  41. data/lib/data/c_compilers/tcc/include/sys/timeb.h +82 -82
  42. data/lib/data/c_compilers/tcc/include/sys/types.h +118 -118
  43. data/lib/data/c_compilers/tcc/include/sys/unistd.h +9 -9
  44. data/lib/data/c_compilers/tcc/include/sys/utime.h +89 -89
  45. data/lib/data/c_compilers/tcc/include/tchar.h +367 -367
  46. data/lib/data/c_compilers/tcc/include/time.h +219 -219
  47. data/lib/data/c_compilers/tcc/include/unistd.h +10 -10
  48. data/lib/data/c_compilers/tcc/include/values.h +4 -4
  49. data/lib/data/c_compilers/tcc/include/varargs.h +11 -11
  50. data/lib/data/c_compilers/tcc/include/wchar.h +318 -318
  51. data/lib/data/c_compilers/tcc/include/wctype.h +127 -127
  52. data/lib/data/c_compilers/tcc/include/winapi/basetsd.h +119 -119
  53. data/lib/data/c_compilers/tcc/include/winapi/basetyps.h +144 -144
  54. data/lib/data/c_compilers/tcc/include/winapi/winbase.h +1852 -1852
  55. data/lib/data/c_compilers/tcc/include/winapi/wincon.h +207 -207
  56. data/lib/data/c_compilers/tcc/include/winapi/windef.h +240 -240
  57. data/lib/data/c_compilers/tcc/include/winapi/windows.h +176 -176
  58. data/lib/data/c_compilers/tcc/include/winapi/winerror.h +1054 -1054
  59. data/lib/data/c_compilers/tcc/include/winapi/wingdi.h +2843 -2843
  60. data/lib/data/c_compilers/tcc/include/winapi/winnetwk.h +346 -346
  61. data/lib/data/c_compilers/tcc/include/winapi/winnls.h +651 -651
  62. data/lib/data/c_compilers/tcc/include/winapi/winnt.h +2667 -2667
  63. data/lib/data/c_compilers/tcc/include/winapi/winreg.h +159 -159
  64. data/lib/data/c_compilers/tcc/include/winapi/winsvc.h +309 -309
  65. data/lib/data/c_compilers/tcc/include/winapi/winuser.h +3472 -3472
  66. data/lib/data/c_compilers/tcc/include/winapi/winver.h +133 -133
  67. data/lib/data/c_compilers/tcc/lib/gdi32.def +337 -337
  68. data/lib/data/c_compilers/tcc/lib/kernel32.def +763 -763
  69. data/lib/data/c_compilers/tcc/lib/msvcrt.def +782 -782
  70. data/lib/data/c_compilers/tcc/lib/user32.def +654 -654
  71. data/lib/data/exe_templates/launcher_stub.c +29 -29
  72. data/lib/data/exe_templates/launcher_stub.cpp +31 -31
  73. data/lib/data/launcher_templates/vbs/default_vbs.txt +7 -7
  74. data/lib/data/launcher_templates/vbs/vbs_gui.txt +8 -8
  75. data/lib/data/resource_files/default.rc +17 -17
  76. data/lib/displayer.rb +63 -63
  77. data/lib/exe_packer.rb +72 -68
  78. data/lib/launcher.rb +58 -71
  79. data/lib/launcher_handler.rb +40 -40
  80. data/lib/parameter_parser.rb +215 -201
  81. data/lib/ruby_copy.rb +48 -20
  82. data/lib/standalone_ruby.rb +6 -6
  83. data/lib/version/version.rb +2 -2
  84. metadata +3 -4
  85. data/lib/sfx_generator.rb +0 -9
@@ -1,118 +1,118 @@
1
- /*
2
- * types.h
3
- *
4
- * The definition of constants, data types and global variables.
5
- *
6
- * This file is part of the Mingw32 package.
7
- *
8
- * Contributors:
9
- * Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
10
- * Lots of types supplied by Pedro A. Aranda <paag@tid.es>
11
- *
12
- * THIS SOFTWARE IS NOT COPYRIGHTED
13
- *
14
- * This source code is offered for use in the public domain. You may
15
- * use, modify or distribute it freely.
16
- *
17
- * This code is distributed in the hope that it will be useful but
18
- * WITHOUT ANY WARRANTY. ALL WARRENTIES, EXPRESS OR IMPLIED ARE HEREBY
19
- * DISCLAIMED. This includes but is not limited to warrenties of
20
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21
- *
22
- * $Revision: 1.2 $
23
- * $Author: bellard $
24
- * $Date: 2005/04/17 13:14:29 $
25
- *
26
- */
27
-
28
- #ifndef _TYPES_H_
29
- #define _TYPES_H_
30
-
31
- /* All the headers include this file. */
32
- #include <_mingw.h>
33
-
34
- #define __need_wchar_t
35
- #define __need_size_t
36
- #define __need_ptrdiff_t
37
- #ifndef RC_INVOKED
38
- #include <stddef.h>
39
- #endif /* Not RC_INVOKED */
40
-
41
- #ifndef RC_INVOKED
42
-
43
- #ifndef _TIME_T_DEFINED
44
- typedef long time_t;
45
- #define _TIME_T_DEFINED
46
- #endif
47
-
48
-
49
- #ifndef __STRICT_ANSI__
50
-
51
- #ifndef _OFF_T_
52
- #define _OFF_T_
53
- typedef long _off_t;
54
-
55
- #ifndef _NO_OLDNAMES
56
- typedef _off_t off_t;
57
- #endif
58
- #endif /* Not _OFF_T_ */
59
-
60
-
61
- #ifndef _DEV_T_
62
- #define _DEV_T_
63
- #ifdef __MSVCRT__
64
- typedef unsigned int _dev_t;
65
- #else
66
- typedef short _dev_t;
67
- #endif
68
-
69
- #ifndef _NO_OLDNAMES
70
- typedef _dev_t dev_t;
71
- #endif
72
- #endif /* Not _DEV_T_ */
73
-
74
-
75
- #ifndef _INO_T_
76
- #define _INO_T_
77
- typedef short _ino_t;
78
-
79
- #ifndef _NO_OLDNAMES
80
- typedef _ino_t ino_t;
81
- #endif
82
- #endif /* Not _INO_T_ */
83
-
84
-
85
- #ifndef _PID_T_
86
- #define _PID_T_
87
- typedef int _pid_t;
88
-
89
- #ifndef _NO_OLDNAMES
90
- typedef _pid_t pid_t;
91
- #endif
92
- #endif /* Not _PID_T_ */
93
-
94
-
95
- #ifndef _MODE_T_
96
- #define _MODE_T_
97
- typedef unsigned short _mode_t;
98
-
99
- #ifndef _NO_OLDNAMES
100
- typedef _mode_t mode_t;
101
- #endif
102
- #endif /* Not _MODE_T_ */
103
-
104
-
105
- #ifndef _SIGSET_T_
106
- #define _SIGSET_T_
107
- typedef int _sigset_t;
108
-
109
- #ifndef _NO_OLDNAMES
110
- typedef _sigset_t sigset_t;
111
- #endif
112
- #endif /* Not _SIGSET_T_ */
113
-
114
- #endif /* Not __STRICT_ANSI__ */
115
-
116
- #endif /* Not RC_INVOKED */
117
-
118
- #endif /* Not _TYPES_H_ */
1
+ /*
2
+ * types.h
3
+ *
4
+ * The definition of constants, data types and global variables.
5
+ *
6
+ * This file is part of the Mingw32 package.
7
+ *
8
+ * Contributors:
9
+ * Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
10
+ * Lots of types supplied by Pedro A. Aranda <paag@tid.es>
11
+ *
12
+ * THIS SOFTWARE IS NOT COPYRIGHTED
13
+ *
14
+ * This source code is offered for use in the public domain. You may
15
+ * use, modify or distribute it freely.
16
+ *
17
+ * This code is distributed in the hope that it will be useful but
18
+ * WITHOUT ANY WARRANTY. ALL WARRENTIES, EXPRESS OR IMPLIED ARE HEREBY
19
+ * DISCLAIMED. This includes but is not limited to warrenties of
20
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21
+ *
22
+ * $Revision: 1.2 $
23
+ * $Author: bellard $
24
+ * $Date: 2005/04/17 13:14:29 $
25
+ *
26
+ */
27
+
28
+ #ifndef _TYPES_H_
29
+ #define _TYPES_H_
30
+
31
+ /* All the headers include this file. */
32
+ #include <_mingw.h>
33
+
34
+ #define __need_wchar_t
35
+ #define __need_size_t
36
+ #define __need_ptrdiff_t
37
+ #ifndef RC_INVOKED
38
+ #include <stddef.h>
39
+ #endif /* Not RC_INVOKED */
40
+
41
+ #ifndef RC_INVOKED
42
+
43
+ #ifndef _TIME_T_DEFINED
44
+ typedef long time_t;
45
+ #define _TIME_T_DEFINED
46
+ #endif
47
+
48
+
49
+ #ifndef __STRICT_ANSI__
50
+
51
+ #ifndef _OFF_T_
52
+ #define _OFF_T_
53
+ typedef long _off_t;
54
+
55
+ #ifndef _NO_OLDNAMES
56
+ typedef _off_t off_t;
57
+ #endif
58
+ #endif /* Not _OFF_T_ */
59
+
60
+
61
+ #ifndef _DEV_T_
62
+ #define _DEV_T_
63
+ #ifdef __MSVCRT__
64
+ typedef unsigned int _dev_t;
65
+ #else
66
+ typedef short _dev_t;
67
+ #endif
68
+
69
+ #ifndef _NO_OLDNAMES
70
+ typedef _dev_t dev_t;
71
+ #endif
72
+ #endif /* Not _DEV_T_ */
73
+
74
+
75
+ #ifndef _INO_T_
76
+ #define _INO_T_
77
+ typedef short _ino_t;
78
+
79
+ #ifndef _NO_OLDNAMES
80
+ typedef _ino_t ino_t;
81
+ #endif
82
+ #endif /* Not _INO_T_ */
83
+
84
+
85
+ #ifndef _PID_T_
86
+ #define _PID_T_
87
+ typedef int _pid_t;
88
+
89
+ #ifndef _NO_OLDNAMES
90
+ typedef _pid_t pid_t;
91
+ #endif
92
+ #endif /* Not _PID_T_ */
93
+
94
+
95
+ #ifndef _MODE_T_
96
+ #define _MODE_T_
97
+ typedef unsigned short _mode_t;
98
+
99
+ #ifndef _NO_OLDNAMES
100
+ typedef _mode_t mode_t;
101
+ #endif
102
+ #endif /* Not _MODE_T_ */
103
+
104
+
105
+ #ifndef _SIGSET_T_
106
+ #define _SIGSET_T_
107
+ typedef int _sigset_t;
108
+
109
+ #ifndef _NO_OLDNAMES
110
+ typedef _sigset_t sigset_t;
111
+ #endif
112
+ #endif /* Not _SIGSET_T_ */
113
+
114
+ #endif /* Not __STRICT_ANSI__ */
115
+
116
+ #endif /* Not RC_INVOKED */
117
+
118
+ #endif /* Not _TYPES_H_ */
@@ -1,9 +1,9 @@
1
- /*
2
- * This file is part of the Mingw32 package.
3
- *
4
- * unistd.h maps (roughly) to io.h
5
- */
6
- #ifndef __STRICT_ANSI__
7
- #include <io.h>
8
- #endif
9
-
1
+ /*
2
+ * This file is part of the Mingw32 package.
3
+ *
4
+ * unistd.h maps (roughly) to io.h
5
+ */
6
+ #ifndef __STRICT_ANSI__
7
+ #include <io.h>
8
+ #endif
9
+
@@ -1,89 +1,89 @@
1
- /*
2
- * utime.h
3
- *
4
- * Support for the utime function.
5
- *
6
- * This file is part of the Mingw32 package.
7
- *
8
- * Contributors:
9
- * Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
10
- *
11
- * THIS SOFTWARE IS NOT COPYRIGHTED
12
- *
13
- * This source code is offered for use in the public domain. You may
14
- * use, modify or distribute it freely.
15
- *
16
- * This code is distributed in the hope that it will be useful but
17
- * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
18
- * DISCLAIMED. This includes but is not limited to warranties of
19
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20
- *
21
- * $Revision: 1.2 $
22
- * $Author: bellard $
23
- * $Date: 2005/04/17 13:14:29 $
24
- *
25
- */
26
-
27
- #ifndef __STRICT_ANSI__
28
-
29
- #ifndef _UTIME_H_
30
- #define _UTIME_H_
31
-
32
- /* All the headers include this file. */
33
- #include <_mingw.h>
34
-
35
- #define __need_wchar_t
36
- #define __need_size_t
37
- #ifndef RC_INVOKED
38
- #include <stddef.h>
39
- #endif /* Not RC_INVOKED */
40
- #include <sys/types.h>
41
-
42
- #ifndef RC_INVOKED
43
-
44
- /*
45
- * Structure used by _utime function.
46
- */
47
- struct _utimbuf
48
- {
49
- time_t actime; /* Access time */
50
- time_t modtime; /* Modification time */
51
- };
52
-
53
-
54
- #ifndef _NO_OLDNAMES
55
- /* NOTE: Must be the same as _utimbuf above. */
56
- struct utimbuf
57
- {
58
- time_t actime;
59
- time_t modtime;
60
- };
61
- #endif /* Not _NO_OLDNAMES */
62
-
63
-
64
- #ifdef __cplusplus
65
- extern "C" {
66
- #endif
67
-
68
- int _utime (const char*, struct _utimbuf*);
69
- int _futime (int, struct _utimbuf*);
70
-
71
- /* The wide character version, only available for MSVCRT versions of the
72
- * C runtime library. */
73
- #ifdef __MSVCRT__
74
- int _wutime (const wchar_t*, struct _utimbuf*);
75
- #endif /* MSVCRT runtime */
76
- #ifndef _NO_OLDNAMES
77
- int utime (const char*, struct utimbuf*);
78
- #endif /* Not _NO_OLDNAMES */
79
-
80
- #ifdef __cplusplus
81
- }
82
- #endif
83
-
84
- #endif /* Not RC_INVOKED */
85
-
86
- #endif /* Not _UTIME_H_ */
87
-
88
- #endif /* Not __STRICT_ANSI__ */
89
-
1
+ /*
2
+ * utime.h
3
+ *
4
+ * Support for the utime function.
5
+ *
6
+ * This file is part of the Mingw32 package.
7
+ *
8
+ * Contributors:
9
+ * Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
10
+ *
11
+ * THIS SOFTWARE IS NOT COPYRIGHTED
12
+ *
13
+ * This source code is offered for use in the public domain. You may
14
+ * use, modify or distribute it freely.
15
+ *
16
+ * This code is distributed in the hope that it will be useful but
17
+ * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
18
+ * DISCLAIMED. This includes but is not limited to warranties of
19
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20
+ *
21
+ * $Revision: 1.2 $
22
+ * $Author: bellard $
23
+ * $Date: 2005/04/17 13:14:29 $
24
+ *
25
+ */
26
+
27
+ #ifndef __STRICT_ANSI__
28
+
29
+ #ifndef _UTIME_H_
30
+ #define _UTIME_H_
31
+
32
+ /* All the headers include this file. */
33
+ #include <_mingw.h>
34
+
35
+ #define __need_wchar_t
36
+ #define __need_size_t
37
+ #ifndef RC_INVOKED
38
+ #include <stddef.h>
39
+ #endif /* Not RC_INVOKED */
40
+ #include <sys/types.h>
41
+
42
+ #ifndef RC_INVOKED
43
+
44
+ /*
45
+ * Structure used by _utime function.
46
+ */
47
+ struct _utimbuf
48
+ {
49
+ time_t actime; /* Access time */
50
+ time_t modtime; /* Modification time */
51
+ };
52
+
53
+
54
+ #ifndef _NO_OLDNAMES
55
+ /* NOTE: Must be the same as _utimbuf above. */
56
+ struct utimbuf
57
+ {
58
+ time_t actime;
59
+ time_t modtime;
60
+ };
61
+ #endif /* Not _NO_OLDNAMES */
62
+
63
+
64
+ #ifdef __cplusplus
65
+ extern "C" {
66
+ #endif
67
+
68
+ int _utime (const char*, struct _utimbuf*);
69
+ int _futime (int, struct _utimbuf*);
70
+
71
+ /* The wide character version, only available for MSVCRT versions of the
72
+ * C runtime library. */
73
+ #ifdef __MSVCRT__
74
+ int _wutime (const wchar_t*, struct _utimbuf*);
75
+ #endif /* MSVCRT runtime */
76
+ #ifndef _NO_OLDNAMES
77
+ int utime (const char*, struct utimbuf*);
78
+ #endif /* Not _NO_OLDNAMES */
79
+
80
+ #ifdef __cplusplus
81
+ }
82
+ #endif
83
+
84
+ #endif /* Not RC_INVOKED */
85
+
86
+ #endif /* Not _UTIME_H_ */
87
+
88
+ #endif /* Not __STRICT_ANSI__ */
89
+