From e82eaa4a41a8f99c3faf8df4007cc5fb7db2a9a9 Mon Sep 17 00:00:00 2001 From: Gary V. Vaughan Date: Sat, 22 Jun 2013 13:29:29 +0700 Subject: lua: make sigaction powerpatch default, support --without-sigaction * update option decls to with/without * apply sigaction powerpatch by default, unless --without-sigaction is passed. Closes #20679. Signed-off-by: Adam Vandenberg --- Library/Formula/lua.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/lua.rb b/Library/Formula/lua.rb index 833fc5d75..970dafe41 100644 --- a/Library/Formula/lua.rb +++ b/Library/Formula/lua.rb @@ -13,23 +13,23 @@ class Lua < Formula end option :universal - option 'completion', 'Enables advanced readline support' - option 'sigaction', 'Signal handling improvements for interpreter' + option 'with-completion', 'Enables advanced readline support' + option 'without-sigaction', 'Revert to ANSI signal instead of improved POSIX sigaction' # Be sure to build a dylib, or else runtime modules will pull in another static copy of liblua = crashy # See: https://github.com/mxcl/homebrew/pull/5043 def patches p = [DATA] - # completion provided by advanced readline power patch from - # http://lua-users.org/wiki/LuaPowerPatches - if build.include? 'completion' - p << 'http://luajit.org/patches/lua-5.1.4-advanced_readline.patch' - end # sigaction provided by posix signalling power patch from # http://lua-users.org/wiki/LuaPowerPatches - if build.include? 'sigaction' + unless build.without? 'sigaction' p << 'http://lua-users.org/files/wiki_insecure/power_patches/5.1/sig_catch.patch' end + # completion provided by advanced readline power patch from + # http://lua-users.org/wiki/LuaPowerPatches + if build.with? 'completion' + p << 'http://luajit.org/patches/lua-5.1.4-advanced_readline.patch' + end p end -- cgit v1.2.3 ale/angular-locale_pl.js?id=af2cda3687314e13bc25b558d3fbf9c40ec46f0d'>diffstats
path: root/src/ngLocale/angular-locale_pl.js
blob: 28859eaa133b0c909c9234378ba6a6667659e502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98