Mercurial > hg > xemacs-beta
annotate etc/toolbar/printer-up.xpm @ 5769:ffc0c5a66ab1
Be lazy converting markers to integers, bytecode_{arithcompare,arithop}().
src/ChangeLog addition:
2013-12-15 Aidan Kehoe <kehoea@parhasard.net>
* bytecode.c (bytecode_arithcompare):
* bytecode.c (bytecode_arithop):
Call promote_args_lazy () in these two functions, only converting
markers to fixnums if absolutely necessary (since that is ON with
large, mule buffers).
* data.c (BIGNUM_CASE):
* data.c (RATIO_CASE):
* data.c (BIGFLOAT_CASE):
* data.c (ARITHCOMPARE_MANY):
Call promote_args_lazy () here too if WITH_NUMBER_TYPES is defined.
We're not doing the equivalent with the non-NUMBER_TYPES code, but
that's mostly fine, we are doing it in the bytecode.
* number.h:
* number.h (NUMBER_TYPES):
* number.h (promote_args_lazy):
Add this, returning LAZY_MARKER_T if both arguments are markers
that point to the same buffer.
tests/ChangeLog addition:
2013-12-15 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
Test arithmetic comparisons with markers, check the type of the
returned values for #'min and #'max.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 15 Dec 2013 10:26:31 +0000 |
parents | 7910031dd78a |
children |
rev | line source |
---|---|
0 | 1 /* XPM */ |
5413
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
2 |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
3 /* This file is part of XEmacs. |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
4 |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
5 XEmacs is free software: you can redistribute it and/or modify it |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
6 under the terms of the GNU General Public License as published by the |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
7 Free Software Foundation, either version 3 of the License, or (at your |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
8 option) any later version. |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
9 |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
10 XEmacs is distributed in the hope that it will be useful, but WITHOUT |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
11 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
12 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
13 for more details. |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
14 |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
15 You should have received a copy of the GNU General Public License |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
16 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */ |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
17 |
0 | 18 static char * printer[] = { |
19 "28 28 6 1", | |
20 "X c Gray75 s backgroundToolBarColor", | |
21 "o c black", | |
22 "O c white", | |
23 "+ c Gray60", | |
24 "@ c Gray90", | |
25 "# c Gray40", | |
26 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
27 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
28 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
29 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
30 "XXXXXXoooooooooXXXXXXXXXXXXX", | |
31 "XXXXXXoOOOOOOOooXXXXXXXXXXXX", | |
32 "XXXXXXoOooooOOoXoXXXXXXXXXXX", | |
33 "XXXXXXoOOOOOOOoooooooXXXXXXX", | |
34 "XXXXXXoOoooOOOOOOoXo+ooXXXXX", | |
35 "XXXXXXoOOOOOOOOOOoo++++oXXXX", | |
36 "XXXXXXoooooooooooo++++ooXXXX", | |
37 "XXXXXo@@@@@@@@@@@o+++o+oXXXX", | |
38 "XXXXo@@@@@@@@@@@@@o+o++oXXXX", | |
39 "XXXooooooooooooooooo+++oXXXX", | |
40 "XXXo@@@@@@@@@@@@@@@o+++oXXXX", | |
41 "XXXo@@@@@@@@@@@@@@@o++ooXXXX", | |
42 "XXXo@@@@@@@@@@@@@@@o+ooXXXXX", | |
43 "XXXo@@@@@@@@@@@@@@@oo#oXXXXX", | |
44 "XXXooooooooooooooooo#oXXXXXX", | |
45 "XXXXo+++++++++++++o#oXXXXXXX", | |
46 "XXXXXo+++++++++++o#oXXXXXXXX", | |
47 "XXXXXo+++++++++++ooXXXXXXXXX", | |
48 "XXXXXXooooooooooooXXXXXXXXXX", | |
49 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
50 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
51 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
52 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
53 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"}; |