Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4693:80cd90837ac5
Add argument information to remaining MANY or UNEVALLED C subrs.
src/ChangeLog addition:
2009-09-20 Aidan Kehoe <kehoea@parhasard.net>
* alloc.c (Flist):
(Fvector):
(Fbit_vector):
(Fmake_byte_code):
(Fstring):
* data.c (Feqlsign):
(Flss):
(Fgtr):
(Fleq):
(Fgeq):
(Fneq):
(Fgtr):
(Fplus):
(Fminus):
(Ftimes):
(Fdiv):
(Fquo):
(Fmax):
(Fmin):
(Flogand):
(Flogior):
(Flogxor):
* editfns.c (Fsave_excursion):
(Fsave_current_buffer):
(Fencode_time):
(Finsert):
(Finsert_before_markers):
(Fsave_restriction):
(Fformat):
* elhash.c (Fmake_hash_table):
* eval.c (Fdefun):
(Fdefmacro):
(Fcatch):
(Funwind_protect):
(Fcall_with_condition_handler):
(Ffuncall):
(Fapply):
(Frun_hooks):
* fns.c (Fappend):
(Fconcat):
(Fvconcat):
(Fbvconcat):
(Fnconc):
* print.c (Fwith_output_to_temp_buffer):
* process.c (Fstart_process_internal):
* window.c (Fsave_window_excursion):
* widget.c (Fwidget_apply):
Add argument information, in a form understood by
#'function-arglist, to all these MANY or UNEVALLED (that is to
say, special-operator) built-in functions.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 20 Sep 2009 21:29:00 +0100 |
parents | 3ba90c659d01 |
children | a9493cab536f |
comparison
equal
deleted
inserted
replaced
4692:dc3c2f298857 | 4693:80cd90837ac5 |
---|---|
1 2009-09-20 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * alloc.c (Flist): | |
4 (Fvector): | |
5 (Fbit_vector): | |
6 (Fmake_byte_code): | |
7 (Fstring): | |
8 * data.c (Feqlsign): | |
9 (Flss): | |
10 (Fgtr): | |
11 (Fleq): | |
12 (Fgeq): | |
13 (Fneq): | |
14 (Fgtr): | |
15 (Fplus): | |
16 (Fminus): | |
17 (Ftimes): | |
18 (Fdiv): | |
19 (Fquo): | |
20 (Fmax): | |
21 (Fmin): | |
22 (Flogand): | |
23 (Flogior): | |
24 (Flogxor): | |
25 * editfns.c (Fsave_excursion): | |
26 (Fsave_current_buffer): | |
27 (Fencode_time): | |
28 (Finsert): | |
29 (Finsert_before_markers): | |
30 (Fsave_restriction): | |
31 (Fformat): | |
32 * elhash.c (Fmake_hash_table): | |
33 * eval.c (Fdefun): | |
34 (Fdefmacro): | |
35 (Fcatch): | |
36 (Funwind_protect): | |
37 (Fcall_with_condition_handler): | |
38 (Ffuncall): | |
39 (Fapply): | |
40 (Frun_hooks): | |
41 * fns.c (Fappend): | |
42 (Fconcat): | |
43 (Fvconcat): | |
44 (Fbvconcat): | |
45 (Fnconc): | |
46 * print.c (Fwith_output_to_temp_buffer): | |
47 * process.c (Fstart_process_internal): | |
48 * window.c (Fsave_window_excursion): | |
49 * widget.c (Fwidget_apply): | |
50 Add argument information, in a form understood by | |
51 #'function-arglist, to all these MANY or UNEVALLED (that is to | |
52 say, special-operator) built-in functions. | |
53 | |
1 2009-09-20 Aidan Kehoe <kehoea@parhasard.net> | 54 2009-09-20 Aidan Kehoe <kehoea@parhasard.net> |
2 | 55 |
3 * general-slots.h: | 56 * general-slots.h: |
4 * mule-coding.c (syms_of_mule_coding): | 57 * mule-coding.c (syms_of_mule_coding): |
5 * mule-charset.c (syms_of_mule_charset): | 58 * mule-charset.c (syms_of_mule_charset): |