~ubuntu-branches/ubuntu/maverick/typespeed/maverick

« back to all changes in this revision

Viewing changes to words/words.csharp_with_operators

  • Committer: Bazaar Package Importer
  • Author(s): Dafydd Harries
  • Date: 2007-12-07 05:14:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071207051413-zn96fxeem6wknkiz
Tags: 0.6.4-1
* New upstream release. Closes: #375136.
  - High priority due to fix for DoS attack. Closes: #454527
    (CVE-2007-6220).
  - Fixes segfault when $HOME is unset. Closes: #355887.
  - Adds Italian and French word lists, Dutch word file merged.
* New upstream maintainer.
  - Update homepage URL, debian/copyright, debian/watch.
  - This version is not network-compatible with versions prior to 0.5.2.
  - Stricter network code.
  - Improved memory management.
* High score file format has changed: install score conversion program to
  /usr/lib/typespeed and run it when package is configured.
* postinst:
  - Remove obsolete score file backup/create/restore code.
  - Add code to upgrade score files to the new text-based format.
* rules:
  - Update to new autotools build.
  - Put stamp files in debian/.
  - Support DEB_BUILD_OPTS=noopt.
* Remove unnecessary debian/install.
* Update man page installation.
* Change menu file to Games/Action section as per new menu policy.
* Bump to debhelper compat version 5.
* Bump standards version to 3.7.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Csharp keywords with operators
 
2
x.y
 
3
f(x)
 
4
a[x]
 
5
x++
 
6
x--
 
7
->
 
8
+
 
9
-
 
10
!
 
11
~
 
12
++x
 
13
--x
 
14
(T)x
 
15
&
 
16
*
 
17
/
 
18
%
 
19
+
 
20
-
 
21
<<
 
22
>>
 
23
<
 
24
>
 
25
<=
 
26
>=
 
27
is
 
28
as
 
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
abstract
 
60
as
 
61
base
 
62
bool
 
63
break
 
64
byte
 
65
case
 
66
catch
 
67
char
 
68
checked
 
69
class
 
70
const
 
71
continue
 
72
decimal
 
73
default
 
74
delegate
 
75
double
 
76
do
 
77
else
 
78
enum
 
79
event
 
80
explicit
 
81
extern
 
82
false
 
83
finally
 
84
fixed
 
85
float
 
86
foreach
 
87
for
 
88
get
 
89
goto
 
90
if
 
91
implicit
 
92
internal
 
93
interface
 
94
int
 
95
in
 
96
is
 
97
lock
 
98
long
 
99
namespace
 
100
new
 
101
null
 
102
object
 
103
operator
 
104
out
 
105
override
 
106
params
 
107
partial
 
108
private
 
109
protected
 
110
public
 
111
readonly
 
112
ref
 
113
return
 
114
sbyte
 
115
sealed
 
116
set
 
117
short
 
118
sizeof
 
119
stackalloc
 
120
static
 
121
string
 
122
struct
 
123
switch
 
124
this
 
125
throw
 
126
true
 
127
try
 
128
typeof
 
129
uint
 
130
ulong
 
131
unchecked
 
132
unsafe
 
133
ushort
 
134
using
 
135
value
 
136
virtual
 
137
void
 
138
volatile
 
139
where
 
140
while
 
141
yield
 
142
#if
 
143
#else
 
144
#elif
 
145
#endif
 
146
#define
 
147
#undef
 
148
#warning
 
149
#error
 
150
#line
 
151
#region
 
152
#endregion
 
153
#pragma
 
154
#pragma warning
 
155
#pragma checksum
 
 
b'\\ No newline at end of file'