projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove old signal handlers when target widgets are destroyed
[pspp]
/
tests
/
data
/
dictionary.at
1
AT_BANNER([dictionary])
2
3
AT_SETUP([dictionary case-insensitivity])
4
AT_DATA([dictionary.sps], [dnl
5
DATA LIST LIST /aèiöu aeiou.
6
BEGIN DATA
7
1 2
8
END DATA.
9
LIST AÈIÖU
10
RENAME VARIABLE (aèiöu=AÈIÖU).
11
LIST.
12
RENAME VARIABLE (aeiou=aèiöu).
13
])
14
AT_CLEANUP