Mercurial > hg > xemacs-beta
annotate src/m/alpha.h @ 5360:46b53e84ea7a
#'substring-no-properties: check STRING's type, get_string_range_char won't.
src/ChangeLog addition:
2011-02-24 Aidan Kehoe <kehoea@parhasard.net>
* fns.c (Fsubstring_no_properties):
Sigh, get_string_range_char checks the type of its START and END
arguments, but doesn't check the type of its STRING
argument. Thank you Raymond Toy!
tests/ChangeLog addition:
2011-02-24 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el (substring-no-properties):
Make sure this function checks its arguments' types, the absence
of which was revealed by Raymond Toy's bug report of
http://mid.gmane.org/4D65D413.5050103@gmail.com .
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 24 Feb 2011 09:36:19 +0000 |
parents | 705ff51e3b6b |
children | 365bc8cb5894 |
rev | line source |
---|---|
428 | 1 /* machine description file For the alpha chip. |
2 Copyright (C) 1994 Free Software Foundation, Inc. | |
3 | |
4 This file is part of XEmacs. | |
5 | |
5233
705ff51e3b6b
Replace references to GNU Emacs with XEmacs in alpha.h.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4759
diff
changeset
|
6 XEmacs is free software; you can redistribute it and/or modify |
428 | 7 it under the terms of the GNU General Public License as published by |
8 the Free Software Foundation; either version 1, or (at your option) | |
9 any later version. | |
10 | |
5233
705ff51e3b6b
Replace references to GNU Emacs with XEmacs in alpha.h.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4759
diff
changeset
|
11 XEmacs is distributed in the hope that it will be useful, |
428 | 12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 GNU General Public License for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
17 along with XEmacs; see the file COPYING. If not, write to | |
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
19 Boston, MA 02111-1307, USA. */ | |
20 | |
21 | |
22 #ifndef __ELF__ | |
23 /* Describe layout of the address space in an executing process. */ | |
24 # define TEXT_START 0x120000000 | |
25 # define DATA_START 0x140000000 | |
26 /* The program to be used for unexec. */ | |
27 # define UNEXEC "unexalpha.o" | |
28 #endif |